From c2c688fa39b344de1b793bb809d1f41dcc062995 Mon Sep 17 00:00:00 2001 From: moonpower Date: Sat, 22 Nov 2025 13:58:31 +0300 Subject: [PATCH] Add PrivacyInfo.xcprivacy file to define accessed API types and tracking settings --- .DS_Store | Bin 10244 -> 10244 bytes .gitignore | 4 +- Makefile | 5 +- build.sh | 4 +- bun.lock | 372 +- frontend/imgui_layer.cpp | 94 +- ios/.DS_Store | Bin 10244 -> 10244 bytes ios/HostApp/.DS_Store | Bin 6148 -> 6148 bytes ios/HostApp/.xcode.env | 1 + ios/HostApp/.xcode.env.local | 2 + ios/HostApp/ARMSX.xcodeproj/project.pbxproj | 187 +- .../xcschemes/xcschememanagement.plist | 2 +- .../contents.xcworkspacedata | 10 + .../UserInterfaceState.xcuserstate | Bin 0 -> 20588 bytes ios/HostApp/Podfile | 63 +- ios/HostApp/Podfile.lock | 1783 + .../Pods/Pods.xcodeproj/project.pbxproj | 47562 +++++++++------- ios/HostApp/PrivacyInfo.xcprivacy | 37 + ios/HostApp/Sources/AppDelegate.mm | 13 +- ios/HostApp/project.yml | 13 +- metro.config.js | 22 +- package.json | 4 + 22 files changed, 30375 insertions(+), 19803 deletions(-) create mode 100644 ios/HostApp/.xcode.env create mode 100644 ios/HostApp/.xcode.env.local create mode 100644 ios/HostApp/ARMSX.xcworkspace/contents.xcworkspacedata create mode 100644 ios/HostApp/ARMSX.xcworkspace/xcuserdata/mohammed.xcuserdatad/UserInterfaceState.xcuserstate create mode 100644 ios/HostApp/Podfile.lock create mode 100644 ios/HostApp/PrivacyInfo.xcprivacy diff --git a/.DS_Store b/.DS_Store index 5ff902dc0b62de059e21ad5568a12a990be02f6f..9946c1fe64194b111b2b516432bda82c25e9b075 100644 GIT binary patch delta 16 XcmZn(XbIR5B{6xrfXC)V5=s03IC};w delta 32 ncmZn(XbIR5B_V8Ss-s|RXkM$MP;F^sprc@7YP>mDVmdznn5qca diff --git a/.gitignore b/.gitignore index 046dca2..a018dff 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,6 @@ snap/ psxe.app .DS_Store */.DS_Store -node_modules \ No newline at end of file +node_modules +ios/HostApp/Pods/* +ios/HostApp/build/* \ No newline at end of file diff --git a/Makefile b/Makefile index 2a3eaec..bb52f11 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,7 @@ SDL_STATIC := 0 SDL_CFLAGS := -sUSE_SDL=2 SDL_LIBS_DYNAMIC := SDL_LIBS_STATIC := -WASM_LDFLAGS := -sUSE_SDL=2 -sALLOW_MEMORY_GROWTH=1 -sASSERTIONS=1 -sFORCE_FILESYSTEM=1 -sEXPORTED_RUNTIME_METHODS='["FS","ccall","cwrap"]' -sEXPORTED_FUNCTIONS='["_main","_psxe_run","_external_main"]' -IMGUI_FRONTEND := 0 +WASM_LDFLAGS := -sUSE_SDL=2 -sALLOW_MEMORY_GROWTH=1 -sASSERTIONS=1 -sFORCE_FILESYSTEM=1 -sEXPORTED_RUNTIME_METHODS='["FS","ccall","cwrap"]' -sEXPORTED_FUNCTIONS='["_main","_psxe_run","_external_main","_psxe_wasm_on_file"]' endif SDL_CONFIG ?= sdl2-config @@ -52,7 +51,7 @@ ifeq ($(IOS_TARGET),1) endif BASE_CFLAGS = -g -DLOG_USE_COLOR -I"." -I"psx" $(SDL_CFLAGS) -BASE_CFLAGS += -Ofast -Wno-overflow -Wall -pedantic -Wno-address-of-packed-member -flto +BASE_CFLAGS += -O3 -ffast-math -Wno-overflow -Wall -pedantic -Wno-address-of-packed-member -flto BASE_CXXFLAGS = -std=c++17 $(BASE_CFLAGS) diff --git a/build.sh b/build.sh index 8e1c32a..a864598 100755 --- a/build.sh +++ b/build.sh @@ -60,9 +60,9 @@ elif [ "$MODE" = "shared" ]; then elif [ "$MODE" = "wasm" ]; then make clean if command -v emmake >/dev/null 2>&1; then - emmake make wasm + emmake make wasm IMGUI_FRONTEND="${IMGUI_FRONTEND:-1}" else - make wasm + make wasm IMGUI_FRONTEND="${IMGUI_FRONTEND:-1}" fi elif [ "$MODE" = "macosapp" ]; then diff --git a/bun.lock b/bun.lock index 81eb1eb..ad7cab9 100644 --- a/bun.lock +++ b/bun.lock @@ -5,9 +5,13 @@ "": { "name": "armsx-mobile", "dependencies": { + "@react-native-community/cli": "^20.0.2", "react": "18.2.0", "react-native": "0.76.0", }, + "devDependencies": { + "@react-native/metro-config": "0.76.0", + }, }, }, "packages": { @@ -259,6 +263,10 @@ "@babel/types": ["@babel/types@7.28.5", "", { "dependencies": { "@babel/helper-string-parser": "^7.27.1", "@babel/helper-validator-identifier": "^7.28.5" } }, "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA=="], + "@hapi/hoek": ["@hapi/hoek@9.3.0", "", {}, "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ=="], + + "@hapi/topo": ["@hapi/topo@5.1.0", "", { "dependencies": { "@hapi/hoek": "^9.0.0" } }, "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg=="], + "@isaacs/ttlcache": ["@isaacs/ttlcache@1.4.1", "", {}, "sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA=="], "@istanbuljs/load-nyc-config": ["@istanbuljs/load-nyc-config@1.1.0", "", { "dependencies": { "camelcase": "^5.3.1", "find-up": "^4.1.0", "get-package-type": "^0.1.0", "js-yaml": "^3.13.1", "resolve-from": "^5.0.0" } }, "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ=="], @@ -289,6 +297,36 @@ "@jridgewell/trace-mapping": ["@jridgewell/trace-mapping@0.3.31", "", { "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" } }, "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw=="], + "@nodelib/fs.scandir": ["@nodelib/fs.scandir@2.1.5", "", { "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" } }, "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g=="], + + "@nodelib/fs.stat": ["@nodelib/fs.stat@2.0.5", "", {}, "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A=="], + + "@nodelib/fs.walk": ["@nodelib/fs.walk@1.2.8", "", { "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="], + + "@react-native-community/cli": ["@react-native-community/cli@20.0.2", "", { "dependencies": { "@react-native-community/cli-clean": "20.0.2", "@react-native-community/cli-config": "20.0.2", "@react-native-community/cli-doctor": "20.0.2", "@react-native-community/cli-server-api": "20.0.2", "@react-native-community/cli-tools": "20.0.2", "@react-native-community/cli-types": "20.0.2", "chalk": "^4.1.2", "commander": "^9.4.1", "deepmerge": "^4.3.0", "execa": "^5.0.0", "find-up": "^5.0.0", "fs-extra": "^8.1.0", "graceful-fs": "^4.1.3", "prompts": "^2.4.2", "semver": "^7.5.2" }, "bin": { "rnc-cli": "build/bin.js" } }, "sha512-ocgRFKRLX8b5rEK38SJfpr0AMl6SqseWljk6c5LxCG/zpCfPPNQdXq1OsDvmEwsqO4OEQ6tmOaSm9OgTm6FhbQ=="], + + "@react-native-community/cli-clean": ["@react-native-community/cli-clean@20.0.2", "", { "dependencies": { "@react-native-community/cli-tools": "20.0.2", "chalk": "^4.1.2", "execa": "^5.0.0", "fast-glob": "^3.3.2" } }, "sha512-hfbC69fTD0fqZCCep8aqnVztBXUhAckNhi76lEV7USENtgBRwNq2s1wATgKAzOhxKuAL9TEkf5TZ/Dhp/YLhCQ=="], + + "@react-native-community/cli-config": ["@react-native-community/cli-config@20.0.2", "", { "dependencies": { "@react-native-community/cli-tools": "20.0.2", "chalk": "^4.1.2", "cosmiconfig": "^9.0.0", "deepmerge": "^4.3.0", "fast-glob": "^3.3.2", "joi": "^17.2.1" } }, "sha512-OuSAyqTv0MBbRqSyO+80IKasHnwLESydZBTrLjIGwGhDokMH07mZo8Io2H8X300WWa57LC2L8vQf73TzGS3ikQ=="], + + "@react-native-community/cli-config-android": ["@react-native-community/cli-config-android@20.0.2", "", { "dependencies": { "@react-native-community/cli-tools": "20.0.2", "chalk": "^4.1.2", "fast-glob": "^3.3.2", "fast-xml-parser": "^4.4.1" } }, "sha512-5yZ2Grr89omnMptV36ilV4EIrRLrIYQAsTTVU/hNI2vL7lz6WB8rPhP5QuovXk3TIjl1Wz2r9A6ZNO2SNJ8nig=="], + + "@react-native-community/cli-config-apple": ["@react-native-community/cli-config-apple@20.0.2", "", { "dependencies": { "@react-native-community/cli-tools": "20.0.2", "chalk": "^4.1.2", "execa": "^5.0.0", "fast-glob": "^3.3.2" } }, "sha512-6MLL9Duu/JytqI6XfYuc78LSkRGfJoCqTSfqTJzBNSnz6S7XJps9spGBlgvrGh/j0howBpQlFH0J8Ws4N4mCxA=="], + + "@react-native-community/cli-doctor": ["@react-native-community/cli-doctor@20.0.2", "", { "dependencies": { "@react-native-community/cli-config": "20.0.2", "@react-native-community/cli-platform-android": "20.0.2", "@react-native-community/cli-platform-apple": "20.0.2", "@react-native-community/cli-platform-ios": "20.0.2", "@react-native-community/cli-tools": "20.0.2", "chalk": "^4.1.2", "command-exists": "^1.2.8", "deepmerge": "^4.3.0", "envinfo": "^7.13.0", "execa": "^5.0.0", "node-stream-zip": "^1.9.1", "ora": "^5.4.1", "semver": "^7.5.2", "wcwidth": "^1.0.1", "yaml": "^2.2.1" } }, "sha512-PQ8BdoNDE2OaMGLH66HZE7FV4qj0iWBHi0lkPUTb8eJJ+vlvzUtBf0N9QSv2TAzFjA59a2FElk6jBWnDC/ql1A=="], + + "@react-native-community/cli-platform-android": ["@react-native-community/cli-platform-android@20.0.2", "", { "dependencies": { "@react-native-community/cli-config-android": "20.0.2", "@react-native-community/cli-tools": "20.0.2", "chalk": "^4.1.2", "execa": "^5.0.0", "logkitty": "^0.7.1" } }, "sha512-Wo2AIkdv3PMEMT4k7QiNm3smNpWK6rd+glVH4Nm6Hco1EgLQ4I9x+gwcS1yN53UHYtq9YnguDCXk2L8duUESDQ=="], + + "@react-native-community/cli-platform-apple": ["@react-native-community/cli-platform-apple@20.0.2", "", { "dependencies": { "@react-native-community/cli-config-apple": "20.0.2", "@react-native-community/cli-tools": "20.0.2", "chalk": "^4.1.2", "execa": "^5.0.0", "fast-xml-parser": "^4.4.1" } }, "sha512-PdsQVFLY+wGnAN1kZ38XzzWiUlqaG1cXdpkQ1rYaiiNu3PVTc2/KtteLcPG/wbApbfoPggQ/ffh+JGg7NL+HNw=="], + + "@react-native-community/cli-platform-ios": ["@react-native-community/cli-platform-ios@20.0.2", "", { "dependencies": { "@react-native-community/cli-platform-apple": "20.0.2" } }, "sha512-bVOqLsBztT+xVV65uztJ7R/dtjj4vaPXJU1RLi35zLtr1APAxzf+2ydiixxtBjNFylM3AZlF8iL5WXjeWVqrmA=="], + + "@react-native-community/cli-server-api": ["@react-native-community/cli-server-api@20.0.2", "", { "dependencies": { "@react-native-community/cli-tools": "20.0.2", "body-parser": "^1.20.3", "compression": "^1.7.1", "connect": "^3.6.5", "errorhandler": "^1.5.1", "nocache": "^3.0.1", "open": "^6.2.0", "pretty-format": "^29.7.0", "serve-static": "^1.13.1", "ws": "^6.2.3" } }, "sha512-u4tUzWnc+qthaDvd1NxdCqCNMY7Px6dAH1ODAXMtt+N27llGMJOl0J3slMx03dScftOWbGM61KA5cCpaxphYVQ=="], + + "@react-native-community/cli-tools": ["@react-native-community/cli-tools@20.0.2", "", { "dependencies": { "@vscode/sudo-prompt": "^9.0.0", "appdirsjs": "^1.2.4", "chalk": "^4.1.2", "execa": "^5.0.0", "find-up": "^5.0.0", "launch-editor": "^2.9.1", "mime": "^2.4.1", "ora": "^5.4.1", "prompts": "^2.4.2", "semver": "^7.5.2" } }, "sha512-bPYhRYggW9IIM8pvrZF/0r6HaxCyEWDn6zfPQPMWlkQUwkzFZ8GBY/M7yiHgDzozWKPT4DqZPumrq806Vcksow=="], + + "@react-native-community/cli-types": ["@react-native-community/cli-types@20.0.2", "", { "dependencies": { "joi": "^17.2.1" } }, "sha512-OZzy6U4M8Szg8iiF459OoTjRKggxLrdhZVHKfRhrAUfojhjRiWbJNkkPxJtOIPeNSgsB0heizgpE4QwCgnYeuQ=="], + "@react-native/assets-registry": ["@react-native/assets-registry@0.76.0", "", {}, "sha512-U8KLV+PC/cRIiDpb1VbeGuEfKq2riZZtNVLp1UOyKWfPbWWu8j6Fr95w7j+nglp41z70iBeF2OmCiVnRvtNklA=="], "@react-native/babel-plugin-codegen": ["@react-native/babel-plugin-codegen@0.76.0", "", { "dependencies": { "@react-native/codegen": "0.76.0" } }, "sha512-HOi45pqlZnCTeR4jJ/zK0FB12r08CI9O70uBjVUqmzvHIrWmL5FaEFp6BPVFOjjXtUsl3JZ2Mle7WpsAP2PQBA=="], @@ -309,10 +347,18 @@ "@react-native/metro-babel-transformer": ["@react-native/metro-babel-transformer@0.76.0", "", { "dependencies": { "@babel/core": "^7.25.2", "@react-native/babel-preset": "0.76.0", "hermes-parser": "0.23.1", "nullthrows": "^1.1.1" } }, "sha512-aq0MrjaOxDitSqQbttBcOt+5tjemCabhEX2gGthy8cNeZokBa2raoHQInDo9iBBN1ePKDCwKGypyC8zKA5dksQ=="], + "@react-native/metro-config": ["@react-native/metro-config@0.76.0", "", { "dependencies": { "@react-native/js-polyfills": "0.76.0", "@react-native/metro-babel-transformer": "0.76.0", "metro-config": "^0.81.0", "metro-runtime": "^0.81.0" } }, "sha512-TYo7VKL/jjyMyToOThhfo1EzROjFYLIRCZFaUAYpX5vkOVGntdjJu0ELJIrsZVBW3Ncb0MFG6c+yqqpFpyciAw=="], + "@react-native/normalize-colors": ["@react-native/normalize-colors@0.76.0", "", {}, "sha512-r+pjeIhzehb+bJUUUrztOQb+n6J9DeaLbF6waLgiHa5mFOiwP/4/iWS68inSZnnBtmXHkN2IYiMXzExx8hieWA=="], "@react-native/virtualized-lists": ["@react-native/virtualized-lists@0.76.0", "", { "dependencies": { "invariant": "^2.2.4", "nullthrows": "^1.1.1" }, "peerDependencies": { "@types/react": "^18.2.6", "react": "*", "react-native": "*" }, "optionalPeers": ["@types/react"] }, "sha512-WT3Xi1+ikmWWdbrv3xnl8wYxobj1+N5JfiOQx7o/tiGUCx8m12pf5tlutXByH2m7X8bAZ+BBcRuu1vwt7XaRhQ=="], + "@sideway/address": ["@sideway/address@4.1.5", "", { "dependencies": { "@hapi/hoek": "^9.0.0" } }, "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q=="], + + "@sideway/formula": ["@sideway/formula@3.0.1", "", {}, "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg=="], + + "@sideway/pinpoint": ["@sideway/pinpoint@2.0.0", "", {}, "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ=="], + "@sinclair/typebox": ["@sinclair/typebox@0.27.8", "", {}, "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA=="], "@sinonjs/commons": ["@sinonjs/commons@3.0.1", "", { "dependencies": { "type-detect": "4.0.8" } }, "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ=="], @@ -345,6 +391,8 @@ "@types/yargs-parser": ["@types/yargs-parser@21.0.3", "", {}, "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ=="], + "@vscode/sudo-prompt": ["@vscode/sudo-prompt@9.3.1", "", {}, "sha512-9ORTwwS74VaTn38tNbQhsA5U44zkJfcb0BdTSyyG6frP4e8KMtHuTXYmwefe5dpL8XB1aGSIVTaLjD3BbWb5iA=="], + "abort-controller": ["abort-controller@3.0.0", "", { "dependencies": { "event-target-shim": "^5.0.0" } }, "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg=="], "accepts": ["accepts@1.3.8", "", { "dependencies": { "mime-types": "~2.1.34", "negotiator": "0.6.3" } }, "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw=="], @@ -353,18 +401,24 @@ "anser": ["anser@1.4.10", "", {}, "sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww=="], + "ansi-fragments": ["ansi-fragments@0.2.1", "", { "dependencies": { "colorette": "^1.0.7", "slice-ansi": "^2.0.0", "strip-ansi": "^5.0.0" } }, "sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w=="], + "ansi-regex": ["ansi-regex@5.0.1", "", {}, "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="], "ansi-styles": ["ansi-styles@4.3.0", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="], "anymatch": ["anymatch@3.1.3", "", { "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" } }, "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw=="], + "appdirsjs": ["appdirsjs@1.2.7", "", {}, "sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw=="], + "argparse": ["argparse@1.0.10", "", { "dependencies": { "sprintf-js": "~1.0.2" } }, "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg=="], "asap": ["asap@2.0.6", "", {}, "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="], "ast-types": ["ast-types@0.15.2", "", { "dependencies": { "tslib": "^2.0.1" } }, "sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg=="], + "astral-regex": ["astral-regex@1.0.0", "", {}, "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg=="], + "async-limiter": ["async-limiter@1.0.1", "", {}, "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="], "babel-core": ["babel-core@7.0.0-bridge.0", "", { "peerDependencies": { "@babel/core": "^7.0.0-0" } }, "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg=="], @@ -395,6 +449,10 @@ "baseline-browser-mapping": ["baseline-browser-mapping@2.8.30", "", { "bin": { "baseline-browser-mapping": "dist/cli.js" } }, "sha512-aTUKW4ptQhS64+v2d6IkPzymEzzhw+G0bA1g3uBRV3+ntkH+svttKseW5IOR4Ed6NUVKqnY7qT3dKvzQ7io4AA=="], + "bl": ["bl@4.1.0", "", { "dependencies": { "buffer": "^5.5.0", "inherits": "^2.0.4", "readable-stream": "^3.4.0" } }, "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w=="], + + "body-parser": ["body-parser@1.20.3", "", { "dependencies": { "bytes": "3.1.2", "content-type": "~1.0.5", "debug": "2.6.9", "depd": "2.0.0", "destroy": "1.2.0", "http-errors": "2.0.0", "iconv-lite": "0.4.24", "on-finished": "2.4.1", "qs": "6.13.0", "raw-body": "2.5.2", "type-is": "~1.6.18", "unpipe": "1.0.0" } }, "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g=="], + "brace-expansion": ["brace-expansion@1.1.12", "", { "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg=="], "braces": ["braces@3.0.3", "", { "dependencies": { "fill-range": "^7.1.1" } }, "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA=="], @@ -403,13 +461,21 @@ "bser": ["bser@2.1.1", "", { "dependencies": { "node-int64": "^0.4.0" } }, "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ=="], + "buffer": ["buffer@5.7.1", "", { "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.1.13" } }, "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ=="], + "buffer-from": ["buffer-from@1.1.2", "", {}, "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="], + "bytes": ["bytes@3.1.2", "", {}, "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="], + + "call-bind-apply-helpers": ["call-bind-apply-helpers@1.0.2", "", { "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2" } }, "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ=="], + + "call-bound": ["call-bound@1.0.4", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.2", "get-intrinsic": "^1.3.0" } }, "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg=="], + "caller-callsite": ["caller-callsite@2.0.0", "", { "dependencies": { "callsites": "^2.0.0" } }, "sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ=="], "caller-path": ["caller-path@2.0.0", "", { "dependencies": { "caller-callsite": "^2.0.0" } }, "sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A=="], - "callsites": ["callsites@2.0.0", "", {}, "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ=="], + "callsites": ["callsites@3.1.0", "", {}, "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="], "camelcase": ["camelcase@6.3.0", "", {}, "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA=="], @@ -423,22 +489,38 @@ "ci-info": ["ci-info@2.0.0", "", {}, "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ=="], + "cli-cursor": ["cli-cursor@3.1.0", "", { "dependencies": { "restore-cursor": "^3.1.0" } }, "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw=="], + + "cli-spinners": ["cli-spinners@2.9.2", "", {}, "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg=="], + "cliui": ["cliui@8.0.1", "", { "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.1", "wrap-ansi": "^7.0.0" } }, "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ=="], + "clone": ["clone@1.0.4", "", {}, "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg=="], + "clone-deep": ["clone-deep@4.0.1", "", { "dependencies": { "is-plain-object": "^2.0.4", "kind-of": "^6.0.2", "shallow-clone": "^3.0.0" } }, "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ=="], "color-convert": ["color-convert@2.0.1", "", { "dependencies": { "color-name": "~1.1.4" } }, "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="], "color-name": ["color-name@1.1.4", "", {}, "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="], - "commander": ["commander@12.1.0", "", {}, "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA=="], + "colorette": ["colorette@1.4.0", "", {}, "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g=="], + + "command-exists": ["command-exists@1.2.9", "", {}, "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w=="], + + "commander": ["commander@9.5.0", "", {}, "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ=="], "commondir": ["commondir@1.0.1", "", {}, "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="], + "compressible": ["compressible@2.0.18", "", { "dependencies": { "mime-db": ">= 1.43.0 < 2" } }, "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg=="], + + "compression": ["compression@1.8.1", "", { "dependencies": { "bytes": "3.1.2", "compressible": "~2.0.18", "debug": "2.6.9", "negotiator": "~0.6.4", "on-headers": "~1.1.0", "safe-buffer": "5.2.1", "vary": "~1.1.2" } }, "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w=="], + "concat-map": ["concat-map@0.0.1", "", {}, "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="], "connect": ["connect@3.7.0", "", { "dependencies": { "debug": "2.6.9", "finalhandler": "1.1.2", "parseurl": "~1.3.3", "utils-merge": "1.0.1" } }, "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ=="], + "content-type": ["content-type@1.0.5", "", {}, "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA=="], + "convert-source-map": ["convert-source-map@2.0.0", "", {}, "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="], "core-js-compat": ["core-js-compat@3.47.0", "", { "dependencies": { "browserslist": "^4.28.0" } }, "sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ=="], @@ -447,12 +529,22 @@ "cross-spawn": ["cross-spawn@7.0.6", "", { "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA=="], - "debug": ["debug@2.6.9", "", { "dependencies": { "ms": "2.0.0" } }, "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="], + "dayjs": ["dayjs@1.11.19", "", {}, "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw=="], + + "debug": ["debug@4.4.3", "", { "dependencies": { "ms": "^2.1.3" } }, "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA=="], + + "decamelize": ["decamelize@1.2.0", "", {}, "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA=="], + + "deepmerge": ["deepmerge@4.3.1", "", {}, "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A=="], + + "defaults": ["defaults@1.0.4", "", { "dependencies": { "clone": "^1.0.2" } }, "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A=="], "depd": ["depd@2.0.0", "", {}, "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw=="], "destroy": ["destroy@1.2.0", "", {}, "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg=="], + "dunder-proto": ["dunder-proto@1.0.1", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.1", "es-errors": "^1.3.0", "gopd": "^1.2.0" } }, "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A=="], + "ee-first": ["ee-first@1.1.1", "", {}, "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="], "electron-to-chromium": ["electron-to-chromium@1.5.259", "", {}, "sha512-I+oLXgpEJzD6Cwuwt1gYjxsDmu/S/Kd41mmLA3O+/uH2pFRO/DvOjUyGozL8j3KeLV6WyZ7ssPwELMsXCcsJAQ=="], @@ -461,10 +553,22 @@ "encodeurl": ["encodeurl@2.0.0", "", {}, "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg=="], + "env-paths": ["env-paths@2.2.1", "", {}, "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A=="], + + "envinfo": ["envinfo@7.20.0", "", { "bin": { "envinfo": "dist/cli.js" } }, "sha512-+zUomDcLXsVkQ37vUqWBvQwLaLlj8eZPSi61llaEFAVBY5mhcXdaSw1pSJVl4yTYD5g/gEfpNl28YYk4IPvrrg=="], + "error-ex": ["error-ex@1.3.4", "", { "dependencies": { "is-arrayish": "^0.2.1" } }, "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ=="], "error-stack-parser": ["error-stack-parser@2.1.4", "", { "dependencies": { "stackframe": "^1.3.4" } }, "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ=="], + "errorhandler": ["errorhandler@1.5.1", "", { "dependencies": { "accepts": "~1.3.7", "escape-html": "~1.0.3" } }, "sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A=="], + + "es-define-property": ["es-define-property@1.0.1", "", {}, "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g=="], + + "es-errors": ["es-errors@1.3.0", "", {}, "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw=="], + + "es-object-atoms": ["es-object-atoms@1.1.1", "", { "dependencies": { "es-errors": "^1.3.0" } }, "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA=="], + "escalade": ["escalade@3.2.0", "", {}, "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA=="], "escape-html": ["escape-html@1.0.3", "", {}, "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="], @@ -483,8 +587,14 @@ "exponential-backoff": ["exponential-backoff@3.1.3", "", {}, "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA=="], + "fast-glob": ["fast-glob@3.3.3", "", { "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", "merge2": "^1.3.0", "micromatch": "^4.0.8" } }, "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg=="], + "fast-json-stable-stringify": ["fast-json-stable-stringify@2.1.0", "", {}, "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="], + "fast-xml-parser": ["fast-xml-parser@4.5.3", "", { "dependencies": { "strnum": "^1.1.1" }, "bin": { "fxparser": "src/cli/cli.js" } }, "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig=="], + + "fastq": ["fastq@1.19.1", "", { "dependencies": { "reusify": "^1.0.4" } }, "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ=="], + "fb-watchman": ["fb-watchman@2.0.2", "", { "dependencies": { "bser": "2.1.1" } }, "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA=="], "fill-range": ["fill-range@7.1.1", "", { "dependencies": { "to-regex-range": "^5.0.1" } }, "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg=="], @@ -493,7 +603,7 @@ "find-cache-dir": ["find-cache-dir@2.1.0", "", { "dependencies": { "commondir": "^1.0.1", "make-dir": "^2.0.0", "pkg-dir": "^3.0.0" } }, "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ=="], - "find-up": ["find-up@4.1.0", "", { "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" } }, "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw=="], + "find-up": ["find-up@5.0.0", "", { "dependencies": { "locate-path": "^6.0.0", "path-exists": "^4.0.0" } }, "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng=="], "flow-enums-runtime": ["flow-enums-runtime@0.0.6", "", {}, "sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw=="], @@ -501,6 +611,8 @@ "fresh": ["fresh@0.5.2", "", {}, "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q=="], + "fs-extra": ["fs-extra@8.1.0", "", { "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^4.0.0", "universalify": "^0.1.0" } }, "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g=="], + "fs.realpath": ["fs.realpath@1.0.0", "", {}, "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="], "fsevents": ["fsevents@2.3.3", "", { "os": "darwin" }, "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw=="], @@ -511,16 +623,26 @@ "get-caller-file": ["get-caller-file@2.0.5", "", {}, "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="], + "get-intrinsic": ["get-intrinsic@1.3.0", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.2", "es-define-property": "^1.0.1", "es-errors": "^1.3.0", "es-object-atoms": "^1.1.1", "function-bind": "^1.1.2", "get-proto": "^1.0.1", "gopd": "^1.2.0", "has-symbols": "^1.1.0", "hasown": "^2.0.2", "math-intrinsics": "^1.1.0" } }, "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ=="], + "get-package-type": ["get-package-type@0.1.0", "", {}, "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q=="], + "get-proto": ["get-proto@1.0.1", "", { "dependencies": { "dunder-proto": "^1.0.1", "es-object-atoms": "^1.0.0" } }, "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g=="], + "get-stream": ["get-stream@6.0.1", "", {}, "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg=="], "glob": ["glob@7.2.3", "", { "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q=="], + "glob-parent": ["glob-parent@5.1.2", "", { "dependencies": { "is-glob": "^4.0.1" } }, "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow=="], + + "gopd": ["gopd@1.2.0", "", {}, "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg=="], + "graceful-fs": ["graceful-fs@4.2.11", "", {}, "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="], "has-flag": ["has-flag@4.0.0", "", {}, "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="], + "has-symbols": ["has-symbols@1.1.0", "", {}, "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ=="], + "hasown": ["hasown@2.0.2", "", { "dependencies": { "function-bind": "^1.1.2" } }, "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ=="], "hermes-estree": ["hermes-estree@0.23.1", "", {}, "sha512-eT5MU3f5aVhTqsfIReZ6n41X5sYn4IdQL0nvz6yO+MMlPxw49aSARHLg/MSehQftyjnrE8X6bYregzSumqc6cg=="], @@ -531,6 +653,10 @@ "human-signals": ["human-signals@2.1.0", "", {}, "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="], + "iconv-lite": ["iconv-lite@0.4.24", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3" } }, "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA=="], + + "ieee754": ["ieee754@1.2.1", "", {}, "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="], + "image-size": ["image-size@1.2.1", "", { "dependencies": { "queue": "6.0.2" }, "bin": { "image-size": "bin/image-size.js" } }, "sha512-rH+46sQJ2dlwfjfhCyNx5thzrv+dtmBIhPHk0zgRUukHzZ/kRueTJXoYYsclBaKcSMBWuGbOFXtioLpzTb5euw=="], "import-fresh": ["import-fresh@2.0.0", "", { "dependencies": { "caller-path": "^2.0.0", "resolve-from": "^3.0.0" } }, "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg=="], @@ -551,15 +677,23 @@ "is-docker": ["is-docker@2.2.1", "", { "bin": { "is-docker": "cli.js" } }, "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ=="], + "is-extglob": ["is-extglob@2.1.1", "", {}, "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="], + "is-fullwidth-code-point": ["is-fullwidth-code-point@3.0.0", "", {}, "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="], + "is-glob": ["is-glob@4.0.3", "", { "dependencies": { "is-extglob": "^2.1.1" } }, "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg=="], + + "is-interactive": ["is-interactive@1.0.0", "", {}, "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w=="], + "is-number": ["is-number@7.0.0", "", {}, "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="], "is-plain-object": ["is-plain-object@2.0.4", "", { "dependencies": { "isobject": "^3.0.1" } }, "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og=="], "is-stream": ["is-stream@2.0.1", "", {}, "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg=="], - "is-wsl": ["is-wsl@2.2.0", "", { "dependencies": { "is-docker": "^2.0.0" } }, "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww=="], + "is-unicode-supported": ["is-unicode-supported@0.1.0", "", {}, "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw=="], + + "is-wsl": ["is-wsl@1.1.0", "", {}, "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw=="], "isexe": ["isexe@2.0.0", "", {}, "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="], @@ -587,6 +721,8 @@ "jest-worker": ["jest-worker@29.7.0", "", { "dependencies": { "@types/node": "*", "jest-util": "^29.7.0", "merge-stream": "^2.0.0", "supports-color": "^8.0.0" } }, "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw=="], + "joi": ["joi@17.13.3", "", { "dependencies": { "@hapi/hoek": "^9.3.0", "@hapi/topo": "^5.1.0", "@sideway/address": "^4.1.5", "@sideway/formula": "^3.0.1", "@sideway/pinpoint": "^2.0.0" } }, "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA=="], + "js-tokens": ["js-tokens@4.0.0", "", {}, "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="], "js-yaml": ["js-yaml@3.14.2", "", { "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" }, "bin": { "js-yaml": "bin/js-yaml.js" } }, "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg=="], @@ -601,20 +737,34 @@ "json-parse-better-errors": ["json-parse-better-errors@1.0.2", "", {}, "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="], + "json-parse-even-better-errors": ["json-parse-even-better-errors@2.3.1", "", {}, "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="], + "json5": ["json5@2.2.3", "", { "bin": { "json5": "lib/cli.js" } }, "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg=="], + "jsonfile": ["jsonfile@4.0.0", "", { "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg=="], + "kind-of": ["kind-of@6.0.3", "", {}, "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="], + "kleur": ["kleur@3.0.3", "", {}, "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="], + + "launch-editor": ["launch-editor@2.12.0", "", { "dependencies": { "picocolors": "^1.1.1", "shell-quote": "^1.8.3" } }, "sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg=="], + "leven": ["leven@3.1.0", "", {}, "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A=="], "lighthouse-logger": ["lighthouse-logger@1.4.2", "", { "dependencies": { "debug": "^2.6.9", "marky": "^1.2.2" } }, "sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g=="], - "locate-path": ["locate-path@5.0.0", "", { "dependencies": { "p-locate": "^4.1.0" } }, "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g=="], + "lines-and-columns": ["lines-and-columns@1.2.4", "", {}, "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="], + + "locate-path": ["locate-path@6.0.0", "", { "dependencies": { "p-locate": "^5.0.0" } }, "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw=="], "lodash.debounce": ["lodash.debounce@4.0.8", "", {}, "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="], "lodash.throttle": ["lodash.throttle@4.1.1", "", {}, "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ=="], + "log-symbols": ["log-symbols@4.1.0", "", { "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" } }, "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg=="], + + "logkitty": ["logkitty@0.7.1", "", { "dependencies": { "ansi-fragments": "^0.2.1", "dayjs": "^1.8.15", "yargs": "^15.1.0" }, "bin": { "logkitty": "bin/logkitty.js" } }, "sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ=="], + "loose-envify": ["loose-envify@1.4.0", "", { "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, "bin": { "loose-envify": "cli.js" } }, "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q=="], "lru-cache": ["lru-cache@5.1.1", "", { "dependencies": { "yallist": "^3.0.2" } }, "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w=="], @@ -625,10 +775,16 @@ "marky": ["marky@1.3.0", "", {}, "sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ=="], + "math-intrinsics": ["math-intrinsics@1.1.0", "", {}, "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g=="], + + "media-typer": ["media-typer@0.3.0", "", {}, "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ=="], + "memoize-one": ["memoize-one@5.2.1", "", {}, "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q=="], "merge-stream": ["merge-stream@2.0.0", "", {}, "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="], + "merge2": ["merge2@1.4.1", "", {}, "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="], + "metro": ["metro@0.81.5", "", { "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/core": "^7.25.2", "@babel/generator": "^7.25.0", "@babel/parser": "^7.25.3", "@babel/template": "^7.25.0", "@babel/traverse": "^7.25.3", "@babel/types": "^7.25.2", "accepts": "^1.3.7", "chalk": "^4.0.0", "ci-info": "^2.0.0", "connect": "^3.6.5", "debug": "^2.2.0", "error-stack-parser": "^2.0.6", "flow-enums-runtime": "^0.0.6", "graceful-fs": "^4.2.4", "hermes-parser": "0.25.1", "image-size": "^1.0.2", "invariant": "^2.2.4", "jest-worker": "^29.7.0", "jsc-safe-url": "^0.2.2", "lodash.throttle": "^4.1.1", "metro-babel-transformer": "0.81.5", "metro-cache": "0.81.5", "metro-cache-key": "0.81.5", "metro-config": "0.81.5", "metro-core": "0.81.5", "metro-file-map": "0.81.5", "metro-resolver": "0.81.5", "metro-runtime": "0.81.5", "metro-source-map": "0.81.5", "metro-symbolicate": "0.81.5", "metro-transform-plugins": "0.81.5", "metro-transform-worker": "0.81.5", "mime-types": "^2.1.27", "nullthrows": "^1.1.1", "serialize-error": "^2.1.0", "source-map": "^0.5.6", "throat": "^5.0.0", "ws": "^7.5.10", "yargs": "^17.6.2" }, "bin": { "metro": "src/cli.js" } }, "sha512-YpFF0DDDpDVygeca2mAn7K0+us+XKmiGk4rIYMz/CRdjFoCGqAei/IQSpV0UrGfQbToSugpMQeQJveaWSH88Hg=="], "metro-babel-transformer": ["metro-babel-transformer@0.81.5", "", { "dependencies": { "@babel/core": "^7.25.2", "flow-enums-runtime": "^0.0.6", "hermes-parser": "0.25.1", "nullthrows": "^1.1.1" } }, "sha512-oKCQuajU5srm+ZdDcFg86pG/U8hkSjBlkyFjz380SZ4TTIiI5F+OQB830i53D8hmqmcosa4wR/pnKv8y4Q3dLw=="], @@ -659,7 +815,7 @@ "micromatch": ["micromatch@4.0.8", "", { "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" } }, "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA=="], - "mime": ["mime@1.6.0", "", { "bin": { "mime": "cli.js" } }, "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="], + "mime": ["mime@2.6.0", "", { "bin": { "mime": "cli.js" } }, "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg=="], "mime-db": ["mime-db@1.52.0", "", {}, "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="], @@ -673,12 +829,14 @@ "mkdirp": ["mkdirp@0.5.6", "", { "dependencies": { "minimist": "^1.2.6" }, "bin": { "mkdirp": "bin/cmd.js" } }, "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw=="], - "ms": ["ms@2.0.0", "", {}, "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="], + "ms": ["ms@2.1.3", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="], - "negotiator": ["negotiator@0.6.3", "", {}, "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg=="], + "negotiator": ["negotiator@0.6.4", "", {}, "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w=="], "neo-async": ["neo-async@2.6.2", "", {}, "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="], + "nocache": ["nocache@3.0.4", "", {}, "sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw=="], + "node-dir": ["node-dir@0.1.17", "", { "dependencies": { "minimatch": "^3.0.2" } }, "sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg=="], "node-fetch": ["node-fetch@2.7.0", "", { "dependencies": { "whatwg-url": "^5.0.0" }, "peerDependencies": { "encoding": "^0.1.0" }, "optionalPeers": ["encoding"] }, "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A=="], @@ -689,6 +847,8 @@ "node-releases": ["node-releases@2.0.27", "", {}, "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA=="], + "node-stream-zip": ["node-stream-zip@1.15.0", "", {}, "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw=="], + "normalize-path": ["normalize-path@3.0.0", "", {}, "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="], "npm-run-path": ["npm-run-path@4.0.1", "", { "dependencies": { "path-key": "^3.0.0" } }, "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw=="], @@ -697,20 +857,28 @@ "ob1": ["ob1@0.81.5", "", { "dependencies": { "flow-enums-runtime": "^0.0.6" } }, "sha512-iNpbeXPLmaiT9I5g16gFFFjsF3sGxLpYG2EGP3dfFB4z+l9X60mp/yRzStHhMtuNt8qmf7Ww80nOPQHngHhnIQ=="], - "on-finished": ["on-finished@2.3.0", "", { "dependencies": { "ee-first": "1.1.1" } }, "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww=="], + "object-inspect": ["object-inspect@1.13.4", "", {}, "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew=="], + + "on-finished": ["on-finished@2.4.1", "", { "dependencies": { "ee-first": "1.1.1" } }, "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg=="], + + "on-headers": ["on-headers@1.1.0", "", {}, "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A=="], "once": ["once@1.4.0", "", { "dependencies": { "wrappy": "1" } }, "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w=="], "onetime": ["onetime@5.1.2", "", { "dependencies": { "mimic-fn": "^2.1.0" } }, "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg=="], - "open": ["open@7.4.2", "", { "dependencies": { "is-docker": "^2.0.0", "is-wsl": "^2.1.1" } }, "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q=="], + "open": ["open@6.4.0", "", { "dependencies": { "is-wsl": "^1.1.0" } }, "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg=="], - "p-limit": ["p-limit@2.3.0", "", { "dependencies": { "p-try": "^2.0.0" } }, "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w=="], + "ora": ["ora@5.4.1", "", { "dependencies": { "bl": "^4.1.0", "chalk": "^4.1.0", "cli-cursor": "^3.1.0", "cli-spinners": "^2.5.0", "is-interactive": "^1.0.0", "is-unicode-supported": "^0.1.0", "log-symbols": "^4.1.0", "strip-ansi": "^6.0.0", "wcwidth": "^1.0.1" } }, "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ=="], - "p-locate": ["p-locate@4.1.0", "", { "dependencies": { "p-limit": "^2.2.0" } }, "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A=="], + "p-limit": ["p-limit@3.1.0", "", { "dependencies": { "yocto-queue": "^0.1.0" } }, "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ=="], + + "p-locate": ["p-locate@5.0.0", "", { "dependencies": { "p-limit": "^3.0.2" } }, "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw=="], "p-try": ["p-try@2.2.0", "", {}, "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="], + "parent-module": ["parent-module@1.0.1", "", { "dependencies": { "callsites": "^3.0.0" } }, "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g=="], + "parse-json": ["parse-json@4.0.0", "", { "dependencies": { "error-ex": "^1.3.1", "json-parse-better-errors": "^1.0.1" } }, "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw=="], "parseurl": ["parseurl@1.3.3", "", {}, "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="], @@ -737,10 +905,18 @@ "promise": ["promise@8.3.0", "", { "dependencies": { "asap": "~2.0.6" } }, "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg=="], + "prompts": ["prompts@2.4.2", "", { "dependencies": { "kleur": "^3.0.3", "sisteransi": "^1.0.5" } }, "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q=="], + + "qs": ["qs@6.13.0", "", { "dependencies": { "side-channel": "^1.0.6" } }, "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg=="], + "queue": ["queue@6.0.2", "", { "dependencies": { "inherits": "~2.0.3" } }, "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA=="], + "queue-microtask": ["queue-microtask@1.2.3", "", {}, "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="], + "range-parser": ["range-parser@1.2.1", "", {}, "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="], + "raw-body": ["raw-body@2.5.2", "", { "dependencies": { "bytes": "3.1.2", "http-errors": "2.0.0", "iconv-lite": "0.4.24", "unpipe": "1.0.0" } }, "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA=="], + "react": ["react@18.2.0", "", { "dependencies": { "loose-envify": "^1.1.0" } }, "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ=="], "react-devtools-core": ["react-devtools-core@5.3.2", "", { "dependencies": { "shell-quote": "^1.6.1", "ws": "^7" } }, "sha512-crr9HkVrDiJ0A4zot89oS0Cgv0Oa4OG1Em4jit3P3ZxZSKPMYyMjfwMqgcJna9o625g8oN87rBm8SWWrSTBZxg=="], @@ -751,6 +927,8 @@ "react-refresh": ["react-refresh@0.14.2", "", {}, "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA=="], + "readable-stream": ["readable-stream@3.6.2", "", { "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", "util-deprecate": "^1.0.1" } }, "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA=="], + "readline": ["readline@1.3.0", "", {}, "sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg=="], "recast": ["recast@0.21.5", "", { "dependencies": { "ast-types": "0.15.2", "esprima": "~4.0.0", "source-map": "~0.6.1", "tslib": "^2.0.1" } }, "sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg=="], @@ -769,12 +947,24 @@ "require-directory": ["require-directory@2.1.1", "", {}, "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q=="], + "require-main-filename": ["require-main-filename@2.0.0", "", {}, "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg=="], + "resolve": ["resolve@1.22.11", "", { "dependencies": { "is-core-module": "^2.16.1", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, "bin": { "resolve": "bin/resolve" } }, "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ=="], - "resolve-from": ["resolve-from@5.0.0", "", {}, "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="], + "resolve-from": ["resolve-from@3.0.0", "", {}, "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw=="], + + "restore-cursor": ["restore-cursor@3.1.0", "", { "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" } }, "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA=="], + + "reusify": ["reusify@1.1.0", "", {}, "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw=="], "rimraf": ["rimraf@2.6.3", "", { "dependencies": { "glob": "^7.1.3" }, "bin": { "rimraf": "./bin.js" } }, "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA=="], + "run-parallel": ["run-parallel@1.2.0", "", { "dependencies": { "queue-microtask": "^1.2.2" } }, "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA=="], + + "safe-buffer": ["safe-buffer@5.2.1", "", {}, "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="], + + "safer-buffer": ["safer-buffer@2.1.2", "", {}, "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="], + "scheduler": ["scheduler@0.24.0-canary-efb381bbf-20230505", "", { "dependencies": { "loose-envify": "^1.1.0" } }, "sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA=="], "selfsigned": ["selfsigned@2.4.1", "", { "dependencies": { "@types/node-forge": "^1.3.0", "node-forge": "^1" } }, "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q=="], @@ -787,6 +977,8 @@ "serve-static": ["serve-static@1.16.2", "", { "dependencies": { "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "parseurl": "~1.3.3", "send": "0.19.0" } }, "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw=="], + "set-blocking": ["set-blocking@2.0.0", "", {}, "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="], + "setprototypeof": ["setprototypeof@1.2.0", "", {}, "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="], "shallow-clone": ["shallow-clone@3.0.1", "", { "dependencies": { "kind-of": "^6.0.2" } }, "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA=="], @@ -797,10 +989,22 @@ "shell-quote": ["shell-quote@1.8.3", "", {}, "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw=="], + "side-channel": ["side-channel@1.1.0", "", { "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3", "side-channel-list": "^1.0.0", "side-channel-map": "^1.0.1", "side-channel-weakmap": "^1.0.2" } }, "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw=="], + + "side-channel-list": ["side-channel-list@1.0.0", "", { "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3" } }, "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA=="], + + "side-channel-map": ["side-channel-map@1.0.1", "", { "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.5", "object-inspect": "^1.13.3" } }, "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA=="], + + "side-channel-weakmap": ["side-channel-weakmap@1.0.2", "", { "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.5", "object-inspect": "^1.13.3", "side-channel-map": "^1.0.1" } }, "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A=="], + "signal-exit": ["signal-exit@3.0.7", "", {}, "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="], + "sisteransi": ["sisteransi@1.0.5", "", {}, "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="], + "slash": ["slash@3.0.0", "", {}, "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="], + "slice-ansi": ["slice-ansi@2.1.0", "", { "dependencies": { "ansi-styles": "^3.2.0", "astral-regex": "^1.0.0", "is-fullwidth-code-point": "^2.0.0" } }, "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ=="], + "source-map": ["source-map@0.5.7", "", {}, "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="], "source-map-support": ["source-map-support@0.5.21", "", { "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" } }, "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w=="], @@ -817,10 +1021,14 @@ "string-width": ["string-width@4.2.3", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="], + "string_decoder": ["string_decoder@1.3.0", "", { "dependencies": { "safe-buffer": "~5.2.0" } }, "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA=="], + "strip-ansi": ["strip-ansi@6.0.1", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="], "strip-final-newline": ["strip-final-newline@2.0.0", "", {}, "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA=="], + "strnum": ["strnum@1.1.2", "", {}, "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA=="], + "supports-color": ["supports-color@7.2.0", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="], "supports-preserve-symlinks-flag": ["supports-preserve-symlinks-flag@1.0.0", "", {}, "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="], @@ -847,6 +1055,8 @@ "type-fest": ["type-fest@0.7.1", "", {}, "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg=="], + "type-is": ["type-is@1.6.18", "", { "dependencies": { "media-typer": "0.3.0", "mime-types": "~2.1.24" } }, "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g=="], + "undici-types": ["undici-types@7.16.0", "", {}, "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="], "unicode-canonical-property-names-ecmascript": ["unicode-canonical-property-names-ecmascript@2.0.1", "", {}, "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg=="], @@ -857,16 +1067,24 @@ "unicode-property-aliases-ecmascript": ["unicode-property-aliases-ecmascript@2.2.0", "", {}, "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ=="], + "universalify": ["universalify@0.1.2", "", {}, "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="], + "unpipe": ["unpipe@1.0.0", "", {}, "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ=="], "update-browserslist-db": ["update-browserslist-db@1.1.4", "", { "dependencies": { "escalade": "^3.2.0", "picocolors": "^1.1.1" }, "peerDependencies": { "browserslist": ">= 4.21.0" }, "bin": { "update-browserslist-db": "cli.js" } }, "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A=="], + "util-deprecate": ["util-deprecate@1.0.2", "", {}, "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="], + "utils-merge": ["utils-merge@1.0.1", "", {}, "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA=="], + "vary": ["vary@1.1.2", "", {}, "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="], + "vlq": ["vlq@1.0.1", "", {}, "sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w=="], "walker": ["walker@1.0.8", "", { "dependencies": { "makeerror": "1.0.12" } }, "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ=="], + "wcwidth": ["wcwidth@1.0.1", "", { "dependencies": { "defaults": "^1.0.3" } }, "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg=="], + "webidl-conversions": ["webidl-conversions@3.0.1", "", {}, "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="], "whatwg-fetch": ["whatwg-fetch@3.6.20", "", {}, "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg=="], @@ -875,6 +1093,8 @@ "which": ["which@2.0.2", "", { "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "./bin/node-which" } }, "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="], + "which-module": ["which-module@2.0.1", "", {}, "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ=="], + "wrap-ansi": ["wrap-ansi@7.0.0", "", { "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" } }, "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q=="], "wrappy": ["wrappy@1.0.2", "", {}, "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="], @@ -887,11 +1107,13 @@ "yallist": ["yallist@3.1.1", "", {}, "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="], + "yaml": ["yaml@2.8.1", "", { "bin": { "yaml": "bin.mjs" } }, "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw=="], + "yargs": ["yargs@17.7.2", "", { "dependencies": { "cliui": "^8.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.3", "y18n": "^5.0.5", "yargs-parser": "^21.1.1" } }, "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w=="], "yargs-parser": ["yargs-parser@21.1.1", "", {}, "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw=="], - "@babel/core/debug": ["debug@4.4.3", "", { "dependencies": { "ms": "^2.1.3" } }, "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA=="], + "yocto-queue": ["yocto-queue@0.1.0", "", {}, "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="], "@babel/core/semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="], @@ -901,31 +1123,53 @@ "@babel/helper-create-regexp-features-plugin/semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="], - "@babel/helper-define-polyfill-provider/debug": ["debug@4.4.3", "", { "dependencies": { "ms": "^2.1.3" } }, "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA=="], - "@babel/plugin-transform-runtime/semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="], "@babel/preset-env/semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="], - "@babel/traverse/debug": ["debug@4.4.3", "", { "dependencies": { "ms": "^2.1.3" } }, "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA=="], - - "@babel/traverse--for-generate-function-map/debug": ["debug@4.4.3", "", { "dependencies": { "ms": "^2.1.3" } }, "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA=="], - "@istanbuljs/load-nyc-config/camelcase": ["camelcase@5.3.1", "", {}, "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="], + "@istanbuljs/load-nyc-config/find-up": ["find-up@4.1.0", "", { "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" } }, "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw=="], + + "@istanbuljs/load-nyc-config/resolve-from": ["resolve-from@5.0.0", "", {}, "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="], + "@jest/transform/write-file-atomic": ["write-file-atomic@4.0.2", "", { "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^3.0.7" } }, "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg=="], + "@react-native-community/cli-config/cosmiconfig": ["cosmiconfig@9.0.0", "", { "dependencies": { "env-paths": "^2.2.1", "import-fresh": "^3.3.0", "js-yaml": "^4.1.0", "parse-json": "^5.2.0" }, "peerDependencies": { "typescript": ">=4.9.5" }, "optionalPeers": ["typescript"] }, "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg=="], + + "@react-native/dev-middleware/debug": ["debug@2.6.9", "", { "dependencies": { "ms": "2.0.0" } }, "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="], + + "@react-native/dev-middleware/open": ["open@7.4.2", "", { "dependencies": { "is-docker": "^2.0.0", "is-wsl": "^2.1.1" } }, "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q=="], + + "accepts/negotiator": ["negotiator@0.6.3", "", {}, "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg=="], + + "ansi-fragments/strip-ansi": ["strip-ansi@5.2.0", "", { "dependencies": { "ansi-regex": "^4.1.0" } }, "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA=="], + "babel-plugin-polyfill-corejs2/semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="], + "body-parser/debug": ["debug@2.6.9", "", { "dependencies": { "ms": "2.0.0" } }, "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="], + + "caller-callsite/callsites": ["callsites@2.0.0", "", {}, "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ=="], + + "chrome-launcher/is-wsl": ["is-wsl@2.2.0", "", { "dependencies": { "is-docker": "^2.0.0" } }, "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww=="], + + "chromium-edge-launcher/is-wsl": ["is-wsl@2.2.0", "", { "dependencies": { "is-docker": "^2.0.0" } }, "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww=="], + "chromium-edge-launcher/mkdirp": ["mkdirp@1.0.4", "", { "bin": { "mkdirp": "bin/cmd.js" } }, "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="], "chromium-edge-launcher/rimraf": ["rimraf@3.0.2", "", { "dependencies": { "glob": "^7.1.3" }, "bin": { "rimraf": "bin.js" } }, "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA=="], + "compression/debug": ["debug@2.6.9", "", { "dependencies": { "ms": "2.0.0" } }, "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="], + + "connect/debug": ["debug@2.6.9", "", { "dependencies": { "ms": "2.0.0" } }, "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="], + + "finalhandler/debug": ["debug@2.6.9", "", { "dependencies": { "ms": "2.0.0" } }, "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="], + "finalhandler/encodeurl": ["encodeurl@1.0.2", "", {}, "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w=="], - "http-errors/statuses": ["statuses@2.0.1", "", {}, "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ=="], + "finalhandler/on-finished": ["on-finished@2.3.0", "", { "dependencies": { "ee-first": "1.1.1" } }, "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww=="], - "import-fresh/resolve-from": ["resolve-from@3.0.0", "", {}, "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw=="], + "http-errors/statuses": ["statuses@2.0.1", "", {}, "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ=="], "istanbul-lib-instrument/semver": ["semver@6.3.1", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="], @@ -933,52 +1177,120 @@ "jest-worker/supports-color": ["supports-color@8.1.1", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q=="], + "lighthouse-logger/debug": ["debug@2.6.9", "", { "dependencies": { "ms": "2.0.0" } }, "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="], + + "logkitty/yargs": ["yargs@15.4.1", "", { "dependencies": { "cliui": "^6.0.0", "decamelize": "^1.2.0", "find-up": "^4.1.0", "get-caller-file": "^2.0.1", "require-directory": "^2.1.1", "require-main-filename": "^2.0.0", "set-blocking": "^2.0.0", "string-width": "^4.2.0", "which-module": "^2.0.0", "y18n": "^4.0.0", "yargs-parser": "^18.1.2" } }, "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A=="], + "make-dir/semver": ["semver@5.7.2", "", { "bin": { "semver": "bin/semver" } }, "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g=="], + "metro/debug": ["debug@2.6.9", "", { "dependencies": { "ms": "2.0.0" } }, "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="], + "metro/hermes-parser": ["hermes-parser@0.25.1", "", { "dependencies": { "hermes-estree": "0.25.1" } }, "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA=="], "metro/ws": ["ws@7.5.10", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": "^5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ=="], "metro-babel-transformer/hermes-parser": ["hermes-parser@0.25.1", "", { "dependencies": { "hermes-estree": "0.25.1" } }, "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA=="], + "metro-file-map/debug": ["debug@2.6.9", "", { "dependencies": { "ms": "2.0.0" } }, "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="], + "pkg-dir/find-up": ["find-up@3.0.0", "", { "dependencies": { "locate-path": "^3.0.0" } }, "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg=="], "pretty-format/ansi-styles": ["ansi-styles@5.2.0", "", {}, "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="], "react-devtools-core/ws": ["ws@7.5.10", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": "^5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ=="], + "react-native/commander": ["commander@12.1.0", "", {}, "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA=="], + "recast/source-map": ["source-map@0.6.1", "", {}, "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="], + "send/debug": ["debug@2.6.9", "", { "dependencies": { "ms": "2.0.0" } }, "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA=="], + "send/encodeurl": ["encodeurl@1.0.2", "", {}, "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w=="], - "send/ms": ["ms@2.1.3", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="], - - "send/on-finished": ["on-finished@2.4.1", "", { "dependencies": { "ee-first": "1.1.1" } }, "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg=="], + "send/mime": ["mime@1.6.0", "", { "bin": { "mime": "cli.js" } }, "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="], "send/statuses": ["statuses@2.0.1", "", {}, "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ=="], + "slice-ansi/ansi-styles": ["ansi-styles@3.2.1", "", { "dependencies": { "color-convert": "^1.9.0" } }, "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA=="], + + "slice-ansi/is-fullwidth-code-point": ["is-fullwidth-code-point@2.0.0", "", {}, "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w=="], + "source-map-support/source-map": ["source-map@0.6.1", "", {}, "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="], "stack-utils/escape-string-regexp": ["escape-string-regexp@2.0.0", "", {}, "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="], "terser/commander": ["commander@2.20.3", "", {}, "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="], - "@babel/core/debug/ms": ["ms@2.1.3", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="], + "@istanbuljs/load-nyc-config/find-up/locate-path": ["locate-path@5.0.0", "", { "dependencies": { "p-locate": "^4.1.0" } }, "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g=="], - "@babel/helper-define-polyfill-provider/debug/ms": ["ms@2.1.3", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="], + "@react-native-community/cli-config/cosmiconfig/import-fresh": ["import-fresh@3.3.1", "", { "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" } }, "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ=="], - "@babel/traverse--for-generate-function-map/debug/ms": ["ms@2.1.3", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="], + "@react-native-community/cli-config/cosmiconfig/js-yaml": ["js-yaml@4.1.1", "", { "dependencies": { "argparse": "^2.0.1" }, "bin": { "js-yaml": "bin/js-yaml.js" } }, "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA=="], - "@babel/traverse/debug/ms": ["ms@2.1.3", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="], + "@react-native-community/cli-config/cosmiconfig/parse-json": ["parse-json@5.2.0", "", { "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", "json-parse-even-better-errors": "^2.3.0", "lines-and-columns": "^1.1.6" } }, "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg=="], + + "@react-native/dev-middleware/debug/ms": ["ms@2.0.0", "", {}, "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="], + + "@react-native/dev-middleware/open/is-wsl": ["is-wsl@2.2.0", "", { "dependencies": { "is-docker": "^2.0.0" } }, "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww=="], + + "ansi-fragments/strip-ansi/ansi-regex": ["ansi-regex@4.1.1", "", {}, "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g=="], + + "body-parser/debug/ms": ["ms@2.0.0", "", {}, "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="], + + "compression/debug/ms": ["ms@2.0.0", "", {}, "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="], + + "connect/debug/ms": ["ms@2.0.0", "", {}, "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="], + + "finalhandler/debug/ms": ["ms@2.0.0", "", {}, "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="], + + "lighthouse-logger/debug/ms": ["ms@2.0.0", "", {}, "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="], + + "logkitty/yargs/cliui": ["cliui@6.0.0", "", { "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", "wrap-ansi": "^6.2.0" } }, "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ=="], + + "logkitty/yargs/find-up": ["find-up@4.1.0", "", { "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" } }, "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw=="], + + "logkitty/yargs/y18n": ["y18n@4.0.3", "", {}, "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="], + + "logkitty/yargs/yargs-parser": ["yargs-parser@18.1.3", "", { "dependencies": { "camelcase": "^5.0.0", "decamelize": "^1.2.0" } }, "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ=="], "metro-babel-transformer/hermes-parser/hermes-estree": ["hermes-estree@0.25.1", "", {}, "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw=="], + "metro-file-map/debug/ms": ["ms@2.0.0", "", {}, "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="], + + "metro/debug/ms": ["ms@2.0.0", "", {}, "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="], + "metro/hermes-parser/hermes-estree": ["hermes-estree@0.25.1", "", {}, "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw=="], "pkg-dir/find-up/locate-path": ["locate-path@3.0.0", "", { "dependencies": { "p-locate": "^3.0.0", "path-exists": "^3.0.0" } }, "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A=="], + "send/debug/ms": ["ms@2.0.0", "", {}, "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="], + + "slice-ansi/ansi-styles/color-convert": ["color-convert@1.9.3", "", { "dependencies": { "color-name": "1.1.3" } }, "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg=="], + + "@istanbuljs/load-nyc-config/find-up/locate-path/p-locate": ["p-locate@4.1.0", "", { "dependencies": { "p-limit": "^2.2.0" } }, "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A=="], + + "@react-native-community/cli-config/cosmiconfig/import-fresh/resolve-from": ["resolve-from@4.0.0", "", {}, "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="], + + "@react-native-community/cli-config/cosmiconfig/js-yaml/argparse": ["argparse@2.0.1", "", {}, "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="], + + "logkitty/yargs/cliui/wrap-ansi": ["wrap-ansi@6.2.0", "", { "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" } }, "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA=="], + + "logkitty/yargs/find-up/locate-path": ["locate-path@5.0.0", "", { "dependencies": { "p-locate": "^4.1.0" } }, "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g=="], + + "logkitty/yargs/yargs-parser/camelcase": ["camelcase@5.3.1", "", {}, "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="], + "pkg-dir/find-up/locate-path/p-locate": ["p-locate@3.0.0", "", { "dependencies": { "p-limit": "^2.0.0" } }, "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ=="], "pkg-dir/find-up/locate-path/path-exists": ["path-exists@3.0.0", "", {}, "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ=="], + + "slice-ansi/ansi-styles/color-convert/color-name": ["color-name@1.1.3", "", {}, "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="], + + "@istanbuljs/load-nyc-config/find-up/locate-path/p-locate/p-limit": ["p-limit@2.3.0", "", { "dependencies": { "p-try": "^2.0.0" } }, "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w=="], + + "logkitty/yargs/find-up/locate-path/p-locate": ["p-locate@4.1.0", "", { "dependencies": { "p-limit": "^2.2.0" } }, "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A=="], + + "pkg-dir/find-up/locate-path/p-locate/p-limit": ["p-limit@2.3.0", "", { "dependencies": { "p-try": "^2.0.0" } }, "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w=="], + + "logkitty/yargs/find-up/locate-path/p-locate/p-limit": ["p-limit@2.3.0", "", { "dependencies": { "p-try": "^2.0.0" } }, "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w=="], } } diff --git a/frontend/imgui_layer.cpp b/frontend/imgui_layer.cpp index 8fc4478..f81965a 100644 --- a/frontend/imgui_layer.cpp +++ b/frontend/imgui_layer.cpp @@ -5,6 +5,9 @@ #include #include #include +#ifdef __EMSCRIPTEN__ +#include +#endif #include "../third_party/imgui/imgui.h" #include "../third_party/imgui/backends/imgui_impl_sdl2.h" @@ -106,7 +109,7 @@ extern "C" PSXE_API void imgui_layer_flush(void) { ImGui_ImplSDLRenderer2_RenderDrawData(ImGui::GetDrawData(), g_renderer); } -#if defined(IMGUI_FRONTEND) && !defined(__DLL_BUILD) && !defined(IOS_TARGET) && !defined(__ANDROID__) && !defined(__EMSCRIPTEN__) +#if defined(IMGUI_FRONTEND) && !defined(__DLL_BUILD) && !defined(IOS_TARGET) && !defined(__ANDROID__) extern "C" { #include "config.h" PSXE_API int psxe_run_configured(psxe_config_t* cfg, void* external_window, void* external_renderer); @@ -187,6 +190,46 @@ static std::string upscale_label_from_height(int height) { } } +#ifdef __EMSCRIPTEN__ +static std::string g_wasm_pending_bios; +static std::string g_wasm_pending_cd; + +extern "C" void psxe_wasm_on_file(const char* path, int is_bios) { + if (!path) + return; + if (is_bios) { + g_wasm_pending_bios = path; + } else { + g_wasm_pending_cd = path; + } +} + +extern "C" void psxe_wasm_pick_file(int is_bios) { + EM_ASM({ + const isBios = $0 === 1; + const accept = isBios ? '.bin' : '.cue,.bin,.iso,.img'; + const input = document.createElement('input'); + input.type = 'file'; + input.accept = accept; + input.style.display = 'none'; + document.body.appendChild(input); + input.addEventListener('change', async function() { + const file = input.files[0]; + if (!file) { + document.body.removeChild(input); + return; + } + const data = new Uint8Array(await file.arrayBuffer()); + const mountPath = isBios ? '/bios.bin' : '/cdrom.bin'; + FS.writeFile(mountPath, data); + Module.ccall('psxe_wasm_on_file', null, ['string','number'], [mountPath, isBios ? 1 : 0]); + document.body.removeChild(input); + }); + input.click(); + }, is_bios); +} +#endif + static bool write_settings_file( const std::string& path, const std::string& bios_search, @@ -497,6 +540,9 @@ extern "C" PSXE_API int imgui_frontend_main(int argc, const char* argv[]) { if (ImGui::BeginMenu("File")) { if (ImGui::MenuItem("Load BIOS")) { +#ifdef __EMSCRIPTEN__ + psxe_wasm_pick_file(1); +#else bios_picker.open = true; bios_picker.selection.clear(); bios_picker.cwd.clear(); @@ -504,8 +550,12 @@ extern "C" PSXE_API int imgui_frontend_main(int argc, const char* argv[]) { show_cd_popup = false; show_settings = false; show_about = false; +#endif } if (ImGui::MenuItem("Load CDROM")) { +#ifdef __EMSCRIPTEN__ + psxe_wasm_pick_file(0); +#else cd_picker.open = true; cd_picker.selection.clear(); cd_picker.cwd.clear(); @@ -513,6 +563,7 @@ extern "C" PSXE_API int imgui_frontend_main(int argc, const char* argv[]) { show_bios_popup = false; show_settings = false; show_about = false; +#endif } ImGui::Separator(); if (ImGui::MenuItem("Quit")) { @@ -539,7 +590,11 @@ extern "C" PSXE_API int imgui_frontend_main(int argc, const char* argv[]) { } ImGui::End(); - if (show_bios_popup || bios_picker.open) { + if (show_bios_popup || bios_picker.open +#ifdef __EMSCRIPTEN__ + || !g_wasm_pending_bios.empty() +#endif + ) { if (show_bios_popup) ImGui::OpenPopup("Load BIOS"); @@ -548,9 +603,15 @@ extern "C" PSXE_API int imgui_frontend_main(int argc, const char* argv[]) { if (ImGui::InputText("Path", bios_buf.data(), bios_buf.size())) { bios_path = bios_buf.data(); } +#ifndef __EMSCRIPTEN__ if (ImGui::Button("Browse...")) { bios_picker.open = true; } +#else + if (ImGui::Button("Browse...")) { + psxe_wasm_pick_file(1); + } +#endif ImGui::SameLine(); if (ImGui::Button("Use BIOS")) { bios_path = bios_buf.data(); @@ -574,9 +635,22 @@ extern "C" PSXE_API int imgui_frontend_main(int argc, const char* argv[]) { show_bios_popup = false; settings_dirty = true; } +#ifdef __EMSCRIPTEN__ + if (!g_wasm_pending_bios.empty()) { + bios_path = g_wasm_pending_bios; + sync_buffer(bios_buf, bios_path); + show_bios_popup = false; + settings_dirty = true; + g_wasm_pending_bios.clear(); + } +#endif } - if (show_cd_popup || cd_picker.open) { + if (show_cd_popup || cd_picker.open +#ifdef __EMSCRIPTEN__ + || !g_wasm_pending_cd.empty() +#endif + ) { if (show_cd_popup) ImGui::OpenPopup("Load CDROM"); @@ -585,9 +659,15 @@ extern "C" PSXE_API int imgui_frontend_main(int argc, const char* argv[]) { if (ImGui::InputText("Path", cdrom_buf.data(), cdrom_buf.size())) { cdrom_path = cdrom_buf.data(); } +#ifndef __EMSCRIPTEN__ if (ImGui::Button("Browse...")) { cd_picker.open = true; } +#else + if (ImGui::Button("Browse...")) { + psxe_wasm_pick_file(0); + } +#endif ImGui::SameLine(); if (ImGui::Button("Use CDROM")) { cdrom_path = cdrom_buf.data(); @@ -609,6 +689,14 @@ extern "C" PSXE_API int imgui_frontend_main(int argc, const char* argv[]) { sync_buffer(cdrom_buf, cdrom_path); show_cd_popup = false; } +#ifdef __EMSCRIPTEN__ + if (!g_wasm_pending_cd.empty()) { + cdrom_path = g_wasm_pending_cd; + sync_buffer(cdrom_buf, cdrom_path); + show_cd_popup = false; + g_wasm_pending_cd.clear(); + } +#endif } if (show_settings) { diff --git a/ios/.DS_Store b/ios/.DS_Store index 1037c11111b1d6e02c6bfd19a26e11b323284708..7ca1d454ff208cdbc02aa1a344baf25c673c8cf6 100644 GIT binary patch delta 218 zcmZn(XbG6$&nU1lU^hRbz+?jfkH6ulZa-USn_N$yTV^~00=k@fdBvi diff --git a/ios/HostApp/.DS_Store b/ios/HostApp/.DS_Store index e4c39962c0de1887c1a5526d246aa8145932942f..d7a9cc9c901e71c532aaa4d9c6db20c08ac83b2d 100644 GIT binary patch delta 344 zcmZoMXfc=|#>B)qu~2NHo+2a1#DLw4KQJ;fa!j^kRGO^E$j3BOd9od&9!HOUmFDw| zE!Jx-b!H~>Q&XCVg z#E{KU%uv9P$dJsCnv-rAoSdIq08-Atuy8wZx^nYf;8yqVbliPAB`mu~2NHo+2a5#DLw5ER*e+lqTyj@iEn0nQX_T$1!Pbw%5n>xSIRF3v diff --git a/ios/HostApp/.xcode.env b/ios/HostApp/.xcode.env new file mode 100644 index 0000000..772b339 --- /dev/null +++ b/ios/HostApp/.xcode.env @@ -0,0 +1 @@ +export NODE_BINARY=$(command -v node) diff --git a/ios/HostApp/.xcode.env.local b/ios/HostApp/.xcode.env.local new file mode 100644 index 0000000..97f7f67 --- /dev/null +++ b/ios/HostApp/.xcode.env.local @@ -0,0 +1,2 @@ +export NODE_BINARY=/Users/mohammed/.nvm/versions/node/v22.10.0/bin/node + diff --git a/ios/HostApp/ARMSX.xcodeproj/project.pbxproj b/ios/HostApp/ARMSX.xcodeproj/project.pbxproj index 3db1c90..76339b7 100644 --- a/ios/HostApp/ARMSX.xcodeproj/project.pbxproj +++ b/ios/HostApp/ARMSX.xcodeproj/project.pbxproj @@ -7,12 +7,16 @@ objects = { /* Begin PBXBuildFile section */ + 1085901F2ED1CE5200D77FB1 /* bios.bin in Resources */ = {isa = PBXBuildFile; fileRef = 1085901E2ED1CE5200D77FB1 /* bios.bin */; }; 3464725A44F4A69FBE2AB974 /* libarmsx.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 653A133BDB61BD1059CFAF23 /* libarmsx.dylib */; }; 3A83F5253BCB4AD47A6742B1 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F686B87C80EB4D3204CDEEC0 /* main.m */; }; 48352C131E8B0327373C61EC /* SDL2.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 518B2258235B15B15373B04A /* SDL2.xcframework */; }; 5480B78F3661F4CB9446657C /* libarmsx.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 653A133BDB61BD1059CFAF23 /* libarmsx.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 7435C97274E9B2668E6C9C86 /* SDL2.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 518B2258235B15B15373B04A /* SDL2.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 8BC157B9E48AA3D81793AA6A /* ARMSXModule.m in Sources */ = {isa = PBXBuildFile; fileRef = B35E8D4127C001F1E6F6F2AF /* ARMSXModule.m */; }; B16F42A290ECFF7DF154F24F /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9484FEBF96C002F04D73B70C /* AppDelegate.mm */; }; + CB535A71335895F3B1AFB7E3 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = EB192CCB1425D7B15B24E93A /* PrivacyInfo.xcprivacy */; }; + EFAA42EF186BC1A6B4315DDF /* libPods-ARMSX.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B15244F288D2AB7C06E0752A /* libPods-ARMSX.a */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -32,12 +36,21 @@ /* Begin PBXFileReference section */ 019479875FC7433ACB65A02E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 1085901E2ED1CE5200D77FB1 /* bios.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; name = bios.bin; path = ../../bios.bin; sourceTree = ""; }; 1760EE6722F9E2BEDFDCCC6D /* armsx_bridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = armsx_bridge.h; sourceTree = ""; }; 518B2258235B15B15373B04A /* SDL2.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SDL2.xcframework; path = ../Frameworks/SDL2.xcframework; sourceTree = ""; }; 64E02E161FEB892FC40F8BE1 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; 653A133BDB61BD1059CFAF23 /* libarmsx.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libarmsx.dylib; path = ../Frameworks/libarmsx.dylib; sourceTree = ""; }; + 67F12B2E9A249BA431A15C7C /* Pods-ARMSX.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ARMSX.debug.xcconfig"; path = "Target Support Files/Pods-ARMSX/Pods-ARMSX.debug.xcconfig"; sourceTree = ""; }; + 6E26D0ECD2CD966E5EA1C326 /* Pods-ARMSX.release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Pods-ARMSX.release.xcconfig"; sourceTree = ""; }; 87BA3EE4597141AA97A5557D /* ARMSX.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ARMSX.app; sourceTree = BUILT_PRODUCTS_DIR; }; 9484FEBF96C002F04D73B70C /* AppDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = AppDelegate.mm; sourceTree = ""; }; + 996CB57F5DD4B88A0931BB95 /* ARMSXModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ARMSXModule.h; sourceTree = ""; }; + B15244F288D2AB7C06E0752A /* libPods-ARMSX.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ARMSX.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + B35E8D4127C001F1E6F6F2AF /* ARMSXModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ARMSXModule.m; sourceTree = ""; }; + E3FAF87D7E4A2345FC43CA68 /* Pods-ARMSX.debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Pods-ARMSX.debug.xcconfig"; sourceTree = ""; }; + EB192CCB1425D7B15B24E93A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + F150862C7055ADDBB5B57CF1 /* Pods-ARMSX.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ARMSX.release.xcconfig"; path = "Target Support Files/Pods-ARMSX/Pods-ARMSX.release.xcconfig"; sourceTree = ""; }; F686B87C80EB4D3204CDEEC0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; /* End PBXFileReference section */ @@ -48,6 +61,7 @@ files = ( 48352C131E8B0327373C61EC /* SDL2.xcframework in Frameworks */, 3464725A44F4A69FBE2AB974 /* libarmsx.dylib in Frameworks */, + EFAA42EF186BC1A6B4315DDF /* libPods-ARMSX.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -59,6 +73,7 @@ children = ( 653A133BDB61BD1059CFAF23 /* libarmsx.dylib */, 518B2258235B15B15373B04A /* SDL2.xcframework */, + B15244F288D2AB7C06E0752A /* libPods-ARMSX.a */, ); name = Frameworks; sourceTree = ""; @@ -66,9 +81,13 @@ 48D57A41DAF59CF0D443A086 = { isa = PBXGroup; children = ( + 1085901E2ED1CE5200D77FB1 /* bios.bin */, + B6E3FD0B464E641CA58C9EA3 /* Pods-ARMSX */, D0581165A1AB8CE875BD92E0 /* Sources */, 473DBC863A1B097C0DD3710F /* Frameworks */, 9B7D6BDFE7232B2E5D8A379F /* Products */, + EB192CCB1425D7B15B24E93A /* PrivacyInfo.xcprivacy */, + A221D24E0608A650E479FF55 /* Pods */, ); sourceTree = ""; }; @@ -80,12 +99,33 @@ name = Products; sourceTree = ""; }; + A221D24E0608A650E479FF55 /* Pods */ = { + isa = PBXGroup; + children = ( + 67F12B2E9A249BA431A15C7C /* Pods-ARMSX.debug.xcconfig */, + F150862C7055ADDBB5B57CF1 /* Pods-ARMSX.release.xcconfig */, + ); + path = Pods; + sourceTree = ""; + }; + B6E3FD0B464E641CA58C9EA3 /* Pods-ARMSX */ = { + isa = PBXGroup; + children = ( + E3FAF87D7E4A2345FC43CA68 /* Pods-ARMSX.debug.xcconfig */, + 6E26D0ECD2CD966E5EA1C326 /* Pods-ARMSX.release.xcconfig */, + ); + name = "Pods-ARMSX"; + path = "Pods/Target Support Files/Pods-ARMSX"; + sourceTree = ""; + }; D0581165A1AB8CE875BD92E0 /* Sources */ = { isa = PBXGroup; children = ( 64E02E161FEB892FC40F8BE1 /* AppDelegate.h */, 9484FEBF96C002F04D73B70C /* AppDelegate.mm */, 1760EE6722F9E2BEDFDCCC6D /* armsx_bridge.h */, + 996CB57F5DD4B88A0931BB95 /* ARMSXModule.h */, + B35E8D4127C001F1E6F6F2AF /* ARMSXModule.m */, 019479875FC7433ACB65A02E /* Info.plist */, F686B87C80EB4D3204CDEEC0 /* main.m */, ); @@ -99,17 +139,19 @@ isa = PBXNativeTarget; buildConfigurationList = 1A8EEE030E970E82EC7B77F8 /* Build configuration list for PBXNativeTarget "ARMSX" */; buildPhases = ( + EFC8122B20E4CF7480A3496D /* [CP] Check Pods Manifest.lock */, 21709ABD74D1031F0389C4EC /* Sources */, D6910F21954EF81975654CFA /* Frameworks */, 8F7F79E31569D7CF1ACBC707 /* Embed Frameworks */, + 469D63DB0DB7A815B1CF8164 /* Resources */, + DBCAE27636921EA4F4D6F40B /* [CP] Embed Pods Frameworks */, + 15CF2083A041D419876ECE72 /* [CP] Copy Pods Resources */, ); buildRules = ( ); dependencies = ( ); name = ARMSX; - packageProductDependencies = ( - ); productName = ARMSX; productReference = 87BA3EE4597141AA97A5557D /* ARMSX.app */; productType = "com.apple.product-type.application"; @@ -121,7 +163,7 @@ isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 2600; + LastUpgradeCheck = 1430; }; buildConfigurationList = FBD22F5C337AFF8855769BCD /* Build configuration list for PBXProject "ARMSX" */; compatibilityVersion = "Xcode 14.0"; @@ -133,6 +175,7 @@ ); mainGroup = 48D57A41DAF59CF0D443A086; minimizedProjectReferenceProxies = 1; + productRefGroup = 9B7D6BDFE7232B2E5D8A379F /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -141,11 +184,91 @@ }; /* End PBXProject section */ +/* Begin PBXResourcesBuildPhase section */ + 469D63DB0DB7A815B1CF8164 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1085901F2ED1CE5200D77FB1 /* bios.bin in Resources */, + CB535A71335895F3B1AFB7E3 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 15CF2083A041D419876ECE72 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-ARMSX/Pods-ARMSX-resources-${CONFIGURATION}-input-files.xcfilelist", + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-ARMSX/Pods-ARMSX-resources-${CONFIGURATION}-output-files.xcfilelist", + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ARMSX/Pods-ARMSX-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + DBCAE27636921EA4F4D6F40B /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-ARMSX/Pods-ARMSX-frameworks-${CONFIGURATION}-input-files.xcfilelist", + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-ARMSX/Pods-ARMSX-frameworks-${CONFIGURATION}-output-files.xcfilelist", + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ARMSX/Pods-ARMSX-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + EFC8122B20E4CF7480A3496D /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-ARMSX-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + /* Begin PBXSourcesBuildPhase section */ 21709ABD74D1031F0389C4EC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BC157B9E48AA3D81793AA6A /* ARMSXModule.m in Sources */, B16F42A290ECFF7DF154F24F /* AppDelegate.mm in Sources */, 3A83F5253BCB4AD47A6742B1 /* main.m in Sources */, ); @@ -156,24 +279,35 @@ /* Begin XCBuildConfiguration section */ 6C84D25B5BF8B28E170A1AC3 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 67F12B2E9A249BA431A15C7C /* Pods-ARMSX.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = L296QD7JFU; FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", "$(PROJECT_DIR)/../Frameworks", "\"../Frameworks\"", ); INFOPLIST_FILE = Sources/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/../Frameworks"; - OTHER_LDFLAGS = "-ObjC"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(SDKROOT)/usr/lib/swift", + "$(PROJECT_DIR)/../Frameworks", + ); + OTHER_LDFLAGS = ( + "$(inherited)", + "-ObjC", + ); PRODUCT_BUNDLE_IDENTIFIER = com.nanodata.armsx; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; }; name = Debug; }; @@ -183,7 +317,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; @@ -212,10 +346,9 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; - DEVELOPMENT_TEAM = L296QD7JFU; + DEVELOPMENT_TEAM = ""; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; - ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; @@ -230,16 +363,18 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; 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"; SDKROOT = iphoneos; - STRING_CATALOG_GENERATE_SYMBOLS = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; + USE_HERMES = true; }; name = Debug; }; @@ -249,7 +384,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; @@ -278,10 +413,9 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEVELOPMENT_TEAM = L296QD7JFU; + DEVELOPMENT_TEAM = ""; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -290,38 +424,51 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; 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"; SDKROOT = iphoneos; - STRING_CATALOG_GENERATE_SYMBOLS = YES; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; + USE_HERMES = true; }; name = Release; }; EA79FDBEDBB17F1B501A7D1A /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = F150862C7055ADDBB5B57CF1 /* Pods-ARMSX.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; + DEVELOPMENT_TEAM = L296QD7JFU; FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", "$(PROJECT_DIR)/../Frameworks", "\"../Frameworks\"", ); INFOPLIST_FILE = Sources/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/../Frameworks"; - OTHER_LDFLAGS = "-ObjC"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(SDKROOT)/usr/lib/swift", + "$(PROJECT_DIR)/../Frameworks", + ); + OTHER_LDFLAGS = ( + "$(inherited)", + "-ObjC", + ); PRODUCT_BUNDLE_IDENTIFIER = com.nanodata.armsx; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; }; name = Release; }; diff --git a/ios/HostApp/ARMSX.xcodeproj/xcuserdata/mohammed.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/HostApp/ARMSX.xcodeproj/xcuserdata/mohammed.xcuserdatad/xcschemes/xcschememanagement.plist index 6544926..7acbacc 100644 --- a/ios/HostApp/ARMSX.xcodeproj/xcuserdata/mohammed.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/ios/HostApp/ARMSX.xcodeproj/xcuserdata/mohammed.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,7 +7,7 @@ ARMSX.xcscheme_^#shared#^_ orderHint - 0 + 70 diff --git a/ios/HostApp/ARMSX.xcworkspace/contents.xcworkspacedata b/ios/HostApp/ARMSX.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..3357256 --- /dev/null +++ b/ios/HostApp/ARMSX.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/ios/HostApp/ARMSX.xcworkspace/xcuserdata/mohammed.xcuserdatad/UserInterfaceState.xcuserstate b/ios/HostApp/ARMSX.xcworkspace/xcuserdata/mohammed.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000000000000000000000000000000000000..3d1ad74de7057d06ac7cc59dc25fc6715eacf610 GIT binary patch literal 20588 zcmYc)$jK}&F)+Boz{tSFz|6qHz{FNQ3|0)*3^ok540a6m3=RyA3{DKr3@!}b41o+m3=s@546zJ}3`q=W4CxG6 z3}p=E3>6HO3{?zG3~dbU4BZSp3`-c6GAv_Q&ai@ECBrI))eLJG)-tSP*u=1tVHd-0 zhCK{>8ICd>V>r%mp5X$+MTScZR~c?FJYsmv@Py$h!%K!Y3?CRiGJInA%H}<6OptjEfkTF|J}<&A6U%Gvju~-HiJg z4>KNTJkNN6@gn1G#ygC68SgRPXMDi;gz*LATgH!!pBR5I{$u>l#LUFaB)}xXB*~=B zq|ao)WWr?1WXWX3WXELBV(oWj15BWcFqDWAJXsmwE(XE85eUdX(Zc^UI+<~7V) zn71--W8ThunE530DdyA67n!dxUuC|{e2@7)^8@A=%rBW=F~4Pg$HK3L z&BDXN%fiRP&mzDg!y?Nf$0E<7z@o#V%c94k&tkx0#$wK5!{Wx`&f>x1$>PQ0%@WEI z#uCnw&62~C%aX^E&r-lr$Wp{o%u>Qq%F@Wv#L~vn!_vz#k!2FgG?rN`^H}DyEMZx} zvW8_3%U+g!Ec;mwupDGL#B!MB2+KK^^DGxwF0x!@dCu~V!P>*x&pMTL8tZJ{aP=jp4hK9HX^M=h0<_%jKwl^GWxZ3cs!K}eA zUO*x!H90k}#5Ee;&=fmm(;Yx(j2H9xRfe(%P#^+#yBRIWR|4{CugMQ zrp61X1eNBwq!yQC<|US7=I4Qnx02N4lG38ou*~Ajq|BVmlFE1i)wKMgcT2TV=VsX5H2*lZ_u8kKk@JTE# zan8>z$Vn|pO$h)M<;5kbc_k3FE}*FXAwgvLwJN=us^t}LUvU&*ahP80!9_OU=ww7^3$#K^<7-e3|$ON%ykWn zOTBO%}oWHD;+P8M9AE{{FK!A-29Z%oYZ3dqSVCX5?xSIElbt+$xJFrEXqW+ zM?c6p#Ic|tIJKm-AhaYir&uoo5|9}Tnc;rHpafUBh#`X^9F}pj844K8mN4Wn~d2NdOl+7rR01)yYzt{X*7yns5GkHaRP{B&3@ix)7&r_wVovm`Sy z2i2u8k5@C)F_$Y9!F)L_4JnGH5YY|^Y`tP|A(NS(7cU@# zDVdR9?wgsHnVVP;FQAB38kB;Z^UG3;64O)T1>~`+@ysg&7124V#n?>ANvzB-Epe?V zNzDVbZ;Rsvlrc?7F3Qiz0oMB^mie#n_}l8OJR@ zCnYm4JzfAaw91PT3w$#3Qi~y_?s^8Vg$x@Sj2mPi{LP?JcniZ;hAj+R8%!EZ!B|G% zkbog42P}5?F&tzNTg0%R;Xs3BgViF2Lkx!-tQ#Cb^}CcyYEDTaBw~C}LnU57As{EQ zGQB9jG%qD6wYW5=q!>*J%z_gPr$H8+WH{Ae(_p)Z;S9ss2D=9P28Xy5Xp_MwH7~s+ zBN`M$o_Q&$6{*F7GUp&ZxXj?S0OT7`k$#QgdW>JNOJ*{t!c8oyT*Pni}cDfQ%W)}F+5}7XL!!=BE~ORue3BXC8@F`wb)-k zV5^6a`qAx9l`Sc~NfS&;A2zr_3f)%>ufzO;Lqk1X7BReH2*1SemVuw)9j5-uMJFEq zEAjN5Dkioz{X=d*gPXEL$^r%uPl zgI$9|Xj*V;eWheD9PZpkWs235R?}982A}w8N8M-$}!4=a6?c- zFc`}ShzY1bJ5KOw@h9It_53|64(F8rk zF`6=(F+6C9Xov)*xJ!&y4E&7Nn6cKYAji7!rb~9SBZqC+!t;I&ZkHJC82B0OF_rGP zG3SQwNwm88;M0(RTQ^L7IAbJ(*+K@l2H}N_Q4L9;$`0IdV2ouhg)x;ets%XksiD7N0;n0F4X$!w6*{C?iHC@R8^{3}iN&eK zP;mhrhzzv)hls*jps;G(CqEh7`Ywjm{8$YS&P>nC%u9zD5s%g2fTGm0%>2^gki??& zRA}qp8PxHC`9GJjiot9RV;*BZV*z6!V-aI9V+ms^V;N&PV+CVnLqvg&2F6ClCdOvQ7RFY_wuX|1@`j3r%7&_j>V}$z z+J?G@`i6#vMx0<8eX6WebFDHQZsKBSU~K4SU~FOOY~t!1FQArs0(kT7#HcXf4k zHg`2}wQ#jGadvYyurM)n0{Pa^)Y;9*z{1$kz{JqS#L&{h+|1S4)!ZmvKn0gB-GH3Z z^vt}_VsMKiovNRiy3Dz&S3}-^$QM8ErBJPd5rTJ%oZ$Y z@C$&6EM{B+5rGLTXIudh2&*>GQ81{5iLYT?3lWD2Y+&4oDzJrdE2_W_#+|4Fdl>hk z3LIcO2oZqz^$4g;J=)ORAajNB1mj7@Qw;o!ry0*Mo@G2232%l)mSpCp7MCRE7DU6U z>(C&dhPH;*hL(mt%6e+bj>j{eCj?zR4)f$C#%l~_iy1F7USYi2(B9C|(7BlLI^zw- zn+;tJ-3>hreqoSI90tj!xRW?i!61$!t%ia-l8}&i2nvZu4ZWZqDx_F@%J>WxRKW}( zj4v5q#S6$nOoEn3=w;Ai#@CE*7{UoDix&`f2@65j3=4pFjPD`V#tYzbH%#eg#;>3f z*}Xw*A>+4(Nr)2pC*yAhvxSVm8YVAf{L?T6RHR7aEI7gbXJTORTFAuMFttJEDg!^` zNhTJ?Q%tN(Yz%%3dl;gbxZ(u_QY#7)^HM^J67!0ai!uvJA~Qh^wSdHujD{Hv3>*#O z4bv_&@i6f+@H6o-`Y`dw3kdoJgBx=oHIN2gynq0bSXg3CX{rEY!*pLlgT?h?CUGVSPz2zR#~boYQcOw=X3LqRnPiw`ndF${ znG~258)h}kX_(irpkYzNl7?l=nUtASm{gh6nADjxm^2$!G^}h`)v&r@ZNs{T^`PK~ zk8LpNfqQAQ;|2UHbTc7+N!?WNaFZ@96Ito&C*>sOWy1yZElkWT+zd^ebse2tOmt0L zO`LTtjLl4Soehkf44q62oQ+H^k-C^n#$Ze4#*<`;v8kn*fvc0Lu7#VKi>`@@iJPva zk%6PGp}CQniHWhJqqBuEvLzN^OXibiiJ^Ap_{9&lZAz`u9=gi zi-Db(3R})tkS3?6=XH!=LWDA_Y7Az*s7tXHch86~vmby+RZZ5i@noQTp%*g~~lZlC; zk%g<9s~fT`6 z_<${0PMRf-=8l#|hQ@}v7N!Pfx+X?0rn-)nE{?jcPL76VhK5FFmWF1~Vui_{DF9Le z!32VtLQn<5nIcdHqM2eD%oZ}mG^_#j^ua@{0>!22>8ZsfsVSgdQfeNoN@Pl6N=DV3 z#*~gKkj0dZDv-xiz#z7eDZgRkLZ-roO$`pQo-VGSHc)U$QD$B`QaR342I~I`H88`= zai%J!8c-=I)WE!uskUKjgCC^8YhY?x$N*Bf4N|VOFtx_Pt8?&J*J7p?q|q*>cBXCy zvBgXsOr1}l}3#59Y6pJ_JJ9MFg> zs5%GLyU!FlXFqM&3-SIurukuh!7hmxMY(1s z5ZhKWtpU#qLc5fZXk5&+nrSU~P!__6`DQ)SCI+)bOdFUsHXLd=yohNt)0T!K4M#z> z8q``tBapR5CI)7P21dppYhBT-CB=o{u-eHq2NFgH{imlIZ}`L8e1YhnbEr9c4Pkbe!o#!|{d_4JR8;HJolZ({Q%oT*LX545mz{8FZOW zGo52P&vb$5B7Q>JH3&l|2aTyMD1aB~UMOQu&$ubJL7+-kVpaHrueC}Dsa0O0uu z`0PbUW(g=fB|KeRQ6<7aGasPAMocOH0?;^9alC*5hA!yDNoIataA|ICVo@a|%?78Y zgJxukL&06HFhg@kV_jUlcE(iC;BDE4ZPi>;M@-U{z&4y7cPB>D@oaKjfEFfuW-u(Gjpk-e~hgEOQkKfk1balL>f zH;=H0jI5@Xft9t5vaO@1m$#2^aCk&aJapERmycgSP$&X`31Y>=apQOlUGnw z;!{>pRa4gp^9v5ntV)gW3r=&(NlY&W4PmB28qxVhQGUT5iN)cdF~TsvU{Ix|?4Sk- zG{Fvm26m1Hwg&Nd0Wm$tf`XjX;L75X)Z9={kR49>IVqR9BfucQcFE5_AQ0Q!A1LGz zgU10u@Cm?6e*Ph$==Fa{SP*R9D_(#f;#W|hgS~Re&p$E>+@Apj0V3QNMF(LKz2xT~ z8wX7ri(-Q=`S~X##tR4`rM47EI$V?#gjJk@gF%o%ia~`zlfj6=oWYa9har$5m?58` zl%a;9m7#}WCc|uoxeW6eRx)g0*uij^;V8p#hLa4Z8O}0XVR*>!g5e{>KSoYQ0Y*ti z8PJF+qavd+qYa}oV=QA8V+~^?V>4qHV;|!L#!28+Dzg~pFwSFKz_^X^CgT^zpNzj5 z|1$n(Vq@ZD;%4Gy5?~Ty5@8Z!GGX##3SbIi3TH}U%4Vuys%C0o>SUV1G>2&k(>A8v zOy`&`GCg5>$@GEgGt&=dUSSNhPT6A)qoOGdC5i z65QHgHion|o|~n6wlwUG3&~GOtW-!WQ7|;NGBpEND9q+eO$*?a2(uNlGlSU*W@}~} zW?N=EW_xA_W=CeHhR+RO8ooAsYxv&qqv2=6uN9zCcV;(ccLrT%I}jT@;{LngPlI{G zH!#~TUO?B=#nmIR*f%r12sEJ&F8_<&it=;)f`d|vOY)0A69M44FHq#f3y6Z2fq<7S zcow^r=Hvt?7p11=#lc10iV{I9ChR~0u+<_ViAkWI0d)Sv+0w||(Z$qF*T~JpOxMK1 z4K%xMWTfk2?BZx* zH!|)7C0+qf7uVp7{BpmNpCSCxf%rmdJ zAT_xpzX+iWt`l4jL6kwp*}!TH&11qcQ_I2YOwvJxFUS~>1K`HT3kdtB=H?ewx)&uD zWWW@{@@W}!HG|m_=5po==1S(OMn?8VMvg{C&PGPACCoL!J{)?KoB;h1(%H%;CC;|FD-ybWaj6AW^Tblb|8cN@=G$4Q;R_h z5FkvrKA1b(n7cvlY-jFZ?qu$2WaMdNhK!ra5$%iPD@)5s{$$SByzDAdR( z0CJ}YWGEe+7n~|V?PPF=O%T+ngPRW$ju#LM%}WE1yQ3?XfS8e*66%R61#{Ol=IIP# z3l@O7n4qMIVs3DLPG(7BQ6)_6Z05NPVhfq)G%^Y=WS-Z^D1uklB?f-xMa+wtm&6N5 zCFiGrvULDxxo1#nK~ZXPYF-I=a;1?`tdUXFUtkk@Q;j2DKp-cvxWq9zIkmVrH3d}I zMP`&Yq96xSborN-fTo&3i5lGhDFb;N8v2WwS2C{x4I&b$K3*UxKBUCmIn2<^B`gGC zhj(U)kr{%EWF@F_DK>{%7atZJZ)}KA2M)R5#Inr1bVQ>jK3+hXgmk=?c>{ylBIb3> z>l+y*8yTe*F>hq9ZDf>gWE2ObSyi}E;Jg4UM8H``FSw+r6ugElUO)+-I?v+bQqbxN zf*BQ-Fn2KT#hJPGG4E$Sz~moC+R@XFkGw43wgK8yN)`G9Pbb zlxuMC7i7vqPm5IOHmv045tmj}QPbr=Y z_Ywyu7f(n*Vo63McwWXMGp}SJH)Lc~fZ-A&A3skVcm@X^agYL7^+(!5!Al&RLOhGO zh2sT!!Q&PR#i>Q0@g{}j{L-8hg}nR{h2)~t#FA8nB+xQe1xO~y%+Iq@@GVaFNX$#g z0nM(1(u+oJYB6Y<)k;CB6rA1_O7ayT6Cfq23IU#O3MHT!q_or`h2qp=kYf}y;KnIr z<|z~u<);^=78l!VDrqhfl~^Puj-_Idl)|hSz^O!qL658i1~3Nqedg6<|2l(%+DI^ z8yU4g^^baKacWUOQEFOhQBi6Nyg3T4f8dMmJY7Ib^H5YeCzhn9=NDBXtATWcUV}SA za1X(p@t*k?gV`$P56mB#KQVu1{=)o~`5W_h<{!*I8yR&Q8TA?&^&1%t8W{~68I2kl zjT;$F8W~L+8O>HP|7Or({>%K2`9BK-3nL2?6Bi3hBcpjkTq9#xBV%|YV?-lkY9r&C zM#ilT(;6AKfqW(G>Ea4qI}UFDf?Li4T285H`9-Oq;ljkC%;Nk!a9c36IJF4cae*|m z!J+~RP)=!1NhWBprywV@B%ml0G`t8|Sr-LW0A3@jTmX@Rh(X#hsVS%}w|D_jm~?7l zFvvV`ky{)uAP9D3dTJ3^6x0%m7f^t@AF&u5)wJSx0R>3gIyD8&SolP5oNr=9W^QIx zY6{pUXjHHWvWPL5EnyL25oQr#5p86&Xk@f(WVC8zv|hp@&LY9A!6MbjXw%5(*zm5A z(YL`b!Y4JY1mY@C=MwHnu&Y5q8wCjwP{2h7Wu|9<6~k;(WKjdzro^JmqQauu$Y|Th zXxGSS-^l2&gh7`#rZj@poHQBUh7^7*-HUQl#l@qtg1nSFyOT=sOq&qJ#JXb7}@jyPnQr+ z7gWVMxD@-QmL!5ky-}5G;8G4sC8$b4<1$#C9bB4J3?3RrRj-fB=zyYpP>&5X+>ELN zr`zF$FSu5Rg`*H87si8fYe+sg9||yBV<}@PXQ^P|XQ^bVVyR}SVX0-QW2t9ph!+q* zU-lA*NROapBJl#E@E(3petwBtW=<+ZT)-tiH!(90p*&td5?tu`r@_ob$Tc#?H!?;w zGA1@MrZh4}HZsP=3+TgpGm!psQcfx;V?m5Xj4Qx{7n0$c8N3#N7Dhw*2H=QV%(94OF+(`AP`m(tKw@%s zY6>VKUGqwcDj_>^04{B0gEK%)V^CopP@0nylv-Gt3f@fxp8bmkB`ojEycF-$N~9_~7E)(| zsw_ie?RWt}2p=+(39c>U1^7LSA$(}_03=e9nhP>49->?Twt|=CD9cF(v&AgOSdO!t zXk;vCWGrlCELzNRisdxRnMTIqM#hzmjH^Lqqfkg^u%K$+okBV$Q}%uSYSEZ13Xu-s(1#lX*Uo8=D6U6y++ z_gNmWJY+e|@|fiwgB#1UcmYY+VkeY11{FK;0*avhOQ7*%P&o%(OMn{Z@dEtCpl!k~ z@Hv}!0qH#Ocm*`~qN^8%tg%9Ie7t}liXM>d$SWD+1*BoFM6@j79rH%U6^)G5jf}O8 zjHTcZUDe3AqCvQku?Dr6d%^M&TFkv|WUOjrEJG@NDj|vSJt+7-G%}VW%978ZvZRr* z0;%Z0o899D#FO)L^%6mIfsp-fdY}z&smUerWbc`RRm%TaSs28YurjbRvNEwUH!{{W zGS)XTHZ(FeE@5S5Wn*P$}X`{Y-H?eWbAHa>}h1|ZDj0Q!z#-v$12aNz^cgDz^cru!m7%u#;VS$(a6}}$T+c) zaZ)4WS=~?tJXyU^1$7cXWlV!Xjx(#W`^p}UcBX#+JEa6>#> z4f1SFBjYmonm^Wh)&@vG!JO92+5!=PG|%D%RNTx>%}pJRjC766LCatbKr13mERA#> zjZKY=4O|=z4V+xS?G)Bd)-K3KcS!wj<*Dhq8+{m~NR0`ne>ak8|YFflPgLP&jm1evSUO*<3mHsV7dJ9) z0Cm1LHaJ9jy0}8zr0mfA0z6a$bHxhQHP{ST%V5g7zL9Y=$bc=N!kym}G@y|LTE+>U zDpYpJg6u1U8MK8Jy8i&)Bw^jjx*O!fU5$)8;449;L9L`>|Gb<^XqyJq%Y+P<7sHG? zz(G?qq|W|mf#c9u?-ZkAq_ewK+WlUb&+OlO(NGMi-^%MO-ZEPGh? zu^eDI#Bzk?7|RKkQ!Hm#&aqrzxy168m5WuJ)s8idwSu*ebv5gL)@y8>Y|?B-Y}RZp zY;J5GY+h_WY<_IfY{_i-Y=vyaY^7|Q+4isS^aLRJZb1HJGacXdCaq4hda$0lRa@upYa8Bf$%sG{FI_DoQPA)kv1ui8n6)rU{ z4K6J%9WFgC11=*jcP>vZZ!TXhf385TV6ITEaIQ$MXs%eUDz2Gad%5m&GjnTl`*P=S zcXO}c-pIX$dmHx-?t|Q?xX*B(*%@MQCp^HlLP^R)1^@$~b|;aSMDj%O>+cAlL)yLk@r z9N{^}bAsm-&u3m$UN>HU-Wc9|-a_6g-bUUw-hSRWyz6;4^6uh2%zKpg67O~1o4mJq zAMifneZu>U_YLoFJ{CSHK1Dt~K4(5xK6gG(K5sr>K7YPIzF@vkzHq)AzC6AHz9PO7 zzB0ZFzAC;NzB;}Jz9znIzCOMQe3STQ^DW_9#<4bTohywSjKp>Uxh zpO#&pK!nM1mQ`-^Mw}(FBD!Zyg_)Q@Fw9c!Uu&92_F_dDtt-!vhWq* zYr^-19|=DZekS}~gi(ZBL|jBtL|Q~vL|!CTBu%7Pq)Mblq)wzkq+O&_q+6s{q+ev3 z$Xt;FBDX{yh`bbeBl1q| zOB72M%Mq&(s}<`Mn*s#Quu?7iSb_7H1V_7v~h`7MBv25tkEJ5LXgc z5myt}5Z4kn7q=9*7Pl4e7oQ_OPke#+BJnR0j1tTetP<=JkrHVV84_6%ITE`hj!T@B zI4yBjQeIL=Qcu!A(nzvJa-!s9$*GdlC0|N@ll(6EL-LmtyA+2Mrxdr8gp{O|l$4B= zrj(A9o|K`Kv6QKlhg7Ikm{hn_q*R(zx>SZ#mQ=Y^g;b?fwN!^xw^Xmx1gS|=ZjxRty+eAp^j_%$(ubsvNS~FyDt%A-f%Hr157J*{m}FRG*k!n6cx3ow z#AOs^lx6&6!eugL3S=r}+GM(AdS&`$rpQc_nISVv=BUgEnV+&uvMjQ^vSP9lvZ}Hc zvR1M-vUai#vQDxtvTm{-vR<;WvhlKsvdOZkvgxv!ve~k^viY)wvNf`kW!K2=m%S$Y zTK20Pubi5kzFdl2mRz}9lU%>t47piybL8g9Es$F&w_0wk+5k~fvN zmUohOk@uAkkq?uPkdKm&ks2L)cNH7hkwwJx>IYFE`hs`IF8t6Qjh ztNW_^s|TuwsE4aZsmH1(s3)tJsaL31tJkSFs<)`Ot9PmQsQ0T+R9~XLUH!EBJ@ro- ztQtZZsv6cB9vXofAsXQtQ5vxtX&RXtIU4yIMH(d<(=}FW?A3Uz@j>IK#vhIUnoOFk zntYmqnj)Iwno^oFn#P*$nhBcKnjM;*nq8Vbn#(n}Xl~csrMXx0faW31yPD6mn6=on zIJNd^9oPDx^<7&*yH$I&_73g6+6S}`YoE|Qt$j}Wg7yy`Sse!*U!5?WNSzp+c%3Aj zY@IxvLY)$wa-B+@Hl0qL9-V%jNjg*X+4L3l_4Ez(P4vz6t@Lg5UG+Wmy$${uavSm) z3L1(SiW^EADjBL8Y8WXS=@?lW*%>(+xfppGc^ml|1sGKs%`;kVw8ChW(PpCqMpun) z7~M9yXY|nMiP3YTS4MA*J{WyA<}l_q<~0^D7B&_$mNb?zmN!;3RxwsHwlU5$?lGQj zyw~`u@kzLlUS1klT4EwlYEmxlM<6MlX{csCW}ngnCvt;WOCHx zgvn`>b0*hKZkpUSxodLY&8c(_+(h(+Q?iO=p<6n@u&FZZ^|ww%J^>`DP2v7Mm?KyKK%3+MsLR zWxmV&jfJ#@frXKUw?&*qu0^ZG42vxm+bwok?6o*xaoFOR#ScqHOBPFZOHNBMOGQg{ zOD#(sOMOdIOFPS0%OuN2%P!05mNPBqSkALtZn@X;kmU`_hn8ap5xb-?Pd)iJ9RR#&YaSv|FSVfEVToz+LHFV>9K%+_qyoYp+n{MLfj z!q&#t_SRn35!N}@b=DKCCt1(8US_@0dX4pZ>uuIMt@l{(w?1fn&H9}Us|}xxppA%) zn2ohfxJ|W9ugz+kgEm)f9@_l3WwK?p<*?^$ts?UvbHu)Ayb&F-h&AG`ndO!lny9QNGyeD;F&BKG3;QufC7X7-l$Hum=R zPWCSL?)F~xzV-q3!S-SH5%z8N3+<2C-?#tepzL7h5b03j(C@I#;iAJWhr13B93DCR za%6YpaO8C4cI0uCbd++Gc9eD0a@2Ozany6PcC>M{b+mW%arAZca}02db&PY2cT9B5 zbIf-va4d4HcWiKMbZmB<;5gB7lH(M|b&lH|cRB8L-0yh7@v`GJ$D59~og|%73IQ zr{B&j&eF~b&gRYz&W_H`&H>KB&SB1x&N0q$&PC4E&JE7Z&TY;e&QqP|IL~)pckhKIweT`L6Q==f}>^oZmWsaQ@`{)%m*%r;Ct_yo-X1qKmSNs*90} wsf&e+wTrEby-Tc1mP@`%kxQvdl}n9FolAqu3~)b$fr$x1vz~;|Fw$ig0H2nT8~^|S literal 0 HcmV?d00001 diff --git a/ios/HostApp/Podfile b/ios/HostApp/Podfile index aa19de4..8122df0 100644 --- a/ios/HostApp/Podfile +++ b/ios/HostApp/Podfile @@ -1,26 +1,43 @@ -project_root = File.expand_path('../..', __dir__) +PROJECT_ROOT = File.expand_path('../..', __dir__) -react_native_pods = File.expand_path('../../node_modules/react-native/scripts/react_native_pods.rb', __dir__) -native_modules = File.expand_path('../../node_modules/@react-native-community/cli-platform-ios/native_modules.rb', __dir__) +rn_pod_candidates = [ + File.expand_path('../../node_modules/react-native/scripts/react_native_pods.rb', __dir__), + File.expand_path(File.join(PROJECT_ROOT, 'node_modules/react-native/scripts/react_native_pods.rb')) +] +rn_cli_candidates = [ + File.expand_path('../../node_modules/@react-native-community/cli/package.json', __dir__), + File.expand_path(File.join(PROJECT_ROOT, 'node_modules/@react-native-community/cli/package.json')) +] -react_native_available = File.exist?(react_native_pods) && File.exist?(native_modules) +react_native_pods = rn_pod_candidates.find { |p| File.exist?(p) } +react_native_cli = rn_cli_candidates.find { |p| File.exist?(p) } + +react_native_available = !!react_native_pods +react_native_cli_available = !!react_native_cli unless react_native_available Pod::UI.puts "⚠️ React Native dependencies not found. Proceeding without RN pods.".yellow - Pod::UI.puts " Run `npm install` (or `yarn install`) at #{project_root} to enable the overlay." + Pod::UI.puts " Run `npm install` (or `yarn install`) at #{PROJECT_ROOT} to enable the overlay." + Pod::UI.puts " Ensure @react-native-community/cli is installed so autolinking can run." end if react_native_available require_relative react_native_pods - require_relative native_modules + + unless react_native_cli_available + Pod::UI.puts "⚠️ @react-native-community/cli not found; skipping autolinking.".yellow + def use_native_modules!(*) + { reactNativePath: File.join(PROJECT_ROOT, 'node_modules', 'react-native') } + end + end def armsx_use_react_native!(config) use_react_native!( :path => config[:reactNativePath], - :app_path => File.expand_path('..', __dir__), + :app_path => PROJECT_ROOT, + :config_file_dir => PROJECT_ROOT, :hermes_enabled => true, - :fabric_enabled => true, - :flipper_configuration => FlipperConfiguration.disabled + :fabric_enabled => true ) end else @@ -29,11 +46,12 @@ else { reactNativePath: File.join(File.expand_path('../..', __dir__), 'node_modules', 'react-native') } end + def prepare_react_native_project!(*); end def armsx_use_react_native!(*); end def react_native_post_install(*); end end -platform :ios, '14.0' +platform :ios, '15.1' prepare_react_native_project! target 'ARMSX' do @@ -44,8 +62,31 @@ target 'ARMSX' do post_install do |installer| react_native_post_install( installer, - use_hermes: true, + config[:reactNativePath], mac_catalyst_enabled: false ) if react_native_available + + # Ensure Hermes is enabled for compilation (prevents JSC headers from being pulled) and + # strip bad DerivedData search paths that occasionally sneak in from pods like DoubleConversion. + installer.pods_project.targets.each do |t| + t.build_configurations.each do |config| + config.build_settings['USE_HERMES'] = 'YES' + if config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'].is_a?(Array) + defs = config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] + defs << 'USE_HERMES=1' unless defs.any? { |d| d.include?('USE_HERMES') } + config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] = defs + else + config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] = ['$(inherited)', 'USE_HERMES=1'] + end + end + end + + installer.aggregate_targets.each do |aggregate_target| + aggregate_target.user_project.native_targets.each do |nt| + nt.build_configurations.each do |config| + config.build_settings['USE_HERMES'] = 'YES' + end + end + end end end diff --git a/ios/HostApp/Podfile.lock b/ios/HostApp/Podfile.lock new file mode 100644 index 0000000..531d1fe --- /dev/null +++ b/ios/HostApp/Podfile.lock @@ -0,0 +1,1783 @@ +PODS: + - boost (1.84.0) + - DoubleConversion (1.1.6) + - FBLazyVector (0.76.0) + - fmt (9.1.0) + - glog (0.3.5) + - hermes-engine (0.76.0): + - hermes-engine/Pre-built (= 0.76.0) + - hermes-engine/Pre-built (0.76.0) + - RCT-Folly (2024.01.01.00): + - boost + - DoubleConversion + - fmt (= 9.1.0) + - glog + - RCT-Folly/Default (= 2024.01.01.00) + - RCT-Folly/Default (2024.01.01.00): + - boost + - DoubleConversion + - fmt (= 9.1.0) + - glog + - RCT-Folly/Fabric (2024.01.01.00): + - boost + - DoubleConversion + - fmt (= 9.1.0) + - glog + - RCTDeprecation (0.76.0) + - RCTRequired (0.76.0) + - RCTTypeSafety (0.76.0): + - FBLazyVector (= 0.76.0) + - RCTRequired (= 0.76.0) + - React-Core (= 0.76.0) + - React (0.76.0): + - React-Core (= 0.76.0) + - React-Core/DevSupport (= 0.76.0) + - React-Core/RCTWebSocket (= 0.76.0) + - React-RCTActionSheet (= 0.76.0) + - React-RCTAnimation (= 0.76.0) + - React-RCTBlob (= 0.76.0) + - React-RCTImage (= 0.76.0) + - React-RCTLinking (= 0.76.0) + - React-RCTNetwork (= 0.76.0) + - React-RCTSettings (= 0.76.0) + - React-RCTText (= 0.76.0) + - React-RCTVibration (= 0.76.0) + - React-callinvoker (0.76.0) + - React-Core (0.76.0): + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation + - React-Core/Default (= 0.76.0) + - React-cxxreact + - React-featureflags + - React-hermes + - React-jsi + - React-jsiexecutor + - React-jsinspector + - React-perflogger + - React-runtimescheduler + - React-utils + - SocketRocket (= 0.7.1) + - Yoga + - React-Core/CoreModulesHeaders (0.76.0): + - glog + - hermes-engine + - 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.7.1) + - Yoga + - React-Core/Default (0.76.0): + - glog + - hermes-engine + - 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.7.1) + - Yoga + - React-Core/DevSupport (0.76.0): + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation + - React-Core/Default (= 0.76.0) + - React-Core/RCTWebSocket (= 0.76.0) + - React-cxxreact + - React-featureflags + - React-hermes + - React-jsi + - React-jsiexecutor + - React-jsinspector + - React-perflogger + - React-runtimescheduler + - React-utils + - SocketRocket (= 0.7.1) + - Yoga + - React-Core/RCTActionSheetHeaders (0.76.0): + - glog + - hermes-engine + - 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.7.1) + - Yoga + - React-Core/RCTAnimationHeaders (0.76.0): + - glog + - hermes-engine + - 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.7.1) + - Yoga + - React-Core/RCTBlobHeaders (0.76.0): + - glog + - hermes-engine + - 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.7.1) + - Yoga + - React-Core/RCTImageHeaders (0.76.0): + - glog + - hermes-engine + - 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.7.1) + - Yoga + - React-Core/RCTLinkingHeaders (0.76.0): + - glog + - hermes-engine + - 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.7.1) + - Yoga + - React-Core/RCTNetworkHeaders (0.76.0): + - glog + - hermes-engine + - 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.7.1) + - Yoga + - React-Core/RCTSettingsHeaders (0.76.0): + - glog + - hermes-engine + - 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.7.1) + - Yoga + - React-Core/RCTTextHeaders (0.76.0): + - glog + - hermes-engine + - 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.7.1) + - Yoga + - React-Core/RCTVibrationHeaders (0.76.0): + - glog + - hermes-engine + - 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.7.1) + - Yoga + - React-Core/RCTWebSocket (0.76.0): + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTDeprecation + - React-Core/Default (= 0.76.0) + - React-cxxreact + - React-featureflags + - React-hermes + - React-jsi + - React-jsiexecutor + - React-jsinspector + - React-perflogger + - React-runtimescheduler + - React-utils + - SocketRocket (= 0.7.1) + - Yoga + - React-CoreModules (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - RCT-Folly (= 2024.01.01.00) + - RCTTypeSafety (= 0.76.0) + - React-Core/CoreModulesHeaders (= 0.76.0) + - React-jsi (= 0.76.0) + - React-jsinspector + - React-NativeModulesApple + - React-RCTBlob + - React-RCTImage (= 0.76.0) + - ReactCodegen + - ReactCommon + - SocketRocket (= 0.7.1) + - React-cxxreact (0.76.0): + - boost + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.76.0) + - React-debug (= 0.76.0) + - React-jsi (= 0.76.0) + - React-jsinspector + - React-logger (= 0.76.0) + - React-perflogger (= 0.76.0) + - React-runtimeexecutor (= 0.76.0) + - React-timing (= 0.76.0) + - React-debug (0.76.0) + - React-defaultsnativemodule (0.76.0): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-domnativemodule + - React-Fabric + - React-featureflags + - React-featureflagsnativemodule + - React-graphics + - React-idlecallbacksnativemodule + - React-ImageManager + - React-microtasksnativemodule + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - React-domnativemodule (0.76.0): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-FabricComponents + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - React-Fabric (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric/animations (= 0.76.0) + - React-Fabric/attributedstring (= 0.76.0) + - React-Fabric/componentregistry (= 0.76.0) + - React-Fabric/componentregistrynative (= 0.76.0) + - React-Fabric/components (= 0.76.0) + - React-Fabric/core (= 0.76.0) + - React-Fabric/dom (= 0.76.0) + - React-Fabric/imagemanager (= 0.76.0) + - React-Fabric/leakchecker (= 0.76.0) + - React-Fabric/mounting (= 0.76.0) + - React-Fabric/observers (= 0.76.0) + - React-Fabric/scheduler (= 0.76.0) + - React-Fabric/telemetry (= 0.76.0) + - React-Fabric/templateprocessor (= 0.76.0) + - React-Fabric/uimanager (= 0.76.0) + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/animations (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/attributedstring (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/componentregistry (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/componentregistrynative (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric/components/legacyviewmanagerinterop (= 0.76.0) + - React-Fabric/components/root (= 0.76.0) + - React-Fabric/components/view (= 0.76.0) + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/legacyviewmanagerinterop (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/root (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/components/view (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - Yoga + - React-Fabric/core (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/dom (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/imagemanager (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/leakchecker (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/mounting (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/observers (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric/observers/events (= 0.76.0) + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/observers/events (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/scheduler (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric/observers/events + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-performancetimeline + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/telemetry (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/templateprocessor (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/uimanager (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric/uimanager/consistency (= 0.76.0) + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererconsistency + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/uimanager/consistency (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererconsistency + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-FabricComponents (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric + - React-FabricComponents/components (= 0.76.0) + - React-FabricComponents/textlayoutmanager (= 0.76.0) + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/core + - Yoga + - React-FabricComponents/components (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric + - React-FabricComponents/components/inputaccessory (= 0.76.0) + - React-FabricComponents/components/iostextinput (= 0.76.0) + - React-FabricComponents/components/modal (= 0.76.0) + - React-FabricComponents/components/rncore (= 0.76.0) + - React-FabricComponents/components/safeareaview (= 0.76.0) + - React-FabricComponents/components/scrollview (= 0.76.0) + - React-FabricComponents/components/text (= 0.76.0) + - React-FabricComponents/components/textinput (= 0.76.0) + - React-FabricComponents/components/unimplementedview (= 0.76.0) + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/core + - Yoga + - React-FabricComponents/components/inputaccessory (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/core + - Yoga + - React-FabricComponents/components/iostextinput (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/core + - Yoga + - React-FabricComponents/components/modal (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/core + - Yoga + - React-FabricComponents/components/rncore (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/core + - Yoga + - React-FabricComponents/components/safeareaview (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/core + - Yoga + - React-FabricComponents/components/scrollview (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/core + - Yoga + - React-FabricComponents/components/text (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/core + - Yoga + - React-FabricComponents/components/textinput (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/core + - Yoga + - React-FabricComponents/components/unimplementedview (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/core + - Yoga + - React-FabricComponents/textlayoutmanager (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/core + - Yoga + - React-FabricImage (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - RCTRequired (= 0.76.0) + - RCTTypeSafety (= 0.76.0) + - React-Fabric + - React-graphics + - React-ImageManager + - React-jsi + - React-jsiexecutor (= 0.76.0) + - React-logger + - React-rendererdebug + - React-utils + - ReactCommon + - Yoga + - React-featureflags (0.76.0) + - React-featureflagsnativemodule (0.76.0): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - React-graphics (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-jsi + - React-jsiexecutor + - React-utils + - React-hermes (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-cxxreact (= 0.76.0) + - React-jsi + - React-jsiexecutor (= 0.76.0) + - React-jsinspector + - React-perflogger (= 0.76.0) + - React-runtimeexecutor + - React-idlecallbacksnativemodule (0.76.0): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - React-ImageManager (0.76.0): + - glog + - RCT-Folly/Fabric + - React-Core/Default + - React-debug + - React-Fabric + - React-graphics + - React-rendererdebug + - React-utils + - React-jserrorhandler (0.76.0): + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-cxxreact + - React-debug + - React-jsi + - React-jsi (0.76.0): + - boost + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-jsiexecutor (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-cxxreact (= 0.76.0) + - React-jsi (= 0.76.0) + - React-jsinspector + - React-perflogger (= 0.76.0) + - React-jsinspector (0.76.0): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-featureflags + - React-jsi + - React-perflogger (= 0.76.0) + - React-runtimeexecutor (= 0.76.0) + - React-jsitracing (0.76.0): + - React-jsi + - React-logger (0.76.0): + - glog + - React-Mapbuffer (0.76.0): + - glog + - React-debug + - React-microtasksnativemodule (0.76.0): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - React-nativeconfig (0.76.0) + - React-NativeModulesApple (0.76.0): + - glog + - hermes-engine + - React-callinvoker + - React-Core + - React-cxxreact + - React-jsi + - React-jsinspector + - React-runtimeexecutor + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - React-perflogger (0.76.0): + - DoubleConversion + - RCT-Folly (= 2024.01.01.00) + - React-performancetimeline (0.76.0): + - RCT-Folly (= 2024.01.01.00) + - React-cxxreact + - React-timing + - React-RCTActionSheet (0.76.0): + - React-Core/RCTActionSheetHeaders (= 0.76.0) + - React-RCTAnimation (0.76.0): + - RCT-Folly (= 2024.01.01.00) + - RCTTypeSafety + - React-Core/RCTAnimationHeaders + - React-jsi + - React-NativeModulesApple + - ReactCodegen + - ReactCommon + - React-RCTAppDelegate (0.76.0): + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-CoreModules + - React-debug + - React-defaultsnativemodule + - 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 + - ReactCodegen + - ReactCommon + - React-RCTBlob (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-Core/RCTBlobHeaders + - React-Core/RCTWebSocket + - React-jsi + - React-jsinspector + - React-NativeModulesApple + - React-RCTNetwork + - ReactCodegen + - ReactCommon + - React-RCTFabric (0.76.0): + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-Core + - React-debug + - React-Fabric + - React-FabricComponents + - React-FabricImage + - React-featureflags + - React-graphics + - React-ImageManager + - React-jsi + - React-jsinspector + - React-nativeconfig + - React-performancetimeline + - React-RCTImage + - React-RCTText + - React-rendererconsistency + - React-rendererdebug + - React-runtimescheduler + - React-utils + - Yoga + - React-RCTImage (0.76.0): + - RCT-Folly (= 2024.01.01.00) + - RCTTypeSafety + - React-Core/RCTImageHeaders + - React-jsi + - React-NativeModulesApple + - React-RCTNetwork + - ReactCodegen + - ReactCommon + - React-RCTLinking (0.76.0): + - React-Core/RCTLinkingHeaders (= 0.76.0) + - React-jsi (= 0.76.0) + - React-NativeModulesApple + - ReactCodegen + - ReactCommon + - ReactCommon/turbomodule/core (= 0.76.0) + - React-RCTNetwork (0.76.0): + - RCT-Folly (= 2024.01.01.00) + - RCTTypeSafety + - React-Core/RCTNetworkHeaders + - React-jsi + - React-NativeModulesApple + - ReactCodegen + - ReactCommon + - React-RCTSettings (0.76.0): + - RCT-Folly (= 2024.01.01.00) + - RCTTypeSafety + - React-Core/RCTSettingsHeaders + - React-jsi + - React-NativeModulesApple + - ReactCodegen + - ReactCommon + - React-RCTText (0.76.0): + - React-Core/RCTTextHeaders (= 0.76.0) + - Yoga + - React-RCTVibration (0.76.0): + - RCT-Folly (= 2024.01.01.00) + - React-Core/RCTVibrationHeaders + - React-jsi + - React-NativeModulesApple + - ReactCodegen + - ReactCommon + - React-rendererconsistency (0.76.0) + - React-rendererdebug (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - RCT-Folly (= 2024.01.01.00) + - React-debug + - React-rncore (0.76.0) + - React-RuntimeApple (0.76.0): + - 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-runtimescheduler + - React-utils + - React-RuntimeCore (0.76.0): + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.01.01.00) + - React-cxxreact + - React-featureflags + - React-jserrorhandler + - React-jsi + - React-jsiexecutor + - React-jsinspector + - React-performancetimeline + - React-runtimeexecutor + - React-runtimescheduler + - React-utils + - React-runtimeexecutor (0.76.0): + - React-jsi (= 0.76.0) + - React-RuntimeHermes (0.76.0): + - 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.76.0): + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker + - React-cxxreact + - React-debug + - React-featureflags + - React-jsi + - React-performancetimeline + - React-rendererconsistency + - React-rendererdebug + - React-runtimeexecutor + - React-timing + - React-utils + - React-timing (0.76.0) + - React-utils (0.76.0): + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-debug + - React-jsi (= 0.76.0) + - ReactCodegen (0.76.0): + - DoubleConversion + - 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-rendererdebug + - React-utils + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - ReactCommon (0.76.0): + - ReactCommon/turbomodule (= 0.76.0) + - ReactCommon/turbomodule (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.76.0) + - React-cxxreact (= 0.76.0) + - React-jsi (= 0.76.0) + - React-logger (= 0.76.0) + - React-perflogger (= 0.76.0) + - ReactCommon/turbomodule/bridging (= 0.76.0) + - ReactCommon/turbomodule/core (= 0.76.0) + - ReactCommon/turbomodule/bridging (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.76.0) + - React-cxxreact (= 0.76.0) + - React-jsi (= 0.76.0) + - React-logger (= 0.76.0) + - React-perflogger (= 0.76.0) + - ReactCommon/turbomodule/core (0.76.0): + - DoubleConversion + - fmt (= 9.1.0) + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - React-callinvoker (= 0.76.0) + - React-cxxreact (= 0.76.0) + - React-debug (= 0.76.0) + - React-featureflags (= 0.76.0) + - React-jsi (= 0.76.0) + - React-logger (= 0.76.0) + - React-perflogger (= 0.76.0) + - React-utils (= 0.76.0) + - SocketRocket (0.7.1) + - 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`) + - 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`) + - 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`) + - 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`) + - React-Core (from `../../node_modules/react-native/`) + - React-Core/RCTWebSocket (from `../../node_modules/react-native/`) + - React-CoreModules (from `../../node_modules/react-native/React/CoreModules`) + - React-cxxreact (from `../../node_modules/react-native/ReactCommon/cxxreact`) + - React-debug (from `../../node_modules/react-native/ReactCommon/react/debug`) + - React-defaultsnativemodule (from `../../node_modules/react-native/ReactCommon/react/nativemodule/defaults`) + - React-domnativemodule (from `../../node_modules/react-native/ReactCommon/react/nativemodule/dom`) + - React-Fabric (from `../../node_modules/react-native/ReactCommon`) + - React-FabricComponents (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-featureflagsnativemodule (from `../../node_modules/react-native/ReactCommon/react/nativemodule/featureflags`) + - React-graphics (from `../../node_modules/react-native/ReactCommon/react/renderer/graphics`) + - React-hermes (from `../../node_modules/react-native/ReactCommon/hermes`) + - React-idlecallbacksnativemodule (from `../../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks`) + - React-ImageManager (from `../../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`) + - React-jserrorhandler (from `../../node_modules/react-native/ReactCommon/jserrorhandler`) + - 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-microtasksnativemodule (from `../../node_modules/react-native/ReactCommon/react/nativemodule/microtasks`) + - React-nativeconfig (from `../../node_modules/react-native/ReactCommon`) + - React-NativeModulesApple (from `../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`) + - React-perflogger (from `../../node_modules/react-native/ReactCommon/reactperflogger`) + - React-performancetimeline (from `../../node_modules/react-native/ReactCommon/react/performance/timeline`) + - React-RCTActionSheet (from `../../node_modules/react-native/Libraries/ActionSheetIOS`) + - React-RCTAnimation (from `../../node_modules/react-native/Libraries/NativeAnimation`) + - React-RCTAppDelegate (from `../../node_modules/react-native/Libraries/AppDelegate`) + - React-RCTBlob (from `../../node_modules/react-native/Libraries/Blob`) + - React-RCTFabric (from `../../node_modules/react-native/React`) + - React-RCTImage (from `../../node_modules/react-native/Libraries/Image`) + - React-RCTLinking (from `../../node_modules/react-native/Libraries/LinkingIOS`) + - React-RCTNetwork (from `../../node_modules/react-native/Libraries/Network`) + - React-RCTSettings (from `../../node_modules/react-native/Libraries/Settings`) + - React-RCTText (from `../../node_modules/react-native/Libraries/Text`) + - React-RCTVibration (from `../../node_modules/react-native/Libraries/Vibration`) + - React-rendererconsistency (from `../../node_modules/react-native/ReactCommon/react/renderer/consistency`) + - 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-timing (from `../../node_modules/react-native/ReactCommon/react/timing`) + - React-utils (from `../../node_modules/react-native/ReactCommon/react/utils`) + - ReactCodegen (from `build/generated/ios`) + - ReactCommon/turbomodule/core (from `../../node_modules/react-native/ReactCommon`) + - Yoga (from `../../node_modules/react-native/ReactCommon/yoga`) + +SPEC REPOS: + trunk: + - SocketRocket + +EXTERNAL SOURCES: + boost: + :podspec: "../../node_modules/react-native/third-party-podspecs/boost.podspec" + DoubleConversion: + :podspec: "../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" + FBLazyVector: + :path: "../../node_modules/react-native/Libraries/FBLazyVector" + 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-09-09-RNv0.76.0-db6d12e202e15f7a446d8848d6ca8f7abb3cfb32 + 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/Required" + RCTTypeSafety: + :path: "../../node_modules/react-native/Libraries/TypeSafety" + React: + :path: "../../node_modules/react-native/" + React-callinvoker: + :path: "../../node_modules/react-native/ReactCommon/callinvoker" + React-Core: + :path: "../../node_modules/react-native/" + React-CoreModules: + :path: "../../node_modules/react-native/React/CoreModules" + React-cxxreact: + :path: "../../node_modules/react-native/ReactCommon/cxxreact" + React-debug: + :path: "../../node_modules/react-native/ReactCommon/react/debug" + React-defaultsnativemodule: + :path: "../../node_modules/react-native/ReactCommon/react/nativemodule/defaults" + React-domnativemodule: + :path: "../../node_modules/react-native/ReactCommon/react/nativemodule/dom" + React-Fabric: + :path: "../../node_modules/react-native/ReactCommon" + React-FabricComponents: + :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-featureflagsnativemodule: + :path: "../../node_modules/react-native/ReactCommon/react/nativemodule/featureflags" + React-graphics: + :path: "../../node_modules/react-native/ReactCommon/react/renderer/graphics" + React-hermes: + :path: "../../node_modules/react-native/ReactCommon/hermes" + React-idlecallbacksnativemodule: + :path: "../../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks" + React-ImageManager: + :path: "../../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios" + React-jserrorhandler: + :path: "../../node_modules/react-native/ReactCommon/jserrorhandler" + React-jsi: + :path: "../../node_modules/react-native/ReactCommon/jsi" + React-jsiexecutor: + :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: + :path: "../../node_modules/react-native/ReactCommon" + React-microtasksnativemodule: + :path: "../../node_modules/react-native/ReactCommon/react/nativemodule/microtasks" + React-nativeconfig: + :path: "../../node_modules/react-native/ReactCommon" + React-NativeModulesApple: + :path: "../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios" + React-perflogger: + :path: "../../node_modules/react-native/ReactCommon/reactperflogger" + React-performancetimeline: + :path: "../../node_modules/react-native/ReactCommon/react/performance/timeline" + React-RCTActionSheet: + :path: "../../node_modules/react-native/Libraries/ActionSheetIOS" + React-RCTAnimation: + :path: "../../node_modules/react-native/Libraries/NativeAnimation" + React-RCTAppDelegate: + :path: "../../node_modules/react-native/Libraries/AppDelegate" + React-RCTBlob: + :path: "../../node_modules/react-native/Libraries/Blob" + React-RCTFabric: + :path: "../../node_modules/react-native/React" + React-RCTImage: + :path: "../../node_modules/react-native/Libraries/Image" + React-RCTLinking: + :path: "../../node_modules/react-native/Libraries/LinkingIOS" + React-RCTNetwork: + :path: "../../node_modules/react-native/Libraries/Network" + React-RCTSettings: + :path: "../../node_modules/react-native/Libraries/Settings" + React-RCTText: + :path: "../../node_modules/react-native/Libraries/Text" + React-RCTVibration: + :path: "../../node_modules/react-native/Libraries/Vibration" + React-rendererconsistency: + :path: "../../node_modules/react-native/ReactCommon/react/renderer/consistency" + React-rendererdebug: + :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-timing: + :path: "../../node_modules/react-native/ReactCommon/react/timing" + React-utils: + :path: "../../node_modules/react-native/ReactCommon/react/utils" + ReactCodegen: + :path: build/generated/ios + ReactCommon: + :path: "../../node_modules/react-native/ReactCommon" + Yoga: + :path: "../../node_modules/react-native/ReactCommon/yoga" + +SPEC CHECKSUMS: + boost: 1dca942403ed9342f98334bf4c3621f011aa7946 + DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385 + FBLazyVector: aa59bef5c46e93168bffcf3dc37ee1e176de799a + fmt: 10c6e61f4be25dc963c36bd73fc7b1705fe975be + glog: 08b301085f15bcbb6ff8632a8ebaf239aae04e6a + hermes-engine: 9de51d2f67336348a6cd5b686330e436d1dbd522 + RCT-Folly: 84578c8756030547307e4572ab1947de1685c599 + RCTDeprecation: 4c2c4a088b6f0ccfcbd53c9d5614b0238ad57909 + RCTRequired: 2d8a683a7848bc0baf5883f0792c1ac43f6267b5 + RCTTypeSafety: 23df4344c69c602e1c5a8053a93c633af1bee825 + React: cf99f97aa57ce39ab4d3d4f396e01a3f30f3c8ad + React-callinvoker: bec5283f86b784de5a1ba807e31cb4f177765507 + React-Core: 606c08c616ffad997ad9ebb1e0492af57a23b023 + React-CoreModules: 8d9b8656e2a944798ab84b50efbd16df856af972 + React-cxxreact: 447f344bac6ff34795336c65ff39c61674809833 + React-debug: c185808d0674717d0d408d7ce45a7343f0072199 + React-defaultsnativemodule: 80c874b2cda84025db4b1522a0efed08b878fecf + React-domnativemodule: 7655f2e86d57a0dc1438a3927ff023507af2b3bd + React-Fabric: b0b873f603d5b3cabd50544e3aa2f8a13b463825 + React-FabricComponents: 30a8b512e249e3c95d63ab1ad5e7b3b7f7d2ad6b + React-FabricImage: e05e0529655951ed49b4cb30c60676c933c1c3a0 + React-featureflags: 51f1373ac42cefac4936c62be46dbe2a1f9f1f7d + React-featureflagsnativemodule: 1b5707a45fb1cd5d5a8eecb837b7d992f362ad19 + React-graphics: 5f197ffaa7f76e443eccd28806143cc5ad3aab05 + React-hermes: 720ea93c58230637654248f295bb538afd6bc8c1 + React-idlecallbacksnativemodule: d251113534012c4908ae532af87f254529b73b6b + React-ImageManager: 6d0ca1ef4334d48fe6d9cf2f4d8f828eff093b50 + React-jserrorhandler: a898b496ec2e341d33c58d30425ec639aa2613ec + React-jsi: af2b22c5fe7c5bb7d79ff745d488911e43d8d9a1 + React-jsiexecutor: 9f3dee433658d00adc736eadcda20f72caca5364 + React-jsinspector: 4bb41975b631cb8e8ad81c36094893758c0dc13d + React-jsitracing: d7c6046b9ed426a27891e8bf7a603b1a29b7205c + React-logger: 2b39f3941d8c3aea5ebdefe3389c793406abcc27 + React-Mapbuffer: b288fcce9c939b37940cff7a8fbdce0bc23b5cfa + React-microtasksnativemodule: cf1584fdc26003a6e7bf02b9d591e2d8353f7b75 + React-nativeconfig: 72c10ff34863148ef90df9c9c8eacba99d2faaaa + React-NativeModulesApple: 71fd2cce69bcd2c46673cf6afedb4935b47bf230 + React-perflogger: a31d0c57b4121ca087bf311ea4bd51e81760bcfb + React-performancetimeline: 63e5abfe91449948ff31022a1f87ace420de14cc + React-RCTActionSheet: 96cf4d93fccb7a96ba1867e173c586e7ad9cd5cc + React-RCTAnimation: 361ed213a028e88d9a284ec824156061b546d1b0 + React-RCTAppDelegate: 08639e5334a574add0473865e0060a2426f567fc + React-RCTBlob: 2591910793e3a0b2dfb8ef9d5be19efe2e674507 + React-RCTFabric: e6aaa372f4f40e89fec39bee742a6293ed93be82 + React-RCTImage: b3f015ec16e8f5c47a0d09aa56bd5d88b9b66f3e + React-RCTLinking: b94e819fbbb1559b9858383e0bd29f5be6a817bd + React-RCTNetwork: 5c84d2bd7346fd0aaf59b47aa07b9ea0742ce1d0 + React-RCTSettings: ea4e9a4fb4e0d752074a98ac72d2b0d28e68f817 + React-RCTText: 037ca05c9552e1745a38158847109d35a14e0a56 + React-RCTVibration: 888510c38bc19eff114f26b5a1014ff49f2bbc24 + React-rendererconsistency: db2497919f3ab2543e3af19fbcef384ddfeb97ad + React-rendererdebug: 2d22c676effb69a47b37477c5a955df70f527a5f + React-rncore: 5c0cefbd816edc0438f9f0782c3fd4a4b4ef5770 + React-RuntimeApple: 33a1d78ebdc40a257a07c985bc8e0faa58c8e6a7 + React-RuntimeCore: 5e98aedf9be94d2e76d1c7cff1308fb4e01ff2e8 + React-runtimeexecutor: 79e15d2c4b261925ea52261f69cac6318db5ab91 + React-RuntimeHermes: b44b3c800b3e0ed954750220882abc4519e39c5a + React-runtimescheduler: eb2e5fe044e57d9451667957a0cf66c1cf87c38e + React-timing: 8458b1f6741bfa16c78aa0a39fde969c6b843e23 + React-utils: e74516d5b9483c5530ec61e249e28b88729321d2 + ReactCodegen: 875491c334899ec80997cec5cf98ca62ac787628 + ReactCommon: cde69a75746e8d7131f61c27155ee9dc42117003 + SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748 + Yoga: f8ec45ce98bba1bc93dd28f2ee37215180e6d2b6 + +PODFILE CHECKSUM: c6ec6a53ccff45fe47d668600acc75cd14d616d3 + +COCOAPODS: 1.16.2 diff --git a/ios/HostApp/Pods/Pods.xcodeproj/project.pbxproj b/ios/HostApp/Pods/Pods.xcodeproj/project.pbxproj index 0264a00..d2e8a27 100644 --- a/ios/HostApp/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/HostApp/Pods/Pods.xcodeproj/project.pbxproj @@ -9,36 +9,36 @@ /* Begin PBXAggregateTarget section */ 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */ = { isa = PBXAggregateTarget; - buildConfigurationList = 5B77232406E018B39111754B64C592B6 /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */; + buildConfigurationList = 46EB2E00013650 /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */; buildPhases = ( ); dependencies = ( - 88E55E6E751289DB959E7C913DA3DBA5 /* PBXTargetDependency */, + 46EB2E0001A6B0 /* PBXTargetDependency */, ); name = "React-RCTActionSheet"; }; 1BEE828C124E6416179B904A9F66D794 /* React */ = { isa = PBXAggregateTarget; - buildConfigurationList = D6A86079896F7EF87D956234AFC7707B /* Build configuration list for PBXAggregateTarget "React" */; + buildConfigurationList = 46EB2E0000FA80 /* Build configuration list for PBXAggregateTarget "React" */; buildPhases = ( ); dependencies = ( - 5567D26DAACBC0279BE0EA09475A1E3A /* PBXTargetDependency */, - 00385164A09EF78AFAC7A78CCE933634 /* PBXTargetDependency */, - 180C6B7DFB512503383FC4D9F90E72E1 /* PBXTargetDependency */, - 3F6ABB3A51D4B9FC355E72BD614ED5BD /* PBXTargetDependency */, - 1B6621195F16CBD8788BF9ED2BE3E44E /* PBXTargetDependency */, - AF89EFA1E2DB83CC4AB1BA3EEC358A71 /* PBXTargetDependency */, - 4382BD7B18B4EE902E99F44A8A63712B /* PBXTargetDependency */, - BDA1DE16088FE568621E135F89432E32 /* PBXTargetDependency */, - 5468B5723248B5CCC970BC709AE7DB40 /* PBXTargetDependency */, - 1424AC5A2E5CBB31C808392CD956CFB9 /* PBXTargetDependency */, + 46EB2E000197D0 /* PBXTargetDependency */, + 46EB2E000197F0 /* PBXTargetDependency */, + 46EB2E00019810 /* PBXTargetDependency */, + 46EB2E00019830 /* PBXTargetDependency */, + 46EB2E00019850 /* PBXTargetDependency */, + 46EB2E00019870 /* PBXTargetDependency */, + 46EB2E00019890 /* PBXTargetDependency */, + 46EB2E000198B0 /* PBXTargetDependency */, + 46EB2E000198D0 /* PBXTargetDependency */, + 46EB2E000198F0 /* PBXTargetDependency */, ); name = React; }; 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */ = { isa = PBXAggregateTarget; - buildConfigurationList = 6B49D8DE025716D77BC7AD1FD7A6DACE /* Build configuration list for PBXAggregateTarget "React-callinvoker" */; + buildConfigurationList = 46EB2E00015470 /* Build configuration list for PBXAggregateTarget "React-callinvoker" */; buildPhases = ( ); dependencies = ( @@ -47,27 +47,27 @@ }; 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */ = { isa = PBXAggregateTarget; - buildConfigurationList = 759EF7EE930266B43D91142B9D6D7477 /* Build configuration list for PBXAggregateTarget "React-runtimeexecutor" */; + buildConfigurationList = 46EB2E00017560 /* Build configuration list for PBXAggregateTarget "React-runtimeexecutor" */; buildPhases = ( ); dependencies = ( - 13EBC0D7437CA787AB23082B808FC581 /* PBXTargetDependency */, + 46EB2E0001CE10 /* PBXTargetDependency */, ); name = "React-runtimeexecutor"; }; 718331030FAA6D88E74D4B2240BB4AC8 /* React-jsitracing */ = { isa = PBXAggregateTarget; - buildConfigurationList = EF442442CAB8C8A18CFE506ACF12FA07 /* Build configuration list for PBXAggregateTarget "React-jsitracing" */; + buildConfigurationList = 46EB2E00016C30 /* Build configuration list for PBXAggregateTarget "React-jsitracing" */; buildPhases = ( ); dependencies = ( - 3A697A5E3E62FB288D4EA7F7536198CE /* PBXTargetDependency */, + 46EB2E0001CA50 /* PBXTargetDependency */, ); name = "React-jsitracing"; }; 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */ = { isa = PBXAggregateTarget; - buildConfigurationList = 611882B4FC76DDB90E3FE11E69E82A1D /* Build configuration list for PBXAggregateTarget "FBLazyVector" */; + buildConfigurationList = 46EB2E0000DEE0 /* Build configuration list for PBXAggregateTarget "FBLazyVector" */; buildPhases = ( ); dependencies = ( @@ -76,10 +76,10 @@ }; 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */ = { isa = PBXAggregateTarget; - buildConfigurationList = 55ABA3D9613DC5D04C9155D2ACCF8247 /* Build configuration list for PBXAggregateTarget "hermes-engine" */; + buildConfigurationList = 46EB2E00018CF0 /* Build configuration list for PBXAggregateTarget "hermes-engine" */; buildPhases = ( - 1D89A4AAF7F7BE13E7387F4039C77746 /* [CP-User] [Hermes] Replace Hermes for the right configuration, if needed */, - 083F880EAD58B71F02826DD39585FFB1 /* [CP] Copy XCFrameworks */, + 46EB2E00018EB0 /* [CP-User] [Hermes] Replace Hermes for the right configuration, if needed */, + 46EB2E00018EA0 /* [CP] Copy XCFrameworks */, ); dependencies = ( ); @@ -87,16 +87,25 @@ }; B41E34C6B259B9994C513BE178912491 /* React-rncore */ = { isa = PBXAggregateTarget; - buildConfigurationList = F730EC4EA56CE21717CD773050DB72DA /* Build configuration list for PBXAggregateTarget "React-rncore" */; + buildConfigurationList = 46EB2E000174F0 /* Build configuration list for PBXAggregateTarget "React-rncore" */; buildPhases = ( ); dependencies = ( ); name = "React-rncore"; }; + D22F10E51610C1C53DAAF1697F2C76A9 /* React-timing */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 46EB2E000177B0 /* Build configuration list for PBXAggregateTarget "React-timing" */; + buildPhases = ( + ); + dependencies = ( + ); + name = "React-timing"; + }; E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */ = { isa = PBXAggregateTarget; - buildConfigurationList = 9A3369F1A104F96B1995A4DC4B4D5777 /* Build configuration list for PBXAggregateTarget "RCTRequired" */; + buildConfigurationList = 46EB2E0000F8C0 /* Build configuration list for PBXAggregateTarget "RCTRequired" */; buildPhases = ( ); dependencies = ( @@ -105,7243 +114,9932 @@ }; EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */ = { isa = PBXAggregateTarget; - buildConfigurationList = 8E151F15E4CBD4971B9FEBB93249151E /* Build configuration list for PBXAggregateTarget "boost" */; + buildConfigurationList = 46EB2E000187D0 /* Build configuration list for PBXAggregateTarget "boost" */; buildPhases = ( ); dependencies = ( + 46EB2E0001D470 /* PBXTargetDependency */, ); name = boost; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 00619ABEC3224DE4E0E760058510890E /* RCTGenericDelegateSplitter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7A53C936AD95FE221E66FEB7B68B677F /* 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"; }; }; - 00AE2243BB45765F86253919CEACD2E0 /* ExecutionContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8005688C28A0ABA7A0F699B749222543 /* 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"; }; }; - 00C3FE38F39A0A9B3C8AF24E148363C3 /* bindingUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B7EEABB140DE289ADB42CE4E283F2D7 /* bindingUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00DCC76A446DC57667B1440AB0EC2049 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CD54D7F194F0BD9489F42A2D3E64C4E /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00FB58A9F9098ADE3C83957A5327A8A6 /* UIManagerAnimationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = FA332B1749A3923B8596F515EF369CB6 /* UIManagerAnimationDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01354C2EDCF5A0C3AFD605A40A92EF25 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CB17A8AC2ECDFAAF433091BD7E3A038 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0150783D50AAFCF88AE7FA291C92BF39 /* ReactNativeConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46D9C8F24D2051C472E30055FAB7C4DA /* ReactNativeConfig.cpp */; }; - 018735246FB854A03D09D86164D70161 /* RCTRuntimeExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = E5C0B76A51BD1F10C6FF0A8F073A7EA2 /* 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"; }; }; - 01992EE1E1D006806B172E1E6D2FB3E7 /* Fcntl.h in Headers */ = {isa = PBXBuildFile; fileRef = A09332652A2DA7B2F95FDC212274928B /* Fcntl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 019EDCB9B39BD02EE0EC373CC4DB3297 /* Shell.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C54A77AACDC4EFCA476CD638F5287E1 /* Shell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01CFFDD999CDC1A2C20CDD481C066380 /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = 4815C38AF6C2FD23A9E98263CAFC071E /* Unit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01E0F8B933C2AF13B95B6054B5507A5F /* ToAscii.h in Headers */ = {isa = PBXBuildFile; fileRef = D7914657C80BFE4F7E8E537249F07FD6 /* ToAscii.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0201C477A135E95E1D15B4136ADA2654 /* BitIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A3BCF7F218979C84533F1F242327D9F /* BitIterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 020DE1EB4F49881717D898562BAF3D6B /* RCTBaseTextInputViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418F17E1019A15820684D10D6442A16B /* RCTBaseTextInputViewManager.mm */; }; - 022FF3174607235E876287A9FD9488B3 /* PlatformColorParser.mm in Sources */ = {isa = PBXBuildFile; fileRef = EE31A5178C2C810C43795B6315161235 /* 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"; }; }; - 0235B5FDAAB155AEC197A2439F543D80 /* InputAccessoryState.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B962CABD038A826CB632B9C820D3BC1 /* InputAccessoryState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02668BCA6F5ABD844C07B672CC4581FE /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = D4ACE5BFAD0A26BF75DA2187977474B9 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 026B34EC7677B696A3E60678DC317E72 /* InstanceAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 21277AC2F7DD3D053F21F00A429B8C5E /* InstanceAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02AA8078530FCB4F0315FD34B79569C1 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C63D4E1591B21A7636310E7E4FFFA6A8 /* 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"; }; }; - 02B9523346C19A2175BE94A15FB633DD /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 337F27BB9F7CA25337E74AC0E9795B5F /* 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"; }; }; - 02C4762F62CCDE648A7A4271B72627D8 /* ConcurrentLazy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FFF51245D8A86EAC0CA600E287ED6AD /* ConcurrentLazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02FAC91D97A9A003446FF835EECD23F9 /* SharedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = AC04A5C67B4CC06104E1FAC9CDF58712 /* SharedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0305E7EF4B8EA7C9D02BEAD99AEAA91A /* RCTHermesInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 497B6716D96E3CD0D4F7116CD273F4F8 /* RCTHermesInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03064D589DFFD9171191691AAC68300D /* Dimension.h in Headers */ = {isa = PBXBuildFile; fileRef = A569412B7BA16F97F7F6FB5AEDE08F8C /* Dimension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 038CC9F795279E41AAFE2926B8C87539 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = AA00B5E22396877C8EFA071E6225AD21 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 039ACB5D034FD9572DEBB182CC3CA16A /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = D546F66A17E4B87797CC65071908747D /* 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"; }; }; - 039F0239FAC6319CA410D7423B603EE6 /* RCTUnimplementedViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FFB575EE0228EBFFB3EBFBD5973898F /* RCTUnimplementedViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03BB9CEC16E74C4354B1CD9499FAD773 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DBF832F0D5574215278C44285350B295 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03BD4271FEAF71B0CB905F848B524BAC /* ViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = BA1ED2C6B8260C2B2281C0155EE5B3DE /* ViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 049037F49E45C712776FCABD6BF3347D /* JsErrorHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E6EE84742481EC07422074869E3CFF52 /* JsErrorHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04BA00D1B67E6A62C1DC1325D3F542D3 /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EE6F0A56B3808390DDD679607CCF72D /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04BDCB45A8AD72F7B277E1286E5F8737 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC4E782757A77A7BC61107042DE9686 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04CD8FF706C1AA45F594A79C32B2C8B0 /* RCTReactTaggedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DC564DE6AA0B074EA1F011A822032BA /* RCTReactTaggedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04E3F1F0C4F09BDCCA35D775DB62AD4B /* IPAddressSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 37DFC8EAF78BE0F070D18753D61D9C59 /* IPAddressSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0504B6D9F4CF893E08E408C13F7D7516 /* RCTImagePrimitivesConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C1A9C63A4A1A6AF7BC8AA204E6A51CE /* RCTImagePrimitivesConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 050D475765B5896079B164FBDF9779AC /* RCTInputAccessoryContentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 32E5CDECBA6F39903DF20A725D70E8E8 /* 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"; }; }; - 050F6FCB550521419F347B2388973E3E /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B799169876F75C6B694791908FAA1EB /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05428F80C43236746F938B9DDA26996F /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D8DCC0BB657C80F8DA90DDEADDC5CDA8 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05522E5651D79A2C4107CFD167057BE2 /* RCTNativeAnimatedNodesManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3584EADB768B8432CC07AC2515B3FF29 /* 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"; }; }; - 058DB5A3500DD22436F4584C6ACD98C1 /* MountingCoordinator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D5A03D3E17F5C371969C8C29E41D4F9E /* 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"; }; }; - 05D9CA5D406462147C1F5BCA3D5BA313 /* React-hermes-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D17DA30EFCAF458EE4C2111B8A8DEC9 /* React-hermes-dummy.m */; }; - 05E3ADAC8111F6A04C8E8235C6511468 /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 31FAF051F6D95F34219F912CE1C6F2F4 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 060584B016205EFB45A7B3F9FB3CC60C /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1301187797CFA55737F806752D962BF3 /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 063DD9B3E785BE9217887BB06D2E0F2E /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EB6579034D149464CAEF15C81CE8CBE8 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06758EE0A371A459D3FEF84753391841 /* Uri-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FB0002CFA1F991284A466F64F3CDD670 /* Uri-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06777A3985F3E605132D9CB41062DA4E /* IPAddressException.h in Headers */ = {isa = PBXBuildFile; fileRef = 789B5746A1B28065E10E29579DC6FE8F /* IPAddressException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0694F38B73EF8BA97BDE244C4480A6A4 /* Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 15A82F1AAD42E9DF797A30B90EB97712 /* Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06AB897C87D25CD986E1AA292BCFB1D2 /* StateUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = C2F72E6B2AF332ACB58E6F7DB5BBA2FA /* StateUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06B41D2FD2A88EE56D8EC584D6582762 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C478AD11D7FB9C0A0B04B1FF3F1BAA25 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06B7113B43C15D58EBBBCDE2AB260017 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5AE0F2FF525795848454BBC3E20B4C14 /* 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"; }; }; - 06D1C6D1E7742DD3DB1208116206083B /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = E7258A658E0C7BCACA5A7BCC67ED4AF9 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06E1943E095FF788AC0B95E78E00257D /* InspectorData.h in Headers */ = {isa = PBXBuildFile; fileRef = 391C90CFAAD6AF704C43D5C1333B8EDB /* InspectorData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 071E96C3C74F6828499FEA5BCCBC0A1A /* RCTTurboModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 1206E3ED09BAA3A87985C09D1D9EC5D6 /* RCTTurboModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 074CF7FB1F90D60DE24564D7D7214556 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = A973A9E051CAE387C846E0C778B66ED9 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0783080C58BC58E8EC54B70198E78A92 /* RCTActivityIndicatorViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C887ADCF6F6D1E5FC6EBC2F4571D6C /* RCTActivityIndicatorViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07AD5529C64CF03A1B9F0995925BAFDC /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = C1358BA12EAC1143D94CE9FB2A766530 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07BF3B86C16A0B624FFFF91C23ECE501 /* 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"; }; }; - 07FB45131980F11D819B4D25B5908AAA /* RawTextShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8AE9DACDA5CC8730FD0177B10997AB4 /* 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"; }; }; - 080DAD3F88ACBDF3FB5636E0723FD372 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = E198EA3AF6235D9859E6F6F0B9521E27 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0826723EC12E8A3E86C1CFAD0164A945 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E26B9412FAD16EC1A582622DEF52D932 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08465A87C6BDBD65B7345C2E3485E34C /* std.h in Headers */ = {isa = PBXBuildFile; fileRef = B6A866CA3EE1ADEEDF264EFCEC0F0F57 /* std.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0851AF813F7CD3CE4DF3EDDDCFE423A7 /* RCTAttributedTextUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1297F78824B334940D1133F1961D8E14 /* RCTAttributedTextUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 090E54C8B39535299F6AFF60B62B5254 /* RCTInputAccessoryViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = AD3F4A324C01435E44A01B398167D607 /* RCTInputAccessoryViewManager.mm */; }; - 090F29BF8D65B2BFE3DD3EAA424D2223 /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 14480AF0D94AEA2DC64118C6216B4EF4 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 095679A1F3EB31D158DB4AEE1BFBBDA9 /* YogaStylableProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 20142D36656BE2D3469835F14C24A8D2 /* 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"; }; }; - 09A27BB5D589EB9118874CA8493D77D0 /* RCTColorAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 81D0F3A14F363F1608E82046BCE6A351 /* RCTColorAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09D9B74A915F72D4F923577B86E0F947 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = B22CC8C78C8AE1C360D0188962CBCDAD /* 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"; }; }; - 09DE7C23E973669C2B6F85904E5AB95F /* stubs.h in Headers */ = {isa = PBXBuildFile; fileRef = B42CCF71FFEC6D2C195823D19B389D7B /* stubs.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09E7318E0F48C970F5306C8119F3219D /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 55DAD4094DBDE17D4BA50C26E16B8C5E /* 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"; }; }; - 09F476297B8C30E7090ABA6C3D2EA3DB /* AtomicStruct.h in Headers */ = {isa = PBXBuildFile; fileRef = 22BF4B17D357A3BD3840AF11EBE43257 /* AtomicStruct.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A160FA1357CF85D33C02C541DB3E06F /* RCTCxxInspectorWebSocketAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E71723F58766828CD659CE1BB060087 /* RCTCxxInspectorWebSocketAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A1E987D1A82B402BA7475BA37FC29D6 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A6B01CE6E8EAD3B1C5BE20CC2FD8DD3 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A2AAA0B026A35C28C3101FC02672BBE /* ThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4478194C75B2D184014614829944D5CC /* ThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A3232F84FE9694C9970CBA386842E5E /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 78E1CC226AF07F8BD8256F2155F91C68 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A3E25B27DC865EB8F95A22E761FD6B3 /* SysSyscall.h in Headers */ = {isa = PBXBuildFile; fileRef = BB2D4F3D9EA6B428CD822160742EC53F /* SysSyscall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A5AFE4E74BB25806B0F149D0E3CBC96 /* Access.h in Headers */ = {isa = PBXBuildFile; fileRef = 6629455746E57DAB397BA5E289A81B37 /* Access.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A9C50D21325E306B19B3F12FCCEAB07 /* React-featureflags-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A03B32E4E0DE628E68B2898250C84108 /* React-featureflags-dummy.m */; }; - 0AB29DF5C83EBB0728443A35F8CF87A9 /* RCTUnimplementedNativeComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 434A3FABD6F37C422D66FAC21D5A3D26 /* RCTUnimplementedNativeComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B147A6326DD7066D28240D102AE7487 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CBABF2CEB074E60668C673296D22CD0 /* 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"; }; }; - 0B15935352F96620E69742319DAC30CD /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = FC139999DC8286D7FADFDF9956A63FC3 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B1ABD8661E81E0B1348FCF1BC1B263A /* Foreach-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A6072D5AD4221696B9DE9D90F1EB0439 /* Foreach-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B21814FAACAB840D20D119EC69141CF /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FA9DB797D67FE5697E292AB30996EC5 /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B658D96E4DF8BAA3DC61D4F279E0C53 /* FBReactNativeSpecJSI.h in Headers */ = {isa = PBXBuildFile; fileRef = C57F60EF58FD5C47B5C038C9F51107CB /* FBReactNativeSpecJSI.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B8531D5637702973E829BB48C122C12 /* RCTCxxInspectorWebSocketAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = C6F6A7E1F8151CF46197457A74394B94 /* 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"; }; }; - 0BAA6C46AFD21E3A6BB65915DCAC8DA7 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 227207214E17F6B6596945A324758C51 /* RCTProfileTrampoline-i386.S */; }; - 0BBD7541E9A0D763DF5C4EC5E09765C2 /* sv.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7C0C0DAB40CE9F75B1F3EE036D65216E /* sv.lproj */; }; - 0BDC87EEB0C2C2F7515F290C40F2DBDE /* ImageComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EB378BB69B6DAAF3F48BD7CBE642388 /* ImageComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C2801ABA27482DF697B3ED72F9D54AB /* ReactInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE0AF3307E5CBAD278B985B08BFBAA89 /* 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"; }; }; - 0C4E3905C9144A61F2111E6054B5A388 /* AtomicHashArray-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C581B89704C6C579DD637F11045901A /* AtomicHashArray-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C519B58F7B91E5944A534105FADE60D /* RangeSse42.h in Headers */ = {isa = PBXBuildFile; fileRef = 937EF872F9B051F189B72F49D8D54CAD /* RangeSse42.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C85BE3D79C645BA352C248BA08C3B00 /* RCTRootComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 124C51F59AF8E1C8A1A4C898EAEAA379 /* 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"; }; }; - 0CC56383551CCF3DC5DBA4D1E4774D93 /* GroupVarintDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 962AA8023E519A1F58D71BC1F73C95D0 /* GroupVarintDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CD963C9F8E139A92EDD4EBD0F839333 /* RCTDivisionAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F0E1FD890032EE7C65DBD843122A734 /* 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"; }; }; - 0D0D2DA2649262F725C74CFA88D6E824 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 47A8349BE4248B731470FADA5050D933 /* 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"; }; }; - 0D188BA90C53D1F63532BBE5F3176A4D /* Builtins.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C3134B4FA97F946996018EB76D6F2B /* Builtins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D3E4898646AD07AF2906276D028D62F /* RCTDynamicTypeRamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 70ABC8DA207A3A8A45463E985A6A9015 /* RCTDynamicTypeRamp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D731A2119733A531909C3F92AD9CF16 /* HazptrObjLinked.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FFEDA5AF4FED3EB1CC515BC9BAB2760 /* HazptrObjLinked.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E03674470FBF80BAD2CCAD64D30D952 /* Foreach.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AB864487EEC16CB2CBD3A5CA275FCA1 /* Foreach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E05DB21C8C4D39DB700586C7AD5CA60 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 45383E82D4F1CB8665F616757F3EF465 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E24CF69FD6DEF8B36A017DB9D32EEAF /* AtFork.h in Headers */ = {isa = PBXBuildFile; fileRef = 84861068E0BD421B437C1FB5C00F434D /* AtFork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E4CE63E62C59D96CF07A91E2EB04F48 /* RawEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = E404F13B96CC6F711DD17B8D2750047F /* RawEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E59EFB9F996EE564FC44B0503E2E8BA /* AtomicHashMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 861717776176D0307718AB2E8E102C67 /* AtomicHashMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E6ACCA8BCDED8C47E4E9702BA12CE9D /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CD3CEEDC1E9ACD81072165706FFE8553 /* pl.lproj */; }; - 0E71BB27C001E7DBD18CFDB78B7BFC04 /* LayoutAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = E987D45E399BD4A213B8E67606472961 /* LayoutAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E83E25258EB212B832D3A13EA2FFF1F /* ImageProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C65143A6ADE85A8A2DDCF0ABA8EA13E1 /* 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"; }; }; - 0E92A14F643D7FC3B2DBC61488FAC06C /* ReactPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 0097DE2C3A428C4DE4BCCFAA5CDAB966 /* ReactPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EA02B749ABA0FD90153FEA47B957008 /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C6561E4D03CAAFABCC2BB311E4E60DB /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0ECD2EF321168B6B867B4C01C27A277C /* RCT-Folly-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 315FDA4F573874F2BD0A7F57C70AF3E1 /* RCT-Folly-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F0A115BE928F5DECA8A365674D5C8F9 /* Lock.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E606A9762AB8D4C06B74BC1924936FF /* Lock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F1C42A0363067420E6A8663CC13FD70 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = AC6EFE8DBF35FE077A6901E6F7D34861 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F4F5870985D08CBF429A43C1429B858 /* RCTColorAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 81D0F3A14F363F1608E82046BCE6A351 /* RCTColorAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F64E5023E9C0052C2893F237BD9952E /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = AF297E87957501039602459E49565C20 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 0F88A508DC0D8AF4189A6C540C43820B /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AFB4030F8AEA52657FE3C979AC1CBFEB /* 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"; }; }; - 0F8D0B67C047ADC2171668122ED52655 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A7078941F08DE16F09812DEC3E8802B /* 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"; }; }; - 0F90C2F957C93F49E84F80BE88401D74 /* 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"; }; }; - 0FA7BC4FD690EC24DC5267B92B61098F /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 83B9EF6857BF1A4D02FC370DCED6FCA9 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FD31F8B314E64BD27BE8D11029AFBA6 /* TouchEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9784916171D641F8797EA5D740233B01 /* TouchEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FD97C2BB86711667411CFC1522F76F1 /* SimdCharPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 63B3B00A3AAC44C23D4F7E237FE0D5C5 /* SimdCharPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FDD59803B0AA3B5C6FC434E549D8F67 /* ConcurrentSkipList-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DCF6A50893A882EA7E8F44D10AD971D /* ConcurrentSkipList-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 102DBBCFE77932508B55FA748BE7EFB6 /* ScrollViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B876A9D3A4A844820B54900FF013BD5 /* ScrollViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 102F3DB0C70D6B9F0974CA7703C1D5D5 /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = 72188071CCFD3B99269572936DAC43DD /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10B1614701E850A83E35CC958649B027 /* SRRandom.m in Sources */ = {isa = PBXBuildFile; fileRef = CD0C06BAC55CB15F45E71416B7D4DA0E /* SRRandom.m */; }; - 10B51148FCA21E63F80D2D6602F6B94A /* Hint-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = BF031C91FD312DC63FF16FE7D183B230 /* Hint-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10C436AC65D8FD2CD678085CE7D7EDC8 /* HostPlatformViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = D67FFCDAB1680BF7E97FDEDF08529F8B /* HostPlatformViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10C494006AFA6E2A33B811C91A65ABA5 /* ShadowTreeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 259A011125E1C4BB89EBEF42E39E3975 /* ShadowTreeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10CD8890780D2C6E3E8267689FEE6997 /* RCTMultilineTextInputView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85792048E6607D309F96F970178CE7F9 /* RCTMultilineTextInputView.mm */; }; - 10F370479F440227A7AAA529AB1204AB /* BitIteratorDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 20FF0CE1BB1AB7D514D968DD961923FA /* BitIteratorDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 110A475B721C925E77D1019EB4CABD42 /* React-Fabric-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7279CE3F33264B701FBDD4FA067549FD /* React-Fabric-dummy.m */; }; - 112431C45F0DB839AB24CC6AFB22C65E /* ConstructorCallbackList.h in Headers */ = {isa = PBXBuildFile; fileRef = DD754522EEA5CC221FED5671228D41ED /* ConstructorCallbackList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 113009ABEFA71969D72A8906C4B45158 /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 58600C5793DEB38845B957AAB8B8A0B9 /* React-RCTVibration-dummy.m */; }; - 11386D12428A39C9B625DADB6840AB2B /* RCTThirdPartyFabricComponentsProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 98B663A4501CA259CEFF286DB21AF75A /* RCTThirdPartyFabricComponentsProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 113C0A16A1896D1E9F45DB1B2A23E2C4 /* RawTextProps.h in Headers */ = {isa = PBXBuildFile; fileRef = B760BD0A5C01A4F41C400D6041769DC2 /* RawTextProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11541861E647323ED566434D3E4A8280 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 623048ED1F88CBACF9530B7FF1B43A76 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 118029992E2DE85ABB22456B90F2C48B /* Log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DCCD072BA61CC3D1FE7379B07E361D2C /* Log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 119790CB07C21FE4EAC56F5498F2DE85 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FCB430438D90AE51D9EA3900C19D2DD /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11A951827CC2E07540743D12EB589BFB /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = B0DAEFF4C4B41030F08CCE46754D4EF4 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11AD78905DC11ED0A2A62C9DEF04C881 /* EnableSharedFromThis.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A2008DB4CB2932C0392674068ED82A6 /* EnableSharedFromThis.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11B651B56877831ED7FB1047DBC6C5C4 /* pt-PT.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D821BD8C8D6AF470910C5A3C20661B03 /* pt-PT.lproj */; }; - 121928D4DAA5F3AC9D970333EE8F66A7 /* RCTPlatformColorUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4A9B88CA672F8170D7C5752B539D4874 /* 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"; }; }; - 121F829BCE03628AA1E3A467FBE24EC1 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = B5816B892008E1A21E1024C0E0124DA7 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12453FEE808BCA4FB1A4DC7A398ABD63 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = A1BB280BEFD80D66923C09252A0B60BC /* 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"; }; }; - 12BCBCF240D8E6B4F8750C55D1CF71FE /* Libgen.h in Headers */ = {isa = PBXBuildFile; fileRef = EF23890C4D36D03EA1DD037AFEFF15C6 /* Libgen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12CE76636392B34C843087E8474C14BE /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = BD97BF7A092A2CFE70580790B0CB9844 /* 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"; }; }; - 12EF276CA78F5838191FF8F0C20F12FE /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC39E29024F6C2E6D8328004AA75AA55 /* 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"; }; }; - 13049AB201E79A4B41397ACC89C216FB /* YGPixelGrid.h in Headers */ = {isa = PBXBuildFile; fileRef = 83B7DD5970EC44F4CFA157F22B5EF831 /* YGPixelGrid.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 131C75F2133B1EE46ABEEE4FB86E7748 /* Thunk.h in Headers */ = {isa = PBXBuildFile; fileRef = ED92914EB3DF6C80AB5B7CF1AF9F3EE4 /* Thunk.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 132137CEE61C7C7A26840DFA0133BCB3 /* F14Map-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 4873FC718C30FB33CE887064BF8E5DE8 /* F14Map-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13452152A22D5E914771770B522FE638 /* SessionState.h in Headers */ = {isa = PBXBuildFile; fileRef = B074B0314F1B2339B425C500F1C092E3 /* SessionState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 134B17084CACA9B3FFBAAF7069C3D267 /* RawPropsKeyMap.h in Headers */ = {isa = PBXBuildFile; fileRef = CD9584B11750794F8B4808CF19721BF8 /* RawPropsKeyMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13696E36840E285922E6C02977C3E28D /* ParagraphProps.h in Headers */ = {isa = PBXBuildFile; fileRef = AF50566AA315264062C67DAAC94A4CBE /* ParagraphProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13753855478B4310B00BF8ED456D1253 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = A15839F814DADB41C64C22E4110F06A0 /* 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"; }; }; - 1389C2DB89CE04D963F342B21159D9F4 /* stubs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EF1EAF6DF7B54FCAD40B32547CE16E88 /* 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"; }; }; - 1394B2BD38317B71F0C086E9F3BA156F /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = E198EA3AF6235D9859E6F6F0B9521E27 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13AF845893EA3C44BA4B1AF1F2CDECAC /* RCTTextInputNativeCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = D679887EDC6DAB60A351F36D9F11B36F /* RCTTextInputNativeCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13CB32460B890F8D15BCCFFA3A4F9DE7 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 02AB5D40CC6820F70D656AA73BEA1C64 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13EB1FDBB29237CBED41A7BD8F8B99DE /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FD0718D22E985465B942D9AE194A322 /* 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"; }; }; - 13F83FBB7500195B71D9904939662B96 /* RCTUITextField.mm in Sources */ = {isa = PBXBuildFile; fileRef = CA2C3226656A954564E63E2FEB9170CC /* RCTUITextField.mm */; }; - 14153DA6879E73A773ABF0C9801017DC /* Errata.h in Headers */ = {isa = PBXBuildFile; fileRef = EF773479B9046C27FB4EA75F30116EE2 /* Errata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 145CD69B59478D1D87388F6D2ADAF329 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = A60AF9FCCCE5BF31883FCC330EB0B803 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1466458FC4AA56AA5C425D7AC0629C53 /* RCTPropsAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = F3B892344C821C0ABF7C36A33D464C85 /* 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"; }; }; - 14715F97C20DF34FAEA3D244D8F05B94 /* RCTDynamicTypeRamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 70ABC8DA207A3A8A45463E985A6A9015 /* RCTDynamicTypeRamp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1483C101F525745936872DE09503D5F8 /* ContextContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E8BF6DADE0B43886BB38476E955011A /* ContextContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14967D6C93963089A1510D82F6A8A128 /* Point.h in Headers */ = {isa = PBXBuildFile; fileRef = A4B66E5EE613B50508C9843E979B62AB /* Point.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14A7C01532BFB2D8FAC646BD01B34E65 /* PixelGrid.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FA54E899F6CD9791E8757CD315A8616 /* PixelGrid.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14AFB09A7A63A72CEB4487E9328060AE /* ParagraphEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A0563166E9176C76AB4A964101191BC9 /* 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"; }; }; - 14B546F40FAFB0E74B2FFF76983880AD /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 975894BABE2B7FE673D35AF6D5589E7A /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14CE4A245FCFC0407D827DE81FFEB003 /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC2857DF084432B88FD752F83A129A5 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14D5271E1C9A3E93D84A7FC19C445EBC /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = DF6D60D7CC20528F40922267B2EF5051 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14D59A00D70A6F5965D53D88D48C2B7C /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A3C2D7A4025E39FC1FDAFDB55C6A440 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14E4170D1339A52E20E30AA51F07AE89 /* RCTJSIExecutorRuntimeInstaller.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6CBB22476088774ECCA7F371B576A320 /* 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"; }; }; - 15075E7A3C4A533250F1B8F5E52414C3 /* ShadowNodeFamily.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94E861E527D3E712B7DA0B76FB73D1D9 /* 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"; }; }; - 15110CDFBC4330CA056289F4648F0926 /* Try.h in Headers */ = {isa = PBXBuildFile; fileRef = 05CAC01452155CC5956412107FDEDDAD /* Try.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 153DE5FA1669577F53403C6C1F5FFB8D /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8514E5F95700CB5164C90DA67F76B066 /* 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"; }; }; - 1547AD94B0B594FE80A4F2A185CB93E0 /* HazptrDomain.h in Headers */ = {isa = PBXBuildFile; fileRef = 099CB5926F7A7C10C82306F50F31CAE7 /* HazptrDomain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15C1E44A171498B0A00D058B92C2AF6E /* RCTSinglelineTextInputViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6DE07F48775AC4E4A75A62C348971A59 /* RCTSinglelineTextInputViewManager.mm */; }; - 15F81496A00D2B1F574C6AB001F6A94A /* PixelGrid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02D0B163709A9C9A5BF2340A193414D7 /* PixelGrid.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 1689FCBFF577C2DB49F3CA0CAEC57DD7 /* ManagedObjectWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6841530ADE3773BEFDD88966B2B946A1 /* ManagedObjectWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16952547EEDF3A3815F1571BF56588CA /* ExceptionString.h in Headers */ = {isa = PBXBuildFile; fileRef = 890A2DE43F7CEC807F5D45DD7FD1CE74 /* ExceptionString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16A2B3C25E42978AE98B60C2D8B57FE2 /* LayoutAnimationKeyFrameManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BD30E83CE490141E6B5BA6390C50B488 /* 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"; }; }; - 16A630E95312724A9AA67C6F901F9585 /* RCTObjectAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F04805EF66AE97709AB86452E84AD56 /* RCTObjectAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16C7288325BB2DC80013CB820A0456E4 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F6E3F510FB119F30E756653157D102D /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16D6659C9AABCA6C53E0803BF86EF9E2 /* componentNameByReactViewName.h in Headers */ = {isa = PBXBuildFile; fileRef = 43BE5FC05EFD8FF1ABB6465D2475390A /* componentNameByReactViewName.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 170BBD7B1EBE45A32100748A577DFC6F /* React-nativeconfig-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B3F2A0DDE7B638DC6DF6BAB18CD6FECA /* React-nativeconfig-dummy.m */; }; - 173C55FE7F6BCEF903D6E3166D759AA2 /* PropagateConst.h in Headers */ = {isa = PBXBuildFile; fileRef = C844508F5FF5CB3FE66B8F8DF7302612 /* PropagateConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 176162304526B580E5823B729C8E3B1D /* nl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C720CB140218A319CD4BCA51B58E2837 /* nl.lproj */; }; - 176A4FDF9DF811441BD276CCE42B0118 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = BFB1EF76816F9E81AFB23731174D361D /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1794A3CD6E5C3F36F845C601498C5BEA /* BaseViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 568DFFD95D8A9B54B30D3475B3369CAC /* 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"; }; }; - 17C630B0E3365DCB773FE6585020F794 /* RectangleEdges.h in Headers */ = {isa = PBXBuildFile; fileRef = A9B4FDC281D57460A7A3B27400ADC113 /* RectangleEdges.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17D7A2D8BEC47DA1E921F10F0226EEFF /* TextLayoutManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 12B95E52BB3539098A6D66824F53DF58 /* 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"; }; }; - 180B937C005474569DB3D075C7A9B78E /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 76F7F73B28269D68B5A04074DDD1EBEB /* 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"; }; }; - 1864C7F518E1BC227D3AB0BD512DD643 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A6EBF0BB09004A087091221E2247AF3 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1871D078EB2E0E124CB1DFC9454633C7 /* FlexLine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 21AADA3739886D0C2BB108977176E68B /* FlexLine.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 189D5D251A25A147CF02BC56E83B6FBA /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = E61BDDFE63594D88904E6B5F760B1E77 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18B0DEFB399FAC43C93E5970A5EE4D25 /* Baton.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F4BF0D6B00930EFF4155DC9B790AFDD /* Baton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18B4DD44EA8B7F373E977146FE29E040 /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = 596BE344971A74F0526B5FA6AE3FCE48 /* RCTTypedModuleConstants.mm */; }; - 18B8F5315CDDE3D6A10F5B00E799337B /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = B574D0032048A628BD8C6C6FE0A6E6EA /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18BECB9527FABF646B60FAA061540CA6 /* RCTMountingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C24F01AEC429B3D58B49E53F3597993E /* RCTMountingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 193D7AD0BB212E94AC5C1DFEBAA11997 /* FormatTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 375B4BBE3235F1250E48C6F479A52A01 /* FormatTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 194A13172925CBA9BA3420BBDB3AC842 /* react_native_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 544527E39EE59DCEAACC51D8B597AA95 /* react_native_assert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 197BD57BD3FF92933D76D4522B4C4715 /* View.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CBCEC21A3A50591C487CAFD8DCF2CED /* View.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19A25F588D895E94B59EE462BE9D376A /* ScrollViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 979C366C06F66839D29EECED6CE53107 /* ScrollViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19AB48ED7CD2E4F2FA1D70F56B3EF2A5 /* 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"; }; }; - 19CA261450D13A645A64FB5B53EE990C /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA9FA6636F777E0E99B42FC89F7ACAE /* 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"; }; }; - 19E3A16D449319ADE01CB41DEC30F7B0 /* DiscriminatedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 584180DC3B2C183B2687C5F1857403FF /* DiscriminatedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19E74890AFC051331BD3E4771C65E250 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9043A1A89BC54C1210D53E7AF2ABC5A /* 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"; }; }; - 1A5580BEC56FF7BAB5AB1D6B505D1B7C /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 79D46BDF48B2F09905E98B9940B2C75F /* ja.lproj */; }; - 1A5CA9C2FBC33D4577B5A4D9928ADFC1 /* InputAccessoryShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C079E673F6ED9AAF8EB1D7822BC1949E /* 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"; }; }; - 1A6D5151C1838CE1FCDE1DA876ADCB99 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = F6649A5E0CB0CD5E9B98CB49FE510D25 /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1ABAF338C8CE1A03B6919392BC354C0B /* Parsing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1B0F7DBF68699E114ECFEB4A12225C24 /* 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"; }; }; - 1AEB4BEA7F3E6D61DBAF6D86B370E116 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 02E1E7FDCE905C0071E5B85EDEE735B7 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AF41CD6C8BFB23A2CB498A62344D4C4 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7A230B7C6D6ECDDCB14F95021BE6FDEB /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 1AF8F8D60715EFDDD0D8D32F9FE35291 /* flags.h in Headers */ = {isa = PBXBuildFile; fileRef = 552B0E24B8D5AC7835BD83006E858611 /* flags.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B34D1AAF0B75D6A2C8A5ED5BAB39209 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = B527AB779074503EF1DC2F3D2E067E21 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B9B1D4F7165BE7E02FB79CBF51A4CCC /* React-graphics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60FB1AC75F5CF0FB1C390BB940296A4C /* React-graphics-dummy.m */; }; - 1C5ADD51F0B7820C60B2B95BA15C6F3C /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B7B6D770DF6537C02AA3DAEBA7388C1C /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C69E3894BA75EABF837B23D480BF6AE /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D8D2723ABA85E5CF39A0DA5DC1B83E55 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C96068D7ADC8D964DE058388B9925B8 /* ExecutionContextManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06E1CD690AD205471B96A9DB6CED793A /* 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"; }; }; - 1CA584E5E0A6F92A2A4BD5EFF32E772C /* ImageState.h in Headers */ = {isa = PBXBuildFile; fileRef = D8D62105ED860D7FB99C479A13C7DDE0 /* ImageState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CBADA47DA359ECF70AF65997C1A81C0 /* RCTAppDelegate+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = AFA51EAC9ACF977CC4DF66A9C24D3396 /* RCTAppDelegate+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CBD5F9B1188EF1B9BEDBADF2A0C9337 /* RCTUIImageViewAnimated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 27E77778E7653C2C1CB2D5F4C775B9EC /* 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"; }; }; - 1CD53FCF53A482D511B0B94A9744D10F /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A930C7D76B1903159B465AE350790694 /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CFA9B1CD1762757042C45BE8BFCBCE7 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 593097FE54CDD418799699524B6242F9 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D0BCFD322DC3770264236138EB5E553 /* MemoryIdler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F8E6E55AFFCF9BD68B2B5B508CCEC75 /* MemoryIdler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D251D22F172A44EDB41F66DE04E2FFD /* RCTSwitchComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8BD3222659878BC9796189417AFC5643 /* 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"; }; }; - 1D3750D9724EA40BFBFC503B623BA219 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 262CD320EE1C2FE15CEA93A51F2AF4AE /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D4FA5A843091B7D07FAC0F0F52763D5 /* RCTSurfacePointerHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6C6DA0CD9208417046E12463D78906E7 /* 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"; }; }; - 1D5FA6D4D260F7FE13D9F2AA0905E1CB /* ParagraphState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E848AA678DDB12D2DEC893584DFC77B9 /* 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"; }; }; - 1D63586222FFB587589723681F8B3170 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 122FDBD2BC3E7AEB0D2B6B0B6E9E9C26 /* 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"; }; }; - 1D7B5C358D3CF4697EA46BA2F5751410 /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 232B067F706BE80DFF754436E2691BDF /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D8F97F8E77EA319EE707E5FFF3EF06F /* MapBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 246C0DE510C1B514C352027A7EFFF656 /* MapBuffer.cpp */; }; - 1D9B5771BCB63307376A25B14DE97A9E /* RCTSurfaceTouchHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = FB04283070B283631805AEFC6E7AC80C /* 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"; }; }; - 1E1C4781A6CAF80F1CE9EF147BD3BABD /* SafeAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 718D4D78E0BAE0CC2A7AE58A6FBEA36A /* SafeAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E5FB917F08C2BE728ED361A74C0B31B /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ADC1F7EE30C81C0C295DBCE75FF97144 /* 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"; }; }; - 1E6AEF5637A04515431A146163F985B4 /* IPAddressV6.h in Headers */ = {isa = PBXBuildFile; fileRef = 662EDB351806ACAF98C186A204C9A85E /* IPAddressV6.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E944424016A1246F38B7885167BDE0F /* TypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 51BFECF146A1165D167989F92AE6C0CC /* TypeInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FA7178A8B77E59283080725AF2A1F86 /* ShadowViewMutation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 378FEDC3DF9FC3FC3F4526A0043B9D83 /* 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"; }; }; - 20324B0AF7D40ABDBCD055FB21B1A779 /* CArray.h in Headers */ = {isa = PBXBuildFile; fileRef = B159432A0D462B5E94046B7320846BC4 /* CArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2043C8E72D7A49B1797922963D5FF018 /* LegacyViewManagerInteropComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = F84638D63E0E25D71D0B2AC4F68E14D8 /* LegacyViewManagerInteropComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 205749C03A4CBF638869893734D7D9BF /* React-jsinspector-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 969722C85D53A300D66C47001CEABFFA /* React-jsinspector-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2065D6C169DBB6D22BE01CCBCFB9E2D8 /* Event.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CA38E07EBA75420D2E3C5C4B52A3B22 /* Event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2074AB2365BB1B7AC8E4C8D64569A74A /* IntrusiveList.h in Headers */ = {isa = PBXBuildFile; fileRef = 866D0225560051A219BEE4D4664348F9 /* IntrusiveList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2074C516683D397296BE62228F2922CB /* RCTImageComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B9D3972D37EEFA3F739772C71A6AD194 /* 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"; }; }; - 20C99A8E4ED99AEFA36CCBB568F3A94C /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 8158D883521AD1C6E74E9ADA8348322F /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20D9CEF68011A83E0826241926592958 /* RCTAccessibilityManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = A4139D4722C46C68313B5EB99F76A9C5 /* 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"; }; }; - 20DF0B4408B6C9F6631EB76512E96313 /* 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"; }; }; - 20E3AF1B326951578892E19B3E20C584 /* RCTSpringAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = A1D31BC19CDB2744564B68ABF2C9835F /* 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"; }; }; - 20F0A9FE2840537DE4729F65191B55DE /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E5344E17305F8B284CFF0E15BF576E /* NSTextStorage+FontScaling.m */; }; - 2114A7FEC8A7366EA49BCE691E315603 /* Unistd.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2546E47F2D90167BFD3A489746A6E9 /* Unistd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2119787C2A0B0866EEC3DA8414FD1BC3 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 917F804BCBB647BB979E26D81818A66A /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 211B93995F870B89CEBB582FC07FA9AA /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CB4502278BB1F995674A6173DB5ACC3 /* ReactCommon-dummy.m */; }; - 2151A056540DBB529ECC9DA7D9CEB803 /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2729B1915435B5872A50C4BB80D73B0D /* 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"; }; }; - 2184A2264B9A98ACB8BC6C903910DA53 /* utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 187B2ACADC4BC9192F177364BF7415CB /* 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"; }; }; - 218EAC5B50B458163D5BB37E37D661CF /* SRSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38D95650F41F3CE76BC04B5619B09B95 /* SRSecurityPolicy.m */; }; - 21DBBFC698F5D92E9A0827475A4CD509 /* TcpInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A32F2995E9FBCA38F66600B356DD02C /* TcpInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 220CB05EB21144C9A31421C7A8D721A0 /* SimdForEach.h in Headers */ = {isa = PBXBuildFile; fileRef = 12BF91C85904FD8BA917DDBF03ECCC1D /* SimdForEach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 220ECEA9AA36BAA31ACD3A1B8FDBAF3D /* RCTSurfacePresenterBridgeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EBC44AD1501E0A738CE4479093FC519 /* RCTSurfacePresenterBridgeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 221B37CD4898DE776CE87BEA1804B329 /* ParagraphComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EC8B09B6751E8D86416718C3A20AFA5 /* ParagraphComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22646DF35E56AD98E410E373B88CD324 /* RCTLinkingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = A3C9D1E98313560B81892BE279A713CE /* 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"; }; }; - 226DFC17A17361BAA4CAFB8E48170C5E /* RCTMockDef.h in Headers */ = {isa = PBXBuildFile; fileRef = D33E3048BBC4EAD9E6705591ABCA5AAB /* RCTMockDef.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22C185066C7705E0A451288E89206663 /* RCTLegacyUIManagerConstantsProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8CBA5FDFACE636F02F888E2E87813953 /* 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"; }; }; - 22E6D9B1671F01A730CBF519F9DF913C /* F14SetFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = D673246C2C1796D3D74599E1964A310D /* F14SetFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 232757DDE2BE0174CA3E056903C47EA9 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 316098BAE97512E1640780C141A5DA44 /* 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"; }; }; - 23411C1D24E9FF65E1CBCFDB66841998 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F263FA536385F01C2DE95585B51AC720 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2361FB6C467FEB9E3F2928D963FDFEF2 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3634D4C2C0A2CE496C6BE541CFED0446 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 236B163DEED167C92845B3D8F2191F0B /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = B76023D1E0E1A7B26C01336E769EA53C /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 238031EE8565BDB4F73A48D77E719C77 /* RCTAnimationUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = FB2DC513392C746E176861248652BFB3 /* 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"; }; }; - 23E00C7B826518D11ABD47FFCBA43E6A /* PointerEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = FFB4118F39D18028BCBED5188580133A /* PointerEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23F1B5E877C0D31FFA5E08A9D13B779B /* LegacyViewManagerInteropShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 50FE9332A5075676DEE62FF0F858ED3C /* LegacyViewManagerInteropShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24188BA616F72A39C3AFA54E5324DF6A /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 555499AEC258DE52284D569572113A79 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2438ABB0503B1DD62991AB5F5DF3ECC2 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 336A5E577A1F10F2F633DF45C6F33FC4 /* 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"; }; }; - 2445A398522886751233DC84ED88C38B /* ko.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A94F7B69E14A38FC9A94C8450BA067B5 /* ko.lproj */; }; - 2452EC52C8DE6D004C4B78D9B7D8043C /* RawProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1749E01C229EDBB727651ED5591CC9E3 /* 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"; }; }; - 2471ABF316F6C44C5B0610CF788CC4AD /* LegacyUIManagerConstantsProviderBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 77260F112D6761723348677A23213A75 /* LegacyUIManagerConstantsProviderBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24D26D7B6407992A577259BF62E3200B /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = AAE7B5B91DF91D2E6142821597C256E1 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 250924706AF7B77291AF6A1D7D31E05E /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = A24A54F908C73FA0A61B73A977E54CCA /* 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"; }; }; - 250F4B8949596C487832F6C2635FC44F /* SysUio.h in Headers */ = {isa = PBXBuildFile; fileRef = 79CC003D3F5205C371DC8BCBE46FD022 /* SysUio.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 254A7E50FDFBEFE78F342625A511024F /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = BCAC44179D6C3CC5B04796C3E17C0C1C /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 256B88DFADCD72C1DFC1EED237A622B9 /* EvictingCacheMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 119AE002F412B1467B684F7738048356 /* EvictingCacheMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25D662C0672517CE7EA7313ECD6095E1 /* ThreadId.h in Headers */ = {isa = PBXBuildFile; fileRef = F69D2C7C3E6181971A1F8D04108BC7D4 /* ThreadId.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25DF83F6D24F9CE5F749DD3ACFC3458F /* UIManagerBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E2F97BFDDF745D815222A4941B54394C /* 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"; }; }; - 25EE09B70C04CF1D7EDDEBB481BA5745 /* RCTFabricModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E4396862788E3B85FE8735B4ECC8CE7 /* RCTFabricModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2606161ABF61A627A7A2DE86238C691C /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = D269811E11C1AAF43B2D9EE8D2BE5A2D /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26242002E2362D9EC4176997C9C27095 /* MallocImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = F7DCF7DBDA1DB363572544D437D1EB4A /* MallocImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2684304837166CB852F34F477A9AC3A5 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = B5064A3BEE1A3C3FCAD920D6A97DEFC0 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 268A6BE577E71BA303F2B38185858AD0 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = D186B57ED13C45E4B7937F11A715DC35 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2690539A573E94403E7D7471A49E19DB /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = E31415C1369291BF822A660A8A1999B2 /* 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"; }; }; - 274728F1207A8A5D3C2EBFE6BBD1BE3F /* LayoutContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B72EF9B14BF0563BD7F8C1434313E14 /* LayoutContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 276665D57D7120AAB548A60A983ECBDF /* F14Set.h in Headers */ = {isa = PBXBuildFile; fileRef = 27DB05F6CB39113BE10AD3A747787E40 /* F14Set.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2783D23CC7FD998D6E385164DC51DBE2 /* RCTUnimplementedViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3FE1D61E1096572C6C496BC2F010F9AD /* 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"; }; }; - 27C242F4F7F53442B45DF6E079A8264B /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 718BA92ED8D9DB27328957A4672E3980 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27CAA2E149A36B2F1ABEC6A7C34B6C80 /* TelemetryController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B32A4900BCDC18E5FA1C1600AC4F6179 /* 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"; }; }; - 27D2085CB4418BA2088DB6C6F52EA394 /* CustomizationPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = CA86A71648C8045BF8A96B225E26E40D /* CustomizationPoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27D9530C335ED3654145F968ACC1B9BB /* RCTRedBoxSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 777CC3EAA5569061A3FF50D574050329 /* RCTRedBoxSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27E9BF8832381D9263BCC23651E6D81E /* CancellationToken-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 91B53126F00778E3792F8BDC9EF291DA /* CancellationToken-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28157CD82D04F9D9BFCE7E2D6BD3722F /* RCTNativeAnimatedTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51266F8C630344F394B10BF81D0472FB /* 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"; }; }; - 281A5B5821869CDE0B012B8461B937D2 /* EventBeat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 808B7909DAF77795B5CAC884D6E8F4D5 /* 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"; }; }; - 2837BBA0508CD91090458FF5A271537C /* Size.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D51F4E2690E9A08CFFBB28BABF8B881 /* Size.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2852638E8B336E4EBDB8EBCC40CCE073 /* FormatArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F8E380C0D44C30A7EB64835C56687EA /* FormatArg.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 285C2B09693FE58BD9090B638632A9DD /* Synchronized.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D4B16C5729900BD0CF675EE898C8327 /* Synchronized.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 287898B3F72AE0F6A9E4D098DBC75C79 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 02F47DED492300D8B42147756E4EC711 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 287B0DF39AC7DAECC03BCCD128F3FA4E /* UnstableLegacyViewManagerAutomaticShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4ED219692352FC006A3FD6DD4F8B4A4E /* 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"; }; }; - 287BE5208FD6FB253A9CAF3F173DFCB2 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CB17A8AC2ECDFAAF433091BD7E3A038 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28AC0202302E7C4D4C082B6A6877421A /* ConcurrentSkipList.h in Headers */ = {isa = PBXBuildFile; fileRef = CB027A92361F7CF889CAB836E490C149 /* ConcurrentSkipList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28B15A732056CA20CDE04354421A6AD6 /* SRMutex.m in Sources */ = {isa = PBXBuildFile; fileRef = BBAA6714B59FDAB63CB3D51FFFAB5E9F /* SRMutex.m */; }; - 28BC4B7C4E47DF9DA5B004AD3C7BB426 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 33E070F404266F952E77980CFA788C4D /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28C2B5E4500240BFBF5C3B70BE9471D8 /* Hazptr.h in Headers */ = {isa = PBXBuildFile; fileRef = 91E5E966C9BA06A775879A6EFFEF786D /* Hazptr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28EE01A2976D3A5CC013B319A53E3F33 /* SchedulerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A434F26C3BADFB2132EFD865DB26C006 /* SchedulerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28F2A0841D7A4FD9330C0D2CF1C418F7 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 96BFC7A3906ED88F1ADB9B239643A183 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 291A54449120C684C1CBC3A4EDA0D4A9 /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3E8B3F2C5CD49AE76EBE5FE1B633DF51 /* 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"; }; }; - 291EABBA828D239088DB35AFB255CA54 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C63CFF38F0B941ACFF7650995734A48E /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2962DAF0065D446A3C854CD5E51A1BE1 /* ColorComponents.h in Headers */ = {isa = PBXBuildFile; fileRef = 307A053D11219770B88D3C12D7AED899 /* ColorComponents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 296F19DEC8D5A5092A43CB32A42B8AE5 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D8DCC0BB657C80F8DA90DDEADDC5CDA8 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2985005A11C383DF27F6176719D2BCE1 /* EventTarget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8426C44DA26861762164FA1A760C912E /* 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"; }; }; - 29AA6FD680E348AC178455CEE30DF5E0 /* FloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 418436C84F6BA0C631C84CB52D7C3B92 /* FloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29AAA3420BE53B0FFFE92E270CB9CB42 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = BFC341984441A8435563302AF4D95FB1 /* 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"; }; }; - 29BDB2BBCE781F699691B8DCE8EE0278 /* MountingTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 194EF8A59CDD297C03EDCDB31918CC37 /* MountingTransaction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29D4218569554A1DD869898F0776EEC2 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = C1048419B4983DE793F491B94DFC6CBA /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29DCABAACBFFB13EAA449B41135D995E /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CC2B87AA979A0CE226E57B8BE306A7 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A08BF1EF5656D00F39C384B0BE65022 /* SRSIMDHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = BBCFDB39D48C37A3AF9AA77A7A2AFE14 /* SRSIMDHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A682A9DDE94C7D38BC542A209D41581 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 295EC2E2CAF48ED1CC34A30D95B29086 /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B274268A9D1466A436323C5ADA891DB /* RuntimeScheduler_Modern.h in Headers */ = {isa = PBXBuildFile; fileRef = A85CEF5EBE8292CAA7A6A85BF610EAD7 /* RuntimeScheduler_Modern.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B5649D5AD2D3B93F9551841FB94B539 /* CxxTurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E334E36DFABB38A65BD08F12A318816D /* CxxTurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B5D04D95CAAA65056EB9B7A9E14203A /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D1A404D2808846CA1594C6C7F191A7D5 /* 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"; }; }; - 2BA7B55252EBFB5AC3B19B53EDCCF209 /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 988A32BDFB9DB4A15D432025E1B8189C /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 2BBAA49EB39D51B3DA7BCBDF27553EF2 /* StyleLength.h in Headers */ = {isa = PBXBuildFile; fileRef = F2FE7A962F360262FE122215A8BCA0E6 /* StyleLength.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BD0309A82E22A90843A5C40EC2BE03A /* RCTEventDispatcherProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B9634BB96E6CF1C2488BB6CEE05B048 /* RCTEventDispatcherProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BE1D8FA396C009C8E6E50298DA6B625 /* Registration.h in Headers */ = {isa = PBXBuildFile; fileRef = C803953850B991CE29972A490A7B33AC /* Registration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BE2E52A8B6FC92EE42D80ABB6C7F000 /* ConnectionDemux.h in Headers */ = {isa = PBXBuildFile; fileRef = BEA7C3C05105F52C08E3DEEC860ED2AE /* ConnectionDemux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BFA5BF7BFD081A56EDDAB4A624F4D65 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = C841EBF4EA54874310931234AE10B9C0 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C95EB306C4085CD4CC30D9A81A3288E /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D72B336AAEA17CD76F573B26352F4FF /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CC2462673C2767CDA7AFC76A216B712 /* RCTUnimplementedNativeComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 78CDE0FCF899953D2C2B73508F3AF39C /* 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"; }; }; - 2CCD34F27205DA12965D593312F40666 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 14F70B335A2CD7A6D3DA0FEB2E5A6160 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CCFE31F50BC3227A7BB74540F3E28C0 /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 0412316D9566DE58837829185BB67F5A /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CD673F170034500562E2FDC5251A33A /* Executor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5433FC0C0EE55FB7FA9D9BCA99A39650 /* Executor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CF5B7A0340BBA8D26C94A725EAAC8A0 /* NativeComponentRegistryBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = A71CEB58958B86A748DE0D85A952DC21 /* NativeComponentRegistryBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D0FD39640A443CC3768D72DB0A7216F /* RCTAccessibilityElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 133F3C0A389231EA5FAC66F7A68F4FAC /* RCTAccessibilityElement.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D1F93C72D946656589A5BD5CB3CE6F9 /* pt.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 2BF83C951E4F42708664EBB55C68E4EA /* pt.lproj */; }; - 2D208D5B23583673517DE439EDC9D671 /* ViewPropsInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = D753A850DDC058A170B2D61ECA24BCA7 /* ViewPropsInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D6E84C53331E3E4C783DCD5203B84FF /* SpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3605A12CF33B3DFBE0B5DD2DE36994C3 /* SpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D91C430FCFE9C202378A3440BAC86AA /* UnimplementedViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = F2A88C18EC5374E5B6996E8B9D9632D4 /* UnimplementedViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DA924C326322FF904EE10E95381A712 /* RCTVibrationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0C8A53F5709C03AF8A057198694F898C /* 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"; }; }; - 2DBA93E933AFBDD3640C6361D80F6088 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A7CFA7A2304D3D777B0FBF4A2E8661A3 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DE63360A33AEE0CD732115757D7291D /* SaturatingSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = AD601E06293D3A3930BE7C2006B41F2B /* SaturatingSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E2797FF3C592B7E0BA0C62F577ED617 /* React-RuntimeHermes-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB28941ABF5B601834F6C58A6EA81139 /* React-RuntimeHermes-dummy.m */; }; - 2E3F727BBD9A65861C18922BCE380D60 /* Invoke.h in Headers */ = {isa = PBXBuildFile; fileRef = 7433BC11862172106E2F5C35B6657339 /* Invoke.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E3F7567DF149E468F436FA2D9A54D22 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 837041DFB4BD9BC06D3A57A2C5085BA8 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E4455CFC4592CC9CE77521F63CE35D4 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F8FF73D75BAD92757A169CC5D5CC45E /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E445F07C1DB6920B01632B36946A71B /* RCTKeyboardObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = B961252FCD7C94824015991688E536F3 /* 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"; }; }; - 2E747B5A63759BA1291FFBFCAB6B80E6 /* SafeAreaViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AF7D614752F879AA7611D5F017458B0C /* 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"; }; }; - 2E9E44553AC842824657582AEDADA47C /* RCTBundleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C2A9B4F68357E3430FABEDC4EF682BE5 /* RCTBundleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EAA29E03439536A013280EBD10577E6 /* RCTCxxInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 23B258C56FCACB162EB96F022E6E70A1 /* RCTCxxInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EAF37DEC7A600D2FE017F6F55CF94C4 /* GMock.h in Headers */ = {isa = PBXBuildFile; fileRef = D83B4FAAFD8B9F4100D6F3F2AAF2598F /* GMock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EB054EEA829BC42540882BFAA366F6C /* RCTEventDispatcher.mm in Sources */ = {isa = PBXBuildFile; fileRef = B1E237C96578C19196333BE79DA09129 /* 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"; }; }; - 2F79F4A2C66F1573F5E2E4071BE012ED /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BB544B8F6A68D515F371F382562F55 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FBED75B29134E3E85F1751FF9CC18F9 /* JSRuntimeFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6C30808428BCC0C23F202ED8E7B890F7 /* 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"; }; }; - 2FD7323EAE0E5E753481291ACA044AA4 /* RCTCursor.h in Headers */ = {isa = PBXBuildFile; fileRef = ABDCD3454DE0CF0CC0BF931C0E5447CE /* RCTCursor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FDA0EFDD591F6C208CC1AD9422482C7 /* RCTBaseTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95AB1381ACD7A904CB2E31B03BB5780B /* RCTBaseTextShadowView.mm */; }; - 2FEB73359F866CCBFD8EEC9C02649068 /* RuntimeTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D5620C8F48C50FCD5E3773D62BDFAE /* RuntimeTarget.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FEDDB4764147BBF0939A8DF28246477 /* ErrorUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9421A3E84FA6421C8630EC29A59E8B88 /* ErrorUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30073CFBDFA2708E0A341FD43DF79925 /* hi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 964F574D7321EA827F9D8C57E26C4356 /* hi.lproj */; }; - 302C56B350D7C839FFF1CF76D245DC47 /* Indestructible.h in Headers */ = {isa = PBXBuildFile; fileRef = 8325F6D78EEBC85AE983E28DE38AD770 /* Indestructible.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3031EF067E2B99FB554BF9F7820060D3 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 22794FB8D75668BE14CB6A7EAE56879E /* 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"; }; }; - 307BD451A32E2CEDD068F1081661E1F3 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1980AB0DB736F10850160C95020F71E0 /* 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"; }; }; - 30921A6BC30807EDEE078F6506CC57E4 /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FCBBC5A4D67EEB9E2D513C541FBFE1A4 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 30B14D776B57B06C4B9EA21DE635E6A2 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = D377CD00A244277356490F0DF3679CEA /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30D1E8F6092D315512C3A9D0B4888DD4 /* react_native_expect.h in Headers */ = {isa = PBXBuildFile; fileRef = D8AA09DF2679770824637D6CE58DD267 /* react_native_expect.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30EAFA05746F8BFC4C4C6CD6EB7980BA /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = EF33D80102A84702AA2E2212D875E506 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 31074A2470998CD8A1E5579C686920ED /* InspectorUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = D918412E8C3E529FF065F85B4F00FE17 /* InspectorUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 310B3F0CC7C540CB13466670F7EDF3FC /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 17106C7F3CFA0403EDCC4CF5B7234475 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31B95AC91F037850FE929028BFE5D87B /* LayoutableShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EB77BB259803984C9469817EE3FF71A4 /* 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"; }; }; - 31E07071F8D1C29098D77441291DAB2B /* SafeAreaViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D0EBA765F12D617EFC58ADC9B1FDEDA /* SafeAreaViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3208A611BAA2D4359B2A101ED1C6D77C /* Props.h in Headers */ = {isa = PBXBuildFile; fileRef = 25C38DAA0DA4282DF951182C734B5C82 /* Props.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3217C34453D59F06E79765B558B840B1 /* RawPropsKeyMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 382DC15DDD90CA926EED1E824D02BEDF /* 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"; }; }; - 322E9C3355280747EF029C12D8B6A5A1 /* RCTInteropTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 375D4A0B5039AA9FEBEFB13A76AB26BB /* RCTInteropTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3294815C66896E3584E9367993E0311D /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D4810C6E9690ADC9492C08B4924FC04 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32FD0C7249E73238333EF1E558C38D21 /* Geometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 36A9DAD0ECB01EC6342B7D8FB2CF2B9A /* Geometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 331BABD0CECA77BD1E62F4E4A8414796 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72EB645CDB2F99BC29E70A028BCD9C8E /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 331F28D3B4E6B16910BCD42C2A34B3A4 /* PackedSyncPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E8209264577462872BC1AE7772C476E /* PackedSyncPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3327A0611FA3F87F45AC461454DE26BD /* Pretty.h in Headers */ = {isa = PBXBuildFile; fileRef = CCCCA85307C7F5CAA6F8F137DC8860BE /* Pretty.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3343E5D45D5C2E9F14C1356DDCD44430 /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E42FF6965EAF354671D1B284C03A133F /* 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"; }; }; - 335D543D79DD41C6E6B3C619A2078292 /* Scheduler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B51057788643765C0DC916C7AEC2AD30 /* 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"; }; }; - 339C0E3F7A7E12BF0BB755FD04FB3187 /* SRLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EA37501D46115DDABA4571FDD025BD2 /* SRLog.m */; }; - 33C4806E9B39AAA320F54A13FD1D0566 /* cs.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7913A680A7173FA86C4B18FAEAEFFEC3 /* cs.lproj */; }; - 33D1A57F0F9ED8EB6ACDE2B623F10C20 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AA2023631D59D3C6E563D20D2B553DB /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34163AC5B098A2C791C796CE57F580D7 /* EventTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B1AC2AFEA0E249306273D56BE3590E5 /* EventTarget.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3476B8B2E109849DAF80FAFE61389733 /* RCTAccessibilityManager+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = D59C1935E245DA4C804E7E274098A7E5 /* RCTAccessibilityManager+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34BE71C1125EC925D80DE8A8C662101D /* SRURLUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 11168BD52EB1FA983258A217EBF918E9 /* SRURLUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34C8D7DF5FBA4CDD721CD899E3DE8669 /* SRPinningSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A4D45A1805126ED1CD25C84B4FFE9C2 /* SRPinningSecurityPolicy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34E0452A18B63FCCE3D2298EA219820C /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = 7584CB198B86355D8108A694F7821C82 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34E83696D6C83FDEF3F32B4F9EC092A1 /* RCTVibrationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 2883FC7F30175CA2296FAD53DB739DD2 /* RCTVibrationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34F0D405AD728D4194552DB326115A88 /* RCTNetworkTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = F04FA0626AA0322E8B7950F33299642A /* 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"; }; }; - 34F1CA7D48C2DC4CBEF2188F040EE11E /* WeakList.h in Headers */ = {isa = PBXBuildFile; fileRef = FEE1F5C26591C84C2FAE17E75FB0CEAB /* WeakList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35294BDE546A522622F792CA342174A8 /* RawPropsKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C6842F25824B02BB1F9AE29C2ECFA11 /* RawPropsKey.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 357BC41CEA6D22E37BDB7D693F460F91 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 28D7BEABBC1EB38780017A5D14CC2E0F /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35A29B237E0E61EDFFDE9868AE98BDF6 /* he.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 14AC935704D290D92C7F410D96FE2711 /* he.lproj */; }; - 35AECFF3E4DEFFE4A28D2C0700DAB0A8 /* InputAccessoryShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 70E5A8D2888F115BFA774729905B85D4 /* InputAccessoryShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35BD5FE9B35A0750E3C1EBCDFC5B5DFF /* RCTComponentViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B09A34F805A25CACA3DD5070BBC08DB /* RCTComponentViewDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3607BF16A82D11E89BA0C547954CAFFE /* RCTHost.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A253754DE163ED64FC2612DED1BE761 /* 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"; }; }; - 3635216C73206B6802BBED4D3E08CC10 /* RCTImageEditingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2F288984CDA5DCC005F7F059243A002C /* 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"; }; }; - 363C6FE68314A208BAB38A25D802716E /* Array.h in Headers */ = {isa = PBXBuildFile; fileRef = 792014C5B5CC53C6A4E7C3EAFA69D6ED /* Array.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 365B5CAFB6275097FCCC6F3CEBADDF87 /* DelayedInit.h in Headers */ = {isa = PBXBuildFile; fileRef = DB05D38A61483D308412FA789EE36CBC /* DelayedInit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 368D18FCF2247CC9C6AF37BDE7AA51FC /* RCTDebuggingOverlayComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 75C5E150D5A514306290A9E7C24C2A0D /* RCTDebuggingOverlayComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 369D67A1CF9860D18C54E2AEBA4AEAAA /* SurfaceTelemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = DCC5A588729D850303E1CDDD79AA14D4 /* SurfaceTelemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36BD86E7E9139E31203773D724C3A176 /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B983D67E44224E7578EC3394F536AEA /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36E4A3A2D45A38EB0D2678AE7B73128A /* Assume.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C81656E6394B680E495643EDC27FC6E /* Assume.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36F7EBCBAB8DFD1464BDA746EB26E2BA /* uk.lproj in Resources */ = {isa = PBXBuildFile; fileRef = ACB19B3834326BB6D82BE056BDEDFA04 /* uk.lproj */; }; - 370B73FF57BAAA27B686EB81CF8075D0 /* BaseViewEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F095858BB9FB614B48735AAB4010576C /* 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"; }; }; - 370DC395DA63763F0B29739645C5C42C /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DFF46C1DE451B9051058FCC51BBCD7F /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 372EE9ECC756478F16F12F7D48AF7B4E /* SRRunLoopThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 6117F9BDA4E91FB3D03F3728A914954A /* SRRunLoopThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 379DE27C0272C04B98124B125693C9E0 /* RCTRuntimeExecutorModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EFEDCE60617753B529AB0F3D277EEBD /* RCTRuntimeExecutorModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37D688E50429E670A850B22614464965 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FF4EAD135EA436CA19A2CFAA4085304 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37F8ECE89960ADDF3184F2A9AE468F25 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 284C99B7FED436C888C19FD07D0E6A9A /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 380BB8D1D525FE502F52A91B29DFECB1 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 4423D8253B53E2A44FD0FE88738E032E /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 384591BCA39983030E1C94DB4223B421 /* TimerManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F8B5C5A932B43AFA93713D489DDDA04C /* 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"; }; }; - 3847962C120468B02563BA6EE50A6CE7 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 211891202D4D0C2321ED291D7DB2B7D7 /* 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"; }; }; - 38DBDD57311E2F2FC030E11562D321C9 /* Libunwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C46B7B386338A3CF2226940A341403E /* Libunwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38E5FE54CAAE32410832ACE7B414CB4E /* RCTAnimatedImage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83B5E92936F08918659E05C0D4C7DCA0 /* 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"; }; }; - 38F8A84A2D3ABB7E2D1D3B6C95FF8302 /* RCTCxxInspectorPackagerConnectionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = FB67618A48C7884791200BB2101C8949 /* RCTCxxInspectorPackagerConnectionDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3909C010383A99EFE2B5241551E8E055 /* TimerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 505CF1ED823E5100D0FEA99C701C42F8 /* TimerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 392858CD748EAC636785E558031F395D /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E4EAC0B41FDB49FB486A1491615C567 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3930125EE1972668B5B5C168D15DC7A0 /* TrailingPosition.h in Headers */ = {isa = PBXBuildFile; fileRef = 88F78A57046E1AE06A6F3D2C657E4574 /* TrailingPosition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39380A43113D99391348D1CEAE9DBBA5 /* TextProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AA2B44E9E49B9863C4C5BA8CB6A28E7 /* TextProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39576EA28B76D88E45CB4C2004D34887 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = C830EC1C96EEE4D909009BA1C5F0FDA9 /* 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"; }; }; - 39801C7E481BCAF676C2021BCE43555E /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AA2A7851D7CF7F2958658535FBA37E5 /* 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"; }; }; - 39A4A50E94100F1B413A4D0FB5BD1C7A /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F30A04837205FCBA040E0445525A6 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39B1B0FC84B323FBF65A2AF8B11BE50D /* RCTEnhancedScrollView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3D456656403658375790C8C743D75C0B /* 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"; }; }; - 39B6D8F0E60352AFED4DF4B924B1AD82 /* React-utils-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2C9ED696976E2CB67C8A67EA51E5CFC /* React-utils-dummy.m */; }; - 39F840AF0D39AE05477EE59BE242E704 /* RCTComponentViewRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CC6C8824F967A6F51047F62F0EE1BBF /* RCTComponentViewRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A2E65864DFF310DB0F6A8C167140CAB /* RCTSurfacePointerHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 85D78A4720D3FE266A9CF5B0E3C3D3C2 /* RCTSurfacePointerHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A3017D93675586F68A9B7CD65DDE55C /* TextInputState.h in Headers */ = {isa = PBXBuildFile; fileRef = 35FB400A2FA42A60B1DD5DD356A83946 /* TextInputState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A7EDA0CDB83FD6EB8F0A0B332F8B21B /* graphicsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DEEA8C2DE2A23C14A90912AAA2814F0 /* graphicsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A9860861F6ED107017481778DDA2C88 /* 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"; }; }; - 3ABF63980C8F33414E839BAB6ACF7CB0 /* ShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1F1D1490197D301C76A501E0D1B3188 /* 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"; }; }; - 3AF694444036C867C67A20792C898D05 /* PerfScoped.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E8EF1F55FE2016CDA7B786F01C8882E /* PerfScoped.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B15F1868D88E7CB2749C881A32CABE4 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = C865771650C5A0BA10B1F3AB7B36399F /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B1A525376EFC268959ED359E594BDAC /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 89AEA81A40FBE58FD8F197342A3682EF /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B34E770B49AF9A38AD35B2450B2EF61 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C02361943CFC4D43BDE38DB0C69F197 /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B3C468C7106C0A14048362DAABFBDEF /* FingerprintPolynomial.h in Headers */ = {isa = PBXBuildFile; fileRef = 55BB048CB3ED0500BC5E984EC4283580 /* FingerprintPolynomial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B460A37A9F36E495549AB6A33E748AD /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = CF272568956493C584F65C9CC1AFD096 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B61B8B413397367EDC87E1C6FB8DE87 /* ScrollViewState.h in Headers */ = {isa = PBXBuildFile; fileRef = 49DB422A77C0F8372ED080B83287E9DF /* ScrollViewState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B6B2DE866D692FDBE964CB40C99828F /* HazptrThrLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = C7891A1695A92EF0EE3D79FC7792120E /* HazptrThrLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B8AE3C34F0D7983140894774F01EF77 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = FB5E3A4B7EB1F70FAEE495D6B125E4F0 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BA235CD8E087137ECC20F6001F6EBF1 /* EventLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 38C1151C531250394499F2D194B30257 /* EventLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BF43AB596A891A02621FDE76B72672E /* React-Codegen-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C44C387D46619A72452663AEAE0B66C /* React-Codegen-dummy.m */; }; - 3BF6127357AD0D8A98801AC476ECA5BC /* RCTAppState.mm in Sources */ = {isa = PBXBuildFile; fileRef = 420A5266B1FD6E73EC7EE60768EF8C87 /* 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"; }; }; - 3C3CFCEBC4CFA59AEFE59CB27DED2BA8 /* RCTAnimationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DA1A2813DAC697EA679C05121318371 /* RCTAnimationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C4082702D20C0A5F3726C3833CE0907 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = DC0964C74633F92CA07E746FAF2307CF /* 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"; }; }; - 3C6FA8C3D18DE8F2E676200AB650EBB5 /* printf.h in Headers */ = {isa = PBXBuildFile; fileRef = 08986599EA9FB16EDB0C58CAC0A405F8 /* printf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C8D035CC4F43840B763A8B2D8949D50 /* ThreadLocalDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 232D444DA9A20C7509F589FFF2D7E4CF /* ThreadLocalDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CAEC83BDB9AFB5EB6331808EF660557 /* args.h in Headers */ = {isa = PBXBuildFile; fileRef = 1731535F9FF01DC7DE5758D88594F0CD /* args.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CB35D58C67783F9E4B30B0074AFFFE0 /* Gutter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D221C7986E72F3793621DB38FB3C4A0 /* Gutter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CE5727DB68119D22476A6AE62125CAD /* RCTNetworkPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = DAEF489D0F0D2E17D6151069E97820E0 /* RCTNetworkPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CF7A9E1C4FFAE944B4D20339F027D8B /* ParagraphAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4123CC56965FA482A00B95D9079BB592 /* ParagraphAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D228C835EEB81DB245EA92944A612C6 /* RCTViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07F489731AB1F5F2708BFAAE52B8E0E5 /* 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"; }; }; - 3D31BA8572A1FEE21A11F58AEDF9F670 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DBF832F0D5574215278C44285350B295 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D490B5729889C08CE1C824A25996C42 /* YogaEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D38B6F407BE4DF76B89D94A410FB525 /* YogaEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DAFE512FB6E431BC61A4D14D37ACE87 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F35CDF7D58ACAA7B35632484FF068766 /* 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"; }; }; - 3DB07DD5871AE77E79245FCB29E0FA39 /* UniqueInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = F51332CA416FB0997A5A9763AC54075F /* UniqueInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DD0CAE651ABAE0D81F673CAC6DFF9C3 /* RCTAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AD70B6818A6C0BD34481326BBD07740 /* RCTAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DE3B89C68C9733469C4129C0C7F1B4B /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C01D417F0D2995289DB017FDBBE18D3 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DE4608A599E3F2428DDD25814F0BF93 /* react_native_assert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25816AE33D1DAF22ACEBBB820A284564 /* react_native_assert.cpp */; }; - 3DEFB564BF2E48C7C470914854DAD055 /* SRIOConsumerPool.h in Headers */ = {isa = PBXBuildFile; fileRef = AD29B45C17572843FBF6146FD5BF87E6 /* SRIOConsumerPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E1AF879C1569EAA8F4812C2BE452EE6 /* Class.h in Headers */ = {isa = PBXBuildFile; fileRef = 269162036BC93D0F9D14A512262A9DC6 /* Class.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E3D8928428710E879CF22B8DCB7D7A5 /* PlatformColorParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BE84A1319BC701C3D487855896D16A6D /* PlatformColorParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E90D81C61330BB43BBF87184A46BE91 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CF4029388FBD23EED9D810BD48582B0 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E93F55125B6C067C4053556D336FDCC /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5F3120F3BB93023104BE3F55233CA47D /* 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"; }; }; - 3EDD25F0D32A36B478B1486D3AD94612 /* 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"; }; }; - 3EEFC28CE6BB1A462FE3AED71B678E5C /* ExecutionContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 2623CBCFE6583F45BBA6E2BF3F31CB5E /* ExecutionContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F320984F8251CCBD068966DB0FD73AD /* core.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E745C18EFA47BE9828C298066E9F6F5 /* core.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F4BDC5139A2D4C1B11DD18409411BAA /* UniqueMonostate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BD2FCAE648DAE287BC8B3C5E50D320F /* UniqueMonostate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F67BF31B1857EBA66B92A1BBDCDCEB5 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = EC656EEBE096EAA8AE74572FA1204670 /* 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"; }; }; - 3F880B4D4C733BCE19CAA06D932EF48D /* MountingOverrideDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 09706BAD78B2FAE4503EF508205D07B3 /* MountingOverrideDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F9AF1C9489D2B9A92E66656F634FEC5 /* HazptrHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = BB06B409B4DDC6FA88630157B314F883 /* HazptrHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FB8853F14205DF35EE5BC175C65176E /* RCTConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = CF69DB5F0EF9FBA1C8B18C90C2A94E60 /* 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"; }; }; - 3FC2424B27F5F69FF71C101F382EB4B1 /* ModalHostViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E4DBA0C611DA72F16A30E45F0B0753 /* ModalHostViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FDE46BC4967FBD0981E3EA9AA6D34FD /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 99FDB0B92432227016961FE6B18CC147 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40027E7A6EFB708902DFF97C868A16E2 /* RCTTextInputComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6823FAE71A2A2635FE70EE73E3BF2114 /* RCTTextInputComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 403A4C5B299BB297B315D861217DB2C5 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 77A1CFA157156B29C57AF9F7AACA682D /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 403B8EC5376D6104A6C9D4B5EFD3FD2D /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 86DCCF8BC7AF31B4818D653C68BB2D7B /* 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"; }; }; - 409234DBCB0A37ACD3F7EFDE2FBBE515 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = BA0789FEC812E84EFD52940E7F2714B3 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40A046BCC62835D112020A782FC87B19 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 863223676C3B0411784645295A8D4522 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40B0B24EA9B00DD281860E7FDC06C9C4 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 21AA0C08F6A55A59CCEBBA4973F2EDD5 /* 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"; }; }; - 40BFBCE1F682C4371A055D5EFF77728F /* RCTBridgeModuleDecorator.h in Headers */ = {isa = PBXBuildFile; fileRef = D497E76046E37F717F52014E5267C35F /* RCTBridgeModuleDecorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40EAEE08F1C22CC790D9425CD52A7CDF /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 882413CDCFB2DEE2D8961387BC6CD4AB /* 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"; }; }; - 4154CFD160C7A76D31B1590F59000AE2 /* RangeCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B4291E3436CE7DD23B4E403E8E8B12D /* RangeCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 415D64776E4C8D40856641A35631090F /* React-NativeModulesApple-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FD0A3A8FB527FC5B13DA60BC71711D5 /* React-NativeModulesApple-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 417F857530E4A7DFBA843A9AFBA5EB4F /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A90A1491B9003DBFD74FF7E9865E033 /* React-cxxreact-dummy.m */; }; - 4182065A3A2D7E3826FA59B7C5F3920D /* TextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BCDF70B34826D7DEAC937407EA02522 /* TextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 418C1A2E5AAAFCD403F256C079D4C2AE /* HazptrThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = D802137E8093DB1F0B0848206D7FCB8E /* HazptrThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 418C40900F6F2FC7B6969A34F41E3612 /* RuntimeScheduler_Legacy.h in Headers */ = {isa = PBXBuildFile; fileRef = 241968C0828B49EC1A346806206CBAFA /* RuntimeScheduler_Legacy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41A87715FEA6CC38D7FFCE6D3271FF0F /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 905D30DA58596952C5E4AE987463B47E /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41BC66CFC9CBF83AC73BDDAF52471976 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = AB2C3E39EF0480003392B1B34382441C /* 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"; }; }; - 41C0D028B0A9DE0B22E6C02ABF9DFF70 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 26DB014679B1B120CA2443EEDA966D86 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41C97D00ADFD113F738B6F32E1041F1A /* RuntimeSchedulerClock.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E48584CE00818568FAE7E0052826E8 /* RuntimeSchedulerClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41DCED097E022529998AE23F0BAD341F /* Sched.h in Headers */ = {isa = PBXBuildFile; fileRef = 326E52CD3C6A37497F8D253F7BACCFB5 /* Sched.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 420A8F2241F64E426F8C640E5408B5F1 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9660FD17F1B4D2CE1710A29410A8532B /* 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"; }; }; - 421B38F58A2BA54C936A60E158293F0B /* RuntimeSchedulerCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = E27A6F4CB838116E8B55DC53F45D3846 /* RuntimeSchedulerCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 421C375978C030F09B7F5B38D968B52C /* ComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 165D2E9D97C8226C89039E78E6B017F3 /* ComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4220EF7595B3925F3757431DD51F8DBA /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 96091B0D3B89FA3418D00757D2A1ACA0 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42501A8AFF1F9883D8D340E6653AA71B /* ScrollViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C8C905C1FF8A1463289F2B07F11E268 /* ScrollViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4254780C1C01BAD7A0AA49D67EB5110F /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F962513AE761D70E1D17EFCDD8C25182 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 425DE97F67FC1B8273D0AEC2C8DDC850 /* RCTImageURLLoaderWithAttribution.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6AD19C12E75E63E7DC70E787ABC93975 /* 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"; }; }; - 4292EBBA1AEEDA1551F8B91EB9A1587A /* React-debug-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6807340C5CADC8C4DEE4640D8620A4 /* React-debug-dummy.m */; }; - 429718F75ADCE3A8D4A1634E5981ACA3 /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = F4FBD06A18ACDEF42A3AEABA5772A966 /* 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"; }; }; - 429D96060CED64800CCCAEE1C248F040 /* ImageShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E47D8700679A88A600FE68E4ACAC47A /* 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"; }; }; - 42A1E9EB2A7FB4E6D693D43E689294E9 /* InspectorFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2724D0B9AC792D604AFC31EEE2ECE86A /* 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"; }; }; - 42D2F78497D349B7002341E0FF215874 /* 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"; }; }; - 43456BACB68B4BC16A860F248E53DECC /* ShadowTreeRevision.h in Headers */ = {isa = PBXBuildFile; fileRef = BD19AD40A4F9F9E0D4ADEA164ED91A49 /* ShadowTreeRevision.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 437E14ADC02ADC1DF785AEAC40E74828 /* InstanceHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = EECF3822C7776C701F078331E3B45560 /* InstanceHandle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43A318C850191BDD10D35D9BE636DCCD /* CpuId.h in Headers */ = {isa = PBXBuildFile; fileRef = 58B548A2C55831264828B2298FF825B1 /* CpuId.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 443733356F7C11D764CD36FAE93E4E00 /* RCTRawTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 26B486D87AF56E0AE7A622750CB0B75E /* RCTRawTextShadowView.mm */; }; - 44B0324A28B7FF156D1733CF2DDA5025 /* RCTSurfacePresenterBridgeAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8BECAA8C902BB9CB16BA90F31A2B4AF6 /* 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"; }; }; - 44B268FBE12E12C26499A206FD3418A4 /* RCTFabricComponentsPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = C609B9B197B8A3F2BDE1ACD63B3F7C29 /* RCTFabricComponentsPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44B3F7406C2943AC766857602403AC71 /* EventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CB14A4EBB6902020BB3B10CB7F8495F /* 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"; }; }; - 44B9CBBB2044B5372DC36ADECA2A2DDA /* react_native_log.h in Headers */ = {isa = PBXBuildFile; fileRef = 103EB400132328256D1620632FC3C974 /* react_native_log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 450930B587AC57291EC7748DFCD2C73C /* React-FabricImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 672139DF81ED7A7D82B48F015F1BDC31 /* React-FabricImage-dummy.m */; }; - 453AC81D0233452B56C495F3A10FAB18 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 61FFBD5CF510B101B310233B592FC6AB /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 454CAA5D13B9291A39D46414AE44A1ED /* RCTStyleAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 069CE9C0063E7BCB364C1BEE5B0B6A1E /* 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"; }; }; - 458899D0A52D8F79399C125C7FDB60E7 /* RCTDebuggingOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 42377DD1FCC01093826D1679CD5B3A47 /* RCTDebuggingOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45A1B29551624EA1FE0CA3182BF0F05D /* RCTImageLoaderWithAttributionProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FBBF80D7579ED4069DEADC4E6863EB7A /* RCTImageLoaderWithAttributionProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45A3718B5D48F2C9AB7A37B2609BB98A /* Bridging.h in Headers */ = {isa = PBXBuildFile; fileRef = 22FF34367216839537E383B123344317 /* Bridging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45B39C8BAE0FEAD01BEF638B4FF6DEE5 /* RCTInstance.mm in Sources */ = {isa = PBXBuildFile; fileRef = 24806FB644B5FA8EABD643424CC3B7B9 /* 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"; }; }; - 45C2F908FCEBE5475204011FA3E3EB99 /* RCTBundleManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DEC4CD4E5129155C495002F2EC3C8E2 /* 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"; }; }; - 45F70A81E55CAC1E8C37D33F164A0DCD /* BaseTextProps.h in Headers */ = {isa = PBXBuildFile; fileRef = D3625E10C70B662E2454C9405248CA3D /* BaseTextProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45FFB276F7BA72648AE52C115BB6CB90 /* RCTSettingsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = E5DC5EA1F9B3A30E1AED14A0884ECB30 /* 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"; }; }; - 4601FFF2216830D803D83CDF6AFAED66 /* SparseByteSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 97C17BDCBCF48F7FE1E2CE59E0B17252 /* SparseByteSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 466F1487D980318313224465602AC327 /* Yoga-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C94A64D9F72E1C73F90DF5D933B2482 /* Yoga-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46904EF2812979325A80C78BAF7CEA01 /* chrono.h in Headers */ = {isa = PBXBuildFile; fileRef = C00CAED0C07FE50074D84727D68C0B0A /* chrono.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46978E93A3598F99BC1E4F15BC65CDC1 /* Enumerate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9052E26FF92020AFAA064B27532BDD02 /* Enumerate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46ACF226814623EDA9AECD80ED3E4FB1 /* not_null-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A854CDECEC563F33590796054B7822E0 /* not_null-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46C954E063899536D4A23327FA87FB15 /* ComponentDescriptorProviderRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = C8530656993002C125911F1BD8FF0CBA /* ComponentDescriptorProviderRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46CF01158302A762F7A16087F42C9449 /* ConcreteShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = DEC7AB3512BC7945060F0DA8086AF1F1 /* ConcreteShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4700E2AADA132F6709885B91D1886CE1 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 159F5245A51FF689C32F27D152E729D3 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 470A54DEE8E1637E14769CC2A3594E1B /* RCTTextInputUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D8EAF9A5026B2A44B1C5C030691777D /* RCTTextInputUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 470F9E6B74867C9A04DABFDD20702CDB /* RCTDefaultCxxLogFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = A7E629347F88F47B0B45BD8E4D8A0BF6 /* RCTDefaultCxxLogFunction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 471EF25BC4C27AC43C24CD3E1E24C98B /* 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"; }; }; - 4725305439396C665F19B3D5EC9FDADD /* RCTComponentViewClassDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 51FE9B21247870879EC65D0DC00A93EE /* RCTComponentViewClassDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47381184ABCBD65116B8520D7B022CED /* TextInputProps.h in Headers */ = {isa = PBXBuildFile; fileRef = B6C1BFE180C6BF0DE4B7768B72614404 /* TextInputProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47A4049D3D412E9352AC61C39DB76004 /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BD19BD4369DA23FCE174C4310A91CC4 /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47B08B52C41FEA377AD72ECAC090A5E9 /* EventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B1383BDE236892AA7E4483B3C877AF7 /* EventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4810C5E9E5DBE3152943844987928A6E /* SynchronizedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 67610BE7173AD3B20491234782354847 /* SynchronizedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4820473F4336EB24D8FDB04AC93B492D /* RCTImagePlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = C6D06FE2AC5245C5C209F880CE93DE9D /* 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"; }; }; - 483136925C636FC86FA89EE15F02BA18 /* RCTEventAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 457F578CD42F20458692D014A245EF9D /* 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"; }; }; - 483EC01412F340CAB9E5B16DCC1601A6 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = EFC75A5459C5C490281A2BE78E8D645A /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4849C929730C228B9CA59F22C4E222B1 /* FallbackRuntimeAgentDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D194EEAA48BA4DF3272E11DAD4DB6DDA /* FallbackRuntimeAgentDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 484BC84244C22B3C5BA295A188C2ED3B /* RuntimeTarget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43B13DA2E6C6EB49C7EC05FD052C2BFB /* 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"; }; }; - 4852D141B47AF0C9CED453E0F4AB4A84 /* Sockets.h in Headers */ = {isa = PBXBuildFile; fileRef = E96C6053E99BB795AC55280C6C0B918F /* Sockets.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 485A4B9D0EB7AAB2A3AAEECABF896805 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 90EFA0B2E7A7C618CB34265AC1B81532 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 485B8D8821F336351A278A16E8BD7394 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = A20C4310F37B27157202B5958F9B98B5 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 489C6587F09EA1A6302AFEE0FA3EC83C /* Windows.h in Headers */ = {isa = PBXBuildFile; fileRef = B8EE883969234B8D43CEA19B78B08828 /* Windows.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48A860F45AB3BDDFBFABFB3842196FFA /* AsymmetricThreadFence.h in Headers */ = {isa = PBXBuildFile; fileRef = DC2247332E34E9A5EEAC651BFE23CE54 /* AsymmetricThreadFence.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48ADAB6EB97C4342E7A33B9149412128 /* NSRunLoop+SRWebSocketPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 15D526144725A1A4158A2B28A0B914E5 /* NSRunLoop+SRWebSocketPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48F02A3C82C75B498EFC2A9E04AF679A /* RuntimeScheduler_Modern.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E55BB6D3163AC0DA8EC260B086D6569A /* 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"; }; }; - 4907EFC613776B691E86C10CA2C9D537 /* RCTFontUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C60C4BC6DAAF3661DA51ABCA7C93C06F /* RCTFontUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 491070C6104F678B81B02A0E30E960E6 /* GTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 9848E5EDA897DF122EF07B42AF3EEB86 /* GTest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 492EFC532B2D69356E670857C2D6CBE5 /* DoubleConversion-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C32920036DAE3C20F1840181BC975BDA /* DoubleConversion-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 493A2CCF3CF7123024B22F7AE73DC526 /* FollyMemset.h in Headers */ = {isa = PBXBuildFile; fileRef = 29A9D298DB1C62EA7C25E8F85CFF52F8 /* FollyMemset.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 495CC86B5CE9BA18ADE5B8621699B76C /* LegacyViewManagerInteropViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 7033FDC249F96E3FA25A2448A14309E6 /* LegacyViewManagerInteropViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4990C4BF97B7185310DB5B87927A3FE7 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 24D9D86121AEC3F7F407B781A08DCDE7 /* 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"; }; }; - 4991262F0095264B6E5AFEA5DF65FE6B /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AD3C7101DE90BCFBE4F1B7F280AF2E3 /* React-Core-dummy.m */; }; - 49A5D9FEE26229A3049002E1FBA76529 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = E2B241E36E5C73886263F41C946EBB6D /* 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"; }; }; - 49AE9A142FC7F7FAA96DD60B6D0B3BAD /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = F0491A6D6D9EED877826FC6C2850E437 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49C9D26AEFCE4DD5D1EF82D2E2BDCF72 /* SmallValueBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8253576244435E870E1D74542BB23ABD /* SmallValueBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49E0CBF00FAFC77553722B04C22C6314 /* RootShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 70DC41C10D582E727DA3BC7000EB2217 /* 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"; }; }; - 49F784D415EA9A129FBBA2616F5C0F4B /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 402FAD4AE1832794000A1EFB614B6734 /* 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"; }; }; - 4A3F3AF5BD80FDE8D041510BC4881E7D /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 330E2FBDDC661BAA8A1B3EDC5CC329EA /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A640ADFB1B0DE041F8E530D7BD4CA3E /* 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"; }; }; - 4A735C387E2461A2EA77AD2383C468BE /* SRProxyConnect.m in Sources */ = {isa = PBXBuildFile; fileRef = CC91FDC94E55938A0F105FCC3D4FE542 /* SRProxyConnect.m */; }; - 4A80F2194DCABFD3093E0C8D53F7FFB0 /* UIManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5359AA3853D3535B73BCAFA0B81181CF /* 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"; }; }; - 4A83A0FF969AAE38B071E97C2B4DD78B /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 672AE72D9BC28E70309987BA20815CFE /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A93F9AAA369F88DAC07B75F3B748128 /* RCTDebuggingOverlayManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 40DF69E9BF1BB2FE7A238D5933EE592A /* RCTDebuggingOverlayManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A996AC0BDA551289BFB4B25AEE7F4FB /* Builtin.h in Headers */ = {isa = PBXBuildFile; fileRef = F59815A7A4241A59BAFADEAB6160D7C8 /* Builtin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AE5A914F7F24C9FA70F7EEF7EAC1504 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 217924DF557E007D1554527008480568 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AF1D94AA2E44D7D7A269796E33F10AE /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 15262DD1E6C68BA04C34E487DAA70DD9 /* 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"; }; }; - 4B07857AB28CE47F9B27C788B91F3F5D /* RCTConvert+Text.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2944DD23D75A6BE1BA8A3E5892501F9B /* RCTConvert+Text.mm */; }; - 4B109866A46FCF9F4B42B8EF3AD567A4 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 90FB4F6CF790D17598DE9C0562632C52 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B30F73E99261532132E182A076CC9F2 /* Random.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D87B59FEAC0DBA4F9A7E928431AAAE /* Random.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B423DB9B99FD5505A40741077B19387 /* ViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 86CEE34FB48D3B911CBA8C5894EA2C8B /* ViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B4BA50F9D53DE1ABBDB774238649532 /* Rcu.h in Headers */ = {isa = PBXBuildFile; fileRef = A945AE383969D5B4AC29974625C53F64 /* Rcu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B4CF63A2A055597AC8AE48172246853 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = C981FCFDF37E877B75038B1246411D6A /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BBC96B9E9321CB13BA96497727B948C /* RCTImageBlurUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 101B2B94C863F919D4130E8C9B5E4E4E /* 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"; }; }; - 4BBF3F420AB544EA6A6BC39A83A2E566 /* InspectorUtilities.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB129DF16C75C841FB327B4E98936CB4 /* 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"; }; }; - 4BEACACC7408C87E2C61ADE0551AD1C2 /* TokenBucket.h in Headers */ = {isa = PBXBuildFile; fileRef = 47AD1D90749E8B75D93FDBB70F9F6ABA /* TokenBucket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BEFF59E693291C6E72C53B5B9632E3F /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 591C27D82158EDC3C48A8AE3AA35D9CD /* RCTTypeSafety-dummy.m */; }; - 4C12079986895FDA478E89F865A7D92B /* RCTTransformAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = F629CFD3490508558FEF3139BA2900EE /* 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"; }; }; - 4C27A26E46FE17E10712B40458775288 /* TextShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 74F2F889FBF335D9E75D85B951027A20 /* TextShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C3D6903FC7FE98BF112C369B5BBB741 /* HermesExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 56597DC7F5B40DD7589E03C7DEFEC6E0 /* HermesExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C6F37BC72BF0553E2BD03BB5DA5264F /* RCTDevLoadingViewSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = ABBA551280206771922D5DC817EFBF28 /* RCTDevLoadingViewSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C867398D630554414853A1F7A825E18 /* JsErrorHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B82A4D58CE4A33ADD9F23D696E57506 /* 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"; }; }; - 4CD879175E4A41012E4E074BE1D11E13 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = F6BD64F62B85DC32B0AE34A9E1D0A7AB /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D11409C3619DAB139E21D8C71F3E158 /* Task.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28E7C4F87FEB03A16FE787D46C52FAE6 /* 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"; }; }; - 4D276799D14CD9B225F9B6402FC14060 /* IntrusiveHeap.h in Headers */ = {isa = PBXBuildFile; fileRef = B9FF361F61B7A378542F02A30393DF63 /* IntrusiveHeap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D3A22C6791534AB78E7F53C3A27B346 /* RCTRootViewFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7C52213DB2E4B9F60E20E249A20BE397 /* 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"; }; }; - 4D51A9BFBEB43E0F4BA2A0C2E2C1F005 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = F9EC94A0DDA4E6C90D241820BCDA287F /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D6ACE931529E2D55C523DDA7665F528 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D5AB6AD5BD7C9A1E7B818A09EE36B9C /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D8F808A0B681581E7E983ABB831FFE1 /* RCTPerformanceLoggerLabels.m in Sources */ = {isa = PBXBuildFile; fileRef = FDA4662B78254378B79946FEBB46B5DA /* 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"; }; }; - 4D90176AFEEDB29FF50C8583272D583D /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FAF302D3C9D307E6B32CDE6624CBF5D /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D9A1EFD25167CF831050231766BD4C2 /* 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"; }; }; - 4DD04AA1F6CC636BC268324112D9B4E5 /* RCTSurfacePresenter.h in Headers */ = {isa = PBXBuildFile; fileRef = 584D6A6B67AB97BCFA2845768E956138 /* RCTSurfacePresenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DF884AA78ED5FB8DD8BCB36520AFB92 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BFC3D5FFBC3735586FEBA16EF9D8157 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E02EFCD9BDF66C4B9549EEEDD146E06 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D54129F90D419FD85C9C7518C24D18E /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E45E3CE8D1C9510EA1CB5798E092674 /* RCTLegacyViewManagerInteropCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = D0620B8D2F51A881D7795A7E0271ED75 /* 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"; }; }; - 4EC3D534ECA28A6834F4B1A2AD447692 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = D269811E11C1AAF43B2D9EE8D2BE5A2D /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4ED4CBE5F9E624D75EEB806C8768D907 /* ParkingLot.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D1AF6F139CF74E2FE8BDA319FFEE74E /* ParkingLot.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EEA30293A3B8F0340C2EC94637F1F04 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = F03E42EB5F40F35CF4484594A1617713 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F53F0DD29168F38D640BFFCD6C87999 /* SRSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F3CE6C5B501D1E1D2852C705DEDDBC7 /* SRSecurityPolicy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FACE78E35490A35018038EFF0D80D0A /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FF0661520262C045FEEDE571D24E0CD /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FB878EE33C32B79A893E8303B9CA3A5 /* ValueFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 90E941D8F55CEF82EC3824FDE0376BF3 /* ValueFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FE8FB5D0688EB8B296AFB1919A06EB1 /* ReactNativeFeatureFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01D8914001CB96AC290E91D070066E36 /* ReactNativeFeatureFlags.cpp */; }; - 500E54637C1B6F6D7134DF28D65D10D2 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 2E884834CC240BEC9E5567913D88FFFB /* RCTProfileTrampoline-arm.S */; }; - 502879DFC358D69A9DDD7496AE3F438B /* Cast.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DB23B7557FA39253FE65A599E922ED6 /* Cast.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 505CE91FE25317493B1CC7EA650034D0 /* StubView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8010CC4BA1B1EFE5940915332D084957 /* 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"; }; }; - 50621CE0C43CC7160131D363934AAC32 /* RCTUITextView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4408CDFF4AF679EA4744FE79367918F3 /* RCTUITextView.mm */; }; - 50826F15182255018E2F192D8FB37169 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 242AA188CAF1DE0DF9449B0AE9EAE0C1 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5084F9E3E6FA600E272F45F9865F4EF7 /* protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 068DB205A59C74E3480D49B43B734439 /* protocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50A5F5048358160C41B7D3336A22D168 /* RCTFileReaderModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = F10A4F856BBFD8C6E19223FBF04153AE /* 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"; }; }; - 50D4FE125D23D823A530274372F165DF /* ExperimentalFeature.h in Headers */ = {isa = PBXBuildFile; fileRef = 4069A1AFD2D5DEBA2ADB22E9C3C57C62 /* ExperimentalFeature.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50EAFF5A04F4703EDDAC26F263DF96C4 /* AtomicUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 473969280531057CD249A18AC62DD076 /* AtomicUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 510249AC6D76750EFECC5152F178098C /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5811D605958CB9D11FB7C4F98D522CB8 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51303B4491BDC500508FEA5CA3EE45D8 /* os.h in Headers */ = {isa = PBXBuildFile; fileRef = E8A80DDDD78CE9D5045965620EF601A1 /* os.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51652BECC85224811BFA6BF6905F5356 /* States.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A1025A95B90136351A6183BA106D0A0 /* States.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 517DA0468E42792CE3DC972214DFA28F /* ComponentDescriptorProviderRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C98457DC90397243F1D37823AFC1B88C /* 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"; }; }; - 51A5F87359A456DCB8BC0325C3C23181 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 96091B0D3B89FA3418D00757D2A1ACA0 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51ADB78FD5BBA5E0D4B8DDCBD1EE8E45 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 2DB26B46B151C9858507BD163E42E5B5 /* de.lproj */; }; - 51D0965F6C366F737665E3997D9FC5B1 /* hash_combine.h in Headers */ = {isa = PBXBuildFile; fileRef = 18DA890EF3EF6FC1AD036F376D3AF7F9 /* hash_combine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 520F072F4CB011A371DC74BEB7757282 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 831D0A50DA681729D11964A68BBE76B8 /* 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"; }; }; - 521B7BBEBB1539989ED86DBCD4AAA9B4 /* AttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 723CD21A5983E2EEB1D5C5C0ED4AB002 /* AttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 521B874FF81C4C471E97F76D5FF5B4DC /* TcpInfoDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EAB5C076EC5BA3D8E0D48CBF9F38DC1 /* TcpInfoDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 525D271D0F45B354395D8050FBAD2709 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EAAC08BE2B9CE538A0D58679E781247 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 526617BBEFF2B4145A465BA33271B4C9 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = D709C511A66ED21DFB340CBA5B02F0FE /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5279AD339ABE4F03F0C5D87B4FFBBEAD /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = E278481A286D84AAEB3EB0BB10B85FF2 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 529CE52C87E3BC24F37BB92F631DEF45 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6A3EDF523AE8279DAD3E84193359461D /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 52E5CB31AE84D202CE41760F8AB7F3A5 /* StateUpdate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECDD4D8570388C02DE7316552FBA02D7 /* 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"; }; }; - 531651FB559816ED9095370CB9D5B873 /* Constexpr.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CAB10F1ADF33F5BF62A774463140259 /* Constexpr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 533F05DAE3AF1218793F14B023D8B540 /* RCTRedBoxSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = F0EC30074709ECCFB97BD631028321B6 /* 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"; }; }; - 533FEB91A9159D884DC7F90BE822800D /* RCTAlertController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 733162AA885C229D969A8D2D46A539BC /* 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"; }; }; - 5399B236A213A81A603609F0511CD227 /* AtomicLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E4412A2483337D140CD540D4751F2FB /* AtomicLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53AB48A79BFFB3693D65F7248B26B71C /* ImageResponseObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BFDF21CEFDC1AD56C9919161D1EBCB6 /* ImageResponseObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53B5AE038ADE1DEEDB65A17594209DB9 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 69C7CB7851D1F94C890CE8A8A538B143 /* 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"; }; }; - 53B5D9B6F7FE6E6952065693F4EA734F /* fnv1a.h in Headers */ = {isa = PBXBuildFile; fileRef = E596515B9BC8A3BD0DE7E3316A56D9FB /* fnv1a.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53C45B482C8F47FBADCB72A051CCE17A /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 730235DDA150C36CC2CB7DE4E053C4DF /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53C5A9A058BD3E22657D757E4FDC3624 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 407B56F5E2032F3F21C789C7B936E72A /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53DFF4B50A64A38ADD15A6DBE712B5EA /* React-ImageManager-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 379A6D17F5437D02065BE45D3BBB605E /* React-ImageManager-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53E7723F0A1B321BD0F2A45450D70863 /* LayoutConstraints.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C34B66BC9C22148BFE750B85EB9468C /* LayoutConstraints.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5477B425CB130426E99880B254364368 /* RawPropsParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C2835B753DFBC66D621194B6892D3F9 /* RawPropsParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5497A900B215EDB1F4490D258336AFE0 /* RCTMountingTransactionObserving.h in Headers */ = {isa = PBXBuildFile; fileRef = 42A9479AFB08D12A4175F215F3F86A90 /* RCTMountingTransactionObserving.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54B52E219445C0A41B15C95246358001 /* FBString.h in Headers */ = {isa = PBXBuildFile; fileRef = 313F1FACBDF2947C76A286C8AFC6551D /* FBString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54D3B95FAF1C3B9DAEA727A38016E9E2 /* BridgelessNativeMethodCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 440F4BAA43B158EF57FB9AEA588E384A /* BridgelessNativeMethodCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54D753D30B0DC68E5BD486DB296EC40D /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F8E8BC4DFAF4D772E880D158955C6CA /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54DBAAFFAB29971DB1A1EF722AB607BB /* SRSIMDHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = BAF67687A73C975DC1D89F35DD7A68A5 /* SRSIMDHelpers.m */; }; - 55514EA38F8998E27E4E267FCAE964EF /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = B0DAEFF4C4B41030F08CCE46754D4EF4 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5554D257B9EAF2DD88AB4DD889104828 /* Arena-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 466A8EAE41785C3EA08D830470EABB6B /* Arena-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5580651F7AE9EE5C1D6EA93E29230301 /* YogaLayoutableShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 13E82B98DAD1910324B84936FC3EB877 /* YogaLayoutableShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5586A5A21F1FD28519D78CE5B4FBAE5B /* NetOpsDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 07BDDD0C6666F54BB37E72A8F733FB50 /* NetOpsDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55AB0F4404D4BBD06DB7A6D8491F8F09 /* BoundAxis.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF280761B121E7A3B405C67A3ACC721 /* BoundAxis.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55D1E420D5C92373C80471F689A64375 /* BridgeNativeModulePerfLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = DBC1A6564FAB4D6F6BA650C266FF6151 /* BridgeNativeModulePerfLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55E05075DC3EC1CEE6E4492B6F49268D /* zu.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A1D0FC1AEF422E097A8D82DB46C6A297 /* zu.lproj */; }; - 55FA98D5C35A6E95F1BE879E82F8075C /* glog-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 459822FB423F933D32F755CA3A5D55CC /* glog-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56010CB27A121F7AF62B9924CAAF7A61 /* RCTImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B558BA5EFD16D582EA3A899781B11873 /* RCTImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 561CC6518EEF41492DE7B02BADBE88F5 /* Props.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F3B98857CF853D1AD9481BE0DC15708 /* 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"; }; }; - 56256FAE80235B6399D7F3F35F7700EF /* RCTParagraphComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1CDBC523B3D2F11131EBBE75AA1E7E46 /* 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"; }; }; - 5625B211453D311AF4FDE42EEB836CEB /* DebugStringConvertible.h in Headers */ = {isa = PBXBuildFile; fileRef = 75D3929A4BC32FBF1BC7B4894572370D /* DebugStringConvertible.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5643E3ADA135BFC45534B315816F743D /* React-NativeModulesApple-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 136BCBDDA9AEA3AF0B3E966D310AB7BF /* React-NativeModulesApple-dummy.m */; }; - 56766241F05E545AFC4A4C7F35D9FA21 /* PageTarget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A38A53B0D7873409A09BC3776937F6BA /* 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"; }; }; - 568D5F2743C1E4B86AAEA7320519D524 /* NSURLRequest+SRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = AE45D4CB885CACA4B317542378B0D81F /* NSURLRequest+SRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56936C2681D855D042F14913B042F6F1 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = B84E035A6E0337B8D2E9A89DD75F68D1 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56A61B32BC6F22285FBDA18026D6881F /* RCTDebuggingOverlayComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4834494C25F872FE871359088A5F2BD6 /* 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"; }; }; - 56B473F8116BBA1048506B02C221370E /* Preprocessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DD488FCCA9EEDD9B68B8F99D105C44A /* Preprocessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56E2301B515934805F82185E07D44000 /* ComponentDescriptors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1B8384332EC1AAD1CD6B3AA7DA3A6F3E /* 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"; }; }; - 56FDEC0EECE3B2F5B0649AD86915CA50 /* ImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F89D8053611CBB105B845E2A780A752 /* ImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5736738FA0D445891A5F7FAB42E87A07 /* RCTGIFImageDecoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = F2814E1E0CC0522AA912F070C6D10BBE /* 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"; }; }; - 57BB44C6F74045B3FE904FB35D990D76 /* RCTComponentViewFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 817C6DA0DF2257FC446AAA38B0E47D1F /* 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"; }; }; - 57E3261F5A2AD4F3F64F004649E13CA1 /* RCTNativeAnimatedTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FA6284A2D9A3998CDB4B9FB46208B43 /* RCTNativeAnimatedTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5826EB09E9FA6E9C1B1906C87810E259 /* ImageResponseObserverCoordinator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A5F835C3B4EB801CE42E257FE8F41E6 /* 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"; }; }; - 587BC9AD2756DAEFB662B2D107D46E69 /* UnimplementedViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = B5FB57B51DE6EF82D0C0C45C52ECC138 /* UnimplementedViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 587F4D84FE883F2024CD8D4AD9B9A5A7 /* RCTTextPrimitivesConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = A7A10B4DCE4A128687BB5B604031AEF4 /* RCTTextPrimitivesConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58A2FFF7C35087086D5A0FF6DB43486F /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 01ABDCFE118BC2485A5C77D12BFE674A /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58B06ED0B3BDE7A13CC36006DBC68706 /* LegacyViewManagerInteropState.mm in Sources */ = {isa = PBXBuildFile; fileRef = 18EDF99D7F8FECDE7B6C124454A17136 /* 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"; }; }; - 58C01A68B72FCC9DB1C1A2E3A8417C0A /* NSRunLoop+SRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 8176863C104CD771DDB717C9059C2ADE /* NSRunLoop+SRWebSocket.m */; }; - 58C8005819D1118CA35FEDF7C6A0B65A /* ProducerConsumerQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = EF3D0DF483D191D626F907294861A317 /* ProducerConsumerQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58E5C29199DDF66C66B8FF72193FFC77 /* RCTInputAccessoryShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 30B6110DBDF8FD29E000CDFE99BFDD45 /* RCTInputAccessoryShadowView.mm */; }; - 58EDD54C5B68643BA1E1DBBAAEA7EAC4 /* Launder.h in Headers */ = {isa = PBXBuildFile; fileRef = CF9E8353281D1C3DE0C65A3F7643C68B /* Launder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59023DAB37FDEB33A1B701E3D54AEEA0 /* WaitOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C29624546038DCFAE9385CBC490A7F /* WaitOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59046B7A05A8E0A4F89A2DA89E1B7D20 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1278476D4A07BF40AE7838EE4742402F /* 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"; }; }; - 591792119CE714D9EF02FD2CAF381D6A /* ParagraphProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28BCCDDFD09D1C077E2C71D1628C5049 /* 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"; }; }; - 59528B04965AA37F04D2C1FC48A4097D /* RCTAlertManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = AA7F07EF37D4596AE0186B980BB34356 /* 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"; }; }; - 596C944AF2823245819D004F663BF795 /* Float.h in Headers */ = {isa = PBXBuildFile; fileRef = 3534404F6B384CF94D486D1A14FD10AF /* Float.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5982F0F936B7B74A25A8723941121B8E /* TouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 423B280C3884A90388F6A5672B85D73D /* TouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5989AE8982AA4756D371A58D5E372D1F /* RCTLegacyViewManagerInteropCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C596F908079233A59485FFC7364300 /* RCTLegacyViewManagerInteropCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59A530A66BE6BA404754DD9CCDF744DD /* Props.h in Headers */ = {isa = PBXBuildFile; fileRef = 48FD86A455F8736212C18C202CB995C1 /* Props.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59AD156CEBBE8694F3AA12E75C5F1B4A /* FollyMemcpy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7350D90D235F0E829948F766094A036B /* FollyMemcpy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A31D029A4FC37C26621DA306CC008B3 /* DiscriminatedPtrDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = AE8C9FA47D47B64CE6F506ABE68FCF06 /* DiscriminatedPtrDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A59EA3E75C4B8ED455C3659BF197394 /* ShadowNodeTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 3334CC1727C45FEB39E4B2CFB4C2DF55 /* ShadowNodeTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A677BF3FDD268920BBE854D8B733DC2 /* TextInputState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE13CBF844014BA289AC28A5559798B8 /* 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"; }; }; - 5A7905B01743D4484657E400AD5A9CA1 /* RCTBridge+Inspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 063B13B706971CB4D3E721150BAB3406 /* RCTBridge+Inspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A8309194B09C00F94EAA8E6595F469D /* ApplyTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = C91E89106F76162BEA0A7DF8511D586A /* ApplyTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5ACBB9B250AED1FBCDEB4EEECF07F605 /* RCTAnimationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 90A19668235FBD1875C6FC37636CDB37 /* 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"; }; }; - 5B06B710BA410A4EE9A803F38A2C0CF6 /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EA911281D978CB40351D59D5598FC9B /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B1292DE8BA7DDD9E7B463F296C0F699 /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D8408F72352BABEC6929D9D1CA54B593 /* React-RCTBlob-dummy.m */; }; - 5B62009D5283B798E8B16BF5377FA358 /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = A52B026F48910CB6D176FB5AE1BD82CF /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B96091AB10D3834FFDAAD6448EFF895 /* RelaxedAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6551222A25B1F6FAF1575662C8BDA2AB /* RelaxedAtomic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BF076A355BA25F393AE7BBC540787EC /* RCTPlatformColorUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C21671DA9DE5386C903701DA65EC192 /* RCTPlatformColorUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BFC9A7A12E23309B820EE28234678F3 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F962513AE761D70E1D17EFCDD8C25182 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C2A0B80A2F38CACE09DB455D6614698 /* Node.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3B9EA49BC7B0C2C636503F7180A48FF /* Node.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 5C40C01C7D84CE2DD30EF178C5C0D5A2 /* ShadowViewMutation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E3F472FBC8048A4C88DDA8DD423DD17 /* ShadowViewMutation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C5D6F67CDBB35EB58E75496C38EBB49 /* F14Map.h in Headers */ = {isa = PBXBuildFile; fileRef = D96F738CE283D062C54E36FE7D38A7AF /* F14Map.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CA6F4C134097AE02FD9E93951379FEE /* RCTDisplayWeakRefreshable.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1E278D744095E55EAEA971B962DBC7D9 /* 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"; }; }; - 5CAC27DB9F9A2D21A77F55CBF9460880 /* PageAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 10EF5E500DAD1D852DD17262FBD128CC /* PageAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CCF1017B45DBE2BE96A16D992F7E26B /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = BC99B7B1285B2D309DE9D2950E561F8B /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CDCC40887ED24770B6245CCFD5C43E3 /* LayoutResults.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA4742126BD58E1262D51BF14B48DEEE /* LayoutResults.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 5D35F6293097D644B01AB4BEEEFEC2D8 /* SimdAnyOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 769BAEE9C92AEEA6A5C4C98AE6FFBD88 /* SimdAnyOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D52CC6192BA2DC42E0BAC57189A6165 /* xchar.h in Headers */ = {isa = PBXBuildFile; fileRef = D181C872FF8059D494F78C6BAF4765FA /* xchar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D866551FF03978D330DC020091B6B96 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = FDC4F60A03D5148FC527685E5043E4B6 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D9E8557FA1EF14DB07EFC4A84D7ACDB /* hr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D5C9CA7728DC9220D79F3694782574BA /* hr.lproj */; }; - 5DADB99D8AF052873D4FB89BE9757FE3 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 562561CC40E83C7848C521307C680573 /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DB18F6A3A4AC7CAA71048AFD0B1BCFA /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 254F5BBD7C091186993D1C9609A7A7F0 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DD344BDE40950B85A60A266CA1FA5CD /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E7B7C0191645527408193552D9E40CF /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 5E0AA23EDAE7573A1340AFC3F568A3D4 /* Display.h in Headers */ = {isa = PBXBuildFile; fileRef = FB317C1EC14F80FD3C747BCAA1DC1AAF /* Display.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E146150C32F64331E6B0D1C0AD82C50 /* RCTSinglelineTextInputView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5192F2B205C41F923B4A70F6AF8C065C /* RCTSinglelineTextInputView.mm */; }; - 5E1595198AFD4F94E1814764F09F3A7B /* SurfaceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F846B8DF88327EC5D94267ECA8E9BE6A /* 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"; }; }; - 5ED166E81170BF9AA8329E7C66281658 /* BaseTouch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27815BBBB7881B98833A4D45F2974A4C /* 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"; }; }; - 5EE89DF589E3C9C40E92D3659E78A6E7 /* DistributedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C93DB36FA986D128CB97DE275C7A0B4 /* DistributedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F066F1DB4BE551237A539E397277BFA /* RCTTextLayoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 564ABFEEFB24F5FC4398EB984C6E19D8 /* RCTTextLayoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F09C4C8733DA1C13133D2FBACBCEC31 /* React-logger-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DEE37C870DE06768CB7E28D477A44D5 /* React-logger-dummy.m */; }; - 5F17CDC19DC4924A0DD727C12943B3AA /* TransactionTelemetry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2AD55F6F39B7DCC3C5FFB39677F0392 /* 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"; }; }; - 5F203233E189FE499AEFC90B772255A3 /* RCTRootViewFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5390598E549AE5FA91B9FF90F3C9FBD9 /* RCTRootViewFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FECA39597F4F894AA3018D53337D1CD /* UnstableLegacyViewManagerInteropComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C8D17581D6C8E0516DFF5EDA39B5522 /* UnstableLegacyViewManagerInteropComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 600A0902347ADBB2F66EAEA34F50DDFE /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = D253FFFF5BD918E014633817C32ED7D7 /* 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"; }; }; - 601E6DEA5804D6DEA545F39CE3AA5BB6 /* EventQueueProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 643607989E60D9FA15B20CA6957541A2 /* 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"; }; }; - 602559D21BFFA816AFD7EE7F56535C4D /* TelemetryController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A07C05B0ADF0D15096AD21FABEE7E8C /* TelemetryController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6055E47B449A9EC1E6C0FC98F3D4222F /* BridgelessJSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 40B0A07FFAAF71EEEB7F69103A6FB9C9 /* BridgelessJSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60709202DAA8034BD39294861F68E667 /* Overflow.h in Headers */ = {isa = PBXBuildFile; fileRef = 73DDD7177482B397EF1E5766FA058DFA /* Overflow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60898EF42D4986806E6307B9833C348A /* HazptrObj.h in Headers */ = {isa = PBXBuildFile; fileRef = 66C9CDB63BA2D2FD4FCD5F884193C864 /* HazptrObj.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60906437361958EB12F88007CC42D8BD /* MoveWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = E9C1D370414FE653DCC9FAE636F19160 /* MoveWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6096068D24DA183546E0C9096067F942 /* RCTBridgeConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = C10546A1BF2F135147FA92CDE9B52FAE /* RCTBridgeConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60C7E91D34B9FA8B8AFC86697440ADAB /* LayoutAnimationCallbackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CC88B2DCB58A47AD8EA0C44326E8ED0 /* LayoutAnimationCallbackWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60C87BFB45985408EC0A280873F0BECE /* TcpInfoTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 5776F9A564A106E1D34D8C2B6FB41C78 /* TcpInfoTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60DB03E87D281F73938FF29542E5B90D /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 84ABA6351EF3389F4732C614A8621121 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60DBC80575BA59AAC44E45D342227C90 /* RCTDebuggingOverlayManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DBF6E1A4168A9C13C4A54DACCCB9CAF /* 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"; }; }; - 60E72B0FD2C3520006D663BC143E6FAC /* TextComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = E0474332CB6C03BD211265162E81D146 /* TextComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61062992DF6CBE15EF932600BF852AD0 /* ShadowNodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94BC1DA98B23814F8182260065F722AA /* 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"; }; }; - 613B2DBEB56B6C48E2F7BB23170277A2 /* DistributedMutex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 25B4E76DD481D3490220E28604E55673 /* DistributedMutex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 615143310956B75D920E215BFC36DA18 /* RCTTrackingAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99F6AF5D23058E812A2C7D0E582E5576 /* 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"; }; }; - 6171BD5690F59E4AFCE0302C13511880 /* Overload.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F9A7D467E30F1383A11DE8EA731A421 /* Overload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61892D742886F0152FD8A2FB6ED5669F /* StubViewTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BE4A754BBF5834BDFE0AD4425EB6042 /* 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"; }; }; - 6191DB9FD9BF6D9895E19E2BC6C36D63 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = ADFB94DF20815CA867FAEA9D35F9D00F /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61A469E4A4052D963E55E257C7E6CB55 /* RCTImageUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF23DEDCAEAE2D4F44EF25FE9D52F4C4 /* 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"; }; }; - 61EB7EFC08E88A0A63D926A5D740051E /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 87B91442ED11F32004E4E74BD282E4DE /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61EED62A6D8C0C7A01B12AFA607B6832 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B9526C02299DCF291D494CD8CE4B53DE /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 621A9CEC5B16EEA4785E9E44CC6AAF4A /* PThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 586BE0D668A4FAAEE338C3991530ACC0 /* PThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62528C52AB98519990640C0D82F8CA6B /* ExceptionWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 977FB42CD545522302B7AEA55376D2F7 /* ExceptionWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 627D202159F1FAC055312F645E4A261F /* ReactNativeFeatureFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F28F346985D2320C1568CB555130E0C /* ReactNativeFeatureFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62BA65335AD276749A5ABFAD39315CC6 /* RCTPerformanceLoggerUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6D8C3710C464A16A54807A8F500FDC6 /* 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"; }; }; - 62C4CF69DA0C70215C8EB2B42AF153D4 /* F14MapFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = C230DA31F009BBBB74798CD3CE527F8E /* F14MapFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62D67A6C013172AA72EFF000E72EEA81 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 225859CBCBFBCFFD7A7B8FBE29F1BA4B /* RCTLegacyViewManagerInteropCoordinatorAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62E8EECDD2A25198966405D29FF5C7E2 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 55D4B5E176808EA430E6746FBA7FD5F9 /* RCTProfileTrampoline-x86_64.S */; }; - 62EE1A8EF7FCD178BC37AF50325F39A8 /* ShadowTree.h in Headers */ = {isa = PBXBuildFile; fileRef = A21102F799BECBA7DD6D1B4572FEFC39 /* ShadowTree.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62F87E981DA96096A6064B16B3257FD6 /* nb.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E8547B5F5EAF012DF4771BC3CC885E46 /* nb.lproj */; }; - 62FCA816C588862B5A203E956BEFE4BE /* UncaughtExceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC9D5FE940DF4FC829E173DF00483AB /* UncaughtExceptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 631734B15D0C861FE2E2622F329F8887 /* RCTDynamicTypeRamp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8445CF9D61F75DFAC0F579F9AE24E00E /* RCTDynamicTypeRamp.mm */; }; - 633B852FA41F64BB09AF95E329872120 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = D9CE271F463326F0737E2B26B997BD40 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 637A56EEBB4021516FCDFE7C66F712E1 /* RCTLocalizedString.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBE1156CA3CC88BB76BEDB026E19685C /* 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"; }; }; - 6381FC114A82A1F547F3B4C3C1918C7E /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 429C7E4887B1AB37BE6142E2505EBD53 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 639F9B298991AE344CF6C4C83D283522 /* Props.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D7620D0BC51F6D069CB09A4011794BEC /* 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"; }; }; - 63DCE4809F3E6B1123A836C87492A820 /* ImageShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 06720946205E6B7DEB1C4ACC4DF537C8 /* ImageShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63ED88B1F5632BC1126AE5D155D756AC /* RCTImageResponseObserverProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B35780B8ACB078822F7EC159225C188 /* RCTImageResponseObserverProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 641437845EDB5BD23D4CEE9FFBCAE112 /* Registration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37CCE8A982629EAB103A6A516187B549 /* 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"; }; }; - 6460467DEB411858DF66A4BB6FFF9464 /* ModalHostViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C5D841F2ACEA57E779E40C4C70B12E3F /* 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"; }; }; - 6468F24071677413AEA7AD7B5B78843C /* BatchedEventQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 20ED20DA65EE75E0ADEADFB2C9C8FD7D /* 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"; }; }; - 647F529757F03A8C2361BB691EB177AB /* States.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D58650DB37EC3F9EDBFCC9D96BD7E820 /* 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"; }; }; - 64AF7FC4D5737F4252947272BCDA78A3 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 237B887CC5360D7A38113ABED196D57F /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64BB270209F0272855B79DD5FFA237A0 /* RCTViewUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B02E29691F4A47AB1EAB5CC1932AA70E /* RCTViewUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64F826264B37851EAAE53EDCF12354FC /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = FCFD99083FD714E25C32912BE07EEE2F /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 651FE015E1DB8AC581EC8E297CD9906A /* RCTWebSocketModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9C8E60D1A85074013102AB37CC3AC244 /* 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"; }; }; - 653512A051CDCD7BA8E0E2F9B3BB48A6 /* RCTFabricSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F88FF5D5C020BEE9B3350CBD702E8C2 /* RCTFabricSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6569D7AB263E48172F15D0B73C6AC843 /* ReactNativeFeatureFlagsProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = FA6F29DE65516E072CAA18E10D5B6C66 /* ReactNativeFeatureFlagsProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 657065D1110AA57745CE830F33FDADCC /* RootShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 42E878A0B52647A76A45E7A3F15BF583 /* RootShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65CD9399274B87FAA95DE8D86770D312 /* YogaStylableProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E91D5B262BA640D1E482D0F3176D0A0 /* YogaStylableProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65E5D33078377E8A5093069A0EC19C5F /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 54B70F1F9F806BA017EF8BB3CB991800 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65ED5AE26606B766B1DA71E3BEC75CB4 /* RCTDevLoadingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 82612A541AC6E496BA48F1D403845984 /* 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"; }; }; - 661F90792FD5FD95D15C27874FD8DF05 /* RCTDataRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA6D4774F4EA63A0AC60CE5A217FF59A /* 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"; }; }; - 664CCF6D75533B572F0C60FED55B2D07 /* RuntimeScheduler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E7DA8CA4E88B050D64D22C0017A2DB58 /* 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"; }; }; - 66689B2049A81020CA4CDAA790814F70 /* MountingCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = F7335E09BC77028E021A0C7902F604BB /* MountingCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66832B6C22C1D679F2F65A97D27F7A7A /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4BA373714716E19A1582F49274B181F9 /* 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"; }; }; - 66E5475A9FF69D527E2531B973003CE8 /* 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"; }; }; - 6721CF9C9CDF2987EFEFE95A88A03BBD /* InstanceAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16773E3018092B63AE4F3ECFBEF975A3 /* 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"; }; }; - 675C5929F775261E9C48A0DF5D386651 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0B1DE9741774BC47C7883F6D16971F56 /* 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"; }; }; - 67B17421471A970578331413C3B8EBF7 /* F14Mask.h in Headers */ = {isa = PBXBuildFile; fileRef = 5671AD120864F71635B5C5BD07138E67 /* F14Mask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67D42ADD80E53C63E3AD276D5093A43C /* EventPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F7F1A68B291F8E635EAC767A7D1A16 /* EventPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67DB813E9BD2618443FEFE7CE242F25D /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DE5D388D4D2DC91001361CA74FD1AAB /* 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"; }; }; - 67E0EF3F27569105B4D77B58734AD511 /* ShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ED92DC2FAAC7D6097BEA211B759046A /* ShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6831831B55A29ADD5276B053AC6CA5DC /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 522269B8DAFA9F8734D95340BC29600A /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 68E46A4378743D1A61466AF4CA4C1CBD /* ViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E0ABC34B9D82966D161F024E5B4B6708 /* ViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68F88CF2AFCC5A426A10AEC3E89D1CE4 /* BaseTextShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD6A88011F97783007AACF83E7935642 /* 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"; }; }; - 68FA25C54283C4C5AB22AD480DC8BEF7 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BB544B8F6A68D515F371F382562F55 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 690B2534DDD9A3FC73129138ED67591B /* React-runtimescheduler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F8649CDF2934B01191783EBF86C2A82A /* React-runtimescheduler-dummy.m */; }; - 69161BFE1D4BE9988E395582A6867B6D /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 09B9B2CEE283F96CC51FEF8CD3E01C97 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 691F9C4E174C2F2D893ADCE9E46F4FE3 /* ShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B47F199F6E2C8E0A5B19E452BACCA48 /* ShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 693A52169ED92917B86F2A443DEBA965 /* ImageTelemetry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2DDEAA69276FCCDB7722F00152853980 /* 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"; }; }; - 696B42035E8B56EFCE0613CF2FBF18D6 /* Subprocess.h in Headers */ = {isa = PBXBuildFile; fileRef = D1802F9C2D3A26DFED67D9A4805852E1 /* Subprocess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A05C4B253B549DA6503CC36F9364D11 /* IOVec.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F85C8CC15CDC85E857260E4CDDF9817 /* IOVec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A07A8E0330D3790E07296DFC44EE7F2 /* MapBufferBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E7F50E04075CCC81E57FFA2B5D42D0E /* MapBufferBuilder.cpp */; }; - 6A07C276771E677F2657A4C226E272E9 /* RCTBundleURLProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68233D5F6FF581626F38B2893DDDD717 /* 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"; }; }; - 6A128FF5B4AB8FC3A9C8456FDE7F7C06 /* Badge.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BD78C8466D2DAC22B989C5EFC592BAD /* Badge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A1E56AB39D3ED578BBE9D8285200103 /* RCTModulesConformingToProtocolsProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03CF21C311822D5D771F71C49E37A671 /* 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"; }; }; - 6A295514C1BA88138578949972030503 /* BenchmarkUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 79935ABC77CDB209D63CDB2A5C8B0F40 /* BenchmarkUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A3A2F94D1C9F55266D174845015775B /* FlexLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E5DABFDE2FAFFBB08480917664B699F /* FlexLine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A3D59AA0AEC9CBC58D25399702D2BF0 /* SurfaceRegistryBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 82EBBECA89A3766697D39627C1AA7919 /* SurfaceRegistryBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6AD8FB9BBB61CABDDA3D3CCDE59F023F /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 64BA0BDE323CF07D8A9D3578F44D70A4 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B0C42460E1166FEA6AD630688CACA71 /* RCTDeprecation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BF71298151398B24660A43ACCDBA96E5 /* RCTDeprecation-dummy.m */; }; - 6B28433B766935F07E1942B6D979308E /* SRError.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF4DA1DA2D688AADC65A0DA9B5471DF /* SRError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B3184184233EDC3A33B2EB15CAC7CBA /* LayoutConstraints.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 51CD2D3427629EF8F11671FDE089F230 /* 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"; }; }; - 6B532D60B3530503A419D696CFE36F74 /* LayoutAnimationKeyFrameManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 14CD64C6C83A896B346C5AA0168A1C91 /* LayoutAnimationKeyFrameManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B5831F8313A4AE12C14AE7094D5E363 /* SimpleThreadSafeCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 538B5E1AF8D200D5C748453FB0830C8A /* SimpleThreadSafeCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B9DA2A521E131A3DBDDAFFA7E10FD27 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DBD3F1E98BADA6330257960660EC705 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B9F15C7C94C108AEB2FC76BEEF5B5CE /* ViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EDBF7F3CCD9A6B96364EF524280608BA /* 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"; }; }; - 6BBE89B469A274DEAAA77D459929D02E /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B79329DA6D2014A9DF6F839DAEE556C3 /* React-jsiexecutor-dummy.m */; }; - 6C3F69A7F4A7EB4B1A39C559A6D175A6 /* base64.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AB42AC0EB19257BDB4CB23DD77110E6 /* base64.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C5078EB62976334262A9A94661116AB /* ComponentDescriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8DF6E53574BB45F833682450E4A7339C /* 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"; }; }; - 6C9E4B12049F66F952A5DDBFA5EB03B8 /* AtomicUtil-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = AFE2AC3DE4D98F6A8B6D36ADB8E51F46 /* AtomicUtil-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CAE84FB85923D4F08F652C5A98C2334 /* InstanceTarget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3A52C6C097230EEDD3AEB5429646AEC9 /* 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"; }; }; - 6CD3EEC1F8D197FEBD4CCD119B84B9A1 /* RCTFPSGraph.mm in Sources */ = {isa = PBXBuildFile; fileRef = F88DD0212A13C52FCFB3EE17E417FADA /* 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"; }; }; - 6CEB57E5C456BDB49C1871A5AD891027 /* Differentiator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FEEA4D2599CA623424FC675E7FDF2CF /* 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"; }; }; - 6D06B3DC1E5246D580BA28EEE78FBC0B /* ostream.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D826D3061A245096B1C382B690FA981 /* ostream.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D0FB143351D23E4A76A7B573AD1CE3F /* React-RCTFabric-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 848A64396F42C25BE7087273CBB7F0BB /* React-RCTFabric-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D246158F9EC0E4F9A982234F0379BAF /* TextProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88D16BE9001AFA250E05B0A6DF12044A /* 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"; }; }; - 6D5BC553E82F69D2CE87514D1AABCC23 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B9EAD62D7DB75EEB711C7BC9E3E2B970 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D5BE58F78EF20E98F125658E273E0B4 /* RCTTypeSafety-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F5FA4EFCD1644DC8F6833297F6918EC /* RCTTypeSafety-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DA461E83A0AE6E6137B23AA8ADA315D /* ReactNativeFeatureFlagsAccessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5898FB502BD09DAFB1E69917310A726A /* ReactNativeFeatureFlagsAccessor.cpp */; }; - 6DA7E3845FA07C4A7FF403EF79727D94 /* SingletonThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 581A1FBA46FBC346F25CDD31C00AE6B9 /* SingletonThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DACCD8FA917C4612EACABE840A77827 /* Partial.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E851596D4A5EE743DC493671DB9DA3 /* Partial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DB5D972C2F32BC8D629383CDD8BC969 /* PlatformTimerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 05ACAAD30B25589C872011A98EEC0BC9 /* PlatformTimerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DB9A645432E8F713A55906FCBD87440 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 3719BC5E07F9E68513500C6588DCCD7D /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DC13865AF38D798EED2A8BC5032D5AF /* RCTMountingTransactionObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = D4F5D773F1253ED16827041711C94B92 /* RCTMountingTransactionObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E1F4AC2A4B35D41C6796898FDEBDC68 /* SRIOConsumerPool.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D220B48D2758B94E0D0CB1968C018CF /* SRIOConsumerPool.m */; }; - 6E452C59729D249002151DB84542BB89 /* DebugStringConvertibleItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A4BF80CA1D1C2008701059A32351654 /* 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"; }; }; - 6E50BC268934E7015846ED9E67666865 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 03DD2E952B38DB572FBEB03219D73F65 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E8ADE4CB3CC252AFDBA05E4243FA269 /* to_underlying.h in Headers */ = {isa = PBXBuildFile; fileRef = 68F0D8EDEFB2730168C212F9AA84E9E1 /* to_underlying.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E92809150A09A2CF41C3877581FE296 /* RuntimeSchedulerBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B99DFF63971B1E43EE970337DA587CF /* RuntimeSchedulerBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6EBDE5C67330FB216ED34B65881FAF12 /* CPortability.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DC4F893B0788A2E9A80A4BD69265922 /* CPortability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6ECD3BC16557985AB8411ED169EF7204 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E1F16E58FF6E0B4050D5412562CB1106 /* 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"; }; }; - 6ED59C9B6CB30C6EA39D5D815A3A15E9 /* RCTScheduler.mm in Sources */ = {isa = PBXBuildFile; fileRef = E8E735F45F83305343E3E07E50B97DF4 /* 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"; }; }; - 6EEF7681351C2FC863B6F5BC52F64374 /* LayoutMetrics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A42F52E67217821D593A9899821282FC /* 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"; }; }; - 6F2B4E5FC243887008352FB98E4E3363 /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B30E194D8450A8C2A236B06E9E6092F3 /* 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"; }; }; - 6F3F1A1F6E6186650AC658E199A72DCE /* RCTBundleAssetImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = F237334413A7E75274C43A4276C2E02A /* 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"; }; }; - 6F892AB18186A3251B2903901FF13054 /* json_pointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5435E25ABF1C803D1D8B6ADE22E2664D /* json_pointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F9C22510F4D9A949C3B6109B031BEEA /* PackTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = F4634348ED98B9B331FF74750831CAF0 /* PackTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6FA017434FB8B11D446AC8E787CFE8A4 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 25A1FB20F1AA7956784192F0BAA3206F /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6FBAA7EA87C5735B8798CCAF1D4AB855 /* SRError.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DFF996F36C36E3B8BE3131F1026090F /* SRError.m */; }; - 6FDEA236CD09C223DD6E3ADD026B3795 /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = E5745DFD5BE516C91A82DD1988970E10 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70157E45B82AE56285D90DFBC9BC31CD /* UnbatchedEventQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = C5984D5CBF3FC999AC2E131828486CEC /* UnbatchedEventQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70397496ABC55BCDA9CF7ED242BF6BA0 /* React-perflogger-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD6843527C30E58A8AED0FE5E88EE252 /* React-perflogger-dummy.m */; }; - 703B0C4825334952CF508343C873CBFF /* RCTScrollViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D5D317EE11A2ED1943820CA6038C762 /* RCTScrollViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 703E0CBCB60965471AD54EFA63757552 /* AccessibilityProps.h in Headers */ = {isa = PBXBuildFile; fileRef = C50906D2CF6FE301E36DF7D93F95FDF0 /* AccessibilityProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 707983EC0D9D2076331CBC9E9E747087 /* MicroLock.h in Headers */ = {isa = PBXBuildFile; fileRef = B02E6E730A273BCBAAB434BD6D2576E3 /* MicroLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7082FB4198614638E5CCDB0211FFD0DC /* EventQueueProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 29F02D04B2BECA48B0B7FB57E3CD00CA /* EventQueueProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 709BC73A34B611987A5408C3D0073C0E /* RCTWebSocketExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = AF9D497296CABABB7CE63B6FCA2F0A4E /* 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"; }; }; - 7171D98D87621F50A6178B5B2E58ED4F /* React-Fabric-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 21BB4C4DD413FF6BBCEBB860B9328C9A /* React-Fabric-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 718D441ED2FF7141D52578070AEA0625 /* SocketRocket.h in Headers */ = {isa = PBXBuildFile; fileRef = C9FA2111792B3263822E75649BD66902 /* SocketRocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71938EDB8B2296FB3B2A728D6B032736 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 555C8E2826D8F277B972F2B66D34F22B /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 71D128940FC77D1197EA266A0697C747 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BC97FBF532A34C9C63857EE3D18A81E /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71D8BD34B5F88F6AC1A50EB450F9072E /* EventDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61FDACE1245DCD70518CE0D806A09C2D /* 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"; }; }; - 71FA1DD386A3F038EDD5E3217689A380 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 3715AB63A49EF1CC2A70EB9CA3A88CAF /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7247929D2D961F5CE89DAEED9F1C39E4 /* New.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E21B3D9A76F241B93CEF7D2AA19709 /* New.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72AFE1DA45E778C59865E6FD187E345A /* Format-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 48D1454DD898A877C683DE012FCE946E /* Format-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7357A8FFD9812C3A58F8CE72567EFB53 /* Differentiator.h in Headers */ = {isa = PBXBuildFile; fileRef = 61D144681219EDF4FCE0B7F32C220639 /* Differentiator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 735E925F05D8682647BF1134350A71CD /* CancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = FC43226FF6ADEAB1549A1CDD67BEC74A /* CancellationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73BA3AE3FE6D7901EFBA00E23DEF39E4 /* RCTBridgeModuleDecorator.m in Sources */ = {isa = PBXBuildFile; fileRef = F0FA46420DB924ECFBDD8DA442533083 /* 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"; }; }; - 73BFF34EADCD9CABF829F0F630EFF426 /* MemoryMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 03C08820B4F8B692940FAF14B621C83F /* MemoryMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73E57733711FDF8C403260D1C8EA9ACF /* RCTImageCache.mm in Sources */ = {isa = PBXBuildFile; fileRef = 346B00DBDA6E431E1DE256343800B730 /* 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"; }; }; - 73EC1ECAD2AC03776AED47B7EAEDD355 /* ShadowNodeFragment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6E7325A7061569B6DC12EF9E250D906 /* 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"; }; }; - 741DA79558C6B00B07CDDBC29FB786FA /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C4D4C35312AE9ACB8D59A46D0D6051A /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 742974AFBD3FFD8E8800B6F66AEACF09 /* AtomicRef.h in Headers */ = {isa = PBXBuildFile; fileRef = BC6B8699949BC42E05A2CD3F716AFC65 /* AtomicRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 747565FDD73258EE80DDB21EFEA185F6 /* ShadowTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39278C438E718399D48CBB4D1B720159 /* 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"; }; }; - 748A782D94A5993047ACC4F902BADA6C /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = E9F03493679B6E762FEE71275C0C3546 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74B0283D67243D5B559F4B1F8A47EF79 /* RCTFabricComponentsPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6148122B6CC7A02136B2A9E18658CD2E /* 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"; }; }; - 74B610A2A1A1434FF792456AA6111E5D /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 718BA92ED8D9DB27328957A4672E3980 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74E837F97B97B5D0E607C34CA48C4F7E /* Extern.h in Headers */ = {isa = PBXBuildFile; fileRef = 686FA922FDC06D95A33307B2DFE9C50E /* Extern.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74EBEF0D0AF26475F479ECEF4E45E05F /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 46C0F644E64DADE280D61B2055AB1B77 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74F254C54C5AE55DC7575F6D5D12AACE /* SRPinningSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 63DB097D064EEC088A4DDB9A0F3030F8 /* SRPinningSecurityPolicy.m */; }; - 74F564F68DE15B0B2BFD3CC2071AAE39 /* Parsing.h in Headers */ = {isa = PBXBuildFile; fileRef = 65A45C6E8452133CC0352F098A012139 /* Parsing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7518C77DEB6D7F9CDF2DFEA917ADB063 /* SRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 00A22970BA931D4D5E31AD98D11E9EAC /* SRWebSocket.m */; }; - 752716B821A4238864D82CDC5107AEBC /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = D85015B7132DC92E96D269E9394052A6 /* 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"; }; }; - 7571C532940E1E99C682E4439A38C823 /* IPAddressV4.h in Headers */ = {isa = PBXBuildFile; fileRef = 938DC03F8EB05E7BDD33175BF907D170 /* IPAddressV4.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75B8DFD9020C707E01A52944FA0B213D /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 408A6E15C55E55FD4C82734D9D6F1AED /* 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"; }; }; - 75D791C73AD3BB609331E2FACB62D836 /* ParagraphShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1514FAFE3FBD5844A508E6E5F8706182 /* ParagraphShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 762148C5F28E418359DEDCCD243FB64A /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F8FF73D75BAD92757A169CC5D5CC45E /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 769ADEAA78A2EBBB2F7F1E7E0DDA2F2F /* RawTextProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F8AEC654615A18952845DC088AD98E /* 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"; }; }; - 770A005CCE59A4B091A686341028CAD9 /* RCTBaseTextInputView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64E2B851455B3EDFCA51A42A86575F0D /* RCTBaseTextInputView.mm */; }; - 775818B08DF09F80115D288A90CFE9D7 /* DynamicPropsUtilities.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5257F23C5357E985C7F173239E94AC12 /* 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"; }; }; - 7761BA4B41C5D7F6B11E670F3DEA3707 /* propsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = CDAD6A5523FD342E128575ADA09B6CA3 /* propsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 777B6DECCB910AC7C4DEB6013B78B564 /* StyleValuePool.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDF7321202C9579EE6B3671CF33837A /* StyleValuePool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 779281E14DA3E398A3DC4153D3360D95 /* ReentrantAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 31842C0B4263119B5232CF1827757893 /* ReentrantAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 779EC687867130F99E3FD2D6A3C887EE /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 2987AE7025F088998D489CF759BE82F4 /* 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"; }; }; - 77FACFE0FDA180DD2775858BCE1AB1DF /* RawPropsParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A477AA317D2F4BCDC091391C6A29E1 /* 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"; }; }; - 780A024D42F37E1A7004B4E22B99F9E8 /* RCTHermesInstance.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1DB7E713E554E1D4CF737682A8BDC115 /* 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"; }; }; - 783EEB9BBBBFE3091906D407B47FB116 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2418C20827B53FB9288C850BB00022C3 /* 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"; }; }; - 784F7B3161A8C498FD7F6EA45809263A /* en-GB.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 695B5C5C690E4472E4E29BC6CD0871EB /* en-GB.lproj */; }; - 7862D2A35AE25453E42A91F5E960B6D9 /* sorted_vector_types.h in Headers */ = {isa = PBXBuildFile; fileRef = F804F0627373E6C63D34AAD65291FD24 /* sorted_vector_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 786E3D93ED50D36F4AF34AD2F4E5A30D /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D1DB8836431627F483FCA5DE130AAAEE /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 787E2DEB56A46025B98059BE22AEB1A8 /* TurnSequencer.h in Headers */ = {isa = PBXBuildFile; fileRef = 890E8592B2798AA968BD07CDFB3EDD9A /* TurnSequencer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78A33D0ED5A557403EEC8ECFE6FC2675 /* RCTNativeAnimatedModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2617DD9E275849219E58CCED166D826B /* 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"; }; }; - 78F2634AD365EF6B892D2177EAA5082A /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A2D8939F820583ACA4B8154B63050D7 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78FFEF7E2895DDC3470D661EAF0BD49E /* RCTBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3BBAAE805D0C4C8527198618E05293D9 /* 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"; }; }; - 79156D2A3A28113D21E388A124F5BD98 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 89EA02F7CF0AFCCF9CD8933F501931EE /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79BCA1A6F303155CE94054A1A933D61B /* MPMCPipelineDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 40B6CCC5214ADD7CDAC59A0304AB0B44 /* MPMCPipelineDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79C6B704E310FD86F707C7973F07B554 /* ImageResponseObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B948B1B3E7D8AF890EB8B1F076E4F01 /* ImageResponseObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79D06EBAD8CFF2DF00C9CA84A1445D63 /* FloatComparison.h in Headers */ = {isa = PBXBuildFile; fileRef = 08F1CB274CA50CEDE11964443F4A16B8 /* FloatComparison.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79D1F29B5BAE83E9D54F81AE1F62E613 /* PageTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = 52E0D9665484EB34EEEC7E5F55486829 /* PageTarget.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A2D7C09B37112014F86F314521D2086 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = AA25D3C52F429A9D8BD5082246F02D26 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A3ECA249BE180E849929C1C481449C5 /* InspectorFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = B82B0B8749481575C4791E92E6A913FC /* InspectorFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A537461D17D03D26023ACF42E88556D /* RCTPerformanceLogger.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7976EC64C5025A11ED15F7D549315801 /* 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"; }; }; - 7A783BE8B99FAAD6BD58F1AA8401D309 /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CEB9F227E2ADF8153303B0CB9A5B174F /* React-RCTImage-dummy.m */; }; - 7A7C1E9DFCA97C87C22DD3BA4E43E175 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 620383F1B2E002A88361060F4654FF73 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A88280F18F12A8DDBF4F5C075C9FFED /* EventEmitters.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3935D9DA813BD51DA427C03198F587A7 /* 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"; }; }; - 7A8E4FC999FB95C0131647FCFFB6F25B /* RCTDeprecation-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B9B4808FB97067D6D6018E554BF1A48 /* RCTDeprecation-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A945C967380820326974745B2DE70DD /* RCTTouchableComponentViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FD75A2814B33B617B927D38ADBF8A31 /* RCTTouchableComponentViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7ABADD9F6CB588CD6C9A18B1ECCFE9BF /* RuntimeScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5568996931C28EC635455B719E262DBC /* RuntimeScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AE27B39DF06569B7469D7BFEDEC4B13 /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = 2837BF8ABDA1EC92282A5DF6381E0A27 /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B027AC85CA61D14A1EA8260C9ED3007 /* RCTViewRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B5F2AC4E5DB29B8D92C31664E93A994 /* 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"; }; }; - 7B2DD7DB494D03CB161C8CA3577C00CC /* RCTAccessibilityElement.mm in Sources */ = {isa = PBXBuildFile; fileRef = 124CD87CC3A65A2D252CCD768C642675 /* 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"; }; }; - 7B5BC1976C1D9B27AADAB47165CACAC9 /* 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"; }; }; - 7B75F34EC8C3D12058FB4EBA33D8F18C /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 68267A5559BB39BF27DCA12314FE2200 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BE9E3B2643B0D3B4979A7B5004A5588 /* Benchmark.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF657DA48FE202E91262C142A30C2EA /* Benchmark.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C05D31337E9B55E8BCAED870260D0C4 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D5AB6AD5BD7C9A1E7B818A09EE36B9C /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C123BE9B435447049AA9A7694EE6A7E /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB369F446CC300C9E096C9BC7E422F70 /* 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"; }; }; - 7C2004FAB0923BDC2753EEE44566D51B /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = B07F73246764E395281393D1BFD73751 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 7C29EF7C2138FCE77E2B66E68D752FA3 /* bindingUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9420D7AD954A3382154ED6752B259F05 /* 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"; }; }; - 7C375BC1EEC104121BD23F2BC7EE7388 /* HazptrRec.h in Headers */ = {isa = PBXBuildFile; fileRef = 21CDEC81B1AACA4065BD3385AB630454 /* HazptrRec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C62C015C3AC4F5360E19D6714CD5F27 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CB1121446D7C929D8D9FA2FE85F48EB /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C757D0F89F16ABDB6C1452532F4BF31 /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 0866F0FDC3674F98DBE1D58A547DB563 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C97B62EE8A49E17E327B6DC421CDB62 /* RCTModulesConformingToProtocolsProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = F1A47EF59F4B5A476609947C388E7B97 /* RCTModulesConformingToProtocolsProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CA62FB4B5F68774C42C110F78883960 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4C6E1491AEA0AE1179470B54F951A517 /* 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"; }; }; - 7CA789346494A69CE17C32EE87F1A998 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 43EB5BDEB4E6A695F071E994CDEDF34A /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 7CAF42A6928E55BCB9DB1D5C036E60CA /* Likely.h in Headers */ = {isa = PBXBuildFile; fileRef = CBED11019ED3BE2CD4C26A2FD21B24C1 /* Likely.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CB8C22D6B05537A75C4461B0927A059 /* ScopeGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C6F2A8DD916FFABBB7924E8D417B7EC /* ScopeGuard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CBD70B465ABC3F61F68D50EADB8631E /* YogaLayoutableShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E23F1CC32A73BD05D593D31AE25DF7AA /* 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"; }; }; - 7CCC045302EF76E133EAB50E1DFDC99E /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E75A7920789FAAD39E9654F8517DBDB5 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CE993B21273533A73D73C5E7EC09188 /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C5955DB6C99703F4A41049D768CF3E1 /* 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"; }; }; - 7CEFEBE4DDEB280FC10EB43DFC98C57D /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = E39BA75CD11F106C6A84D8F3BFFE3C61 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D35D2D110227CAB4B7F75B4D552C072 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = EE331FAC341FD86E3FD0468624762319 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D448EDC0B4D577592344879E45CF262 /* MallctlHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 701DA5EF2C35D3F8011D186617366218 /* MallctlHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D528D56FF4F53B6AA52AB647655E947 /* ReactNativeFeatureFlagsDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = BA3EA27CF2F0A3DC0BDED991C6074DE9 /* ReactNativeFeatureFlagsDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D5F93A6511AA98D128495E2C96503C6 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 572E80B71DF84A32EABC90806E5D1123 /* 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"; }; }; - 7D61A2245FB1EE9FD2C893076983FC4B /* RCTInputAccessoryComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = D693FEE59EF34CE76E530EB58521603A /* RCTInputAccessoryComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D762E98ED13F2DF2D5938CF048D102A /* RCTTextView.mm in Sources */ = {isa = PBXBuildFile; fileRef = DBEF32B697F021A17EA2D5693DCB54C4 /* RCTTextView.mm */; }; - 7DAAB9F9C996182B27651635EF639ECC /* RCTBridgeProxy+Cxx.h in Headers */ = {isa = PBXBuildFile; fileRef = DA713F17A86ECDAEC35B1A7606BAE53D /* RCTBridgeProxy+Cxx.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DD594323F2D06431A8B493F74E30A2B /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 730D97184A125EF55709BB9A2F121F61 /* 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"; }; }; - 7DF4ECBC6573FD2EBCF6CC3C5F9D4403 /* 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"; }; }; - 7DF5B9730C321CED6CDEC6C81EFAEEB0 /* dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 732688D92C1058B4D3B68B3EF5CB178C /* dynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E0EB569AD7D28761EDD9B6303AA90BB /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 832DCF641540319B774328DFB00B9620 /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E0FF93AF68EB17075E5C931C7A3B82E /* OpenSSL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E748C5FBED7C0C756FC4C4A6B5C2E8C /* OpenSSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E4DE2D17B231B9DDAD68AE1A1EECCE9 /* SocketFileDescriptorMap.h in Headers */ = {isa = PBXBuildFile; fileRef = E6362057149C3EE30EE5985649A70E12 /* SocketFileDescriptorMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E677B6CB100D0641CAB36DBB57041E0 /* StubViewTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 679DD3B7CBE5A1C9162FF1E3DE6CE6D4 /* StubViewTree.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E7961308C4D9C00493E47AA454155C7 /* Config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E95A95CFB7EBB1864E794F705FC653DE /* Config.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 7E7B300D91B7C91C7F6032BA80FBF168 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = BD52A822E13E3FBE427F01FAFF774941 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E8290E7A967DE42D8250EC4C4601382 /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = C209F0784180009D77410067EA3EE216 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E866F59DFB7150867D857146981456B /* Futex.h in Headers */ = {isa = PBXBuildFile; fileRef = A2E8652189AEFEC58162855B790CFA15 /* Futex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E89BAC23FE03D91EF1DFEEBC8EC39FA /* AsynchronousEventBeat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4FEBC617C2F052F11C4C4AD31421C1ED /* 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"; }; }; - 7EA29E940A408D86367F720B9A9537C6 /* ValueUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 56B5BC420CE6B3E651F381F8DCF87379 /* ValueUnit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7EAA474929D5A6970A9D1D0B8EF525C2 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 86D0FB670ADAA6BCED1D4950B27B1CFC /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7EB51A3C3FCEEDA403A7DDF1BA96868D /* ImageEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8D8A5CE593D8FC9D55A728AAEC19B1AD /* 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"; }; }; - 7EED18FDDEF0C6C30F28DE43E58FC9D9 /* RCTLocalizedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE3F7374A25A6EB7DECFA6C3495C921 /* RCTLocalizedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F1A99AB71A31119FB8569AF383E6A07 /* SRHTTPConnectMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 90C01A0B4DB17D752D3BDD87C1B4D35E /* SRHTTPConnectMessage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F367302DF34E2222BA46DD70D1687E2 /* ModalHostViewState.h in Headers */ = {isa = PBXBuildFile; fileRef = F0A74CC8E001D55E793764AACB964087 /* ModalHostViewState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F3A35462B39312149CE4518FDB50A33 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D83F3E3E32F09BAFA24DA769DC3387C /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F677AB0C861C1DAB6E246E3B83659BB /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = B7614CB0231D264BA6051B08AAB6F161 /* Unit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F8630C48B1DBB30A8364575D2EA1418 /* RCTVirtualTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7999062E448D01962BA8738941E0CE14 /* RCTVirtualTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FC6D36A3B61678C59A3B2B7932E6594 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 01CE002EF81693091F5CF3B1596BA0A1 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8005D7F15F524DF89E1C08BF7D2C3333 /* MPMCPipeline.h in Headers */ = {isa = PBXBuildFile; fileRef = C87FD57CD4AD96B0BBB45FC4FEFA1AE7 /* MPMCPipeline.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8008469BD9731527B6086FE06CDC82A5 /* FileUtilDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = FC3E576BEEE24C22BAB754F8BDA7D822 /* FileUtilDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80316769C6419DF0DB8E00EF5AEAE294 /* StateData.h in Headers */ = {isa = PBXBuildFile; fileRef = 7879619F2C68A16E24B3B26358A77D21 /* StateData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 805DE014321DB8DCAD2CBC0B6484573D /* HermesRuntimeAgentDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B572B8E091BE36B3D1B98CC887295719 /* 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"; }; }; - 80922BAF44640ED7ED9BFB2B089E8FE8 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = CDC4647B1A30D567636ED178019A70B6 /* 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"; }; }; - 80CFE63820D3410534704B42E83F4C1E /* componentNameByReactViewName.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E89E766B9E5887EC46F7DDD682F6EA68 /* 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"; }; }; - 80F936685DDCF09C1F60B74401AA569E /* YGPixelGrid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ACBFFDD019571B3819E8D65DC79AD5C /* YGPixelGrid.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 810DBA11215DB6DAE5655B64BE8283C1 /* RCTImageViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF47F3C9ABF993A8E290C79C987F2884 /* 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"; }; }; - 812E7882CE82ABA9CDFEFDEAC566E763 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E745F1CFAC4A7EF026EED29B4D9D9C76 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 813BD8DE1C450C2C39D78E9ED89BFC2D /* NativeModulePerfLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E9989B3856EE890DCF5308267535D6A /* NativeModulePerfLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81565097CCB01552D4C2B561D2738DD8 /* propsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D9779124B88FB91380A08C26F315C06 /* propsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81B5D51792BE5EEAA41E11E9B7993234 /* RCTNetworkPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = BEFDBF0E44A75F62D06B4C839F893A33 /* 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"; }; }; - 81BF9AE642D63E43BB78065383E5FCFB /* PolyDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 982AAB27F58C71E3FA007537ED46BB9D /* PolyDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81E8B5EB085A531C2F117FFC7FA73019 /* hu.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E0125EA5F63D66E2A04BC7AB1F3A6133 /* hu.lproj */; }; - 82658C6FC18499E3E36F00E44C410982 /* LayoutAnimationDriver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24F5F61801535CAB8FC611969183BD1C /* 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"; }; }; - 829C1F34EDD4188EF02AC325279F9F9C /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B0A6CFFD0F4EE0C9D60577C1D0BC80B3 /* 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"; }; }; - 82AB349589ADF65BD4BF08233C363CE8 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 437B323506BD3A853A0E0832B91F60D7 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82DDF129C1CF7FB65B4E5330353DF03C /* ExecutionContextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EAD3FA6E12E1F04B207AC3130F4E4DB /* ExecutionContextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82E98C0E542F71FD7A2B3B0AC63765A2 /* RCTPerformanceLoggerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D68505EDDA36E144D4E373104F804E02 /* RCTPerformanceLoggerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82F2B990370F107BF6F42428A39B59A3 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 672A6D8A852BB97574AD390519421429 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8314EDBFED2EF7B6FAABE9F83BCC29C1 /* RCTBlobPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B5F0AB0BA5E6BF40A2CF4403B6BB5E9 /* 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"; }; }; - 8316131FB930D9C3D295F1E6EAE5AA4C /* 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"; }; }; - 833615D77393B36D37B121AC97AA0734 /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 64F5AFE9ED984A720A876077E880E0CB /* 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"; }; }; - 83B0F44627EEF9CAB0E9558CEA88296B /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = B98BF52746B0B980E78EED445D1A79D3 /* 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"; }; }; - 83BFB9943D170CD8FB731A70708F3E19 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FF4EAD135EA436CA19A2CFAA4085304 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83C4663F0D1E33C57A8865D4864EA1ED /* Optional.h in Headers */ = {isa = PBXBuildFile; fileRef = C02156579770C940D02208439EF989EE /* Optional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83CFB2294C42CD083ECA63136DA32DD5 /* NSURLRequest+SRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = F8AFFDB6E319041377C5799A85CD2848 /* NSURLRequest+SRWebSocket.m */; }; - 83DD804D2E2E8B479F068EA1CEF84785 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4DA2169CDCC91ECAC58B3FFD73759A /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83EFE534E0E02314172B38E1D34E40FA /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 428AD98D36840BB49602F188E61E77ED /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83FA9C24F2A6A0B7A8332767DB01183F /* SchedulerPriorityUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F1FF2022E699A3E7D7958C16BE8F11B7 /* SchedulerPriorityUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8400CACBF8254919F25335C6CFB007B5 /* LeakChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = EFF8917486A3280F89C6B6EC2172E78C /* LeakChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 842B3094CC7D36DE6DA513688A7F0529 /* RCTAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9E7B867D7DB4CF516F004F37863BB256 /* 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"; }; }; - 8431A3FF7F7D147C8A18618A997B74CA /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 623048ED1F88CBACF9530B7FF1B43A76 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8431E4BF0FA502D6696C7E90515F1CCE /* SchedulerToolbox.h in Headers */ = {isa = PBXBuildFile; fileRef = DEFEB5634B10C440827046EF8CCC57FF /* SchedulerToolbox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84329594888D6A3CBF6E23B3F592FA0C /* Random-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 3762263B39103B7107F61608F0B0E2D8 /* Random-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84882DB80F7A613E57A09EA7497431D5 /* ImageState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52601502065F13988B3B21AB31F1FD67 /* 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"; }; }; - 849DD2F3EBF93A6F01254FD95BB3C018 /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = C9FCAA7A951AF04295896855A44E7D6F /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84A28BE4DDC1C6DA0A8BF0BC99893735 /* HeterogeneousAccess.h in Headers */ = {isa = PBXBuildFile; fileRef = D8C79C91A7FCAF5C973C5E74CCAC73C5 /* HeterogeneousAccess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84C20344CF81B8C16D75B5653DBDDA53 /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B8F9505AA322ECA6FF4620393D59046 /* 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"; }; }; - 84D451296022A1813016A98698D0D282 /* RCTStatusBarManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = F40AD59BBFF8BF064F26E91900E5CF16 /* 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"; }; }; - 8508A1C2E543C5A7D05CD1033D21B76F /* RCTBorderCurve.h in Headers */ = {isa = PBXBuildFile; fileRef = 4978C0B4A326F67AAED995B82196C8BA /* RCTBorderCurve.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 850C735AB444CE6FA653ABBDAD8E3319 /* ParagraphEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FC7A5E73BC00DC1D642C033A6ED0754 /* ParagraphEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 852323A91F347E53B529E259F59F1E6C /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 266FC823C1943602DB2AB9C9B2EA2987 /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8533541E7B4FF615A3A1AB6A051245B3 /* RCTTextAttributes.mm in Sources */ = {isa = PBXBuildFile; fileRef = A7F8E36C9D81FB57DDA7EB8EC20A60D3 /* RCTTextAttributes.mm */; }; - 853DB0A1222F87C9B05272FFA9FC4E42 /* RCTClipboard.mm in Sources */ = {isa = PBXBuildFile; fileRef = E1988CF5355CFA04BB4591D51C793F11 /* 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"; }; }; - 85408113759A4A640B6FA8BA268E37C5 /* RCTJSThread.h in Headers */ = {isa = PBXBuildFile; fileRef = E75E040C1A06C67A14736F3E0F2D2872 /* RCTJSThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85609D4D342C0241CB41929CE3F11690 /* ObjCTimerRegistry.mm in Sources */ = {isa = PBXBuildFile; fileRef = 21883C68879DD5B30E8724C6A184DFB2 /* 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"; }; }; - 8597C12AFA08D0A607085FF23C96F99E /* EventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BD3C1FED31FEC981A73232609A894A /* EventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8598EFDDD8714D9B19A63E9D43F28592 /* RCTDevLoadingViewSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = A3E7EFC6E7C60A83E2646217CA048AD4 /* 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"; }; }; - 859FF85BC620BAB3C0153965B58124C4 /* Latch.h in Headers */ = {isa = PBXBuildFile; fileRef = 256EFD340D35D7E450AACBE294E874A8 /* Latch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85A8F29837C2CDCA71D152220B69ACD8 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 27B8CD4B2810B4742C99802823E79BCE /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8609A7BE8F887165D7A11EF8629E4B4E /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 620938EF3D22C195B1CCC71AAD8F813F /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 860B63F1C958181FAE17712384006255 /* RunLoopObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 18F90B0C311225A269BD3DFDACBEBBCC /* RunLoopObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 862C7112477BFB090042204B20F3BB74 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 99EE5CAB5B1A31434BFE2966CC2CDD3B /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86749AD9FD1E345B21F10A79C55A81FC /* color.h in Headers */ = {isa = PBXBuildFile; fileRef = B32465A7B304C55D416657F5078DC373 /* color.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8683C18DFE55F4B3054ACEF2664A628D /* SimpleSimdStringUtilsImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 696D9C59C6F80DB952F1142DBCBBF620 /* SimpleSimdStringUtilsImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86B708D7A2FBC9679370F8801995939F /* PointerHoverTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 61728880AC433F72F4FDE994D41AD0AF /* PointerHoverTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 871BE22328E8139C3AE466245852DB48 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = D709C511A66ED21DFB340CBA5B02F0FE /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87EC8F343DE6A08A433FEDA2266E7C23 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 39A5BABF355F1FCE0AB1D652C33D7B9C /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87F69A6FF83D4878D1FEEB98F2D59B2D /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C2C86849EFF4540E17985878BA3D310 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88218ED712157D913F50B9813727FB1D /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 46F63853A391A1AD9191129CB20B3393 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8843AFC2CFC4EA10BE9FC4DF8E2AC4BA /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 791AECE23370168CA73DD8DC26ED3CB4 /* 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"; }; }; - 8867A8BAA6882973CC6A7FDDC6815034 /* BaseTextProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CF5EB54677798BC2A8239099C68E243 /* 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"; }; }; - 889057FBABE8560F0FEA0C82D4D2784B /* ThreadCachedInt.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A2E8DDEAB65BA26685A7F1CE66A6C2B /* ThreadCachedInt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88CD97B70217B98F5A53A0627C6985CE /* ShadowView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE0B3E3E9FE32D2A0140932AFE1105E /* 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"; }; }; - 88DB20E98F8561DBD4CB8EF8269625B6 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CBC443BC5DE5E365DD13DE19BB6041A /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 890FD917D05136FCEC9F808680386693 /* UIManagerMountHook.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B04554BEFE64353131BF0953BEA563D /* UIManagerMountHook.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8925DABDEA70B9709AE30CB328014362 /* LeakChecker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 17F7B663D3AE50E8CAA665AF448B77A8 /* 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"; }; }; - 8942C5FEA40D5C9455B2F03EECB08C40 /* RawEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05342438C6DF8FE9819C0C58BFE14548 /* 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"; }; }; - 896B90ED709191CE23340F69E96A7171 /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 18359F265B533D139D94E26169DDD580 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89D5119E3C79C91FB3D2399B59CFD396 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AC6B64BBD7E1AE9042C3A78D170624 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A111DA626FE4359126B607C795785AB /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F49C8C15B969BA9DE2801AFB4C21D24D /* en.lproj */; }; - 8A18642D30B4FFB4B1B4F3578FB5107E /* RCTModuloAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 943CF320102AC2260C2887DD123CE846 /* 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"; }; }; - 8A1F4CB8F86D268D00F4BD56AE808DF4 /* FBXXHashUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 379634A371FADFEA103DA952253EFA2E /* FBXXHashUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A423313A3BFA2E4D0259E3540A964BA /* ro.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CE1B39FD7FFD63DC0261B41D36CADC3D /* ro.lproj */; }; - 8A7D29BC13F5DB0DEA87720B6B15FCE4 /* th.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 153FBC68E505BBC6C3C99EED08FBA96C /* th.lproj */; }; - 8A8F876F3BF3F94C1A9550A956719174 /* RValueReferenceWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFECA4F48E22E7225529497330DEB8B /* RValueReferenceWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A955DC3B8D053386A26A8B4978B6091 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D99B50356C9778BA542FCE4CD9BB0AC /* 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"; }; }; - 8A99256E8841FFCD87855BC296B229B8 /* State.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B81342026AE756C3654F09072332B62 /* State.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AA63AD26FAB339D4E07EB781A7AA24D /* ShadowTreeRevision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0ED12D029843F9252196F215E6E9C88A /* 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"; }; }; - 8AB53D147E6CB01877F17367CB3CF27E /* ru.lproj in Resources */ = {isa = PBXBuildFile; fileRef = DA5FF158625CE43648F0D4F8B607DACB /* ru.lproj */; }; - 8ABB56751B5D972960D8D6D1F7A54C57 /* Padded.h in Headers */ = {isa = PBXBuildFile; fileRef = D89495ADCC3AEE3B5696CC8A442CC151 /* Padded.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AD0309C1A024FCF02C1811AEDD977F9 /* RCTFileRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 54312AD05CDF81E4E0A70B2F257BE981 /* 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"; }; }; - 8B1E5F8893A63577D9F2B4359B697F3E /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E0F4B6071CFBB7A7CFC008C141F29BE /* React-CoreModules-dummy.m */; }; - 8B300E429561C2AE83B4E9F31F8BFAC4 /* EventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 3508DD2BBBBB414F6F2629D144A41C05 /* EventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B3C878F3201ADB544E832B4557E9F36 /* SanitizeThread.h in Headers */ = {isa = PBXBuildFile; fileRef = CA69419C699C779F51EC2294FE37593C /* SanitizeThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B4E4E850CFDBF013AF1EBA2DAAA1411 /* RCTTextLayoutManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC78FE2264081DAE21E1EA4CCD20FFD9 /* 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"; }; }; - 8B5536D762E4053B4E1FAD6C9E37A0D4 /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BF0506BB0BD93E1069B978DC8D06774 /* Yoga-dummy.m */; }; - 8B6F32F538C248F165BD8979E11C9B75 /* Sealable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1B953EB6D006DAADBAE61D87563136D /* 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"; }; }; - 8B8D217E01B325F0E2F97EC8C1DA20F6 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D1DB8836431627F483FCA5DE130AAAEE /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B985AE4CEF9F71244CA644F9867704E /* RCTSettingsPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = A73C5E230E9CFC9ECD972DCA522B0F7F /* RCTSettingsPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BEEEF33E87D85388769C88A17E40AF0 /* RCTRuntimeExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = AB01BD84F3F4680CEDA591BAC7FE61F7 /* RCTRuntimeExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BFA2D67454F4F0B91B187264A1A1FC8 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E057124F833AB2E455306CBDEC39D74 /* React-jsi-dummy.m */; }; - 8BFD99AE72A8DD0064D1CFBD1298EC35 /* Baseline.h in Headers */ = {isa = PBXBuildFile; fileRef = 68CCFF44D9D2EA102070912AC7FC2AA2 /* Baseline.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C0303360A71E120F81156D505650CAA /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = AB1459102548D6C97BDF32F7673BD1DC /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C2DA1819FDE5B93FBF7F319FB0C1202 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DF272CD5D204B019F9FEDBE8F979A48 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C54F5C544B784E85DF67C0BDDA4E1FC /* SRURLUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4DC46A209C68A22450F45E72C9E535 /* SRURLUtilities.m */; }; - 8C5C03861B599DF3116CE63423EABF43 /* RCTBaseTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 603512FF75543B017A5AF688D6C1E86D /* RCTBaseTextViewManager.mm */; }; - 8C79C4E4FE61CA8C9D9A50E2DFDF2C9F /* RCTActivityIndicatorViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 731262C9CB979CB1AD98C71D7C7CF606 /* 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"; }; }; - 8CA8AE09012E4353BA9F34B5823AA069 /* ComponentDescriptorProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB28BBBD5B8F6914B48B154E683B791 /* ComponentDescriptorProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CC01FBD4634033DBC3E1AECE6923D71 /* rounding.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AE8FD7B726F1CF1185015A376A0B881 /* rounding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CCEC40CF2673B489A305199C5AE0194 /* RootProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F75ABE9328A870998EB48FBB633B8AA2 /* 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"; }; }; - 8CD9B4A3DF1BC954A07D1DEE69AE8B58 /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = CCCE4B1960E8873B679F0B404ED84869 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CFA67536CAB81DF7315E61DA8A8F15C /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = AF533E2FAC8498EA170C8285E3994081 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D0156E2B9B2285FAFB9A6C6F7573DEB /* React-ImageManager-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 246CAFA6F4FC5452C25D49D8970F14FD /* React-ImageManager-dummy.m */; }; - 8D17C9615B70EE4C3551B644B964EFD9 /* Value.h in Headers */ = {isa = PBXBuildFile; fileRef = 752E5C5E87FAD1AECB11EA5402ADCEAA /* Value.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D296F10BC073FF97883EBC298606E44 /* ParagraphLayoutManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53332ECC2353BBF139360E467EB497E0 /* 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"; }; }; - 8DAE874DAAB2A56B4BFD03774708F1DC /* Color.h in Headers */ = {isa = PBXBuildFile; fileRef = A008CCFC5413C3AB8ACFA946E72D0391 /* Color.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DF7160B7010224DBED19312DD15BEAE /* SimpleSimdStringUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = AB6B32F88010B897C8CBEDA90F51EF81 /* SimpleSimdStringUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E25452E3F2C647EF358AC29CFDC9CE1 /* DebugStringConvertible.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6717B6EF6D55AC41B5120E67336ABA1 /* 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"; }; }; - 8E3069C40D3B9D54F5821AB8D9DB0F70 /* ConcreteViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 44C05D1248657754C0AD48A46E30D77D /* ConcreteViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E5849F8A4D93FC285C479BCCC9B8B5B /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = DF4F0BE954C36F42882AC304D011030F /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E7BB4A91587AE47F9E4617FEC924661 /* UnrollUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C8868803CE5E240AD3BBEBB15555C0F /* UnrollUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EC97123633E3BB1A88D671EDF66014C /* RCTAppSetupUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D77B068689246F6A02569ED35D18F080 /* RCTAppSetupUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8ECB7E1AEB6357A9798CFAA583E70540 /* RCTTiming.mm in Sources */ = {isa = PBXBuildFile; fileRef = 639D04447D4B25FA8F84955CD4767676 /* 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"; }; }; - 8EDBF085F3FC8D60ABAE0C42443EFCDE /* ComponentDescriptorRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D02FB693F077C4873E5C80FF04AC5132 /* 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"; }; }; - 8F18581DA7A0292D7BCA8B7A7D85D4F4 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 088365960AEBF891B3D3C40D1B9C8087 /* 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"; }; }; - 8F264F4C9B4FD17A0575B7BC4D9EF51B /* ConstexprMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2BCB43F2D90CA90AFD57677AF6013E /* ConstexprMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F2BF0E7ED003D9FC2188A8E1E36AE60 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 906EC23B856C57F6AF327C3DF4EB43E8 /* fr.lproj */; }; - 8F311C4F7C48AA878AB3DEBE3A578602 /* RCTAdditionAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA7DD2A3DEA3F83966D22F7C27FB4E44 /* 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"; }; }; - 8F6BD9C42DB30CB8B0F1BC03C6A9388B /* RCTAppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 54D6173C414B2470867E34D98A3E164F /* 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"; }; }; - 8F8CF268573B14407A42696E82F81733 /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FDECD99BA68D234624B7992B654210F /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F949E2FC8C16464622CF499B1F1FA2A /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 887562F1F4991A6942557CE79B53805E /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F95F5A3791A38CA81F01C5E3B309048 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = D8BE5340CFC1AE5BBEB14C168F65A4E6 /* 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"; }; }; - 8F979CF716BC10286992D85958B5E7A4 /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6656D3AF07FBA8800885EA1FA4E32FFA /* React-RCTLinking-dummy.m */; }; - 8FA3C2CC99D38155775B157BC111DFE4 /* CallbackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C27AA58F5386F78359D754A658CD601 /* CallbackWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FC942298DDC7B2CFC89ECF88C71759D /* RCTLogBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 8511C4034AC942B934951037FF155A6D /* RCTLogBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FD78B2A6604420652BA862E2FB08E36 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = C6DE3596EE87E4F980FE2D7A58C76CD0 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90004D86FDC3B2957C47D9916F5C2BA3 /* SRHash.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B292553D4F61C21C058393BBC5C292F /* SRHash.m */; }; - 901B8D834D06C24D88D54F9371CD72AA /* 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"; }; }; - 9055CACDF1EAA3CDFAB0BE593A997F7C /* BaseTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = 733BFFD3B016C6F70CC399D8815C1C89 /* BaseTouch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 906BD1DB5D27D36E90067B86E41E284B /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE1E23B8571A5646C7E6B62276CE434 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 906D47693EB1D684EA9C32BF12AF5ACA /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = D798445DFFFEB8BB6920E2414B1B2797 /* RCTProfileTrampoline-arm64.S */; }; - 90D4EB582844BFEB796A9BF9C81D7E6D /* MapBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = B081794C7F2B476E329A5E79F2C3530F /* MapBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90E20A2662F57C78A0DBEF3039717826 /* RCTCxxInspectorPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = C21B313A05F5E9041DB5281BC005E55F /* 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"; }; }; - 90EBC9A73128B6B93290BBF8BF798C14 /* GFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 58591CA75671A3724AEF97FE040632D7 /* GFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9112FC9076F855D1A9B7A71F9CBC65C0 /* SRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 73F9F5B50A8454106AEB1EAA5892325D /* SRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91155CA93DC645C7BEE989E81D470A24 /* FmtCompile.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D107AF1088C433FC9328FB083C1609A /* FmtCompile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 911E8B039A1BEA400B9B5040D0181C76 /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 30AFE0328AD32052DE17B9A67AEE470D /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9129CE5C2E948A3C065B2E8F712EB979 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A4E4F2CB7EBF53F6378C3C1F3827FE5 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9160EB2C33C80207A841EF1A1C0C1C78 /* LegacyViewManagerInteropViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 747A52CAE7852C7CF244F4F05849E835 /* LegacyViewManagerInteropViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91F60C7717E3915BE963191560ABA93C /* MaybeManagedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 1260781BA130D5E430412D17AA9CF321 /* MaybeManagedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92000961DB20AD6484785B6837018726 /* AtomicIntrusiveLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = A7CDF9E97D044762C37CF380DC086899 /* AtomicIntrusiveLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9240A1FDAA0608D094B10366B2ABF8EA /* RunLoopObserver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E73BA452F9A3841B8F70BCBFBE0A098 /* 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"; }; }; - 924ACA347FD89E270FE94F6431F135C9 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BA65D9E6F4256901BCDB2FDF70513A45 /* 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"; }; }; - 92A0B1A5CC965F32C7B133A35C383A38 /* InspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = EF535DC7AED6968A1943C4F82A10D9C5 /* InspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92A2D5F965E090F9CBF56BEF315E2DB3 /* SRHash.h in Headers */ = {isa = PBXBuildFile; fileRef = BC384C199B1347B14BCE2CC3091CC47B /* SRHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92AB459EBD3EBAD8F511B47B4C57338F /* SpookyHashV1.h in Headers */ = {isa = PBXBuildFile; fileRef = 182071DF4FF23AD36C90547CC9C960E3 /* SpookyHashV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92B650F0E6810CAA6B9E1D30A31D3C80 /* SRConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B87A884215B67C149F379E4B4E20F8A /* SRConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92B7CD3922AE090CE63A70A488B311B0 /* PlatformRunLoopObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = C9E6057F3A67F78810FBD1E0742DC847 /* PlatformRunLoopObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92BFEDD7F08F66D2173CAEBB551383FF /* Poly.h in Headers */ = {isa = PBXBuildFile; fileRef = 2779D7D33AA6E41DCE7991AF63682C57 /* Poly.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92C33EE5F8BC530CBEF7B0318C9F7B22 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8028C80B9555B73D8506ED80CC77976D /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92CBBDA7B79D68BCCCD675FF867FEAE7 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FEEEDE257EE0CCC364F216D4A3A21F4 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93078EB4E1647F0748F88AC6D7D5AA09 /* RCTPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FFAD9769DE92D744B6181125D39B726 /* RCTPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9357144BBF64A5EAE7976F7E25D00006 /* RCTDeprecation.m in Sources */ = {isa = PBXBuildFile; fileRef = 97E8796B3B6546DB75BD5B36F63F4827 /* RCTDeprecation.m */; settings = {COMPILER_FLAGS = "-Wnullable-to-nonnull-conversion -Wnullability-completeness -DOS_OBJECT_USE_OBJC=0"; }; }; - 9397090E873C8662E71FBF5157F15B1B /* tr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3BA41B39C8A617225E81028578403139 /* tr.lproj */; }; - 93BB4C60EEB4184673CFB9C0B66CED6F /* RawProps.h in Headers */ = {isa = PBXBuildFile; fileRef = F829DFB014FDB49A2E99B0E816EE3816 /* RawProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93BD7216D71BA4049978B3808D802D2F /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9701851AB467621B0F5FC7F0E02E4330 /* RCTConvertHelpers.mm */; }; - 946E2793080701BC5ABDF3A3405480CE /* RCTImageStoreManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4532C6F010511089FF23034FBC6D143B /* 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"; }; }; - 9506D07CA8A7121249BDE3115A1D7A56 /* CachedMeasurement.h in Headers */ = {isa = PBXBuildFile; fileRef = 98AFE3E11F27139731341387FCF39591 /* CachedMeasurement.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9536651C4F12230EA938AC1EF30E7D95 /* StaticSingletonManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8A1AA2067618E92E2DC37877060EA1 /* StaticSingletonManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95698113F1FD839A6C1CD180ED5A481B /* FarmHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 531B578A8FF205619BD8E526C7C60930 /* FarmHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 957D767BE7D711AFC6ED88016B49CA62 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1376F3DD84D18048DD5AE438E556D882 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 958EF6A74CF9F689C844BB0781B882DE /* F14Table.h in Headers */ = {isa = PBXBuildFile; fileRef = 59164B030AA6BE9DC3304EDD7E90FEEE /* F14Table.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9593E9F18B65A602768359E1FAB3AD87 /* RCTInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = F2139E9B6EF59759FCBACB050A16DBEB /* RCTInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95987F51D3309F002D6516A989F9E826 /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = 56AAE7ABD3415795FAEEE07A449DD7AE /* Function.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95A6AF29BA88AE348E46D5CF167548B0 /* compile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F172D220F95765CFA361637BAAAA417 /* compile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95CDF574FA064B2B56D29015CC9CE6C7 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 129E2733268DEE4855288ECE7BC31A9D /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96000C8292D08C816A92C6A44B11CC49 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A063A25D71A91C2369860BE8F81D52A /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 963E1644ACF0DCD516110270864E01A1 /* Justify.h in Headers */ = {isa = PBXBuildFile; fileRef = AFE29F41E5F76E3A032C2CFAEE370BD5 /* Justify.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 968A812DB032004FC74FCE2289727BB9 /* RCTValueAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 108EEE13AAE12903D9AB0A454C2073AC /* 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"; }; }; - 96D316F5992CC8631FEC0DAE20ABB266 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = DDED685F4B3E6B9AD98CDA1F1594C02B /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96DBCADCEFDC1F17CA042D32829DFD33 /* ParagraphAttributes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88E308C417A725A796578824E892878E /* 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"; }; }; - 9710C8696AE4469734FA921B07F658DA /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD3D9FA7A4F2AD3916A2F1E09BE4A064 /* 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"; }; }; - 9721045DA4FB0A9287E948A1A20754B1 /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 39FC47856215D97187ACF0A7B6D46B78 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 977ED47D4C574A3363CBA3471D1E3435 /* SizingMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 721C1F5D32D91C9EDACC1DDE52E50C13 /* SizingMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 978B0985E20AD09313B6AD088C11848D /* BufferedRuntimeExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 042FC1A1023629A0B77050ABDFD99334 /* BufferedRuntimeExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97AFB9581C7B9B16FDB76BDDD2B5F98B /* SRIOConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = 969D216DADA9AF02B0339E42E569D42B /* SRIOConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9808103B3EE45FD2CAFCD6060B405BAF /* TextShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B96E044D3F7357379783C7A78CDBEDE6 /* 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"; }; }; - 9858A8DEFF45948639B6FD333103DFD5 /* 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"; }; }; - 985F8A922091635EA3CF3B2FB0768CCF /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 74BD35C9E3AB51092A6885FB44E0450B /* 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"; }; }; - 9880CAF07D43DC61CDB45C824D497B35 /* SafeAreaViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 29377B87012E7611C5BB9D623D8266F5 /* 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"; }; }; - 989A5F518F86B5FC3E6AE573F209442B /* SurfaceHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D236EC6A7B9F6742C8852D835A68D32B /* SurfaceHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98A447DACE3619A0EC2F47803766ABA5 /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CEE8ED182508A8EFE4DC874DB33188A /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98AC312CB78C94FE73D8E1AE72CC1930 /* ImageProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 48D6CE6FC385A86DE957A237120D60DC /* ImageProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98ACAEA5FEB4C2C0A9E3DAA961F5E7A2 /* RCTPerformanceLoggerLabels.h in Headers */ = {isa = PBXBuildFile; fileRef = 68B93C3006874E7153B6D1650F734DD3 /* RCTPerformanceLoggerLabels.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98BB31738E9F43114F4FA148C029CD18 /* 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"; }; }; - 98E9D432EF75C86F9A43DD71B0C9136D /* RCTFontUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = C12C3D6B1123247D5DAAA20F8602D4E6 /* 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"; }; }; - 98F07307DAAAB183041ABA6DAC94C22F /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE4255C61973FA7826299A98390E9C6 /* 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"; }; }; - 9900ABBF4139B5FA7D9E9CDD6E9CBE63 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DBD3F1E98BADA6330257960660EC705 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99280D8ED8812D597A0A0125A9974DE9 /* RCTActionSheetManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = B9E48622FBE28E3560D6B27EFF441B33 /* 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"; }; }; - 992A51B03B7AD01A3AFB4D6D65EC7F16 /* ParagraphShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5DEAC111B04E72A2B3C1F711F67D8027 /* 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"; }; }; - 9936A08F6B18197411B3374CFC3C4368 /* AtomicNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 357C89461C2B2C6319BF4ADE3900971C /* AtomicNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99417EF38B4D2685470FAED1963B57F4 /* SRIOConsumer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B514510C45046BE196402FD4E82FB33 /* SRIOConsumer.m */; }; - 9951AABFB82A2879EC8DF32DB8BEBEB8 /* Object.h in Headers */ = {isa = PBXBuildFile; fileRef = FF672619FF5F99744B0AAB6BEC57DC4F /* Object.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 995BC130C26D667DB78B79C89A9F20DB /* RCTImageView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5360C610477ED14434E623419F4BC6C6 /* 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"; }; }; - 9978FDDE88F859CF1943EBC3C4E270D0 /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F2329D95E176E210FC047185FA21942D /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99CB76550D2DC66C5F06307F31A32D87 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 40A96477B6746E7EF65974BA4AC77311 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99EE1BFDE7173A1DA22943E285A5235F /* format.h in Headers */ = {isa = PBXBuildFile; fileRef = 22BBDCDC9E5BB7D47CB6C63BAD034B4B /* format.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99F54CA1BEC2FB33D49F6C1CF5B31C2B /* ConcreteComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E24AC76CBDEDF3619C8D6A9B515B60E /* ConcreteComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A1BEA433A47B9BEB66A6203CA2D1A53 /* SRDelegateController.h in Headers */ = {isa = PBXBuildFile; fileRef = DD1FD8F5FBF34CB4BF85DC2E8496E125 /* SRDelegateController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A2383F791F324841C04FBE50DE87AC0 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 39D83F1680CDF3873436E61E3949E7D9 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A601C5533ADCC6B03C1E43EBD59BD3E /* DynamicPropsUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 7701D60E3AFE1F4F7CF3228F2EB1792B /* DynamicPropsUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AB69D604FE806DED6C81DEDA5A60256 /* RCTImageResponseObserverProxy.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0315B104EF473EE8228B47539324FFE2 /* 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"; }; }; - 9AB9D5159D2A9FF3B076FD9089D03D83 /* RCTDecayAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4C24DBC71FE62B29ED755A196F7A633F /* 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"; }; }; - 9B10191F3EC7ED8209B3AE727F84B760 /* ReactInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = DD3F58B09BDC4DC4145ADFE26E802195 /* ReactInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B1DD94F72D911CA6363FF8E7498A281 /* CppAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A6A08279C8FADD3D8FF81B1C2112A8F /* CppAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B8336662D25DBF240AA08706472343A /* Scheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 365E3D44F694374995EF026FEA7525CC /* Scheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B9F38C0783D14C0E858874F1B96D7F9 /* RCTResizeMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF9F38796DEB05E7A6EF90DE1E50D36 /* 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"; }; }; - 9BA366B190653B1EF3B03909C412133F /* EventEmitters.h in Headers */ = {isa = PBXBuildFile; fileRef = 7359DE378D0EDA07BE8B122BCBFF5578 /* EventEmitters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BAAA6963DCF8F23F4379DA342CF0A69 /* RCTRawTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3932EE2E36A88ACE62422B25D365805D /* RCTRawTextViewManager.mm */; }; - 9BB061A5DDB91598E6650596DD2201F7 /* TextInputEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F0DF07CF5388FFE89003C03A86922672 /* 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"; }; }; - 9C1534E087229CFD43E7FEAFC69E6511 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 17106C7F3CFA0403EDCC4CF5B7234475 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C18B76B691093A89984DCA78C0A4FB1 /* RCTVirtualTextView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3C545CAA0615C251583E48EB7F82EE6B /* RCTVirtualTextView.mm */; }; - 9C5B91A652644473DB75D826401FD549 /* ReactNativeVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = CFC56904ACC5A9EC3A31A16A1B3BA566 /* ReactNativeVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C7B563AD4E24E627A3357A4BB22771B /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7706A182348778EF9482CF0A0A02DC41 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 9CDF7E4CBBB6D3B0C7E71616F6167656 /* RCTLogBoxView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9B79B1DB75D9B325D8C8169A80D4A3B2 /* 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"; }; }; - 9D3872C5CF3992D6D7ED8B9E5537D68D /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D045BEF7C5B7DA1D883549094CE92E2 /* 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"; }; }; - 9D887CE778B5FF0158A0AD49A797EC8A /* RCTTextInputUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = DE69AC0EB785C4C4282875AA9DD1493D /* 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"; }; }; - 9D8E3401FC0E43A666CCFE12C0552A9C /* ExceptionWrapper-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E639F57C80F20E749E4AAA4336E32B /* ExceptionWrapper-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DB11D1BD5C71ED374495EF23819E23D /* RCTInterpolationAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C05B0D7C95B747359E31D9D2C2BA094 /* 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"; }; }; - 9DC0FF851D28314C60F07755E707231B /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = D5050EBBFA2476CD6D702252277B18DC /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E3209189858350A827C4D21FC180D2F /* ComponentDescriptorRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 254D9F40DAF7DFBDE54E1452C680BB4C /* ComponentDescriptorRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E54F4D3EF5561CBED0462C307A4C9E5 /* RCTComponentViewRegistry.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AB379722A8BCD249C34F99D9B8FF523 /* 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"; }; }; - 9E6991DA54D25C71633F9B4CCA239DEC /* Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = 3859A11BD5B175A2E7059AE9B7A747F3 /* Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E97808D02B2C8003B7C6A665302C57C /* AbsoluteLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F891A311CBDCBBB8CCCC34FF078DA6C /* AbsoluteLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - 9E9C1704A6FCA4ED16BC130C1E14800B /* id.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B236D2CF49A9AC4F40A02E5F0B2A002E /* id.lproj */; }; - 9EDEE2A62CA42C5CCC90482D66F34956 /* SharedFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D4DC7D2BEB1593169B033160B10F249 /* SharedFunction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EFC4E7E9F4179D1C473BED78988ED7A /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = CC9B5475ECE31B255BF18DF4B8002236 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F0E8AE5981366BEF34428CFEE3F49B8 /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC8B43C8992F34DF7CD32D7923EDE53 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F29254019CC6D9587C25D041EE5E4F3 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F852C98DD1BF5640292AF6AAF675EA58 /* DoubleConversion-dummy.m */; }; - 9F3E8600CD88BC420A107DB7922224A7 /* SocketRocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0585010DB2257C8B62F3B1BE51449BDA /* SocketRocket-dummy.m */; }; - 9F5A24C6EC40D46FC2D6DEEA81764FDE /* ShadowNodeFragment.h in Headers */ = {isa = PBXBuildFile; fileRef = 74ABAD4AF534C810D1EF5502593B545D /* ShadowNodeFragment.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F6B86200AA9533895F91128C668D5FC /* InputAccessoryComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D7A393B495A94F9DCE8B80EB5AA103 /* InputAccessoryComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F8DD75675B787854A68FEB6BCBF85A5 /* 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"; }; }; - 9FA2091D3616C962523F1F09C34A4635 /* UIManagerCommitHook.h in Headers */ = {isa = PBXBuildFile; fileRef = BE3FDF8DA7FE1545D44C607298413359 /* UIManagerCommitHook.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FA8BFAC2646F0D9CBD0A3BA122D1C9E /* Chrono.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DC5AD5C90390C13DD621B5A02EEE993 /* Chrono.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FC26C2834E23369ED50AA33C69D7B5A /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = ED996E9E6ED6B461A1FA1F6AE0BE0D00 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FE9C93969C1E89BE969D3696293C279 /* SafeAreaViewState.h in Headers */ = {isa = PBXBuildFile; fileRef = 594FDAB5A7FF02438826DC122B509C0D /* SafeAreaViewState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A00851973C546F95D6176D33E72390DE /* React-rendererdebug-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F6B4237B181B4FD91AE01D59B2F8EF1 /* React-rendererdebug-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0102BAE07610F8578EEE947BF053002 /* ThreadCachedArena.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AFB9A68F41FAA405A3AAE37295C10B3 /* ThreadCachedArena.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A013EB6D72DD4FEEC23451BA0A628751 /* RCTDeprecation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7144604DADD0AF104F8A8936C08D3299 /* RCTDeprecation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A044048ACEBEB8C927A32590D2188309 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 78B7C7B2B6E065B5004BE13FC19AAEE3 /* 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"; }; }; - A0495FAE880E03D6E0C5B9ED0A9D19ED /* RuntimeAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 6818515953715C8C04B5365C2FF99D99 /* RuntimeAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A054AA2421A5F7ED42408C5F226E7FCD /* SysMman.h in Headers */ = {isa = PBXBuildFile; fileRef = 506A5EB970B15ADBF0D61002534BC9B1 /* SysMman.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0A5F1914DEC1B0EA5D04C162C989597 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 210146C8BE7A0A6BB30494003A8E2FC9 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1079ED02A04CC405AD1A66E3CC6D8BB /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EC109CC8628486673C85D1562F220BA /* 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"; }; }; - A16C1ED5BF6794CA645221EBACF83F19 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = B1492BA96B69489FCA50F4BBFD32CDD2 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - A19D984063ABC3651F8246F378A9C880 /* F14Policy.h in Headers */ = {isa = PBXBuildFile; fileRef = 130677CC93E00689A413DE1C5D45754D /* F14Policy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1ABBE4A21E7BDA9EC4C8918C3F8D9AE /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7404AB8D8964BFE0531C56682163D1 /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1EC5017517E8089BAE4C529C61E2C98 /* sk.lproj in Resources */ = {isa = PBXBuildFile; fileRef = DBEF153A222942A16B857F6CAEECD21D /* sk.lproj */; }; - A20C9259948F228CA6006D7E11CD399F /* RCTHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E9FCBEA8F08B2916D2926B96E30BC04 /* RCTHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A20F8971EEB59E4AED9F3F678FD2255A /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 159F5245A51FF689C32F27D152E729D3 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A21EEBF43CDCCD4AB627D9CC3E354716 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = B00AD257443A678CFBC3ADD5A0EFE21C /* 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"; }; }; - A2337A5D0C19F9CD6F6542790DDDEC3A /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = DF63E196F2D472D716CD1CFF8D29C2EF /* small_vector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2874291C380D2F6E53B6F4A9699ABE6 /* SysTime.h in Headers */ = {isa = PBXBuildFile; fileRef = D7F312C3D9605D22499AC7486B1AB866 /* SysTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2948D84EDA5CFDA4B3E052DC3172C65 /* HostPlatformViewTraitsInitializer.h in Headers */ = {isa = PBXBuildFile; fileRef = FBFF7913327A550C5A04D267885A536F /* HostPlatformViewTraitsInitializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2B148A89BC79B488FD45A56567F4157 /* SRConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845C7EA5A46AFE22DC6C82FA344FB15 /* SRConstants.m */; }; - A2B7E88D95019C6C02138962CE5EF55D /* YGNodeStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 009351DCBF6590D657895BBFF70FB640 /* YGNodeStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2C02C91EF7A825D452E167DDBE1B1D3 /* TextMeasureCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 11439525484C11152674D3D912DA0040 /* TextMeasureCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A398F00B4A2E01F3F5A8AE18D37147DC /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C978526D5D558D0938BFDED50DF3264 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3CF016FDFFE1728A3911AB49B2B1C73 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3803B2AA187B67CF0C870893465AE9C4 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3D0BEE7DA88963222C4064EFAA2A08D /* RCTScrollEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = C66B66E853F19F4C86C646985B1184F1 /* 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"; }; }; - A420D2862444624075C054392A74F17F /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A623F7C48D60831122175706C71A74EA /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A43E30392D4C0CFF08F7D072139F7820 /* SRLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C0FAA307377663772FDCD8EEA4D9752 /* SRLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A44FFC6924B2899FFCE1D5645016EC30 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 356DD33793F8C6F757C75B7FDFB207FE /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A494D90DFCF3B0BB9F37331BD92B091F /* EventQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = A2A78F7537FA92BE9E0B34A0DE157212 /* EventQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4A8DDA22A9361616528241AC0E0E666 /* da.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3AA3D893E103A9BF5C4C3B9421CD49C6 /* da.lproj */; }; - A4AE8CF0B609EE806A824CA8F7C48CAC /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 20B06EE8E392496163B26DAB83BE93F1 /* 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"; }; }; - A54BD382A82C2C186231AFD81C3F52A5 /* CallOnce.h in Headers */ = {isa = PBXBuildFile; fileRef = F9281ACFABCEF5289629EF6589504A67 /* CallOnce.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A55045D4B45101CF4D36E2B24DEBBCD6 /* AtomicHashArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C73DEF93EB855958CC048BCB076258B /* AtomicHashArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A55300A6FCE3D8E07183D3C16275868D /* RCTTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2436CB2991AAB0D18F007F522E383AA2 /* RCTTextShadowView.mm */; }; - A553BF97D05CF23FD8F898FC41EDE3BD /* SRHTTPConnectMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 44D41289A83BA05369244074562FCAE8 /* SRHTTPConnectMessage.m */; }; - A5BE62928A6F1AAA9EE48A14AC03E89B /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 60C98BAE2CB02B89F75DE32885EAFDB3 /* 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"; }; }; - A5C818BF252092A031EFE323F5DF399F /* HermesExecutorFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83A3B192F64881083392BE94894B0007 /* 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"; }; }; - A5D83071C50C963862715DFAD1C65745 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = F9EC94A0DDA4E6C90D241820BCDA287F /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5D9EBB56A9A15DE008A20E7D7FDDA54 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1994C25A8D3538549E847C5BD5631C83 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - A5E366C649A48AC0CAF74AD5725C73D6 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 1311757A955AE35AE628BC6A0D267972 /* 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"; }; }; - A5F5504E01264327746483B35C85EBF6 /* Varint.h in Headers */ = {isa = PBXBuildFile; fileRef = 493BF367283D552EA0719F4472FB1C1E /* Varint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5F69CC39E9E195042B056A8CF966CBA /* FileUtilVectorDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = F1446E5B5E1E6532A8129EC19A5BC514 /* FileUtilVectorDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A600F38EE7C286A20AED658A2F6F384C /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = DC66ADE70F59EC9A2E9C408A42E1F8F5 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6065452C2433FE5F382F734C726AC7A /* RCTBackedTextInputDelegateAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B6FAB48CB2BC085133F08F7DA989B92 /* RCTBackedTextInputDelegateAdapter.mm */; }; - A633B367D1FD1F173421CCC5999A0C22 /* InspectorPackagerConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69855E63BB58D914A3051F610C65ABF2 /* 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"; }; }; - A634D004DA1A86BB84E6B96D34FECD4B /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B46D14923C0473F70A95F3A49E2E092 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6382B2B2A4E4B05ADC5FC332422AC92 /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BD007EC7409E2E4D96C946DB0AC3A579 /* 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"; }; }; - A6AEC9C738363D2BB79532D7A92085E4 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = A5E3F9DD67CF6CCF23FCA3F637624E7A /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6C0272F45970E880A7D5DF5B66647AD /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 86CD21C661338CF76FD714E4819D0BEF /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A71F9C78E30E2E140883A310A3D44932 /* stop_watch.h in Headers */ = {isa = PBXBuildFile; fileRef = 035C4CAE603317412DE18DE1D8300A94 /* stop_watch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A772D93F2242FAA69F955D0488B05CE0 /* SpookyHashV2.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FDD74A51002058B82FB55AE5D657564 /* SpookyHashV2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A79B74B7E963FD2F02AC1985B9EB0AF6 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = C9FF65FD1E2621B5355569E491B0AC85 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8B665D887E629BDAC392D028608F8FB /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 409C9CFE371F4C9E2C16E6B69E4475E1 /* 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"; }; }; - A8C4613612AE52A7872362D7ABBDA919 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = DD9992884E51910B0A58F37560F255C8 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8D2DD02769EBEDE9DB71815B796D639 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D13BEA8D45AC6350D8DE3148B7AD4C05 /* 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"; }; }; - A8DBA31C15AB16812579946F3DA4EFE7 /* SRDelegateController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F8810FFDF257E41E57C7103FDC6A5BB /* SRDelegateController.m */; }; - A8E21FE25014142EE1D0194D91912A0A /* RawValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7185D7F700090409397E2024E771101D /* 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"; }; }; - A8EA8F524AE2C6AD88EA97669B960945 /* EventPipe.h in Headers */ = {isa = PBXBuildFile; fileRef = 4108A5A5C69EA408EAE47A1389220D96 /* EventPipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A932C865ED4F384395A4FE0569BCADBD /* ModalHostViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 556F5312C1F738B58230B1063C047FD3 /* ModalHostViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A97D932F2F3FB828BF763C0EBCBD7C80 /* Stdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = B4731BEAE5B9F1A65FB492F06B455F7F /* Stdlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A97E94A30FD77085D5A4E93F927B1522 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C54D05625DBB27BF070448016B7C9393 /* React-RCTText-dummy.m */; }; - A9870EF21CE325020B63CF3A99E70697 /* Iterators.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CA3417ED0B8CDE1906D3202E80B148D /* Iterators.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9D27390285EA3B2F0B40B5B1D44F5FA /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A2B22CA31E3843054F1FDD21F052E79 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9DF03E4AE370550942349147660C10F /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = AA3A3C340B0E34E2DE91A75386812EC9 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - AA69C84BDB71F53418E403E979A97886 /* Aligned.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AE62E3EA1E11A2011DFB36206854AB4 /* Aligned.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAA5C8286DA283907AB74C741D153D66 /* SRRandom.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C2D3D50F94DAC3059E02150AEC13F5F /* SRRandom.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAB674130E6DF66AFD8BBD563DDCB3A9 /* CalculateLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9411B293D33E27DF660B0AD46B471D58 /* CalculateLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - AADB1E2640C20376AA8FC677D292957A /* ObserverContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = E0529EAB67BFDD4AEA0A80301D04CE2C /* ObserverContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AADB7F97553EFA416779B74990A954F1 /* 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"; }; }; - AAE926EF942CFBF5C450988CF82B9CA7 /* RCTJSThreadManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBB982B81A5FEB7CA18114413F15EA5E /* 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"; }; }; - AB16794A6220A5772C0DC3218DFC85D4 /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 153FFA10FE20492428AAFC9484A36CC3 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB3C05D5BB134B9BBA56AAD4E96541A6 /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B0063EAA3340B0FD3D787979A58596A /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB3D0CC3FEE361A23AA1E8E38034E44B /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 905BA47C4D9F2CAE68056FF3F32E8301 /* 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"; }; }; - AB4836965F0901F2E828D125AC816D18 /* RCTParagraphComponentAccessibilityProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = A1EC9A4A6250BE316F17C86AA9D296F5 /* 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"; }; }; - AB6933785A8E91502C754B1E5E213F8E /* PropsParserContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E4BAC19971926AC593F68A71D2E403B /* PropsParserContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB6C4D1BE622FD4FA2D29E0214915C08 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 262CD320EE1C2FE15CEA93A51F2AF4AE /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB8A4E5E065A03884C270240190544D4 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = A1E73B5FB53931E406FC32D77790097D /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABCF9883AF85B987CBC357E6EF8AA5A7 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = BCA4B995FCA633E532EC78345A862CC7 /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - ABE4DC1E733B3B3F4226166488B41736 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = AB34590D8728EB8F012D05C4127344CF /* 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"; }; }; - ABE6E4CD4EFEF6364A114E554A191A3B /* JSRuntimeFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A902B2E3654BD73FE68C2640D069445 /* JSRuntimeFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC5C518F0D38ECF20F0DF23BD04138D1 /* fmt-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 267039C69B6ECCDE54B5EF1AD931D1C0 /* fmt-dummy.m */; }; - AC72BC8F4B107D86C936642348FA48C0 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 08A04A642C9718F88D1CF33D980A763E /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC7BC54B9FFC1B37317A8F35C6EA340D /* AssertFatal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C4C297316C4043B6B8550AE758C4DF78 /* AssertFatal.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - AD07D2CDE649D92F4CE70AA64B5F3C58 /* accessibilityPropsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 03E93E8FA87192F1C0DD71F809D1E7F8 /* accessibilityPropsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD1ED3F8AFBED37D6187F1C05B9DA5D4 /* BaseViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = E52312893815E68A5F3BF85C1038CEB0 /* BaseViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD35CE696830AE4712589BDDD92F51EB /* UTF8String.h in Headers */ = {isa = PBXBuildFile; fileRef = 74C2C2A0E994E59EC1C51CEF553541EF /* UTF8String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD572A75F274CFB251312652674F4EDF /* AtomicUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = C9BBAB8DD3A07A56FC902CC374E80A3B /* AtomicUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD7B1FDC2FF37D2B5690754ADBF99E22 /* TextAttributes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 659927553B71E0763381A5F34B92060F /* 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"; }; }; - AD9779D3496977EBEACC97CE84B33487 /* RCTParagraphComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 78AD7158E5A400113CDE110A5030FAC5 /* RCTParagraphComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADC61B36FDECD6622FAF8E37F2C36A0B /* CacheLocality.h in Headers */ = {isa = PBXBuildFile; fileRef = B0A1643BF71DE16FFA228713DA55E535 /* CacheLocality.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADD52E2631931BC3C44BC11D3E694AFB /* TextLayoutContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FC160F54A9D50F8F44284D5349F1FC0 /* TextLayoutContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADE998333429FC0B734306201B40CF83 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CBC443BC5DE5E365DD13DE19BB6041A /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE0CA6DBF5CD36BB2C3CB7331B460647 /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = 83A7A6D8C76C1C91914B9DAED295AD66 /* Function.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE7F2B2B4B8D6EA3A98988C18D0B6691 /* RCTSurfaceProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = BA60FB5ED927F00F270942512B3D4982 /* RCTSurfaceProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEC09641CD31FF0B865AA9A555A0F621 /* React-debug-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 89B476B2B2F476CB8A0818A25883EAB8 /* React-debug-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEC5A03B8413F58CE491AD374A167FAA /* React-RCTAppDelegate-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C774A6C7BD9904AE2CADB074C280A870 /* React-RCTAppDelegate-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AECABE09DF3D6B50626C6106691383CF /* RectangleCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BB64DEBC10039748ED7BBAFC4D1DD58 /* RectangleCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF0A0592298295712EBAFD19A0E476EB /* LogLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A18F05B5D4633CD6C9F8D001BDDBC37 /* LogLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF39A14832F2E521A8F07812BA5B71F4 /* AString.h in Headers */ = {isa = PBXBuildFile; fileRef = 065154CC62618580C40309B66033A65A /* AString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF7BEB2B54E4A02E49439619ED5C0717 /* Convert.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CAAE190AD01D4A52E8AD389B7F19640 /* Convert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF7FB57577FDC85684624996612D963F /* PositionType.h in Headers */ = {isa = PBXBuildFile; fileRef = 3990B9154783BFB72ECB0CE54743F04F /* PositionType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFADFA47EB8F61479BF4B20140F69D83 /* 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"; }; }; - AFBB338148936EE88D1F28DF5B57BC88 /* RCTVirtualTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7999062E448D01962BA8738941E0CE14 /* RCTVirtualTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFCDCD8B8D2C41E65AB87D826875EB22 /* Bool.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B99C20E02378DF0593DD1ECB7424611 /* Bool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFD037B75AC6BAB61036CAE2B99B98EA /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = 4484FD310CC7FDE99D71B52628A747CD /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFF10860BA3BC3B167F6DB608346CE38 /* ClockGettimeWrappers.h in Headers */ = {isa = PBXBuildFile; fileRef = E416B0C3A1EC58515DEC41DF3D02E01B /* ClockGettimeWrappers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0526AA0CDAC54E20A5EEC8D2AC2EE72 /* Comparison.h in Headers */ = {isa = PBXBuildFile; fileRef = CAF0D8BDFD7930FE4F1844B8DC29797F /* Comparison.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B07183E23BE310128CE0C736ED7FE3EB /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B0DBC5064EB8C005C117C021373C714 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0C51E9813B499F6BD5186771AD27E0A /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A24D349FAA75EB24D77BAAFCBFCEA7C7 /* 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"; }; }; - B0F44582BEC88B9AD3248163D8F4258A /* AsynchronousEventBeat.h in Headers */ = {isa = PBXBuildFile; fileRef = F1F94F5B9A92F8ADCD1F0912630FEEE5 /* AsynchronousEventBeat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1121247DD0F082AF1ADFF4A892AB00D /* Range.h in Headers */ = {isa = PBXBuildFile; fileRef = 036EB421B5324C4C8F2FEE1BF08B8194 /* Range.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B138B0B2CBA7E1AAA0AA5B696FD04D10 /* ShadowTreeRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 2623F05A052172395AFA7D50FAB75713 /* ShadowTreeRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B151B75B227C42B36529CBB1EE885E12 /* F14Set-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE92B6EF155BE970721A6B2647F4AF4 /* F14Set-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B185DB06F07F6FB75C243F3387EEE5C7 /* RCTSurfacePresenter.mm in Sources */ = {isa = PBXBuildFile; fileRef = DC1B1CEB93FF38C0F923560FA7A0485F /* 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"; }; }; - B190B547739C3339A5ACCC12AF889C66 /* ReactNativeConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = ED2DFF62DA5689ABD1E9C47D281690F1 /* ReactNativeConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1C719941F48E377446324AAE333E8C9 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CE099CBF34256DACE7D464D9AFEE370 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1CBCE8BE24A33B1D45BA4CF7BF09064 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D76B07195CCFA3F24FE35B8A1E47BCD4 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1FAB3EF92878EB584B13ADF86A9C030 /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C686CF16AC36F7772E5666F595DF1DD /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B20448B53E315A5D515F240A99A19120 /* SynchronousEventBeat.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CCE87C95D84F47DF70641910265728E /* SynchronousEventBeat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2756F18ABCDD72942B2814733E04582 /* GroupVarint.h in Headers */ = {isa = PBXBuildFile; fileRef = B46136D54F40F23675446372805B6B0D /* GroupVarint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B27B431FE41B0D5063DC429587AED997 /* RCTLegacyViewManagerInteropComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8522B0B2F57A609C0920BF454192FD30 /* 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"; }; }; - B2855DB40C4C2A2595B2C143DCDA2161 /* MountingTransaction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52ED39D7AE4821B05BC87764F8065283 /* 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"; }; }; - B289D8F1EECA11AAC8554D4E9F7D7A93 /* ranges.h in Headers */ = {isa = PBXBuildFile; fileRef = 75A1EC0889B2FF4178C4B15A8C8EAE88 /* ranges.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B28C7891C7AB192961553F0C33354FAD /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DE53B92A20AA00DE097BB4CC90C84EB8 /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B290224FB8C93B2503276A907FFF2EF3 /* Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 64849997758D5B38C6EA88AB8BD5C526 /* Dynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B292CA5333EF7B75DDF808FD419E9BDC /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 038051F72CDFC0518CC29F7AF93D6286 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B29A6C3664E69E8EAD02EF08991FC189 /* CoreFeatures.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6C2DEC08A8005B0CBED661FC2BFD0D82 /* 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"; }; }; - B2AD1B1B36DB316B1EBF68F659EC3FB2 /* Cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F50B2935936B7501CDFF21E37181E598 /* Cache.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - B2CD2C0A6F355469AAD7C52A7512E655 /* RCTMountingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 80F0BA5DD4EBF5415BE558CBCC6775FF /* 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"; }; }; - B2D29A8C1AB4EF276B147BC2736DE097 /* CallbackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = E6A9EB19ECFB35C3BD61A16F21484DFB /* CallbackWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B338E0873AB16CEBE27A62B286A12515 /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 23F46C7AF4911240549674566D795D22 /* 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"; }; }; - B34C0F28E66B22FAF373B3C30C4FB6C4 /* AtomicNotification-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 96489235CABA0BF8A10434FC133718C8 /* AtomicNotification-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3521CD55907A2CBD75264DFF3A752CD /* Arena.h in Headers */ = {isa = PBXBuildFile; fileRef = 10F169E67E9F6AF9D77C49B765487E70 /* Arena.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3775EF27410DEFF7FC0C73F590DCDA8 /* ThrottledLifoSem.h in Headers */ = {isa = PBXBuildFile; fileRef = 1841AD95444E2505711CA1DEE133B7F8 /* ThrottledLifoSem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B380717C10B468D963202262AC823AFD /* not_null.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FFA741A8EC26DD612783B14F5682ED2 /* not_null.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B386C027E6A78F1FE1EAB93B4A2AA0DD /* React-featureflags-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B333373D4AB0D4175FB88DCE6FA67D4 /* React-featureflags-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4105B70E6309E1677224DD17FB5F472 /* AtomicHashUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BBE2B529666092F7DEC3C687F33200F0 /* AtomicHashUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B43A307E53EDB98B3B2110BB1F98AAB3 /* PolyException.h in Headers */ = {isa = PBXBuildFile; fileRef = 207D72871056994F29476846F29AF947 /* PolyException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4441B3B04D0C01D3C4B98B61CB5D257 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FE5F018F3FEBF0B42ED8C766C3CD367D /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4C919463B631B848A3E3868D490CF11 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = E0FE209CDF242151B6B166C339F02F61 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4D2F3ADB8D3C719A8CC9B2A96D147DE /* CalculateLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 17EB4059C1B6F539BD2BFBE3ED9B8E4C /* CalculateLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4F872D9279B37F86070D8EEDB9C80A2 /* Iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = E29A2CBF054A73452FE72177DE2FDF83 /* Iterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B519DB98A80FDFF221DA3FDE8D440042 /* RCTNativeAnimatedTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FA6284A2D9A3998CDB4B9FB46208B43 /* RCTNativeAnimatedTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B51F772CBCDCC57E274B6C9844858BB6 /* zh-Hant-HK.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CD093127D8ACCA89B53D00BF8611DF26 /* zh-Hant-HK.lproj */; }; - B5646753605B51E8E514FA569CB322AB /* RuntimeAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04D9EE49F5621B0B3728EB09C381DA69 /* 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"; }; }; - B58B45FBE3CAF164C4851F873C02B94B /* UIView+ComponentViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E909717001D32A2FDF0F706518B7447 /* UIView+ComponentViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5D40E0BB5F8F8E23753E46C925D3E40 /* RCTObjectAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83A9BF8C806CDAC162103892DE0EF6D8 /* 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"; }; }; - B60D0E36185D1586F72224EC9C82E2E1 /* RawTextShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C3727C15517DBF5C64AFB177A6A9282D /* RawTextShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B65935ED5969FC316B3360357EFA3027 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 491E9E3F19DEFA1BC25A42CD6A820BEB /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6931EC23C45D27E9FCA8624DB855DE2 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 49290CEC5056646FE74C165974CE19B4 /* 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"; }; }; - B6A07DC4A6D70B5C84A6DF52D0A74F8D /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 64BA0BDE323CF07D8A9D3578F44D70A4 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6B890529BF9ACEA362D9D509C953029 /* SynchronousEventBeat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4053AB5EB31BC1083AB0AEAB485CA709 /* 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"; }; }; - B6CC6B9573CB382D60F3C8A55597C475 /* React-RuntimeCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 92290D3A93A395D069A7BAD9925FF990 /* React-RuntimeCore-dummy.m */; }; - B6EC75601E2FDDDCFFB50796FAB459A9 /* TurboModulePerfLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F934A1D05C67EA18A8209B2C022BB2C3 /* 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"; }; }; - B70BA06EA426BA645976C92F1A35348D /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A7F8DEB29D0B55584F9FE338DE37C9E /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B73221E4078CD5DB8D65A46A83BBDB6A /* RCTHost+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = A412EE9F47BA5A8D06868E0269309349 /* RCTHost+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B734E060A5773B26F422D00114DA4B52 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = EB9654C7F1C37477BC1F00A07A6000A3 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B73FA49750087C1DA97EDB0737CA8774 /* RCTDisplayWeakRefreshable.h in Headers */ = {isa = PBXBuildFile; fileRef = B14E707CE52AAE2AFDD37F5ACC1648F4 /* RCTDisplayWeakRefreshable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B77AB7B3956CD220D07CF8439D105C30 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = F08460D67FAF18E84D6207E257538D64 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7817C66280904E3CE817C3C0E1886CA /* UIManagerBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BFBC32A758B94C29C405CF55D3EE5B9 /* UIManagerBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7CD9F2E82381CB8BBB6A25F3714B2F3 /* YGNodeLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39FC4388B176D3327FAB038B45AF9768 /* YGNodeLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - B80D092BC68AEF936898D3890C884E62 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E745F1CFAC4A7EF026EED29B4D9D9C76 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B88C21DFB0239A81B936FDD04A62FFCD /* RCTPLTag.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B5052CCED51CF6AC3A3676620F347F2 /* RCTPLTag.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B89AA4E3BFBA7F19AE7E14D06FB1DB77 /* MapUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D6609F1FFDAA711D16BE1CBBFCEF19C /* MapUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8F00F7ACE830F9C20E5FDC65CE8F693 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C01D417F0D2995289DB017FDBBE18D3 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B904ACA69AE2B80354527333631A2C3A /* VirtualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 066367DE103F744E9A009FA7A06E7F87 /* VirtualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B919A8E19F3AE1720270DCCE2FB3A94A /* RCTViewUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E67AA9333EC5151AA345A85BA4BFC222 /* 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"; }; }; - B91E5F0BEC94C5B988E1CF51623F14DA /* RCTGenericDelegateSplitter.h in Headers */ = {isa = PBXBuildFile; fileRef = B0062A75B9B27F370B75ADD05FA8E9BD /* RCTGenericDelegateSplitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B92713DFC99603AF2328C5804DF85ECD /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9EF22F9FEF599CD68768FB539BDFF2EA /* 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"; }; }; - B94E4F3FC8AD849D224F3E4722255A9B /* ScrollViewEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA3EB72CC51772EDE92E48C7821D72E3 /* 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"; }; }; - B9528A876EF55ADA955CFA57EACBBD83 /* PhysicalEdge.h in Headers */ = {isa = PBXBuildFile; fileRef = 68B8B809308F3F9F01639B047CDCCB8E /* PhysicalEdge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9680E151F3A6B64B1B39EA3E1B909DA /* Telemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = 99A9A92017677C191675411E55A26E15 /* Telemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B96D0DC390BA6718A56A6C8F7A24A960 /* RCTRefreshableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 36501C907A924B25B0E47A4202182D77 /* RCTRefreshableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9C6AD94CD128B307A7510176044EDCD /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D886821B444D6CB88E03807915CB1608 /* glog-dummy.m */; }; - B9C6D8A0B44502674D92E37E96B827D7 /* LegacyUIManagerConstantsProviderBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB6B8D1522F135D7F29FBCAAEEF1103B /* 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"; }; }; - BA0D1DD0B579480BA4EE9536CE1F1689 /* RCTImageManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 526BDE1D134B7F2FD12A14E1C78DAD64 /* 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"; }; }; - BA70CC054CDE60D175C2FFFBBCAD7BED /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1877AD368859A11BA32868BA16B21FA9 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA7101363B7AD23B7591C77849DDE143 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 060DF290EB6A55713CE8C24E1DE151B1 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA71601A255EAD8E88A6BBB8F0FD9988 /* FBVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D66CDE2F1E5ADE815D245C01F720E05 /* FBVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA789B5B4BCF3D88B17F3C595D9289B1 /* format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 52FAACC98D9676B0C965D8484DF9C51E /* format.cc */; }; - BA7B78DDA06310E4CF0CF1B030304720 /* React-Mapbuffer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E179177230808B384FFFE967C143D3E6 /* React-Mapbuffer-dummy.m */; }; - BAA977D2AD92239E259E6308F4C948A6 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 58188913302813856F5D098FAD5A1777 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAB1DA242AD17C17BA58FA257CEA3E0A /* TextMeasureCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 78CE762868D5B2E46E27A22F1D7D340C /* 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"; }; }; - BAE16C0612C208DE44FFECCA25E48CF7 /* RCTLogBoxView.h in Headers */ = {isa = PBXBuildFile; fileRef = 73B88D422170852619645B9967D23FC3 /* RCTLogBoxView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB01F8E8CF04FEE959DE4328875111BD /* NativeComponentRegistryBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 105C0462D9BA67C1D274680D62D99AE8 /* 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"; }; }; - BB0AE7EA6B9A6E620BB53F9D4E9C07D1 /* React-RCTFabric-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A581FEA5A93A3F2A31C1119E98DAB60 /* React-RCTFabric-dummy.m */; }; - BB10B40536E2B97C7FE9306008D4CEB2 /* RCTLegacyUIManagerConstantsProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = C95FA1A372B789BD7CB7C4BA8A5B1F86 /* RCTLegacyUIManagerConstantsProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB2554D32BA659ABE5780BCD89500AD4 /* RCTMultiplicationAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7407F1CA66E64194C662583CFDA85769 /* 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"; }; }; - BB504B36EB1B7D5977E69DC0CFBFFB16 /* RuntimeSchedulerBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B0C5DC158FA39492DECC3F499AAE6F5 /* 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"; }; }; - BB6BD6A34B521073DA72FFE0ABD593FE /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6394F45C338E06A8CAB6315B7D7C8004 /* 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"; }; }; - BB6C94835B12329EE3A469C60F3119D9 /* Byte.h in Headers */ = {isa = PBXBuildFile; fileRef = 63F5F0571EA83996B53E596BF37008E4 /* Byte.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB7A442B12C93A04C7C384137956BA21 /* FBReactNativeSpecJSI-generated.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3F0E93CA4A50A97CD132EC5F5147A777 /* 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"; }; }; - BB8DFCA10903E24AB1663819554E7352 /* TransactionTelemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = D26855BB5BF3F1FA5429F84EF16A99DB /* TransactionTelemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBBDEDCF1361B0BCC2362804B48026F2 /* HermesInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = EA14DAC18C7106E165B0B32486D42DE9 /* HermesInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBC8197793392FA6D106E0E3E3713DFC /* ImageManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5DF370281329A1CB3623FCFE5F61B4A7 /* 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"; }; }; - BBCBFE23E28C1E683E0BAD7C586A8042 /* ReactCdp.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E1DC9C2E842C0D99F4175EB106715C /* ReactCdp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC3343C7DA63E5F895FBE527E443A0A9 /* AsyncTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D024556120FC57697C2ECE69C53D36B /* AsyncTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC5739C6367717F0A8D7FBFB0C80CB3A /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CD32E49724D87DC73F3032F8EC9E547F /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC6209E98C242A6F770A53A1CF8A8909 /* RCTConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = AA3F185266B8E4E5A4AE9A8DC2922CD2 /* 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"; }; }; - BC6A2AADBDAE5CB31A41A6EF26A452D7 /* RCTBundleAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 41668E58DAD473E6D6299CB34C2F7624 /* RCTBundleAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC9B5BB799C2AEC6273897B357F5C3A7 /* LegacyViewManagerInteropShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64A92A11C861B7A2D8C75CA6E4072415 /* 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"; }; }; - BCBED091BF4006594B41377D38369549 /* SurfaceTelemetry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E3D0F5D1726EA295D56D0D74AAF5398 /* 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"; }; }; - BCC1E9691BEE78C95CB0F5113A81B427 /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = F514B0A35F0F3BEA269050AB3DB3392E /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCFC53695AB9976C377C666347B4ED63 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 98A9BB0219FED1FF1585F9AF0080D33C /* 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"; }; }; - BD0329A665EE76F653AE23D04C7590FC /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = B6577792B784C0F015CBBC9C2A12DDEC /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD0D9712B95CE16CB286B8D56691FC6B /* Transform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6583BA0397EB6F86B7DB4BB114B48BA9 /* 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"; }; }; - BD2B2CF6B362612AE7CF7AB7C3CD6614 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = EA0828E5ECCB4CD5D901F089F547527C /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD4160E7E80EC0FB3366EA9536D02133 /* ReactEventPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = 787FB74E991421B8AEDB185B0BBAEAD8 /* ReactEventPriority.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD51DB4409A4A9EF7BED5210C7B3B8A9 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E923757008179508C9B2484EA453AB92 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BDBC0CF9835662E22A1CCE11345D60E6 /* WeightedEvictingCacheMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CB19BE6FA86208CB5F4A61FAACE298E /* WeightedEvictingCacheMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE63D1A31CAA867F6A6AAB5C3D48C423 /* RCTBridgeProxy.mm in Sources */ = {isa = PBXBuildFile; fileRef = AA9BFE26E831DA12A8DBB9F01A6F87BF /* 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"; }; }; - BE63D615602198EF25F7DC69B28E48C6 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6D134F9EFE0C3867ED98A3E48709EA16 /* 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"; }; }; - BE93774520E361F583AD22AF0892E7E4 /* Dirent.h in Headers */ = {isa = PBXBuildFile; fileRef = A3B4504723D37DDB3A1BBB28AE41070F /* Dirent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BECC921D01255BC2D5C4BDA0BEE0A832 /* Log.h in Headers */ = {isa = PBXBuildFile; fileRef = 43FC5B44EBD55EDD00170483098492A9 /* Log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF1E172BD8D4C7FDE63E3E7E049345B4 /* flags.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E1BA2077D20A02D190BAA7AC524F882 /* flags.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF37697D128A4767080A9DBEC6EF91DB /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = E278481A286D84AAEB3EB0BB10B85FF2 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF4F84B9817DB235D11262372B5358F2 /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = E429CD94A1B457A9FE8B63EFEB8DA810 /* 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"; }; }; - BF570F33AB14A916C5D7DA79AF5BD837 /* Util.h in Headers */ = {isa = PBXBuildFile; fileRef = DFD95BCA231BF7294B54BBBE1F7A43A2 /* Util.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF806627B5B9CF567D7B6F6614FB4309 /* PropsMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 33A326B09509211704956AE5AA94E772 /* PropsMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF9D1ACEB08F29DA5787909EFFC55EA4 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A2D6448732AEF55248C8A5444D05053 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BFC5A57B5FC4E68E97B1A995E975BB39 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 497BA1F22661215459776275AC1753FE /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BFF56D4621FAAED019711CA479D41D7F /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 599B8525AED1F7D4893C74EB923620E4 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C03BE0FDE825EFF1D0A59085BD6C2A09 /* RCTRootComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E3A917CB3BA26B9BC0F3F4FBD5997AB /* RCTRootComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C06FA5AB446C4D45AED6B889C08E0A65 /* YGNodeStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39DF2A6EA81E5ABA408E1FCB94C93038 /* YGNodeStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - C0A02B60E60CEFE513DF70AEC2B1C95E /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 918DDD95AD4112E4584E96100AF895A8 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0B5FF87F3B96276C94A9E29BD4A30DD /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 254F5BBD7C091186993D1C9609A7A7F0 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0E32E20DACC194F87E8DA31536B7037 /* SRRunLoopThread.m in Sources */ = {isa = PBXBuildFile; fileRef = DD9C6B9D5678AE4BC86F7AB978C63029 /* SRRunLoopThread.m */; }; - C0F3BCCD13C898D8C8A2E24AB1704BEE /* TimeoutQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C0FFE3B52F5FC5B9E85936F71606010 /* TimeoutQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0F50E6474B0C0D04A56FF4E77077835 /* SysResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 50A063D0B84A8706BF9D36E052AFDCA4 /* SysResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0FFEFC3CA81333FF80974F239821C9A /* RCTDefaultCxxLogFunction.mm in Sources */ = {isa = PBXBuildFile; fileRef = 22C1CA4313E5042D1580022DB194D6FD /* 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"; }; }; - C11396F2D4E689665981D881C224BA02 /* TextInputShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 565707BC9E345D08F2E43F9D424AEBBD /* TextInputShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1680D18DD4F2F93006A512F15FB92ED /* ComponentDescriptors.h in Headers */ = {isa = PBXBuildFile; fileRef = 08D02358595E8C59787C87F895BF5452 /* ComponentDescriptors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C169E5A58DED88DCDCE6B9DC8C30C007 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 415552FCDA1913EE9C21A7AA2E8B5D8D /* React-RCTAnimation-dummy.m */; }; - C1A73C1545060205DB19B98A0C53FB5B /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A10F9DC6F9A22153D9D7AB1B892ACEB /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1A8C24B03FFAAE79B2FFF613F00285A /* PageAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8F7A7AB82A938EB15CBA2658530256AF /* 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"; }; }; - C1AB13198B3C85E9D03A525E9A0686D4 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1704262963A369ED362166C6FF26BBBA /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1CADFB9B70352977EBF9A6F7F611E58 /* RCTFrameAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 61DBC372906F57FF233F70CAA0EE74E6 /* 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"; }; }; - C1E6B70D0753EFEAEDBBFC9684D2D207 /* debugStringConvertibleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = CD01646014E4581B9D5E49E93C8B660F /* debugStringConvertibleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1F8BD95221367F0FD012CAB50BBFF02 /* LayoutResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AD5478C02CE20A445EC3E678FF9E5CA /* LayoutResults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C226282F870B90D8E09C938530906428 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5103086866E218893F5BEED230C23CFF /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C235D214A20B2636AC0229B651F6A13B /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = E743BFAD7A14315554014A32748265E1 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C23B2056FC62A00CFCEA984DF9C48C1D /* TurboModulePerfLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C7165A67371DA0002EC4FD4FB4EE9332 /* TurboModulePerfLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C24001F93A91C4BB500AF3672298224A /* RCTBaseTextInputShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8CA37BAD16C2F21BA58A5657E51A1EF8 /* RCTBaseTextInputShadowView.mm */; }; - C25FC226EF5DA656E4692BC91511F91E /* AccessibilityPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 178B8544734E8DE26164E85838DA2B85 /* AccessibilityPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C268A4204A18D8446919E2A723E79FA3 /* ShadowTreeRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 118BAD52B2E8296CF900E1EF4894D715 /* 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"; }; }; - C281195CDEAE638451C90E4F2BD8ABE9 /* ImageResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FCB52B4BC89B57C2CDF000E5C998AD1A /* 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"; }; }; - C29E4E2F49EF007ED155543842AD6193 /* TextInputEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 17B0F9C4B9DACB649C5E0039B41887B3 /* TextInputEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2C2CFF9B513B2D4A09A20D58F735B7E /* ImageRequest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0DDFDE1E8D1A2A8C7419B2FBC4B86E25 /* 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"; }; }; - C2DB695DE170AF7F1EBA38F0CF0E6CC7 /* SurfaceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 245CEEBE83D71BBC5659B6EE834EB623 /* SurfaceManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2DBA4342D7F4390DC978AA7E268F3FB /* RCTSurfaceRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = E15A61637A48253319402018B8977585 /* RCTSurfaceRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2E53DF0BC8EC3D2220EC08BD5729441 /* HostPlatformColor.mm in Sources */ = {isa = PBXBuildFile; fileRef = BFD656D20B44A26C87CF180FE0BB0C53 /* 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"; }; }; - C2E5F91FD6A351B3C50F3330E317A295 /* ParagraphState.h in Headers */ = {isa = PBXBuildFile; fileRef = F90F8E1CCFC1FF33AF467998691FBF81 /* ParagraphState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C30CD776663EE22E8463E2F327515109 /* RCTViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 59EC3BAB3316FDDF4BA7ECE7C5234B34 /* RCTViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3283F2C7979073A21488C5992B13131 /* RCTImagePlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 380E70453C1E367A14208E64B56AD19E /* RCTImagePlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3452CB44812CA34FB071A836C129EA5 /* ms.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 33372E827B1BA6CC190DDDFD79828113 /* ms.lproj */; }; - C36315033E84D8A4DB54257DC2A4BD37 /* ConnectionDemux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37DCC62EEDA67E4EA0FA9F90DA54F682 /* 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"; }; }; - C37D1645698F4B90CE959BFF1645999E /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 803E7468EE3C8D2022AA330E982445B3 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C392EB24BFA0D98B9781E0FCC9032474 /* TypeList.h in Headers */ = {isa = PBXBuildFile; fileRef = D5266C5C2A1441F787E4EAA90B9166DA /* TypeList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3A57AFCC76E9EBE602BD41A54B622A7 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 20F05746F2B74C7B98CE7C316EBE8CDA /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3D0BF75C68FE111796B4168D0E743CA /* RCTFabricSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 357F1D78E8E31761D72EE4B2B0933880 /* 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"; }; }; - C3D6E34871E26A87318431882007106B /* ViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = F3CD49EC0E466E4C293811421617F0B6 /* ViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3F0716E4DC5DC3DB4348B3F4187A35E /* RCTModalHostViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13F2532D1E42DC90D9AAB5473B928E87 /* 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"; }; }; - C404BA0C4D59975681A1B11E41857B75 /* RCTInitializing.h in Headers */ = {isa = PBXBuildFile; fileRef = 938853A511ADEF345485AD3F69557463 /* RCTInitializing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C43F3025B903327CC3E9FEACE2E5AE3A /* TouchEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EF34B1C99D548FBBCA52003209848B1 /* 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"; }; }; - C4424CE13B484EBB1C7CBC904788AF3B /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C7CF39CB0ABF0C1E2F1DA757723E98B /* 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"; }; }; - C4971DF8DE128F1497BB8BCC2DB4BEBC /* ConcreteState.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CC6F063655F93A690DB12F43FF59203 /* ConcreteState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4BD13E9C03B9007EAAEA1889EC410D3 /* RCTComponentViewHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = DD8DB609FCC836896DBE75BA3B2AD466 /* RCTComponentViewHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4E8923DEDEB226C7D24AC7B6AABDC53 /* ConcurrentBitSet.h in Headers */ = {isa = PBXBuildFile; fileRef = EFCF80831E029EAC9ECFEDFA8C0B0BE9 /* ConcurrentBitSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4F9BC9BB29B873E3E45A95201695F5B /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = 997B7B2A3CC26B9D704D7CB940D7E4C6 /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5139FC187EE1440197C37C7FE92E14B /* ScrollViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 91E06CCE89D738151E95EA2CB87840BB /* ScrollViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5318360D4582FC4D72869E68A920EF0 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3DD5ACB14E1702D47A07220300ACACDC /* 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"; }; }; - C54F6FC1750E4C85E1A02A1030800894 /* RCTJSIExecutorRuntimeInstaller.h in Headers */ = {isa = PBXBuildFile; fileRef = EF2212E582F8B851BA7EAA4BAA42EF86 /* RCTJSIExecutorRuntimeInstaller.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C55C85FF41F71A748409D7992A37264C /* BridgelessJSCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2AA3BA7A675C2965CFCFC2CE81CFB932 /* 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"; }; }; - C5C5D2796A8F2328F9FAFC7B017EDE54 /* CoreFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D4F433A894BEB76CE99603ECCB3CAFD /* CoreFeatures.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5EA098109E353255C0CC5D0F7830779 /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = ED6B3014DED4B1454EAE745EC4DEF0AF /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5F7A37D2ECAA0310770ABBD0230C09B /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = A78A0789C1D17212CE78F74D52B9EEAB /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C645F00D2E2BAAF223D61D1303B9B7F4 /* Filesystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD76DB8A83861EF7CD0449CFC4DE097 /* Filesystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C649336DB0CFF5DBA00FC62B6433C0E9 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 03DD2E952B38DB572FBEB03219D73F65 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C65DD34FEEAB743E716DAF1454A48A4E /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 436659BBA87E2B4034F6C03A4E0F7528 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C66283B5018E404C3B113B6F1896761D /* Hint.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DBAD76DF0AA6D7A788B0D3674035677 /* Hint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C66402DF210D5FCFF920846545C66F57 /* HostPlatformTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = FB82355FDE993539EC05635F582997F1 /* HostPlatformTouch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C676213C95C029F31B7652F51612EF51 /* SourceLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0834C175FB5FEC893A25F29A77A057B6 /* SourceLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C67A92226FAE98D36235F19472093567 /* Time.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BB0E5875A31D5E8CDCEA86F5A67276E /* Time.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6EDA03EC86F4B013552E68B1EAFEEB7 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BEF951846FA55FDFB0C6C6DEB66A0F4 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6FA80C7082AB5FB8BA02745DEC19A9E /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EDA019464CF15E987932ED5F41C3F86 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C71E4E15ADC390A81ECAA512430A578C /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = DC099E244A9F9DBA7947D568C1FB5005 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C778EB52AF14400F49B2DB3996938DD3 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B2DFCEEDF3A19A7B1790C7FF7B94DE14 /* 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"; }; }; - C79B7263602A6E0AC8CEDD31B157DD7C /* RCTDiffClampAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09C80F5AC92E8ED7B116C2C143214E89 /* 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"; }; }; - C7B62392C125A1E42F61D788BB595FA5 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5398BE1A1E03D5297032DDF97C02D30C /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7B953F77218C9E7D07B488A5D7864AD /* RCTSurfaceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 127F811A9AA8336185CCEECE4611336A /* RCTSurfaceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7CF51506C29C547F6DD9098D47498C5 /* RCTInputAccessoryView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6831515DAF9CB1DB32785BE0FCB93E6A /* RCTInputAccessoryView.mm */; }; - C84A45E2E5E0FBCDE82CEEA77B4BDEB7 /* RCTAlertController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F7A2D8706FA3AFC27E898D091F087BA /* RCTAlertController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8666DAAE37B2A2FA3F00A5D3D298E84 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = E799FFBE4E78FAC7BBCB3EC590E353B3 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8A210053FE1D696C52CCA42F9C64130 /* AccessibilityProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ADB1EB7B64740066B60B011E8520D8B3 /* 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"; }; }; - C8BEBB2EFD02224A1886BF94B6415D9F /* Vector.h in Headers */ = {isa = PBXBuildFile; fileRef = 185CBE3EEA92DC8465264DB7B2DD6E74 /* Vector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8C110C84F2913B73F473E7AE192FB2B /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C262602AB83D8CD1B075F3C5414479AB /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8F0F1A27B39E4011A0F4E28092BD55F /* WeakFamilyRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 45B91E5F61D427FC71BDBE5B0680EAEE /* WeakFamilyRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C94D8A1D24EEB170DA656A575A680881 /* RCTImageManagerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B7B0981426A94B6A363F9F164A08795A /* RCTImageManagerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C950A48FAF23080723A8D3E336A02FCB /* ScrollViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69916F1A9FA76DA4856BB5146B886C0F /* 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"; }; }; - C9578B7B71B3393B4B7368223E576FDD /* 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"; }; }; - C95BFCF9BFC72393E83AC2AE537839B7 /* RCTModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 93521BC8881C6D40E850987ECDCB8066 /* 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"; }; }; - C9AD658EBBB873E6D79C0F3140AA9D53 /* RCTInputAccessoryViewContent.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9893EA1FB63F742E71AC9FF86B13CAA0 /* RCTInputAccessoryViewContent.mm */; }; - C9E367B272BE35072A737A2B699315DB /* RCTVirtualTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = A50261C398CB13ACC11FDF512576358F /* RCTVirtualTextShadowView.mm */; }; - C9F2C6FB2AF3A75E5BE51D0EE500C64F /* ModalHostViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1456A462D41B77D300EBEF6EBE1A4EA /* 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"; }; }; - C9FA92BB4B6A9C534006CD4CE362F6DF /* RCTSyncImageManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 988E46C02320D5296247259E2C36FEB0 /* 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"; }; }; - CA29FA620DFF8FAA9C3FC2B5AAA7B118 /* LegacyViewManagerInteropComponentDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B2F42A9290F3DBCACE988D04FF2BB89 /* 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"; }; }; - CA5C02BA578DFBFBF191FD26A3C8ACFA /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0BFB85B76F6C2F9809214837BFA1F944 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - CA618F822B265CD2E4ACC9B8C20EEAA7 /* FileUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = FF88C9A8B1E0A79468C40F286C239533 /* FileUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA621B54C54C63C2792D6F036FCDC29E /* ThreadName.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EDA6F605E6CEF5F9A72D38C0AA3DED /* ThreadName.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA7F51FB6AFEB6D8756C4ED89067B936 /* SysMembarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = DF804855D1456E2DC29B632585EFE659 /* SysMembarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA9C7064F9985BB31A859E020B2312E7 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 715CC4FFB1543773CC9243A7C81A0540 /* zh-Hans.lproj */; }; - CAC147D27388E522F27F0A975F10024B /* React-Codegen-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FE0A1676731EB9AC6935F22C4E433257 /* React-Codegen-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB143E11EDD61FE8A1A859E62FC766EA /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 39C8D3420199CD339B0DD3A85E2659F3 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB33B016A456958469781118C8659708 /* RCTFabricModalHostViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = FB45C864D54479F291241754D56F9866 /* 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"; }; }; - CB6C7613FC5A547D4DB9416775AAB80D /* RCTUtilsUIOverride.m in Sources */ = {isa = PBXBuildFile; fileRef = E91E0BA10AD3E4A05EFE4BDDDF202802 /* 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"; }; }; - CB732E45F9C4F970AD41A00F421EE6D7 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 90FB4F6CF790D17598DE9C0562632C52 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB7A9799EAFE848F3C93C28E93996240 /* UIView+ComponentViewProtocol.mm in Sources */ = {isa = PBXBuildFile; fileRef = 53BDB27BA544C79B1470962E69A1295B /* 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"; }; }; - CB7B128B3FD7A4B03C3E64DD2E26126B /* StyleValueHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = D9B25054D5EE3EBF1D91C6DE6AD235E2 /* StyleValueHandle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBB4F24B945A6516CF57A5FAC7CB20CD /* RCTAppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 412B482D4077AA03CDA9C7148BD671BB /* RCTAppDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBBD37F8B63D7E790EF8EFD72A74B26F /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = B222607BD79B79EA46BBA68F606016E7 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBDFE45E4666BEE89C29E4B38EC12A83 /* SplitStringSimdImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC21E6203A42D717BE49E8E588CB0D5 /* SplitStringSimdImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBEA1B21AE65737A887320754BC3025D /* RCTInteropTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4F3B801CB30A3A30F63B03542A16FCBB /* 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"; }; }; - CBFADFF0C8C0C757805446FBDBAEE906 /* UIManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 836A52822AC306D0D74B8AA00560896E /* UIManagerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC0B6021DCD2E52815E6B72FBE7C8943 /* RCTImageShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB3DFC1D2D9EB18B97D3E2DB54A6A886 /* 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"; }; }; - CC4AE9A9CC230A81D759F5CBBFBB277A /* RCTAppearance.mm in Sources */ = {isa = PBXBuildFile; fileRef = BA25862F2D984A5BC66CD55126A854A6 /* 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"; }; }; - CC5B6D9FABAC8182791D07EBBA64D92F /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C75DA8745CE4466794A80F96B5D8947A /* React-RCTSettings-dummy.m */; }; - CC7CA138565F58A30C26C41C2E27F7A7 /* NativeSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = F138DB447C457AE8D0B432C87AB6D5C2 /* NativeSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCEAFA6D609A3A16B2A70A1385126E3E /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = DB34786C00F4F0F3357E37584BDF84DA /* 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"; }; }; - CCEB8BED7F557A02276F05269C3C85F4 /* RCTLegacyViewManagerInteropComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CA20A41BEF288DEE53BAE1ED2CDC5D5 /* RCTLegacyViewManagerInteropComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCF7DC8AD32BF36AB5F1AE8432D30600 /* WebSocketInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = AD9F7065064489383E01F85885787331 /* WebSocketInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCF82515CB0ACF0959E8DE130DCEB95C /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7421CC90E46ABD435AB0387EE1EA9734 /* 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"; }; }; - CD5D46207C34264C5DE564AF2D5E9808 /* NetOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D0F55A1CBF2A5D8A9F6B0B49A152959 /* NetOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD7C44133995C594A131DCA318A96F13 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 89AEA81A40FBE58FD8F197342A3682EF /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD8284B19295458FBB43DD6A0A24D73C /* PointerEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE9D2C3D650F258AF6F59170332F5EA1 /* 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"; }; }; - CDA5C9F05D26C5BF9929A31E683DEC4A /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = ED71EA86F152CAD5EDA491E04F5C4A68 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDCA2BB7958B45C6F3E813BF5EAAD6C5 /* Expected.h in Headers */ = {isa = PBXBuildFile; fileRef = D869113E22557F357D518366520103CC /* Expected.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDD313A7073BD42187EAFFD7426292AF /* ShadowNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3997AADB58C600255F8E343186B53D6 /* ShadowNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDDA135A7A5F1E7C3FC87082D746373B /* React-jserrorhandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 508CBA0B4A5A8019B3E15D9A411FB488 /* React-jserrorhandler-dummy.m */; }; - CDFBF4AD9C10E78AB8390BB4BF7086C5 /* EventLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5504376BD7458B08FCC3C2E9CCDF3701 /* 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"; }; }; - CE234B86EFDB78B11914F797804FD005 /* RCTI18nManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 22D2C8BD94D2779A6FABE3FCED55143A /* 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"; }; }; - CE4E74B5C38A797FC2C0BB5278CD44FC /* RuntimeScheduler_Legacy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FECF7AEA440A333D7621E9FFFCE3CB82 /* 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"; }; }; - CE79C67E76518D747B56A4D54FB217E1 /* RCTConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 437B4B478259F453DDD2C911703C303A /* RCTConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE84C7CE8252DB895948135D8012A957 /* UnimplementedViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F7195C70A30629ED77B6674C81216926 /* UnimplementedViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEB331F6FE1EFDF2A69ADCEC8B9577DB /* SanitizeLeak.h in Headers */ = {isa = PBXBuildFile; fileRef = C128E32800DBBBE7BD73B0DB2EA50A53 /* SanitizeLeak.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEC0718153CC8AF64A8AE72C7C18B51D /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = 2002DD4A0F6B3EB4DD29785216A66D9B /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEF86A0E75951ED3BD11AD218B58152B /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07D64B4A277860BCF16B24DECE1060FB /* 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"; }; }; - CF11A75424161393E4300D19CA9C6613 /* RCTImageURLLoaderWithAttribution.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D53CED35EEF04D69871EA1E5664CD7F /* RCTImageURLLoaderWithAttribution.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF9A149F905E7A1EB781EDEFD8451280 /* ParagraphLayoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 114507F1B2D74DAE4959E7AC81820DF2 /* ParagraphLayoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CFAA9F024D7911EF1DA899453EECB3F7 /* RCTImageLoaderLoggable.h in Headers */ = {isa = PBXBuildFile; fileRef = 53DB364A58B870FBB71D683BD410B705 /* RCTImageLoaderLoggable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CFDB35C91DE330D329A808725E6C49CB /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = B527AB779074503EF1DC2F3D2E067E21 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CFE3998264FF86A31D820681D1EC5F10 /* UnimplementedViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 23564805F835E6E7F4EE6C71D0B0320D /* 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"; }; }; - CFE4B611C969CB9480D0F6C1689757C0 /* FallbackRuntimeAgentDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87B0A52630C7D1C3FE89828278BACE2 /* 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"; }; }; - CFFD777E17B7E1AB2EF0B74DFA43F067 /* Replaceable.h in Headers */ = {isa = PBXBuildFile; fileRef = B41CA2872B3100D34E5916BD9747FFA2 /* Replaceable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D00697AD2D0A284FFFF0392286EF33E0 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = CCDCF593C8DD5D7090FEF2C319A3E6D8 /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0248862C92884E52BF8F716A932F032 /* Rect.h in Headers */ = {isa = PBXBuildFile; fileRef = E9CF5F3273BB2EF480A65B0118141058 /* Rect.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D04043C280D31368CD8DDE21E403AF20 /* MapBufferBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = A1F56CAB50E999AD2214D30A36B4DA79 /* MapBufferBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D063FFC2BFAE5633D1AC7A47A399FA51 /* React-RCTAppDelegate-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7130F091284B04E59AC3B61D682835C5 /* React-RCTAppDelegate-dummy.m */; }; - D070F395064D94F0596E2418F5559D22 /* SRProxyConnect.h in Headers */ = {isa = PBXBuildFile; fileRef = C09D1BCC94FFE3C6143459C161E5ACEF /* SRProxyConnect.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D074D150CAF02035FB47A8A285164D37 /* RCTVibration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2452A2F6EDA09D0064C7FC954541930E /* 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"; }; }; - D0961621FF1933A2C1E91CB2DAF144E1 /* DefaultKeepAliveExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 23C5959A240F9A33D470E539FE162B9D /* DefaultKeepAliveExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D096C0BC72C170AE42E88E8044C596DB /* Syslog.h in Headers */ = {isa = PBXBuildFile; fileRef = C3A48141C5DA78A08DB8A2E1D30AB6D9 /* Syslog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0D3167C00F9B90E51DC47A04B8DF831 /* RuntimeAgentDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2968B7E0BB41B7914DF7E09D3A75077F /* RuntimeAgentDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0E80D4E530E0111664C2B951A2E8B9C /* RCTThirdPartyFabricComponentsProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 225F0EFF01C8AEF17D4187E21CD1907C /* 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"; }; }; - D10BB246CB03F63352F4760B972DA888 /* RCTJSThread.m in Sources */ = {isa = PBXBuildFile; fileRef = B80F4FC7EE869CCE382BC6E48AE1A75D /* 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"; }; }; - D10EE65B9E7389C5F6DA5CB3D6A11FBC /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B7B6D770DF6537C02AA3DAEBA7388C1C /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D14238C13778B77B8A8BC5AEE6DB621E /* Traits.h in Headers */ = {isa = PBXBuildFile; fileRef = BE2252C1E227B6B138921BA745C6ABC7 /* Traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D14440B3BDD0DD2A79C0D8237608E4A6 /* BatchedEventQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 256250100AB3DDDF828BA6EB632CE6A7 /* BatchedEventQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D147104ECC2D6307E8DF5928F866D16D /* propsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AA606BF74D8B413256BD1E27F027216 /* propsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D170E425B644685B45C257C1D0CA3F74 /* RawValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C7A64A435E4F2EB8F9E62EE59C3C9D5 /* RawValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1A952AE0B5B87E190800E836FAE8D7E /* EventQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F817DD419D58409FD942676774B8E8DF /* 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"; }; }; - D1BD7D9D39E95D2C9B8BB833999CF5D8 /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95AE7E2CE2FC343544A6B893E4D7E229 /* 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"; }; }; - D20FFE94E5F54795FE866DB3B9397A59 /* RCTSettingsPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = CA2513AA41CEF7FA9A42BF4C8BF31AD1 /* 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"; }; }; - D22490B7D02C0F1730837E7FB3152FC1 /* React-Core-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 611B3C611A93AD603AF32F7170FA5988 /* React-Core-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D24642DBBD9CB1289D80232E937015A6 /* ObjCTimerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = CA8ED47CE53D1B82B0147D259FFA7D43 /* ObjCTimerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D249FEF06184EF0952E24AE2387D4994 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4DA2169CDCC91ECAC58B3FFD73759A /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D27A00DA77777E492A5BC42C43DB4F9F /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 46359949C48E08F3E35943E5A0C5731A /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D285EC16D64357ACCC37C78E8CDE03C5 /* SurfaceHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 181F192DDB15D470D4B9FA2F6F065A4B /* 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"; }; }; - D2936E0468D52DFD78C283ECD26133E6 /* MacAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A732660A46D8B89E811D42131A47E43 /* MacAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2A58C5CCA283280EE15C2F97302BED5 /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 67C176DBC5E28C815D7D59024C3C343A /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2BD847367F29382104228BBD8CE0631 /* RCTLocalizationProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = BA6A1F73E24EF0981B4ECC4C04FC600E /* RCTLocalizationProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2CA6C67062F26E76B21740BD4E6DB2F /* ManagedObjectWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0B0A205D5BA02E84065C1A052622C9B0 /* 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"; }; }; - D2F9977C7AE0E2B8807F88833D4763C8 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = D19AE62F7BEB32E7B8A4958D0F5393F5 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3020BB58E6FF4F72AA49197F541E288 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = E991C005368F1E9778F098D0B5EC9FF5 /* 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"; }; }; - D314CE19441336A83AAA18D095975150 /* RootComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77355301C3F9B800166FAFF1B2E09A29 /* RootComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3239603DF621B6FC57CCD3A0B1E0F53 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F2447F846365AD82D3F3577D1FA202F /* React-RCTNetwork-dummy.m */; }; - D3944EA0093CF5ABDB3F06ACE0970B6B /* LifoSem.h in Headers */ = {isa = PBXBuildFile; fileRef = C57BEDEC1840FD8209B8FAD43401C99D /* LifoSem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3FDB46C5B4E778F54EDF72DB4BC989E /* LegacyViewManagerInteropViewEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0828E793C840FF0E1FD0516E05911C06 /* 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"; }; }; - D40CB136F4C14B6E211336DDED70F22B /* RCTSurfaceRegistry.mm in Sources */ = {isa = PBXBuildFile; fileRef = B029F9E6DD71013B990BBBDDC8127418 /* 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"; }; }; - D4311C0FFB4464F737764203AE5F0204 /* PointerEventsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 928F86E170BEE789EE9C7C344382C914 /* PointerEventsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4AD925394DFAAB2127EEC7ECBDD6F1F /* el.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7B50DA9D8145563CDB81A540AD44A27A /* el.lproj */; }; - D4D3FAE56BACF824320F957EF8CDB263 /* NSRunLoop+SRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = DD33EAFFA1FBDE7A2DA696E03388F6CA /* NSRunLoop+SRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D51E4AC2D09D629C4BC92D53FD439F6A /* PicoSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BBB556BC44275845C988BDF27E10880 /* PicoSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D54DD9AD8FF0092B771C979088E4B058 /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E428E403B2FE1D86C9C01037BA0B0D4 /* 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"; }; }; - D579D05FEB2B0EBC9E941D07B3BFC9DF /* dynamic-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 687B26F2B573590EF9ACE0B564A2A4D8 /* dynamic-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5972635DC9AA98D8ABA2DBD5E638427 /* StubView.h in Headers */ = {isa = PBXBuildFile; fileRef = 301A0247F39ACD9016564DCAF126E195 /* StubView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D59CAAE6129C97192CBE0177DB8160C3 /* RCTBridgeConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 157D46029F5B470CFBCD05C7511BE6EC /* 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"; }; }; - D5ADF74A9A18F3E5BBAC1147CCA7CF1E /* RCTLocalAssetImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 732B61BD1B3ED5B0D69F19B50C439986 /* 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"; }; }; - D5B8586A4A74BABDF4EF0DF198382625 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 37D820D975698FCA99C86CE71EF22A97 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5CA2F729AFD16B093DAD2AD43C06358 /* RCTDevLoadingViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D9B2B25DBEAEE0167297E3B1A3BFFCB7 /* RCTDevLoadingViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D63013A8EE9403376F71906FE4116FA8 /* TextInputProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A0B898D3F8C785127794A668ACF5EAB /* 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"; }; }; - D631EA7D79E64DB15C11AE1D3C5465FF /* Baseline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5FD4165A1E4AE93392853BD2FA26BF1C /* Baseline.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - D64CAC18A18B3F0E023EC9BE524EBCF3 /* format-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 808C3DF73EDCFD47A21FDB81992E3ADB /* format-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D695A1060AD5216143DE517DAA7243AB /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E005F961A420C3B7FAC0126934E1D08F /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6C8C8D8A7826C5021E57B6890206477 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = AAD39B6573A41BD7D6602597239DED50 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6D60DE33B9D14E75284C35B91EE09C1 /* RCTAnimationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DA1A2813DAC697EA679C05121318371 /* RCTAnimationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6E349462A6A2560BC2A767FBE8EF9DC /* RCTInputAccessoryComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B15F2439D90AC10CEFF5A4014DDF2C0 /* 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"; }; }; - D71593596B2CAD79026E14222C963A39 /* SysFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 60B6FDAEA7F1F74C6155EF59EFCCA58E /* SysFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D724D21D7E5365DD82008AB4E23A0DAB /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = DA0848E6C3C5FEBF528E5E08449E3336 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D740046A72B4C3C1613D64319DFED4BD /* BridgeNativeModulePerfLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB25C53848C0A941542FFFCFDADED366 /* BridgeNativeModulePerfLogger.cpp */; }; - D763183F86016A09148C4F0A023F429A /* BindingsInstaller.h in Headers */ = {isa = PBXBuildFile; fileRef = 40B1060307626B66C170509E7A1AC93B /* BindingsInstaller.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D76652FD0E40DC69D928FBB9EC0BAA1F /* RCTAttributedTextUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = F86F0EF0E7E1015475AFFDC64C8A020E /* 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"; }; }; - D786B70B16AC357F02EDCA3603AFE550 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = BFB1EF76816F9E81AFB23731174D361D /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D844A2836FE4FF14B775EBA6A37153CB /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FCB430438D90AE51D9EA3900C19D2DD /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D84699D4B9A867CFA6DC53BB94151A38 /* CheckedMath.h in Headers */ = {isa = PBXBuildFile; fileRef = B83DFBC0279E4DF8CFA602D622946926 /* CheckedMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D84CAA2B520BA8A64F32B0B02AF4321A /* Uri.h in Headers */ = {isa = PBXBuildFile; fileRef = 32B62C1AD7CDAE58FE4EF82AB2C29AAA /* Uri.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D85E399817303031DAB4391D94E0C10B /* SocketFastOpen.h in Headers */ = {isa = PBXBuildFile; fileRef = C042000B32A98F9B8FE68F105D95B8D4 /* SocketFastOpen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D85FC55B7A6A634AF0E2AA21FD4F1648 /* RCTSafeAreaViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8BD523469474145748E8943C25386EB4 /* 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"; }; }; - D86BE810643D102BFEF3508E0AFC52B7 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EB6579034D149464CAEF15C81CE8CBE8 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8A08F5D80A0A40F578F7944B9103A22 /* RCT-Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 729855E0C41B82077DDA2290F0B0BCBD /* RCT-Folly-dummy.m */; }; - D8E5B2A0D16E6B0962275196C3DF2149 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 84ABA6351EF3389F4732C614A8621121 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8F417727DD2013FD686E6C3BFE483C2 /* RCTMultilineTextInputViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = D2BE3AE83E642F8C25CA572FE90C680F /* RCTMultilineTextInputViewManager.mm */; }; - D996E1BEB8FB969FA15C6D6B0957CF87 /* State.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36A76AC39B01363778A566896507D3FD /* 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"; }; }; - D9A22B824D69C04A7EB38DDFC3048BA1 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = B797800645D9DCAD28A63367CF4B5E31 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9B42DAF17B4CEDD19B54A9EA547E9A4 /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD6F27078A03BF0ED7DCF3591290691 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9BB80F331B7113DD589FD1C6C0C203A /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 210146C8BE7A0A6BB30494003A8E2FC9 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9C7735784A329EAF1CB247A7C8E4860 /* StaticConst.h in Headers */ = {isa = PBXBuildFile; fileRef = F8ECC27DA5BDBC6D1C55FD6C21B19E9B /* StaticConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA0107D4A33D3FB314EE29BEC7EB0108 /* ComponentDescriptorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 39E4D0ED9CB6FF9860B55ED725ECC367 /* ComponentDescriptorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA91BB96E1F9D12B5FC4C4F471AF6494 /* RawTextComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 982FB9397593FB7CCA013C458AACAD7B /* RawTextComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA9F71EC83379DA0DC90C2A7A32D4582 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 54AD1B9A03C7913A51A0485D3B28FB85 /* 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"; }; }; - DAB980A3CA177A4B1E025260795F4F6A /* NodeType.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DC07F8A180EF187AF6FF62A7BBC930C /* NodeType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAEA9E509D848E8A539707BF97364959 /* RCTParagraphComponentAccessibilityProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A870D7874076BBB6E4AF7FFDE57176A /* RCTParagraphComponentAccessibilityProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAF9AF421FBBC58D23A8CB07C67D4ADA /* ReactCommon-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 79699708600AEDB701536AA6F6C45AD4 /* ReactCommon-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAF9F0C57D13BC7F01B4498923B87DD4 /* SafeAreaViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 561E990085E494A3087B4A7F3B79876A /* SafeAreaViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB0299A120C3FB2A792F9053668C77AD /* EventBeat.h in Headers */ = {isa = PBXBuildFile; fileRef = AA9AD0BAB451F4712B6E21C20412ED8D /* EventBeat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB49DA0EAE2C80FE270A9A7B3B2405D7 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = B85CB187F4F11EFC73A638F27E5E0D8A /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB60F83B4F4B0C00C4E34EBB9230DDC8 /* SocketAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AAE8CC35982681A17144AA7022C354D /* SocketAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB65D174132214CD550FF43775398A57 /* Direction.h in Headers */ = {isa = PBXBuildFile; fileRef = 268E70860DA0BFEB543C024CC064F314 /* Direction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB889D79580218EBC32588970F58CEA1 /* ar.lproj in Resources */ = {isa = PBXBuildFile; fileRef = FEF8247925779C039A5F3718E36FD0B7 /* ar.lproj */; }; - DB9D76DAA2DE62727E750E597CED2229 /* RCTModalHostViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 069B53EC0754E6310C9AE2A4125B90CE /* RCTModalHostViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB9FCAE69C5CCF0AE5C991DAC7487449 /* RCTCxxInspectorPackagerConnectionDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E2C4BEED4BA8067B08F1D3784E0B2B0 /* 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"; }; }; - DBB18658F8B8DC05A5BEF49DAC2D728F /* FixedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FAC834F5ADBD6F3EEF6BE67C8BE5F06 /* FixedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBD0504F7B3583B5EA77BF7703B82A20 /* Task.h in Headers */ = {isa = PBXBuildFile; fileRef = F42D07460025A414B8243F59A09253E0 /* Task.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC208875AB04E750A38207C537D17F18 /* RCTScrollEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = CEE5A4AC8FC6FCAF736815BA540FFCA6 /* RCTScrollEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC46A9DAC386FD77AD89DB315A65CF18 /* Access.h in Headers */ = {isa = PBXBuildFile; fileRef = 908D006CABFC90D4BADBF7B0C2544818 /* Access.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC93FA23818C9C0B98EFAB4E99E7CFA1 /* UninitializedMemoryHacks.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DD30C23A0277639DFBEA7BDEC6DFEE3 /* UninitializedMemoryHacks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCC3AA00AFAA05E7D31C10BE2FE993DB /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 21A97E8DF583CAD60C3245E0553673F9 /* 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"; }; }; - DCE56A7BC5336A895D6CA688586487C7 /* RCTVirtualTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 842D0CBA4F9A81E4EB27D8F91FDEF20F /* RCTVirtualTextViewManager.mm */; }; - DCF7D6B5C16713AA26F4B843585AC040 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E2BE711EBDE357E4972642B99FAEDEB6 /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD7444B2DB7FFAF6A25EC374011A225B /* BridgelessNativeMethodCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76CA25B1F93ED604DC4E61EAF6D0978C /* 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"; }; }; - DD807DC01D70ED8A3DF7FC235BCD6A7B /* Pid.h in Headers */ = {isa = PBXBuildFile; fileRef = FADAE66E358428988B767C2AAC5E2119 /* Pid.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD9C7E1648DB20ACB2E0AC86B0825988 /* Sealable.h in Headers */ = {isa = PBXBuildFile; fileRef = 49488841C969465F7FD25E3C1C75C2C1 /* Sealable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDFC19918EFF1C411B603D3F002BE424 /* Atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D2C764374D96A2A95EB7DEDB1AD4B23 /* Atomic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDFFFA6291D0A776844941C34B851B3D /* PointerHoverTracker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 373EAFC48BDF1A4CC1BE2127EEBDAE42 /* 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"; }; }; - DE16225514497DE095E66BA046746793 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC4E782757A77A7BC61107042DE9686 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE1E2959AE20EA7AF679A2A1EF221212 /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = BF9571EE9790208D500564BD0816AC45 /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE54EDA15DB602FACAD724D88CDA32AD /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = EFDD8B247497E208D149C9C12E8045C7 /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DEBBF15C8A638BA342EF9043A456C57E /* AttributedString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 23BE6C2D21217E596BE322E6F439747E /* 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"; }; }; - DEE8EF7A5E9496512D66A4884009465C /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CC628127424A16A8E95F2BE632E14CA /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF06962734CFDF61222C16342FF2AF82 /* RCTImageComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = B4B21600525181D26AEE998D4ABBC15C /* RCTImageComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF35BF05AF12C4BE0A16D00494404494 /* AtomicHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B7D86572DB2B5C7CF324979D3984A2B /* AtomicHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF7289A5EB1C035167A91E060EC23BCD /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = F0E313A3BF68FEA61F80BE4466040F3C /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF771650AC61BA0F40274587B56233EE /* CString.h in Headers */ = {isa = PBXBuildFile; fileRef = DF05023F7AE354185DE71C9D43F11B9D /* CString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF84CF862BCE61CE23144BE7200532BD /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 157799484317D9891F236E2C065C87E2 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF9E35B3F5903AB41C8AB52573AC0587 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 78E1CC226AF07F8BD8256F2155F91C68 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF9F1A163336552EBB5246DCCED9D625 /* Singleton-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C17F91E7D084760672DD64B292DF5B5 /* Singleton-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0596C1BA03BEA2F359DAB0BD58E3DBF /* RCTDeviceInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 672AD2C0449C0CD27F71B6E3AE749FBE /* 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"; }; }; - E06E1FB532F0A9720CCFC812597805F7 /* Fingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 163CDA479246FA5F4CF5C7949B3FC9F7 /* Fingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0B4086C01255542232DC9F1CB11CEF2 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CF255B61B69815838708E6D7882F85C1 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0D755BA0E25DBF1E78934774114B67C /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = EFF3FB5FC36347DA6395F452B9D431ED /* 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"; }; }; - E0DC573BD2504AE377A5FF6680596B7E /* RCTSourceCode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 654C3E5582C0ACB8257ACDBBB48F080E /* 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"; }; }; - E0FD4E61A667DCFC9E7CED2882A237DC /* MPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 28134A7E3E4CF5A0D60FE5E683407AAC /* MPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E11819C325B86215CAFA652C953568AF /* RawPropsPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = FC24230A6F209075BCC47474EF75C790 /* RawPropsPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E11ECC70F29780BEAF6F9F01E26E42B0 /* RCTFontProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 72C4C8188DCE019DF0CC800A71794161 /* RCTFontProperties.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E19A073D29FFE08CD1FE651A57A71D4F /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D72B336AAEA17CD76F573B26352F4FF /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1A199B714A23FD9C36AA02C480AE680 /* RCTSafeAreaViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2536435D3181118894446E248A3EBDA4 /* RCTSafeAreaViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1FC0284749D1C824C685A4719065F7E /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FD0CCE5AB33E7D7364EA2798BD36717 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1FE9037371803E3862238C687114CCE /* SRMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F93EBBC760E206C8883BE32A9915097 /* SRMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E20CAF1F8CC2D9CBB02D482E8A69286D /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 247496EC3F4C7F0931411B527EA88C93 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E232CCD0762D7C27D4D19768CEEA57B8 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB646DC869C17A5360FE272918BBCF7F /* 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"; }; }; - E243486EE05F4A0E111DDE0F7460DDBD /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AB0582F68004A908B1AD696E25B23CF5 /* React-jsinspector-dummy.m */; }; - E24C1E1D25FF2D6A099CBF5EAFB03D43 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FDF67DA9484C4DEAF067141994ABBE24 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E322568EFC1D87C4D901F76D412246CF /* ScopedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C0332AE82DF359C0D3543B7B77E48800 /* ScopedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E335AE787CE3780E1C227E1AE354504A /* ValueFactoryEventPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B6064397891D0C452CAC405AB8444 /* ValueFactoryEventPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3368968007B2B69B988095CB12F7184 /* AttributedStringBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2E0CC7FE1E13A74C4D36B9CD35F9BD2 /* 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"; }; }; - E352005B9371446CC6DE70DE5BBDF98E /* NSURLRequest+SRWebSocketPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = F65B8FCE4C82DE06C4DC544668252210 /* NSURLRequest+SRWebSocketPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E367ECAD53225A572633E330AAA2AD5A /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 281C45E71AEA930D35DF55046AA42594 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E399128D2F13E00BFAD5753635EEBAAB /* SmallLocks.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CCBE13D47A90960E21168709D81A256 /* SmallLocks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3BC2C66940D73F6D645B8FE3F572AF4 /* InstanceTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = 79EC44685F3EAD560FCFF1B10F591A79 /* InstanceTarget.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3E4B2FE095821FC1B3F6B43F8E091A4 /* HardwareConcurrency.h in Headers */ = {isa = PBXBuildFile; fileRef = 8980B7C2D6023D0EC77EF277C17227D1 /* HardwareConcurrency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3FAF4171C9191456F67AE5A53561787 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BC97FBF532A34C9C63857EE3D18A81E /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E473ACBE88FF7927A013B8C17634A8E2 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 425AE201D17099B37DA3F3D95FD205CE /* 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"; }; }; - E494E6508465BFB5C3FBFF331EB7BEE6 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = EB3171E76C0992F4923D658CF49F0594 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E49625CA32C86C2D68CE4005D1BDA587 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = DA9DE46C4774978FDF3081AFA45D16C1 /* 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"; }; }; - E49CC64DD58A8DC1C242D5F5D38C2E2D /* Array.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CD9DC9F9B2B8CE898DC1C8AAAA0735C /* Array.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E49DEBCBD6B069979A9DE41EC8F715FE /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = A0197A4DC36B2D5912A64EE87E22F5C7 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4AD5B3C5A659D73C8DCB2FE7443F14E /* RCTBridgeProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D28BD778C4E55577569F8B788E1AA0E /* RCTBridgeProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4C35D3594E913E02BFBA7C2B00BDB7C /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A2D6448732AEF55248C8A5444D05053 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4C9EE5DFB8E69BA0AA9407F75090739 /* RCTCallableJSModules.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B5425821049D1118F6CE4EAD442662A /* 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"; }; }; - E4F9EED16FF66A43C68C9E8330DEC154 /* React-utils-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34195B6C9583B5AA7D708F78672A4337 /* React-utils-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E51BFA19EA22DB461AD9DF8E589BBE0F /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = FB3C537885A57C66AF450D2FB8940A0D /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E529926BD8013F5EC7800B37B7E6FF09 /* Node.h in Headers */ = {isa = PBXBuildFile; fileRef = ED37F9455A6063DE94FCCB2078E68757 /* Node.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E52FC3AEACF32B090D60A28BE40409F9 /* React-jsi-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 393C4C457C15EA719168BED066C0F9DD /* React-jsi-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E54F3F3E75FE063FDCEE4F166F563144 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 15E2A13A0CDB85DA847AD4541E4A79F3 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5B508333A78F13F6E19D9C54FBF0751 /* 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"; }; }; - E5DE47E40FC6AEB762EB0D286C6DDC63 /* SanitizeAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E97DA6EC4EC14E2148BD7844BD1F3A3 /* SanitizeAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5EDA5B8E6667B5E0DFCD6CCA7EC4224 /* EventListener.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1F1800661E16C3CCC6038BE8FEC04FA2 /* 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"; }; }; - E661602F15F49E0BE96FB0D1C91278CD /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ABAB090A4FC3BB4A45BC76CC7252A7F /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E68110B33AA57D21F713594C00F7570F /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 61FE30FA3E1CC31143929FEF1524EBF5 /* 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"; }; }; - E68615DB645DC9F5C49EF8F7921D8377 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F8FA9B517143F1BE9D97DC3536FBF556 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E68F656E0DA5E79896BB74361B96520B /* RCTLogBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = FE7A07C40B9DA4DE5398D65AEECBFC24 /* 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"; }; }; - E6A0B4B25FCC992886569A61FA68898C /* RCTImageResponseDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A918BEAB03A1B7509CA3FD953673E1D5 /* RCTImageResponseDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6C0A000EC3CA1E93728FD602231C6B4 /* SurfaceRegistryBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C1D759A01F346E3AB28340A0A26539A /* 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"; }; }; - E6C43D34153AEF4353D09FD21631D4DC /* RawPropsKey.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A4DDC9D9C0D677E599F4AFA9F49C13C4 /* 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"; }; }; - E6CCC683B2CC598FAB529C4079AF8603 /* SplitStringSimd.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A7E0B4304900884F1F7552E271BAE80 /* SplitStringSimd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6EB90A55DB05AE69C46EB06A4640DCB /* RCTTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6C29505FE26407D60A3192B15F52BE49 /* RCTTextViewManager.mm */; }; - E7102CAFEA1A790A697A462827389D5B /* RCTTextInputComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB8CF7738FE2070DE8D22F2C0B6E1B /* 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"; }; }; - E722B33DA3FBE768E9C29E58CF905C34 /* HostPlatformViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = A1CEF46D0C7C7E998683378E42C3497D /* HostPlatformViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E755443E9E07DC0B582DD8AB9F471064 /* MeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 33F0C31F1C678EE305ABD1AA01DEB02A /* MeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E77D7F0679A1B7F0243F24F0F7968825 /* Lazy.h in Headers */ = {isa = PBXBuildFile; fileRef = F07A956888DB0839EE8710AF70182297 /* Lazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E78E4FFE41C407B37B536C1C99BBF2A2 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B0DE6592938C7F3AB29031F4264F640 /* 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"; }; }; - E79C8BBDB44FC9FF3D7573CDFB445CED /* RCTLinkingPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = E1D14D5BA165ADF70A2200095018C117 /* RCTLinkingPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7D3EB4EB23125970C56B47289C2500E /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D01F5458EDB35B9B308DE71D9EA5BD9 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7D8AA238E01C0E997DBFFBED7FCDA67 /* RCTMountingManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA8A3BD8BD7DB8632DA71A8C54B665E /* RCTMountingManagerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7DDE9E5AA7677CCDC4A1BF8D240C035 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = F336A6F8A52B443F471C3A212D86DC43 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - E7E99344B55BB47C9D7BFFA29E984AC0 /* PlatformRunLoopObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = E5E076FEE07073427FAA4349245C925B /* 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"; }; }; - E80749CD736DE70C722786142803C902 /* ShadowNodeTraits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD3F9BC075E3927FD3C073218A2C7C0C /* 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"; }; }; - E8102B08C808B9A1662AB7F26DD3E64D /* ShadowNodeFamily.h in Headers */ = {isa = PBXBuildFile; fileRef = E327F5C38C1233E4570E86F006C3C167 /* ShadowNodeFamily.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E83FA10937A1E735C19DD4BB33315A27 /* RCTSubtractionAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = EFBB5A0272B56572433FB13B9330E6B4 /* 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"; }; }; - E847E7B9599F6CEE392B231008CF7A2F /* HeterogeneousAccess-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = B32CE247FEEC1814744A3421CB654796 /* HeterogeneousAccess-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E855DBC0465DD007D0B28D838BBC1C62 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AFF73774F1390EA13C6FFF710DCCB5E /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E86A1A03C4F656543377CC2230189A13 /* InstanceHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8866BA12B5F7E399698D5839CDFF2D68 /* 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"; }; }; - E8D6FE500036387B9BBEAA4EFA3759D5 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 274CBE56899ACC826816F9038FA4FEA4 /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E930B417827933932A23EF70B5904F9C /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B0A8E8F61759E910B9953C7FF640925 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9380ADD1AB43B4C7210A820A681FA58 /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F4490C7C830CE7EDFD1E7F79557E18 /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E940D83E0AC0AB7184F8C33FD9539AFE /* ValueFactoryEventPayload.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0016737BA0C1B82FBF04E68B7C44084B /* 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"; }; }; - E96A04E93E7E9A7A042647336B889700 /* RCTEnhancedScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D8A485179D2025C9AB9CB15AE30C302 /* RCTEnhancedScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9A8449661FC7CD2447DE9F346FBA14B /* EventPayloadType.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A971D96C60E5B8A60C64840F9A2A41B /* EventPayloadType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9E2EACD61B9955CEA4B57C986FE798F /* RCTSwitchComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = A3BEDA63847792F073E059313578D0B3 /* RCTSwitchComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9EA587AEC6A5B980762C9E4FF614496 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E618150D9CDF65AE58D4F0D56B13A05 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9F2ADA102C300253DE3E1481B816E25 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 56F697685D3CE04FA5659D3229EEFC0F /* 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"; }; }; - E9FB22635E41D97215555BB01361A23C /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = D08D23948F1F4CA7C3E8F5F78C41D578 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA033FCD1A834F39E3B20DE0AB58B2D7 /* 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"; }; }; - EA77E2D52437339DF4D723A28C59B28E /* UnbatchedEventQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CAC38C699E4BD785D30ECAEC5E5EF0F6 /* 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"; }; }; - EA9576BDC0C1669F4DE514A0CA8EDAA4 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5398BE1A1E03D5297032DDF97C02D30C /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA9B386DFDFA8BEE25811AE42BCDACD8 /* Number.h in Headers */ = {isa = PBXBuildFile; fileRef = 645E0FE9719CAF4DA8EECF7A640D27C3 /* Number.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAC29068DD8FC2F01DDD76B49D2EF35F /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = EFC75A5459C5C490281A2BE78E8D645A /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAD913C4BF10BF0309A909D5560698A2 /* RCTComponentViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 296E0822D857136AF60B2BFD8E902610 /* RCTComponentViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAF24689051B6E7D2180F696F7DDD84D /* UIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BAB5E947135E854777C2BBFC7056072 /* UIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB4DA1177148CA8BA395D05BA194B843 /* LegacyViewManagerInteropViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9DB5C474AB4E6F565C8C9BAACB2112B /* 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"; }; }; - EB578F5043FBC0B2A96A3803CE9B6660 /* BaseTextShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C4C729C4CFCE004E2B8FB3FDBCD27D3 /* BaseTextShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB5D45C6B7C141CD4FE18A9EF757B7A1 /* RootProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 53683C17D288A9D0B3B1D16D5B5688AE /* RootProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB643B005662251A0D28E4C0A16604E0 /* ImageTelemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = 1671584137664B95AEDA1E48635B488C /* ImageTelemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBA967F57C2E67899DE3E1FEB641A985 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = EB9850E673586AF8194DEDD28F441AFF /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBB2C5AE630285E95D58ADFB11701B1E /* RCTInputAccessoryContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 99AC806FED17616EFE5CC1539C40E647 /* RCTInputAccessoryContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBBEB872730A8F804880FF7FC0B5E07F /* CxxTurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 093CEDD8AECC08D41CF9D0863A792EC9 /* 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"; }; }; - EBC008F16826B641362D7FECD4834308 /* RCTScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF0AA59BE2242A27C23542BCFE3D3E7 /* RCTScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBC29E62F2CB7F431DF6E739CA22B78B /* RCTDebuggingOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C9509515A2A6AB7F72A1A2AA42DD66F /* 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"; }; }; - EC1F54CA00A771D15E8510C7FBACA2CF /* Format.h in Headers */ = {isa = PBXBuildFile; fileRef = AD16D5AA10E8416443D8D1FF1460C44B /* Format.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC3514EEBC5342902216F79E4B0F2D0F /* Style.h in Headers */ = {isa = PBXBuildFile; fileRef = D572451EC6F74AEDF27EC06AAF3BC34E /* Style.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC3E03B722105A16223D7B565B75187D /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 36B5A3A252FE15BF09A27E23FA41506F /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC4AD739D3220E70466D669F08D2AB71 /* MemoryResource.h in Headers */ = {isa = PBXBuildFile; fileRef = F89AC6E92A39CCDDE8DAD6BE98D3C4D1 /* MemoryResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC687F6394432B2A49527A8DF624CCE6 /* DynamicConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 582D8ADF4BEE51D724800E05D34ACDCA /* DynamicConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC86160218FBAD4254A0849AE79062A0 /* RCTIdentifierPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 57FEF470958B25D684D3D96CB14DE231 /* RCTIdentifierPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC94CE7A30B82D050881CE18EE07F821 /* RCTBlobPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 38534E4EA8BDE85DAAA723243DA3F569 /* RCTBlobPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECA6DAFED31032951D603D4CEF068AA0 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 01CE002EF81693091F5CF3B1596BA0A1 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECA76B9CB735BB93B3595802072352AC /* Keep.h in Headers */ = {isa = PBXBuildFile; fileRef = F524D0F42CA29ACE3E6C3098C858C502 /* Keep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECD8878045DAC0E1165DC896F4FD46A7 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F3255CC6503A2B4964BEA61486F9E4E /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECE8F1DD8F9D61B07AE4212BD0397B6A /* MoveWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = E0B543788215F611FC241572C86622FB /* MoveWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED22272763278D87C5DF0BD9F01B7C08 /* 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"; }; }; - ED75D8EF49476E7DB597E01AAA3CD1CA /* RCTContextContainerHandling.h in Headers */ = {isa = PBXBuildFile; fileRef = D7F9FFCEBBA4C6E887FCD9C0A843B186 /* RCTContextContainerHandling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDB7CAF437663F4D8D22407D0E41A2EB /* WeakFamilyRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AF8C036BD6C21D79062BF19285B1DE9E /* 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"; }; }; - EDB8C2CBC49477F2D93B6574F24D5910 /* YGNodeLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = D2740183297D1AA8286FDCEE5ADD2A0A /* YGNodeLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDBD2D01A6DFF3873078F0D2267E045F /* Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EC92CC855CAF1C20BA52BEB5AD4E038 /* Wrap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDC5B1BFB3D2F6437C367A4FC878F9D6 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CF866653F6F48704A2353BCAD0651E7 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDDE21B6CB7CEA2511728ACA3132F5EC /* SlowFingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 985183EC5FB028AC6A6FCC26CC91696A /* SlowFingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDEDEFF01B4257306AD6DED27C29651E /* RCTRedBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84747AFC799BEA22D0EC081BDFC36A32 /* 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"; }; }; - EDF9E0A6C7F856F3467A0DF8A3417DC6 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = C39F14B4B7A9B9E6357B151C2B6BB986 /* 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"; }; }; - EE0E579E85E662A57F360E140E431792 /* 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"; }; }; - EE1704C129541BD1B005843DF437C8E1 /* Color.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC8F2B92080E9D51C6A44899524175E6 /* 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"; }; }; - EE1E330D51AFC9FEAC965F823AD4F8C7 /* traits.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE3815AC95E2E19EFA825C26B6DD16A /* traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE23899EB0A4DFC6B57AED237D0497ED /* json_patch.h in Headers */ = {isa = PBXBuildFile; fileRef = 917B25EF0D073A826D0E80F0B81BFB26 /* json_patch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE3105207AA32969011A46C8FE0B4B7F /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 7777F6D0013ADB2C7FBD5FE217F042EE /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE6411BBA69D70CEAE3765430ECEA0B7 /* SysStat.h in Headers */ = {isa = PBXBuildFile; fileRef = 8627871C188DC96A2A53FD17E0445367 /* SysStat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE67DBD9AD7236B526BFECBA3745BD96 /* Touch.h in Headers */ = {isa = PBXBuildFile; fileRef = 12D5F35EDB6619BF0412E02CC141AB07 /* Touch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE6838C6C142D3CC56AEE7891776C51E /* react_native_log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4748A0B796E175EB1355BC541469C25 /* 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"; }; }; - EE7E0948228867DAC27A362952947B7D /* ImageResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 7312162C2F1520D72135CAE5BF35F2F0 /* ImageResponse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EED6C018D7B324A0EFD585D83705FEBB /* DebugStringConvertibleItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BCF3440B1BE8CB662040289A4E1E34B /* DebugStringConvertibleItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEDBF3DBC368F172D1F1E9C7E1668D0E /* F14Defaults.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9C8096CC17775F6B3D7F51F755BF88 /* F14Defaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEECEAFA83D9C96D937CE69256BC7876 /* Base.h in Headers */ = {isa = PBXBuildFile; fileRef = C90B9CF892A94FC128B4698F8058A06C /* Base.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEED9CA274AC431737C2B3FA20070798 /* SysTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B9509822D0A4EC87A2AA3BC68342DF3 /* SysTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEF3F5528172F987EC1ECB0BB2433236 /* RCTTextSelection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3C01110CF96AE3F02CD298140CE6A69E /* RCTTextSelection.mm */; }; - EF006B5EDB5623449EF3C6A179651498 /* PointerEventsProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FBBC231F1F415CD12069AE52E3E8A4BF /* 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"; }; }; - EF4539FB20C43956821CE4AB55A2DCFC /* Poly-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B6F37D13CE5A1DE0E74413865B70883A /* Poly-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF74CF94ED089A78C870BAD07DCCE270 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1704262963A369ED362166C6FF26BBBA /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFC1EA1DF05AFD2DE2D2FD080A2D38B8 /* fi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = FC153717BFC111CDA39547E160B21CF7 /* fi.lproj */; }; - EFC9F71D541DFBB2236F8F73B8780FD8 /* RCTMountingTransactionObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 93DBDFC746DC71A1636382679061F17B /* 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"; }; }; - EFD32FC5DD56BA5E2D59734039296964 /* zh-Hant.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3428B98F66B84F2ABB416FA7D07ECD2B /* zh-Hant.lproj */; }; - EFEDE3BF772DCE81DE019DCAA8A7032F /* RCTComponentViewFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6835186D4B8EA8DC809C19EB20FCE227 /* RCTComponentViewFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F00E0C718B616FF15A1D0055A83FC0CC /* LayoutableShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D34AD0A0C0EDA2344CF2431A75B8229B /* LayoutableShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F01FC21D8B1E3E7439FE4C11F63BB389 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 25A1FB20F1AA7956784192F0BAA3206F /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F038E4BD751D4BA98A61289EAA91D241 /* InspectorPackagerConnectionImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = E687B3EBD45C9F79DE423F569412D276 /* InspectorPackagerConnectionImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F05C160C170A4E97EE7F904A903E1BF1 /* TouchEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 758DC83B367011431B2D60F803297BD8 /* 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"; }; }; - F061C5708355FD173DD7E608FDAD87B9 /* Error.h in Headers */ = {isa = PBXBuildFile; fileRef = 68EBC9B6E40FB1077B388CED1013D467 /* Error.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F079E168BF4F114E00E276EA2EC847DD /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CD32E49724D87DC73F3032F8EC9E547F /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F085E51CFB073D5C08D5CA9D4183E9C0 /* LayoutAnimationStatusDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CE927620143A73493282E99FA9EDCFA /* LayoutAnimationStatusDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0B766E2111EA5CF389BC05B16E7765E /* ScrollViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 060AA9C70ACA4B3A5517C433E5546F11 /* 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"; }; }; - F0C78B42FF413CBFA12E54943F14D506 /* RCTLinkingPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1BB751F641C557ADBD6542DB84CA352C /* 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"; }; }; - F0C7F57060B0E4ED95049C3B5468C0CA /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D242A54F845284DF31137ECD14FDB150 /* es.lproj */; }; - F0E1620AF2815E68CEAB8DE2E5BFEBBB /* vi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CBE6DF429093AFB07FEBC0B57C5F10E4 /* vi.lproj */; }; - F126A8972081681B070D6F0743510ACC /* HermesInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B1BD59BE72D49F35C01A25BB394D970 /* 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"; }; }; - F135A2EBAD9040A3CB184AD51247AFF4 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E005F961A420C3B7FAC0126934E1D08F /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F13F98598C2FBBB3EDDBD4452FE35101 /* Stdio.h in Headers */ = {isa = PBXBuildFile; fileRef = 16BD9C5268EF8F747D73A1B1E9C395CD /* Stdio.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F14084698CE5522C467B60D63ABA6677 /* it.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 0A620D69AAFB34EB556929CA5226396C /* it.lproj */; }; - F1570CF0B564E910F6C6195850F4892E /* RCTSyncImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4825137B87754AE1A19B8C41FCBBEF02 /* RCTSyncImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F15E99ECD4BEC7CDDDA7FAE5FB8C2A68 /* HermesRuntimeAgentDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 657AE5F975BB09DC56A6E3A6B4DFEAED /* HermesRuntimeAgentDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F171429A614BE52D966A23D0CC8266B0 /* 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"; }; }; - F1812C798954C741B067C1D8F54D579A /* AssertFatal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9059DBE8B26E250613A2D0E82F3BA75F /* AssertFatal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1A43C97E066BB9D3B493FF795297887 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C58A6941F61B7F07DC4E63167500444 /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F21389195F03EEB75F5E8E9109CD8775 /* F14IntrinsicsAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 173353D36092C2DD008D22FDEA5C21AC /* F14IntrinsicsAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2500CA8898C0722725C072F67BB5CD1 /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = CFBAA91154D63D788000A507C872D157 /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F29BA178A7653A693CA71C289116AACC /* 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"; }; }; - F2A4359B2E59E39ED8BF3B1284AA6394 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = A211E2AA3192C6B32189CBDE68927CAC /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2D875157A5014D8EF3B93067F57725B /* Hazptr-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 672462DC44BB30457BE236484F3C6E87 /* Hazptr-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2E0A90F898A9236DD44468D41F7EAF6 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F0A875C7085268A39C2264332CFADFB /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F30C446B6ABC83213EE3E7532012B3B0 /* Asm.h in Headers */ = {isa = PBXBuildFile; fileRef = C5691B7E1407E2A5D9208B3CCFBC6BDF /* Asm.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3320AC0EA319A08B57A4B84C2FBF231 /* RCTPullToRefreshViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 00EC836A732DBDEC1982AD7980303BCA /* 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"; }; }; - F346D3F763ABF51BB5E67C266F95DEF4 /* NetworkSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = BE5A44A54B39A676EB8ECEF3D4CF8E3D /* NetworkSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F38493493B73A9E8F3BD31DB15B33A81 /* React-graphics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2415685BE988384328829411CC8B6C46 /* React-graphics-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F390FE58A62404A6724DBFCFFFD8E65E /* RCTLocalizationProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7BC53C7A5BEF3847B101FEF307CA2F92 /* 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"; }; }; - F39EB7D351D8450701BFCFF3183237AF /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = BDA3C52C76B2C3F5E9BA936CB0B3B9C6 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3FCCB4F07B5447A30328DD5056DD9AF /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 56F856CC17486F5B80DE3842E4AE5735 /* 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"; }; }; - F44275295BA8D07945CF7DECDF30A966 /* React-rendererdebug-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BC364CF31927464BE0F641AF992E1C16 /* React-rendererdebug-dummy.m */; }; - F46BC79D6B05C37DC0FF453B48D336BB /* RCTConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 25F0A4AE6D458DE27F8EEA5D3A1A4EAD /* RCTConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F46CFE8012D1084820DA63C87FD58E90 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ABFB31B1CFA919E3A2A14C8CC694BE21 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F470C8B0A2D2AB3607DBD087EF124EC3 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = E39BA75CD11F106C6A84D8F3BFFE3C61 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F48D201CD8AEA5D4480AF0E8EC284E52 /* RuntimeSchedulerCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15D2BC27F0E6EEF724BB3BEC23DEF579 /* 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"; }; }; - F4BEB5919B353E5B6A416FC715A213ED /* RCTReactTaggedView.mm in Sources */ = {isa = PBXBuildFile; fileRef = A4BF608C8381FDCBB2F9569AC050577C /* 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"; }; }; - F4DC915F6B93A45432D21B6E427F88E7 /* EventPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = 24B5F7FBC7038B297AC7E0B53B1863F3 /* EventPriority.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F504D9FB6B9198D3F75FDF6E1236A8B0 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D7B9C536BB311834141FE5B41A839A3 /* 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"; }; }; - F50A5E5AAF4AB9D660C1FB353635ADD1 /* Edge.h in Headers */ = {isa = PBXBuildFile; fileRef = C70C16DCA33025B090C7C9C0E8D528AB /* Edge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5300F9AA2C70291272BE4D359EBC880 /* Promise.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C3B75D92E2717D9E389E607FF38B956 /* Promise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F537A488FF89B646B813701B8FA65A53 /* GLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CEDA3FBCCC6D4495CE2BD141F7EA3B2 /* GLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F53F6205087FC62149AAEA36028B19C2 /* Try-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 77B99168E6021298797F07B5B41C5A77 /* Try-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F54526986A6256A81F630C68AE8F76EB /* RCTObjectAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F04805EF66AE97709AB86452E84AD56 /* RCTObjectAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F55721146536A9F0787802169AD078F5 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 758A7013B5CA06065EBC5E66238D2598 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5BBE84ED1AAA2A47E469619BC0F538B /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 6764AAEBDE1F8A1DDCD8183A2C683E56 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5F6F96A851AF46A910E8A2D98091E16 /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = 10F0DCA9575305B2B732F33D85D57E1C /* 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"; }; }; - F67AF9B7AA5802A97B4BA277A596CAF3 /* ImageEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BC02F3E47FCD4AAA7553BEE8E2F6328 /* ImageEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F689172A712EBF999BECBB9388311513 /* RCTCustomPullToRefreshViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F87FC642732EB7794DFE03CC36BF18F /* RCTCustomPullToRefreshViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6ACB4E4EFC508A10BFD2E6C78E3642E /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = C1358BA12EAC1143D94CE9FB2A766530 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6BB2D6BD150698C993906EB02091084 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = EBD239781427D616B508C58D709012ED /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6DED765DFFAD3268E36B054ABC61F4F /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 468E78944CACD6A404936C2001E917FD /* 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"; }; }; - F6DF43CBDA0E080F3935534349E6BC51 /* IndexedMemPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 48A56339A525A7972D16108E1C573FA7 /* IndexedMemPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F702ECAE43A1774CA5E7AA41FA55F601 /* json.h in Headers */ = {isa = PBXBuildFile; fileRef = C047105E3027DC4381475187A7547D3D /* json.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F785697D9F744A3081F3CF2F8CF255A2 /* es-ES.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 849C42E861B1A7BB6DBF6990DE316DB3 /* es-ES.lproj */; }; - F79354DC3F3D4497F709D8CFAB330454 /* RCTDevMenu.mm in Sources */ = {isa = PBXBuildFile; fileRef = 01964EC56C0042788C25DB89D28A51C1 /* 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"; }; }; - F7B3DA8ED4F992D4E2BB15E7FE7927F6 /* LayoutPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C65B1F65FB75AE8496089BA4D8132DA /* LayoutPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F8641C9B0348E9FEAEEFB0BD7ECA5D8B /* heap_vector_types.h in Headers */ = {isa = PBXBuildFile; fileRef = DB76EBADE7E968B611B89EC60AA71910 /* heap_vector_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F880323A6776722E67C1201B21E060FA /* fromRawValueShared.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3F4B9E39D71DB78A1BA625986B4846 /* fromRawValueShared.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F897508423D12A2C5B089F580B7846E5 /* Sse.h in Headers */ = {isa = PBXBuildFile; fileRef = D33BF9E42E6E5CEF3647C99A049FDCA1 /* Sse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F8F32990A61D105F9781C99582DE1267 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 83B7138A4BC765E790CC8C810B8595B6 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F946C1A0753AC5B91F029BEE12C5E976 /* ReactNativeFeatureFlagsAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = D9E9F4609479FC52F4A2926206AD6AB7 /* ReactNativeFeatureFlagsAccessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F96DE1DE6A6A90CA7E7A02561933B3EB /* RCTComponentViewHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 511A3FF9F16D36E0856C481962CB5B54 /* RCTComponentViewHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F98B13E1C3BE82C0B8993B78A8668FA2 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 419C8BE2E3C07C4D88AE67379DD64133 /* 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"; }; }; - F9B832E897BADC9639D2B8653145D319 /* UnimplementedViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA32E010C3C909E594F9F05994FF9C05 /* 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"; }; }; - F9F02DC5881BA7B2FB2FEBB0027680DB /* AtomicUnorderedMapUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 13DDAD72F9C7DC4D814F4D340784ECEB /* AtomicUnorderedMapUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA536463E60EE9CF167E1F5D66414912 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DACB4ACC205731446094C05F1BB1126 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA95FA57710C99D1DCDCFD13889B93ED /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F0333DDBCB054628884479ACB4DD74E /* 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"; }; }; - FAE802C3E481D1BBD888ED7A4447CF21 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AE7ACDA5ED4290A1B368E5D8111CCD6 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAFD12FECBA3D0DBDC0619D60F4905CC /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DC645E4203D02422292BACDC04173CA5 /* 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"; }; }; - FB085DDD6AC2D538B0017316F7DFCA49 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 437B323506BD3A853A0E0832B91F60D7 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB44F33A0358A84FE4399970D355B22F /* StatePipe.h in Headers */ = {isa = PBXBuildFile; fileRef = 591A36992BFD21DE9EB82B2AEC3E5288 /* StatePipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB72F8C4498EE1277429C0407450AABE /* Cache.h in Headers */ = {isa = PBXBuildFile; fileRef = 135193D25949F2D8A8D5E2936B581D8E /* Cache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB805677E4D30DBD7526CFCF69974CD8 /* TextLayoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 76E0D6A8D590F4F6413E9D16B5EF9A14 /* TextLayoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB844C766D86AD84C9A05E2BD940BC24 /* RCTColorAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 327EB11DD3FF678018F055B10E74D2A9 /* 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"; }; }; - FB921450193716ECE1439AC97953DA4C /* ScrollViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5606CB70C9402EA9462FE7934C3E845A /* 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"; }; }; - FBB4B8ADC0FDBDCFFF7B0036882BEFF7 /* TextInputShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6FC77928D710E7327FE86C70DF8ACDCB /* 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"; }; }; - FBF8B42A2CE627B303DD402294DA9C2C /* BufferedRuntimeExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA37F4E2AFF7A3B85D11B94778F5D330 /* 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"; }; }; - FC3C1F0225DF84EDF96A33AC88F0AB0C /* HostPlatformColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BC8F6994D108B8DFF95D1148B8EA4A8 /* HostPlatformColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC464BC956AD96EBFC1157DF300E1DE5 /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 05C027CF5D4DE1F44EB4C872DE86CFCB /* 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"; }; }; - FC5D8FB83AB5B410809F51A6F2AEC798 /* 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"; }; }; - FC856581F1217152FCA57E6734B429AC /* Ordering.h in Headers */ = {isa = PBXBuildFile; fileRef = C4EC4C02AFACADF949E7010ACACF4B85 /* Ordering.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCD0E3A0298C9C8D0C5ED5069A5BD75F /* UnimplementedViewComponentDescriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D0A248ECE38782508A7B4FB5125D5543 /* 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"; }; }; - FCE280A6D9936ECAA5D69D9FB195424C /* FlexDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = F4B246C01CA4D53C8D68BDBC189FF0BD /* FlexDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD155E07C46921585C1DCB8BEE5AD1A7 /* Pods-ARMSXHost-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 785B9FA99B79FC87BCFD6D5B37E05181 /* Pods-ARMSXHost-dummy.m */; }; - FD48ADCC861B7EDCFE0779976F51F33C /* RCTPullToRefreshViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 940E39922E6A20F1986D0F9A5DCD18E1 /* RCTPullToRefreshViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD68DD0FE1721DB41B7A67619522FB46 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 339824E5C823DFB3B2287CA9E0CAAD97 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD960631A6D02187357D80DC2E24E04E /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = FD3D768CE652305362C7637B66000020 /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDAE60694BEFF58B929F1954261949E1 /* LayoutMetrics.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E426A95185ACA0887A87616ED998250 /* LayoutMetrics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDBF6D1CA509652D88FDB7F4A3C0B024 /* RCTPerfMonitor.mm in Sources */ = {isa = PBXBuildFile; fileRef = F045B8956060A3F554C4A3E322CBFB46 /* 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"; }; }; - FE1300DA3168CEFF587E134B9A4FAAC1 /* RCTJSThreadManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E66D5405C44D0791F61D90B251EFE3E /* RCTJSThreadManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE2269528A8CA364E56C6BE287794D60 /* UnstableLegacyViewManagerAutomaticShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E0EC2B0C594445F89C36B154A089D335 /* UnstableLegacyViewManagerAutomaticShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE290ACC7627DC7F6FB8A48D9F0357FD /* AbsoluteLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = B26ED0D66CE8C4E9555E5CBB38A68A90 /* AbsoluteLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE4B4E0007AD26E2ADD0460500980CB2 /* RCTAppSetupUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 664E824AD4E1431CC98D8F54AC1CF1D4 /* 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"; }; }; - FE95F26E163FEC19C282495252263812 /* TextInputComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 11BB6AE8F17F4E70ABB3A06F38F7C678 /* TextInputComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE9ED53A12E175EAFE6972A78DEAAA47 /* LegacyViewManagerInteropState.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F87CFACA789A834E9BDE2CDE2817E98 /* LegacyViewManagerInteropState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEC4EF3427372A1724BD9575E02F8A3F /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = CB09B5D601E9D8E2835DC156B4079CC4 /* 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"; }; }; - FED4A4374102853B2BFE54682CE370B2 /* Futex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0101C2B932AED7971A900220D55C0B86 /* Futex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEEBF9F1FA6F0B1B505D3A5CF5BE6967 /* Unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = 83B1804846FC5FA7ACBFC82E7F5B9746 /* Unicode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEF2F13FE1BA37A43C1C342DAE8B1938 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 230222B21AC846BF5726A8A6B9D0BCCB /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; - FF083DDE41E26F755D8B95C64E3AC399 /* 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"; }; }; - FF0F71B1492909CB9B5E5FC318FE6A67 /* RCTUtilsUIOverride.h in Headers */ = {isa = PBXBuildFile; fileRef = BA486BBBC474CA291DCBCAB4ECF56C5E /* RCTUtilsUIOverride.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF4C2D0023024E0B38FE442A6CB22ACA /* AttributedStringBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 07AB1232245F15664AF8F4A09563CC6F /* AttributedStringBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF54FDB761CF6941CE99BA101E9FE2A5 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0493D0B5844C1BA204E82AFEEECF7D78 /* 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"; }; }; - FF81D2F281EEF83946615C5B81F547B4 /* RCTScrollViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = BE03B009848EA83B7DC5F360AD538460 /* 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"; }; }; - FFA0481D05112BF1AFA567611B7EB2D2 /* ImageRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D4C9889A06836355BB265ABF84D3D79 /* ImageRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFA53C56782CEF10C71663EF1C598FD9 /* BaseViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A858A23DF9F1DCF5E9FFADC6913EEB /* BaseViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFAABB7DC95DF84DD0C2E7123E252B43 /* React-RuntimeApple-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C83937B5634BE0D7461160EBFCC759E2 /* React-RuntimeApple-dummy.m */; }; - FFB446D889BD9BF7596EC0913DF9C8EB /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = A43C1B14F1018F4B603503BF2E6E2524 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFCC8FDA11C5F2A12A9E6DD88580CA7D /* 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"; }; }; + 46EB2E0000DD20 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000004C0 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 46EB2E0000DD30 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000004E0 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 46EB2E0000DD40 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000500 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 46EB2E0000DD50 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000520 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 46EB2E0000DD60 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000540 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 46EB2E0000DD70 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000560 /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 46EB2E0000DD80 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000580 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 46EB2E0000DD90 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000005B0 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 46EB2E0000DDA0 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000004D0 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000DDB0 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000004F0 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000DDC0 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000510 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000DDD0 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000530 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000DDE0 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000550 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000DDF0 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000570 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000DE00 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000590 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000DE10 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000005A0 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000DE20 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000005C0 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000DE30 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000005D0 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000DE90 /* DoubleConversion-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000DE80 /* DoubleConversion-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000DEC0 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E0000DEB0 /* DoubleConversion-dummy.m */; }; + 46EB2E0000E060 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000600 /* 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"; }; }; + 46EB2E0000E070 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000610 /* 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"; }; }; + 46EB2E0000E080 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000620 /* 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"; }; }; + 46EB2E0000E090 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000630 /* 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"; }; }; + 46EB2E0000E0A0 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000640 /* 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"; }; }; + 46EB2E0000E0B0 /* SafeAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000650 /* 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"; }; }; + 46EB2E0000E0C0 /* ToAscii.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000660 /* 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"; }; }; + 46EB2E0000E0D0 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000670 /* 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"; }; }; + 46EB2E0000E0E0 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000680 /* 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"; }; }; + 46EB2E0000E0F0 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000690 /* 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"; }; }; + 46EB2E0000E100 /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000006A0 /* 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"; }; }; + 46EB2E0000E110 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000006B0 /* 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"; }; }; + 46EB2E0000E120 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000006C0 /* 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"; }; }; + 46EB2E0000E130 /* FileUtilDetail.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000006D0 /* 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"; }; }; + 46EB2E0000E140 /* SplitStringSimd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000006E0 /* 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"; }; }; + 46EB2E0000E150 /* UniqueInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000006F0 /* 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"; }; }; + 46EB2E0000E160 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000700 /* 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"; }; }; + 46EB2E0000E170 /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000710 /* 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"; }; }; + 46EB2E0000E180 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000720 /* 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"; }; }; + 46EB2E0000E190 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000730 /* 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"; }; }; + 46EB2E0000E1A0 /* NetOps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000740 /* 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"; }; }; + 46EB2E0000E1B0 /* SysUio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000750 /* 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"; }; }; + 46EB2E0000E1C0 /* SanitizeThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000760 /* 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"; }; }; + 46EB2E0000E1D0 /* AtFork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000770 /* 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"; }; }; + 46EB2E0000E1E0 /* ThreadId.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00000780 /* 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"; }; }; + 46EB2E0000E1F0 /* AtomicHashArray-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000790 /* AtomicHashArray-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E200 /* AtomicHashArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000007A0 /* AtomicHashArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E210 /* AtomicHashMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000007B0 /* AtomicHashMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E220 /* AtomicHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000007C0 /* AtomicHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E230 /* AtomicIntrusiveLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000007D0 /* AtomicIntrusiveLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E240 /* AtomicLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000007E0 /* AtomicLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E250 /* AtomicUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000007F0 /* AtomicUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E260 /* base64.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000800 /* base64.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E270 /* Benchmark.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000810 /* Benchmark.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E280 /* BenchmarkUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000820 /* BenchmarkUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E290 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000830 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E2A0 /* CancellationToken-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000840 /* CancellationToken-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E2B0 /* CancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000850 /* CancellationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E2C0 /* Chrono.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000860 /* Chrono.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E2D0 /* ClockGettimeWrappers.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000870 /* ClockGettimeWrappers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E2E0 /* ConcurrentBitSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000880 /* ConcurrentBitSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E2F0 /* ConcurrentLazy.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000890 /* ConcurrentLazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E300 /* ConcurrentSkipList-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000008A0 /* ConcurrentSkipList-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E310 /* ConcurrentSkipList.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000008B0 /* ConcurrentSkipList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E320 /* ConstexprMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000008C0 /* ConstexprMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E330 /* ConstructorCallbackList.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000008D0 /* ConstructorCallbackList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E340 /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000008E0 /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E350 /* CPortability.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000008F0 /* CPortability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E360 /* CppAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000900 /* CppAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E370 /* CpuId.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000910 /* CpuId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E380 /* DefaultKeepAliveExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000920 /* DefaultKeepAliveExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E390 /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000930 /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E3A0 /* DiscriminatedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000940 /* DiscriminatedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E3B0 /* dynamic-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000950 /* dynamic-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E3C0 /* dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000960 /* dynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E3D0 /* DynamicConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000970 /* DynamicConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E3E0 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000980 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E3F0 /* ExceptionString.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000990 /* ExceptionString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E400 /* ExceptionWrapper-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000009A0 /* ExceptionWrapper-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E410 /* ExceptionWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000009B0 /* ExceptionWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E420 /* Executor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000009C0 /* Executor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E430 /* Expected.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000009D0 /* Expected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E440 /* FBString.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000009E0 /* FBString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E450 /* FBVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000009F0 /* FBVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E460 /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000A00 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E470 /* FileUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000A10 /* FileUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E480 /* Fingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000A20 /* Fingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E490 /* FixedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000A30 /* FixedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E4A0 /* FollyMemcpy.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000A40 /* FollyMemcpy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E4B0 /* FollyMemset.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000A50 /* FollyMemset.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E4C0 /* Format-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000A60 /* Format-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E4D0 /* Format.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000A70 /* Format.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E4E0 /* FormatArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000A80 /* FormatArg.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E4F0 /* FormatTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000A90 /* FormatTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E500 /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000AA0 /* Function.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E510 /* GLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000AB0 /* GLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E520 /* GroupVarint.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000AC0 /* GroupVarint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E530 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000AD0 /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E540 /* Indestructible.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000AE0 /* Indestructible.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E550 /* IndexedMemPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000AF0 /* IndexedMemPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E560 /* IntrusiveList.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000B00 /* IntrusiveList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E570 /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000B10 /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E580 /* IPAddressException.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000B20 /* IPAddressException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E590 /* IPAddressV4.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000B30 /* IPAddressV4.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E5A0 /* IPAddressV6.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000B40 /* IPAddressV6.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E5B0 /* json.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000B50 /* json.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E5C0 /* json_patch.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000B60 /* json_patch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E5D0 /* json_pointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000B70 /* json_pointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E5E0 /* Lazy.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000B80 /* Lazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E5F0 /* Likely.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000B90 /* Likely.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E600 /* MacAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000BA0 /* MacAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E610 /* MapUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000BB0 /* MapUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E620 /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000BC0 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E630 /* MaybeManagedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000BD0 /* MaybeManagedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E640 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000BE0 /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E650 /* MicroLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000BF0 /* MicroLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E660 /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000C00 /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E670 /* MoveWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000C10 /* MoveWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E680 /* MPMCPipeline.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000C20 /* MPMCPipeline.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E690 /* MPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000C30 /* MPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E6A0 /* ObserverContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000C40 /* ObserverContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E6B0 /* Optional.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000C50 /* Optional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E6C0 /* Overload.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000C60 /* Overload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E6D0 /* PackedSyncPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000C70 /* PackedSyncPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E6E0 /* Padded.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000C80 /* Padded.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E6F0 /* Poly-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000C90 /* Poly-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E700 /* Poly.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000CA0 /* Poly.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E710 /* PolyException.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000CB0 /* PolyException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E720 /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000CC0 /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E730 /* Preprocessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000CD0 /* Preprocessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E740 /* ProducerConsumerQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000CE0 /* ProducerConsumerQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E750 /* Random-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000CF0 /* Random-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E760 /* Random.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000D00 /* Random.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E770 /* Range.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000D10 /* Range.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E780 /* Replaceable.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000D20 /* Replaceable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E790 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000D30 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E7A0 /* ScopeGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000D40 /* ScopeGuard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E7B0 /* SharedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000D50 /* SharedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E7C0 /* Singleton-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000D60 /* Singleton-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E7D0 /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000D70 /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E7E0 /* SingletonThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000D80 /* SingletonThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E7F0 /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000D90 /* small_vector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E800 /* SocketAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000DA0 /* SocketAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E810 /* sorted_vector_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000DB0 /* sorted_vector_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E820 /* SpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000DC0 /* SpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E830 /* stop_watch.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000DD0 /* stop_watch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E840 /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000DE0 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E850 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000DF0 /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E860 /* Subprocess.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000E00 /* Subprocess.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E870 /* Synchronized.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000E10 /* Synchronized.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E880 /* SynchronizedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000E20 /* SynchronizedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E890 /* ThreadCachedInt.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000E30 /* ThreadCachedInt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E8A0 /* ThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000E40 /* ThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E8B0 /* TimeoutQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000E50 /* TimeoutQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E8C0 /* TokenBucket.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000E60 /* TokenBucket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E8D0 /* Traits.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000E70 /* Traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E8E0 /* Try-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000E80 /* Try-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E8F0 /* Try.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000E90 /* Try.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E900 /* Unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000EA0 /* Unicode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E910 /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000EB0 /* Unit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E920 /* Uri-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000EC0 /* Uri-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E930 /* Uri.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000ED0 /* Uri.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E940 /* UTF8String.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000EE0 /* UTF8String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E950 /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000EF0 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E960 /* Varint.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000F00 /* Varint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E970 /* VirtualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000F10 /* VirtualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E980 /* Access.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000F20 /* Access.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E990 /* Array.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000F30 /* Array.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E9A0 /* BitIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000F40 /* BitIterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E9B0 /* Enumerate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000F50 /* Enumerate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E9C0 /* EvictingCacheMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000F60 /* EvictingCacheMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E9D0 /* F14Map-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000F70 /* F14Map-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E9E0 /* F14Map.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000F80 /* F14Map.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000E9F0 /* F14Set-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000F90 /* F14Set-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EA00 /* F14Set.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000FA0 /* F14Set.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EA10 /* Foreach-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000FB0 /* Foreach-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EA20 /* Foreach.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000FC0 /* Foreach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EA30 /* heap_vector_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000FD0 /* heap_vector_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EA40 /* HeterogeneousAccess-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000FE0 /* HeterogeneousAccess-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EA50 /* HeterogeneousAccess.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00000FF0 /* HeterogeneousAccess.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EA60 /* IntrusiveHeap.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001000 /* IntrusiveHeap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EA70 /* Iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001010 /* Iterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EA80 /* Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001020 /* Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EA90 /* SparseByteSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001030 /* SparseByteSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EAA0 /* View.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001040 /* View.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EAB0 /* WeightedEvictingCacheMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001050 /* WeightedEvictingCacheMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EAC0 /* BitIteratorDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001060 /* BitIteratorDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EAD0 /* F14Defaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001070 /* F14Defaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EAE0 /* F14IntrinsicsAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001080 /* F14IntrinsicsAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EAF0 /* F14MapFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001090 /* F14MapFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EB00 /* F14Mask.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000010A0 /* F14Mask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EB10 /* F14Policy.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000010B0 /* F14Policy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EB20 /* F14SetFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000010C0 /* F14SetFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EB30 /* F14Table.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000010D0 /* F14Table.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EB40 /* Util.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000010E0 /* Util.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EB50 /* AsyncTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000010F0 /* AsyncTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EB60 /* AtomicHashUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001100 /* AtomicHashUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EB70 /* AtomicUnorderedMapUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001110 /* AtomicUnorderedMapUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EB80 /* DiscriminatedPtrDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001120 /* DiscriminatedPtrDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EB90 /* FileUtilDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001130 /* FileUtilDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EBA0 /* FileUtilVectorDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001140 /* FileUtilVectorDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EBB0 /* FingerprintPolynomial.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001150 /* FingerprintPolynomial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EBC0 /* Futex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001160 /* Futex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EBD0 /* Futex.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001170 /* Futex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EBE0 /* GroupVarintDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001180 /* GroupVarintDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EBF0 /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001190 /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EC00 /* IPAddressSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000011A0 /* IPAddressSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EC10 /* Iterators.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000011B0 /* Iterators.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EC20 /* MemoryIdler.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000011C0 /* MemoryIdler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EC30 /* MPMCPipelineDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000011D0 /* MPMCPipelineDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EC40 /* PerfScoped.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000011E0 /* PerfScoped.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EC50 /* PolyDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000011F0 /* PolyDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EC60 /* RangeCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001200 /* RangeCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EC70 /* RangeSse42.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001210 /* RangeSse42.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EC80 /* SimdAnyOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001220 /* SimdAnyOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EC90 /* SimdCharPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001230 /* SimdCharPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ECA0 /* SimdForEach.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001240 /* SimdForEach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ECB0 /* SimpleSimdStringUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001250 /* SimpleSimdStringUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ECC0 /* SimpleSimdStringUtilsImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001260 /* SimpleSimdStringUtilsImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ECD0 /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001270 /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ECE0 /* SlowFingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001280 /* SlowFingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ECF0 /* SocketFastOpen.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001290 /* SocketFastOpen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ED00 /* SplitStringSimd.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000012A0 /* SplitStringSimd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ED10 /* SplitStringSimdImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000012B0 /* SplitStringSimdImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ED20 /* Sse.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000012C0 /* Sse.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ED30 /* StaticSingletonManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000012D0 /* StaticSingletonManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ED40 /* ThreadLocalDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000012E0 /* ThreadLocalDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ED50 /* TurnSequencer.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000012F0 /* TurnSequencer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ED60 /* TypeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001300 /* TypeList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ED70 /* UniqueInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001310 /* UniqueInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ED80 /* UnrollUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001320 /* UnrollUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000ED90 /* ApplyTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001330 /* ApplyTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EDA0 /* Invoke.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001340 /* Invoke.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EDB0 /* Partial.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001350 /* Partial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EDC0 /* protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001360 /* protocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EDD0 /* traits.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001370 /* traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EDE0 /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001380 /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EDF0 /* FarmHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001390 /* FarmHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EE00 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000013A0 /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EE10 /* SpookyHashV1.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000013B0 /* SpookyHashV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EE20 /* SpookyHashV2.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000013C0 /* SpookyHashV2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EE30 /* Access.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000013D0 /* Access.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EE40 /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000013E0 /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EE50 /* Aligned.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000013F0 /* Aligned.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EE60 /* Assume.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001400 /* Assume.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EE70 /* Badge.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001410 /* Badge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EE80 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001420 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EE90 /* Builtin.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001430 /* Builtin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EEA0 /* Byte.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001440 /* Byte.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EEB0 /* CArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001450 /* CArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EEC0 /* Cast.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001460 /* Cast.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EED0 /* CheckedMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001470 /* CheckedMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EEE0 /* CString.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001480 /* CString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EEF0 /* CustomizationPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001490 /* CustomizationPoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EF00 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000014A0 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EF10 /* Extern.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000014B0 /* Extern.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EF20 /* Hint-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000014C0 /* Hint-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EF30 /* Hint.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000014D0 /* Hint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EF40 /* Keep.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000014E0 /* Keep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EF50 /* Launder.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000014F0 /* Launder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EF60 /* New.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001500 /* New.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EF70 /* Ordering.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001510 /* Ordering.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EF80 /* Pretty.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001520 /* Pretty.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EF90 /* PropagateConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001530 /* PropagateConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EFA0 /* RValueReferenceWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001540 /* RValueReferenceWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EFB0 /* SafeAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001550 /* SafeAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EFC0 /* StaticConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001560 /* StaticConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EFD0 /* Thunk.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001570 /* Thunk.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EFE0 /* ToAscii.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001580 /* ToAscii.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000EFF0 /* TypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001590 /* TypeInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F000 /* UncaughtExceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000015A0 /* UncaughtExceptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F010 /* Arena-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000015B0 /* Arena-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F020 /* Arena.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000015C0 /* Arena.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F030 /* EnableSharedFromThis.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000015D0 /* EnableSharedFromThis.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F040 /* MallctlHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000015E0 /* MallctlHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F050 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000015F0 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F060 /* MemoryResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001600 /* MemoryResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F070 /* not_null-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001610 /* not_null-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F080 /* not_null.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001620 /* not_null.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F090 /* ReentrantAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001630 /* ReentrantAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F0A0 /* SanitizeAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001640 /* SanitizeAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F0B0 /* SanitizeLeak.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001650 /* SanitizeLeak.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F0C0 /* ThreadCachedArena.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001660 /* ThreadCachedArena.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F0D0 /* UninitializedMemoryHacks.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001670 /* UninitializedMemoryHacks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F0E0 /* MallocImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001680 /* MallocImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F0F0 /* NetOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001690 /* NetOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F100 /* NetOpsDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000016A0 /* NetOpsDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F110 /* NetworkSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000016B0 /* NetworkSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F120 /* TcpInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000016C0 /* TcpInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F130 /* TcpInfoDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000016D0 /* TcpInfoDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F140 /* TcpInfoTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000016E0 /* TcpInfoTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F150 /* SocketFileDescriptorMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000016F0 /* SocketFileDescriptorMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F160 /* Asm.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001700 /* Asm.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F170 /* Atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001710 /* Atomic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F180 /* Builtins.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001720 /* Builtins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F190 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001730 /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F1A0 /* Constexpr.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001740 /* Constexpr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F1B0 /* Dirent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001750 /* Dirent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F1C0 /* Event.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001760 /* Event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F1D0 /* Fcntl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001770 /* Fcntl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F1E0 /* Filesystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001780 /* Filesystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F1F0 /* FmtCompile.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001790 /* FmtCompile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F200 /* GFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000017A0 /* GFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F210 /* GMock.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000017B0 /* GMock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F220 /* GTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000017C0 /* GTest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F230 /* IOVec.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000017D0 /* IOVec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F240 /* Libgen.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000017E0 /* Libgen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F250 /* Libunwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000017F0 /* Libunwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F260 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001800 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F270 /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001810 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F280 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001820 /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F290 /* OpenSSL.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001830 /* OpenSSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F2A0 /* PThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001840 /* PThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F2B0 /* Sched.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001850 /* Sched.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F2C0 /* Sockets.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001860 /* Sockets.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F2D0 /* SourceLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001870 /* SourceLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F2E0 /* Stdio.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001880 /* Stdio.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F2F0 /* Stdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001890 /* Stdlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F300 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000018A0 /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F310 /* SysFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000018B0 /* SysFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F320 /* Syslog.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000018C0 /* Syslog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F330 /* SysMembarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000018D0 /* SysMembarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F340 /* SysMman.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000018E0 /* SysMman.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F350 /* SysResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000018F0 /* SysResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F360 /* SysStat.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001900 /* SysStat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F370 /* SysSyscall.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001910 /* SysSyscall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F380 /* SysTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001920 /* SysTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F390 /* SysTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001930 /* SysTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F3A0 /* SysUio.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001940 /* SysUio.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F3B0 /* Time.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001950 /* Time.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F3C0 /* Unistd.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001960 /* Unistd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F3D0 /* Windows.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001970 /* Windows.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F3E0 /* AtFork.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001980 /* AtFork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F3F0 /* HardwareConcurrency.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001990 /* HardwareConcurrency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F400 /* MemoryMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000019A0 /* MemoryMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F410 /* Pid.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000019B0 /* Pid.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F420 /* Shell.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000019C0 /* Shell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F430 /* ThreadId.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000019D0 /* ThreadId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F440 /* ThreadName.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000019E0 /* ThreadName.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F450 /* SharedMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00001A00 /* 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"; }; }; + 46EB2E0000F460 /* CacheLocality.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00001A10 /* 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"; }; }; + 46EB2E0000F470 /* Futex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00001A20 /* 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"; }; }; + 46EB2E0000F480 /* ParkingLot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00001A30 /* 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"; }; }; + 46EB2E0000F490 /* Malloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00001A40 /* 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"; }; }; + 46EB2E0000F4A0 /* CacheLocality.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001A50 /* CacheLocality.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F4B0 /* AsymmetricThreadFence.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001A60 /* AsymmetricThreadFence.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F4C0 /* AtomicNotification-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001A70 /* AtomicNotification-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F4D0 /* AtomicNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001A80 /* AtomicNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F4E0 /* AtomicRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001A90 /* AtomicRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F4F0 /* AtomicStruct.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001AA0 /* AtomicStruct.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F500 /* AtomicUtil-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001AB0 /* AtomicUtil-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F510 /* AtomicUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001AC0 /* AtomicUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F520 /* Baton.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001AD0 /* Baton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F530 /* CallOnce.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001AE0 /* CallOnce.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F540 /* DelayedInit.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001AF0 /* DelayedInit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F550 /* DistributedMutex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001B00 /* DistributedMutex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F560 /* DistributedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001B10 /* DistributedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F570 /* Hazptr-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001B20 /* Hazptr-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F580 /* Hazptr.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001B30 /* Hazptr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F590 /* HazptrDomain.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001B40 /* HazptrDomain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F5A0 /* HazptrHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001B50 /* HazptrHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F5B0 /* HazptrObj.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001B60 /* HazptrObj.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F5C0 /* HazptrObjLinked.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001B70 /* HazptrObjLinked.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F5D0 /* HazptrRec.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001B80 /* HazptrRec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F5E0 /* HazptrThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001B90 /* HazptrThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F5F0 /* HazptrThrLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001BA0 /* HazptrThrLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F600 /* Latch.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001BB0 /* Latch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F610 /* LifoSem.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001BC0 /* LifoSem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F620 /* Lock.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001BD0 /* Lock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F630 /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001BE0 /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F640 /* NativeSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001BF0 /* NativeSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F650 /* ParkingLot.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001C00 /* ParkingLot.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F660 /* PicoSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001C10 /* PicoSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F670 /* Rcu.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001C20 /* Rcu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F680 /* RelaxedAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001C30 /* RelaxedAtomic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F690 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001C40 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F6A0 /* SanitizeThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001C50 /* SanitizeThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F6B0 /* SaturatingSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001C60 /* SaturatingSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F6C0 /* SmallLocks.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001C70 /* SmallLocks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F6D0 /* ThrottledLifoSem.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001C80 /* ThrottledLifoSem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F6E0 /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001C90 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F6F0 /* WaitOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001CA0 /* WaitOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F740 /* RCT-Folly-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000F730 /* RCT-Folly-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F770 /* RCT-Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E0000F760 /* RCT-Folly-dummy.m */; }; + 46EB2E0000F800 /* RCTDeprecation.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00001CD0 /* RCTDeprecation.m */; settings = {COMPILER_FLAGS = "-Wnullable-to-nonnull-conversion -Wnullability-completeness -DOS_OBJECT_USE_OBJC=0"; }; }; + 46EB2E0000F810 /* RCTDeprecation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001CC0 /* RCTDeprecation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F870 /* RCTDeprecation-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000F860 /* RCTDeprecation-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F8A0 /* RCTDeprecation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E0000F890 /* RCTDeprecation-dummy.m */; }; + 46EB2E0000F9A0 /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00001D00 /* RCTConvertHelpers.mm */; }; + 46EB2E0000F9B0 /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00001D20 /* RCTTypedModuleConstants.mm */; }; + 46EB2E0000F9C0 /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001CF0 /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000F9D0 /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001D10 /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FA30 /* RCTTypeSafety-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000FA20 /* RCTTypeSafety-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FA60 /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E0000FA50 /* RCTTypeSafety-dummy.m */; }; + 46EB2E0000FBE0 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D550 /* PrivacyInfo.xcprivacy */; }; + 46EB2E0000FC10 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001D40 /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FC20 /* RCTAccessibilityManager+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001D50 /* RCTAccessibilityManager+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FC30 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001D60 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FC40 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001D70 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FC50 /* RCTAlertController.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001D80 /* RCTAlertController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FC60 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001D90 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FC70 /* RCTAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001DA0 /* RCTAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FC80 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001DB0 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FC90 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001DC0 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FCA0 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001DD0 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FCB0 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001DE0 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FCC0 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001DF0 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FCD0 /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001E00 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FCE0 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001E10 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FCF0 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001E20 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FD00 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001E30 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FD10 /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001E40 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FD20 /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001E50 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FD30 /* RCTLogBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001E60 /* RCTLogBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FD40 /* RCTLogBoxView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001E70 /* RCTLogBoxView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FD50 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001E80 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FD60 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001E90 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FD70 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001EA0 /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FD80 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001EB0 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FD90 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001EC0 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FDA0 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001ED0 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FDB0 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001EE0 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E0000FDC0 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00001F20 /* 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"; }; }; + 46EB2E0000FDD0 /* RCTBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00001F60 /* 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"; }; }; + 46EB2E0000FDE0 /* RCTBridgeConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00001F80 /* 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"; }; }; + 46EB2E0000FDF0 /* RCTBridgeModuleDecorator.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00001FD0 /* 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"; }; }; + 46EB2E0000FE00 /* RCTBridgeProxy.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002000 /* 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"; }; }; + 46EB2E0000FE10 /* RCTBundleManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002020 /* 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"; }; }; + 46EB2E0000FE20 /* RCTBundleURLProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002040 /* 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"; }; }; + 46EB2E0000FE30 /* RCTCallableJSModules.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002050 /* 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"; }; }; + 46EB2E0000FE40 /* RCTCallInvoker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002070 /* RCTCallInvoker.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"; }; }; + 46EB2E0000FE50 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000020A0 /* 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"; }; }; + 46EB2E0000FE60 /* RCTConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000020C0 /* 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"; }; }; + 46EB2E0000FE70 /* RCTConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000020E0 /* 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"; }; }; + 46EB2E0000FE80 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002100 /* 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"; }; }; + 46EB2E0000FE90 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002130 /* 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"; }; }; + 46EB2E0000FEA0 /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002160 /* 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"; }; }; + 46EB2E0000FEB0 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002170 /* 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"; }; }; + 46EB2E0000FEC0 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000021A0 /* 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"; }; }; + 46EB2E0000FED0 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000021C0 /* 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"; }; }; + 46EB2E0000FEE0 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002210 /* 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"; }; }; + 46EB2E0000FEF0 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002230 /* 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"; }; }; + 46EB2E0000FF00 /* RCTJSThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002250 /* 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"; }; }; + 46EB2E0000FF10 /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002270 /* 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"; }; }; + 46EB2E0000FF20 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002290 /* 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"; }; }; + 46EB2E0000FF30 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000022B0 /* 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"; }; }; + 46EB2E0000FF40 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000022E0 /* 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"; }; }; + 46EB2E0000FF50 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002300 /* 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"; }; }; + 46EB2E0000FF60 /* RCTModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002310 /* 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"; }; }; + 46EB2E0000FF70 /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002330 /* 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"; }; }; + 46EB2E0000FF80 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002350 /* 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"; }; }; + 46EB2E0000FF90 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002380 /* 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"; }; }; + 46EB2E0000FFA0 /* RCTPerformanceLogger.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000023A0 /* 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"; }; }; + 46EB2E0000FFB0 /* RCTPerformanceLoggerLabels.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000023C0 /* 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"; }; }; + 46EB2E0000FFC0 /* RCTRedBoxSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000023F0 /* 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"; }; }; + 46EB2E0000FFD0 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002410 /* 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"; }; }; + 46EB2E0000FFE0 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002430 /* 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"; }; }; + 46EB2E0000FFF0 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002450 /* 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"; }; }; + 46EB2E00010000 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000024A0 /* 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"; }; }; + 46EB2E00010010 /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000024C0 /* 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"; }; }; + 46EB2E00010020 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002510 /* 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"; }; }; + 46EB2E00010030 /* RCTUtilsUIOverride.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002530 /* 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"; }; }; + 46EB2E00010040 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002550 /* 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"; }; }; + 46EB2E00010050 /* RCTViewRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002560 /* 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"; }; }; + 46EB2E00010060 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002590 /* 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"; }; }; + 46EB2E00010070 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000025D0 /* 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"; }; }; + 46EB2E00010080 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002600 /* 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"; }; }; + 46EB2E00010090 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002620 /* 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"; }; }; + 46EB2E000100A0 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002650 /* 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"; }; }; + 46EB2E000100B0 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002680 /* 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"; }; }; + 46EB2E000100C0 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000026A0 /* 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"; }; }; + 46EB2E000100D0 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000026C0 /* 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"; }; }; + 46EB2E000100E0 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000026F0 /* 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"; }; }; + 46EB2E000100F0 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002700 /* 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"; }; }; + 46EB2E00010100 /* RCTJSIExecutorRuntimeInstaller.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002730 /* 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"; }; }; + 46EB2E00010110 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002750 /* 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"; }; }; + 46EB2E00010120 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002770 /* 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"; }; }; + 46EB2E00010130 /* RCTDefaultCxxLogFunction.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000027A0 /* 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"; }; }; + 46EB2E00010140 /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000027E0 /* 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"; }; }; + 46EB2E00010150 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002800 /* 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"; }; }; + 46EB2E00010160 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002820 /* 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"; }; }; + 46EB2E00010170 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002840 /* 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"; }; }; + 46EB2E00010180 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002870 /* 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"; }; }; + 46EB2E00010190 /* RCTLocalizedString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000028B0 /* 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"; }; }; + 46EB2E000101A0 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000028E0 /* 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"; }; }; + 46EB2E000101B0 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002900 /* 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"; }; }; + 46EB2E000101C0 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002920 /* 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"; }; }; + 46EB2E000101D0 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002940 /* 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"; }; }; + 46EB2E000101E0 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002960 /* 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"; }; }; + 46EB2E000101F0 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002980 /* 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"; }; }; + 46EB2E00010200 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000029A0 /* 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"; }; }; + 46EB2E00010210 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000029C0 /* 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"; }; }; + 46EB2E00010220 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000029E0 /* 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"; }; }; + 46EB2E00010230 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002A20 /* 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"; }; }; + 46EB2E00010240 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002A90 /* 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"; }; }; + 46EB2E00010250 /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002AC0 /* 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"; }; }; + 46EB2E00010260 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002AE0 /* 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"; }; }; + 46EB2E00010270 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002B30 /* 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"; }; }; + 46EB2E00010280 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002B70 /* 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"; }; }; + 46EB2E00010290 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002B90 /* 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"; }; }; + 46EB2E000102A0 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002BB0 /* 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"; }; }; + 46EB2E000102B0 /* RCTDebuggingOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002BE0 /* 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"; }; }; + 46EB2E000102C0 /* RCTDebuggingOverlayManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002C00 /* 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"; }; }; + 46EB2E000102D0 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002C20 /* 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"; }; }; + 46EB2E000102E0 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002C40 /* 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"; }; }; + 46EB2E000102F0 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002C60 /* 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"; }; }; + 46EB2E00010300 /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002C80 /* 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"; }; }; + 46EB2E00010310 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002CA0 /* 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"; }; }; + 46EB2E00010320 /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002CC0 /* 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"; }; }; + 46EB2E00010330 /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002CF0 /* 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"; }; }; + 46EB2E00010340 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002D10 /* 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"; }; }; + 46EB2E00010350 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002D30 /* 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"; }; }; + 46EB2E00010360 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002D50 /* 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"; }; }; + 46EB2E00010370 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002D70 /* 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"; }; }; + 46EB2E00010380 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002D90 /* 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"; }; }; + 46EB2E00010390 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002DC0 /* 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"; }; }; + 46EB2E000103A0 /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002DE0 /* 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"; }; }; + 46EB2E000103B0 /* RCTViewUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002E00 /* 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"; }; }; + 46EB2E000103C0 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002E20 /* 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"; }; }; + 46EB2E000103D0 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002E60 /* 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"; }; }; + 46EB2E000103E0 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002E80 /* 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"; }; }; + 46EB2E000103F0 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002EB0 /* 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"; }; }; + 46EB2E00010400 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002ED0 /* 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"; }; }; + 46EB2E00010410 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002EF0 /* 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"; }; }; + 46EB2E00010420 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002F10 /* 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"; }; }; + 46EB2E00010430 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002F50 /* 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"; }; }; + 46EB2E00010440 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002F70 /* 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"; }; }; + 46EB2E00010450 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002F90 /* 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"; }; }; + 46EB2E00010460 /* RCTScrollEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002FB0 /* 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"; }; }; + 46EB2E00010470 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002FD0 /* 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"; }; }; + 46EB2E00010480 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002FF0 /* 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"; }; }; + 46EB2E00010490 /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003020 /* 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"; }; }; + 46EB2E000104A0 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001F10 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000104B0 /* RCTBridge+Inspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001F30 /* RCTBridge+Inspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000104C0 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001F40 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000104D0 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001F50 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000104E0 /* RCTBridgeConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001F70 /* RCTBridgeConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000104F0 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001F90 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010500 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001FA0 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010510 /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001FB0 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010520 /* RCTBridgeModuleDecorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001FC0 /* RCTBridgeModuleDecorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010530 /* RCTBridgeProxy+Cxx.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001FE0 /* RCTBridgeProxy+Cxx.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010540 /* RCTBridgeProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00001FF0 /* RCTBridgeProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010550 /* RCTBundleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002010 /* RCTBundleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010560 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002030 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010570 /* RCTCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002060 /* RCTCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010580 /* RCTCallInvokerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002080 /* RCTCallInvokerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010590 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002090 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000105A0 /* RCTConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000020B0 /* RCTConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000105B0 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000020D0 /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000105C0 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000020F0 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000105D0 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002110 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000105E0 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002120 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000105F0 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002140 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010600 /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002150 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010610 /* RCTEventDispatcherProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002180 /* RCTEventDispatcherProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010620 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002190 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010630 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000021B0 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010640 /* RCTInitializing.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000021D0 /* RCTInitializing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010650 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000021E0 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010660 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000021F0 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010670 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002200 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010680 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002220 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010690 /* RCTJSThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002240 /* RCTJSThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000106A0 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002260 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000106B0 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002280 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000106C0 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000022A0 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000106D0 /* RCTMockDef.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000022C0 /* RCTMockDef.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000106E0 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000022D0 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000106F0 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000022F0 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010700 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002320 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010710 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002340 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010720 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002360 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010730 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002370 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010740 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002390 /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010750 /* RCTPerformanceLoggerLabels.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000023B0 /* RCTPerformanceLoggerLabels.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010760 /* RCTPLTag.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000023D0 /* RCTPLTag.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010770 /* RCTRedBoxSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000023E0 /* RCTRedBoxSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010780 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002400 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010790 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002420 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000107A0 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002440 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000107B0 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002460 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000107C0 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002470 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000107D0 /* RCTRuntimeExecutorModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002480 /* RCTRuntimeExecutorModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000107E0 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002490 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000107F0 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000024B0 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010800 /* RCTTurboModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000024D0 /* RCTTurboModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010810 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000024E0 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010820 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000024F0 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010830 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002500 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010840 /* RCTUtilsUIOverride.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002520 /* RCTUtilsUIOverride.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010850 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002540 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010860 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002580 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010870 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000025A0 /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010880 /* RCTSurfaceProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000025B0 /* RCTSurfaceProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010890 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000025C0 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000108A0 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000025E0 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000108B0 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000025F0 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000108C0 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002610 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000108D0 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002630 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000108E0 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002640 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000108F0 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002670 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010900 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002690 /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010910 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000026B0 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010920 /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000026E0 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010930 /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002710 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010940 /* RCTJSIExecutorRuntimeInstaller.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002720 /* RCTJSIExecutorRuntimeInstaller.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010950 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002740 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010960 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002760 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010970 /* RCTDefaultCxxLogFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002790 /* RCTDefaultCxxLogFunction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010980 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000027C0 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010990 /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000027D0 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000109A0 /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000027F0 /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000109B0 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002810 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000109C0 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002830 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000109D0 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002860 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000109E0 /* FBXXHashUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002890 /* FBXXHashUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000109F0 /* RCTLocalizedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000028A0 /* RCTLocalizedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010A00 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000028D0 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010A10 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000028F0 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010A20 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002910 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010A30 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002930 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010A40 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002950 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010A50 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002970 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010A60 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002990 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010A70 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000029B0 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010A80 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000029D0 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010A90 /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002A00 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010AA0 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002A10 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010AB0 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002A80 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010AC0 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002AB0 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010AD0 /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002AD0 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010AE0 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002AF0 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010AF0 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002B00 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010B00 /* RCTBorderCurve.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002B10 /* RCTBorderCurve.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010B10 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002B20 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010B20 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002B40 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010B30 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002B50 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010B40 /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002B60 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010B50 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002B80 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010B60 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002BA0 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010B70 /* RCTCursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002BC0 /* RCTCursor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010B80 /* RCTDebuggingOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002BD0 /* RCTDebuggingOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010B90 /* RCTDebuggingOverlayManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002BF0 /* RCTDebuggingOverlayManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010BA0 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002C10 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010BB0 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002C30 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010BC0 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002C50 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010BD0 /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002C70 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010BE0 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002C90 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010BF0 /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002CB0 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010C00 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002CD0 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010C10 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002CE0 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010C20 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002D00 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010C30 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002D20 /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010C40 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002D40 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010C50 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002D60 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010C60 /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002D80 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010C70 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002DA0 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010C80 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002DB0 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010C90 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002DD0 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010CA0 /* RCTViewUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002DF0 /* RCTViewUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010CB0 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002E10 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010CC0 /* RCTRefreshableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002E40 /* RCTRefreshableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010CD0 /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002E50 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010CE0 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002E70 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010CF0 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002EA0 /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010D00 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002EC0 /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010D10 /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002EE0 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010D20 /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002F00 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010D30 /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002F30 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010D40 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002F40 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010D50 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002F60 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010D60 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002F80 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010D70 /* RCTScrollEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002FA0 /* RCTScrollEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010D80 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002FC0 /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010D90 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00002FE0 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010DA0 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003000 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010DB0 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003010 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010DC0 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002A30 /* RCTProfileTrampoline-arm.S */; }; + 46EB2E00010DD0 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002A40 /* RCTProfileTrampoline-arm64.S */; }; + 46EB2E00010DE0 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002A50 /* RCTProfileTrampoline-i386.S */; }; + 46EB2E00010DF0 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00002A60 /* RCTProfileTrampoline-x86_64.S */; }; + 46EB2E00010E00 /* RCTDevLoadingViewSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003070 /* 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"; }; }; + 46EB2E00010E10 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003090 /* 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"; }; }; + 46EB2E00010E20 /* RCTInspectorNetworkHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000030B0 /* RCTInspectorNetworkHelper.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"; }; }; + 46EB2E00010E30 /* RCTInspectorUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000030D0 /* RCTInspectorUtils.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"; }; }; + 46EB2E00010E40 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000030F0 /* 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"; }; }; + 46EB2E00010E50 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003110 /* 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"; }; }; + 46EB2E00010E60 /* RCTPausedInDebuggerOverlayController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003130 /* RCTPausedInDebuggerOverlayController.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"; }; }; + 46EB2E00010E70 /* RCTCxxInspectorPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003160 /* 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"; }; }; + 46EB2E00010E80 /* RCTCxxInspectorPackagerConnectionDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003180 /* 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"; }; }; + 46EB2E00010E90 /* RCTCxxInspectorWebSocketAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000031A0 /* 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"; }; }; + 46EB2E00010EA0 /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000031C0 /* 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"; }; }; + 46EB2E00010EB0 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000031E0 /* 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"; }; }; + 46EB2E00010EC0 /* RCTDevLoadingViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003050 /* RCTDevLoadingViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010ED0 /* RCTDevLoadingViewSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003060 /* RCTDevLoadingViewSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010EE0 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003080 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010EF0 /* RCTInspectorNetworkHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000030A0 /* RCTInspectorNetworkHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010F00 /* RCTInspectorUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000030C0 /* RCTInspectorUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010F10 /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000030E0 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010F20 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003100 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010F30 /* RCTPausedInDebuggerOverlayController.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003120 /* RCTPausedInDebuggerOverlayController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010F40 /* RCTCxxInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003150 /* RCTCxxInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010F50 /* RCTCxxInspectorPackagerConnectionDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003170 /* RCTCxxInspectorPackagerConnectionDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010F60 /* RCTCxxInspectorWebSocketAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003190 /* RCTCxxInspectorWebSocketAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010F70 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000031B0 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010F80 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000031D0 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010F90 /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003210 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010FA0 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003220 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010FB0 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003230 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010FC0 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003240 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010FD0 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003250 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010FE0 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003270 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00010FF0 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003280 /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011000 /* RCTColorAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003290 /* RCTColorAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011010 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000032A0 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011020 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000032B0 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011030 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000032C0 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011040 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000032D0 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011050 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000032E0 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011060 /* RCTObjectAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000032F0 /* RCTObjectAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011070 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003300 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011080 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003310 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011090 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003320 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000110A0 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003330 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000110B0 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003340 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000110C0 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003350 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000110D0 /* RCTAnimationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003360 /* RCTAnimationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000110E0 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003370 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000110F0 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003380 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011100 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003390 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011110 /* RCTNativeAnimatedTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000033A0 /* RCTNativeAnimatedTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011120 /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000033C0 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011130 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000033D0 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011140 /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000033F0 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011150 /* RCTBundleAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003400 /* RCTBundleAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011160 /* RCTDisplayWeakRefreshable.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003410 /* RCTDisplayWeakRefreshable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011170 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003420 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011180 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003430 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011190 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003440 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000111A0 /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003450 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000111B0 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003460 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000111C0 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003470 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000111D0 /* RCTImageLoaderLoggable.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003480 /* RCTImageLoaderLoggable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000111E0 /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003490 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000111F0 /* RCTImageLoaderWithAttributionProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000034A0 /* RCTImageLoaderWithAttributionProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011200 /* RCTImagePlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000034B0 /* RCTImagePlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011210 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000034C0 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011220 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000034D0 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011230 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000034E0 /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011240 /* RCTImageURLLoaderWithAttribution.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000034F0 /* RCTImageURLLoaderWithAttribution.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011250 /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003500 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011260 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003510 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011270 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003520 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011280 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003530 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011290 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003540 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000112A0 /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003550 /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000112B0 /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003570 /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000112C0 /* RCTLinkingPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003580 /* RCTLinkingPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000112D0 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000035A0 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000112E0 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000035B0 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000112F0 /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000035C0 /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011300 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000035D0 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011310 /* RCTNetworkPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000035E0 /* RCTNetworkPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011320 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000035F0 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011330 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003610 /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011340 /* RCTSettingsPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003620 /* RCTSettingsPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011350 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003650 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011360 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003660 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011370 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003680 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011380 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003690 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011390 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000036A0 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000113A0 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000036B0 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000113B0 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000036C0 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000113C0 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000036E0 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000113D0 /* RCTDynamicTypeRamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000036F0 /* RCTDynamicTypeRamp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000113E0 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003700 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000113F0 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003710 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011400 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003720 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011410 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003750 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011420 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003760 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011430 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003770 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011440 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003780 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011450 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003790 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011460 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000037A0 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011470 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000037B0 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011480 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000037C0 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011490 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000037D0 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000114A0 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000037E0 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000114B0 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000037F0 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000114C0 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003800 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000114D0 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003810 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000114E0 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003820 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000114F0 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003840 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011500 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003850 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011510 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003860 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011520 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003880 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011530 /* RCTVirtualTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003890 /* RCTVirtualTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011540 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000038A0 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011550 /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000038C0 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011560 /* RCTVibrationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000038D0 /* RCTVibrationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011570 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003900 /* 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"; }; }; + 46EB2E00011580 /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000038F0 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000115D0 /* React-Core-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000115C0 /* React-Core-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011600 /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000115F0 /* React-Core-dummy.m */; }; + 46EB2E00011690 /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003910 /* 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"; }; }; + 46EB2E000116A0 /* RCTAccessibilityManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003920 /* 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"; }; }; + 46EB2E000116B0 /* RCTActionSheetManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003930 /* 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"; }; }; + 46EB2E000116C0 /* RCTAlertController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003940 /* 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"; }; }; + 46EB2E000116D0 /* RCTAlertManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003950 /* 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"; }; }; + 46EB2E000116E0 /* RCTAppearance.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003960 /* 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"; }; }; + 46EB2E000116F0 /* RCTAppState.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003970 /* 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"; }; }; + 46EB2E00011700 /* RCTClipboard.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003980 /* 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"; }; }; + 46EB2E00011710 /* RCTDeviceInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003990 /* 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"; }; }; + 46EB2E00011720 /* RCTDevLoadingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000039A0 /* 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"; }; }; + 46EB2E00011730 /* RCTDevMenu.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000039B0 /* 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"; }; }; + 46EB2E00011740 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000039C0 /* 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"; }; }; + 46EB2E00011750 /* RCTEventDispatcher.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000039D0 /* 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"; }; }; + 46EB2E00011760 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000039E0 /* 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"; }; }; + 46EB2E00011770 /* RCTFPSGraph.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000039F0 /* 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"; }; }; + 46EB2E00011780 /* RCTI18nManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003A00 /* 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"; }; }; + 46EB2E00011790 /* RCTKeyboardObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003A10 /* 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"; }; }; + 46EB2E000117A0 /* RCTLogBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003A20 /* 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"; }; }; + 46EB2E000117B0 /* RCTLogBoxView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003A30 /* 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"; }; }; + 46EB2E000117C0 /* RCTPerfMonitor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003A40 /* 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"; }; }; + 46EB2E000117D0 /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003A50 /* 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"; }; }; + 46EB2E000117E0 /* RCTRedBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003A60 /* 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"; }; }; + 46EB2E000117F0 /* RCTSourceCode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003A70 /* 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"; }; }; + 46EB2E00011800 /* RCTStatusBarManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003A80 /* 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"; }; }; + 46EB2E00011810 /* RCTTiming.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003A90 /* 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"; }; }; + 46EB2E00011820 /* RCTWebSocketExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003AA0 /* 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"; }; }; + 46EB2E00011830 /* RCTWebSocketModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003AB0 /* 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"; }; }; + 46EB2E00011890 /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00011880 /* React-CoreModules-dummy.m */; }; + 46EB2E00011920 /* LayoutAnimationDriver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003AF0 /* 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"; }; }; + 46EB2E00011930 /* LayoutAnimationKeyFrameManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003B10 /* 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"; }; }; + 46EB2E00011940 /* utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003B40 /* 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"; }; }; + 46EB2E00011950 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003AD0 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011960 /* LayoutAnimationCallbackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003AE0 /* LayoutAnimationCallbackWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011970 /* LayoutAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003B00 /* LayoutAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011980 /* LayoutAnimationKeyFrameManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003B20 /* LayoutAnimationKeyFrameManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011990 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003B30 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000119A0 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003B50 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000119B0 /* AttributedString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003B70 /* 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"; }; }; + 46EB2E000119C0 /* AttributedStringBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003B90 /* 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"; }; }; + 46EB2E000119D0 /* ParagraphAttributes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003BC0 /* 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"; }; }; + 46EB2E000119E0 /* TextAttributes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003BF0 /* 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"; }; }; + 46EB2E000119F0 /* AttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003B80 /* AttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011A00 /* AttributedStringBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003BA0 /* AttributedStringBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011A10 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003BB0 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011A20 /* ParagraphAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003BD0 /* ParagraphAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011A30 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003BE0 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011A40 /* TextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003C00 /* TextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011A50 /* ComponentDescriptorProviderRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003C40 /* 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"; }; }; + 46EB2E00011A60 /* ComponentDescriptorRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003C60 /* 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"; }; }; + 46EB2E00011A70 /* componentNameByReactViewName.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003C80 /* 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"; }; }; + 46EB2E00011A80 /* ComponentDescriptorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003C20 /* ComponentDescriptorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011A90 /* ComponentDescriptorProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003C30 /* ComponentDescriptorProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011AA0 /* ComponentDescriptorProviderRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003C50 /* ComponentDescriptorProviderRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011AB0 /* ComponentDescriptorRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003C70 /* ComponentDescriptorRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011AC0 /* componentNameByReactViewName.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003C90 /* componentNameByReactViewName.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011AD0 /* NativeComponentRegistryBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003CB0 /* 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"; }; }; + 46EB2E00011AE0 /* NativeComponentRegistryBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003CC0 /* NativeComponentRegistryBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011AF0 /* LegacyViewManagerInteropComponentDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003D00 /* 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"; }; }; + 46EB2E00011B00 /* LegacyViewManagerInteropShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003D10 /* 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"; }; }; + 46EB2E00011B10 /* LegacyViewManagerInteropState.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003D40 /* 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"; }; }; + 46EB2E00011B20 /* LegacyViewManagerInteropViewEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003D50 /* 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"; }; }; + 46EB2E00011B30 /* LegacyViewManagerInteropViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003D70 /* 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"; }; }; + 46EB2E00011B40 /* RCTLegacyViewManagerInteropCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003DA0 /* 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"; }; }; + 46EB2E00011B50 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003DB0 /* 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"; }; }; + 46EB2E00011B60 /* UnstableLegacyViewManagerAutomaticShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003DD0 /* 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"; }; }; + 46EB2E00011B70 /* LegacyViewManagerInteropComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003CF0 /* LegacyViewManagerInteropComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011B80 /* LegacyViewManagerInteropShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003D20 /* LegacyViewManagerInteropShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011B90 /* LegacyViewManagerInteropState.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003D30 /* LegacyViewManagerInteropState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011BA0 /* LegacyViewManagerInteropViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003D60 /* LegacyViewManagerInteropViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011BB0 /* LegacyViewManagerInteropViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003D80 /* LegacyViewManagerInteropViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011BC0 /* RCTLegacyViewManagerInteropCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003D90 /* RCTLegacyViewManagerInteropCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011BD0 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003DC0 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011BE0 /* UnstableLegacyViewManagerAutomaticShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003DE0 /* UnstableLegacyViewManagerAutomaticShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011BF0 /* UnstableLegacyViewManagerInteropComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003DF0 /* UnstableLegacyViewManagerInteropComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011C00 /* RootProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003E20 /* 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"; }; }; + 46EB2E00011C10 /* RootShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003E40 /* 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"; }; }; + 46EB2E00011C20 /* RootComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003E10 /* RootComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011C30 /* RootProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003E30 /* RootProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011C40 /* RootShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003E50 /* RootShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011C50 /* AccessibilityProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003E80 /* 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"; }; }; + 46EB2E00011C60 /* BaseTouch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003EB0 /* 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"; }; }; + 46EB2E00011C70 /* BaseViewEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003ED0 /* 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"; }; }; + 46EB2E00011C80 /* BaseViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003EF0 /* 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"; }; }; + 46EB2E00011C90 /* PointerEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00003FD0 /* 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"; }; }; + 46EB2E00011CA0 /* TouchEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004020 /* 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"; }; }; + 46EB2E00011CB0 /* TouchEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004040 /* 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"; }; }; + 46EB2E00011CC0 /* ViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000040A0 /* 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"; }; }; + 46EB2E00011CD0 /* YogaLayoutableShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000040C0 /* 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"; }; }; + 46EB2E00011CE0 /* YogaStylableProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000040E0 /* 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"; }; }; + 46EB2E00011CF0 /* AccessibilityPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003E70 /* AccessibilityPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011D00 /* AccessibilityProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003E90 /* AccessibilityProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011D10 /* accessibilityPropsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003EA0 /* accessibilityPropsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011D20 /* BaseTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003EC0 /* BaseTouch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011D30 /* BaseViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003EE0 /* BaseViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011D40 /* BaseViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003F00 /* BaseViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011D50 /* ConcreteViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003F10 /* ConcreteViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011D60 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003F20 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011D70 /* HostPlatformTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003F90 /* HostPlatformTouch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011D80 /* HostPlatformViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003FA0 /* HostPlatformViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011D90 /* HostPlatformViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003FB0 /* HostPlatformViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011DA0 /* HostPlatformViewTraitsInitializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003FC0 /* HostPlatformViewTraitsInitializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011DB0 /* PointerEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003FE0 /* PointerEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011DC0 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003FF0 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011DD0 /* propsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004000 /* propsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011DE0 /* Touch.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004010 /* Touch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011DF0 /* TouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004030 /* TouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011E00 /* TouchEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004050 /* TouchEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011E10 /* ViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004060 /* ViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011E20 /* ViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004070 /* ViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011E30 /* ViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004080 /* ViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011E40 /* ViewPropsInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004090 /* ViewPropsInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011E50 /* ViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000040B0 /* ViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011E60 /* YogaLayoutableShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000040D0 /* YogaLayoutableShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011E70 /* YogaStylableProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000040F0 /* YogaStylableProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00011E80 /* ComponentDescriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004110 /* 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"; }; }; + 46EB2E00011E90 /* DynamicPropsUtilities.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004170 /* 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"; }; }; + 46EB2E00011EA0 /* EventBeat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004190 /* 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"; }; }; + 46EB2E00011EB0 /* EventDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000041B0 /* 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"; }; }; + 46EB2E00011EC0 /* EventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000041D0 /* 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"; }; }; + 46EB2E00011ED0 /* EventListener.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000041F0 /* 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"; }; }; + 46EB2E00011EE0 /* EventQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004250 /* 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"; }; }; + 46EB2E00011EF0 /* EventQueueProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004270 /* 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"; }; }; + 46EB2E00011F00 /* EventTarget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004290 /* 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"; }; }; + 46EB2E00011F10 /* InstanceHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000042C0 /* 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"; }; }; + 46EB2E00011F20 /* LayoutableShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000042E0 /* 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"; }; }; + 46EB2E00011F30 /* LayoutConstraints.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004300 /* 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"; }; }; + 46EB2E00011F40 /* LayoutMetrics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004330 /* 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"; }; }; + 46EB2E00011F50 /* Props.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004360 /* 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"; }; }; + 46EB2E00011F60 /* RawEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000043B0 /* 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"; }; }; + 46EB2E00011F70 /* RawProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000043D0 /* 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"; }; }; + 46EB2E00011F80 /* RawPropsKey.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000043F0 /* 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"; }; }; + 46EB2E00011F90 /* RawPropsKeyMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004410 /* 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"; }; }; + 46EB2E00011FA0 /* RawPropsParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004430 /* 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"; }; }; + 46EB2E00011FB0 /* RawValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004460 /* 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"; }; }; + 46EB2E00011FC0 /* ReactRootViewTagGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000044A0 /* ReactRootViewTagGenerator.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"; }; }; + 46EB2E00011FD0 /* Sealable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000044C0 /* 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"; }; }; + 46EB2E00011FE0 /* ShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000044E0 /* 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"; }; }; + 46EB2E00011FF0 /* ShadowNodeFamily.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004500 /* 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"; }; }; + 46EB2E00012000 /* ShadowNodeFragment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004520 /* 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"; }; }; + 46EB2E00012010 /* ShadowNodeTraits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004540 /* 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"; }; }; + 46EB2E00012020 /* State.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004560 /* 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"; }; }; + 46EB2E00012030 /* StateUpdate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000045A0 /* 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"; }; }; + 46EB2E00012040 /* ValueFactoryEventPayload.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000045D0 /* 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"; }; }; + 46EB2E00012050 /* ComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004120 /* ComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012060 /* ConcreteComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004130 /* ConcreteComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012070 /* ConcreteShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004140 /* ConcreteShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012080 /* ConcreteState.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004150 /* ConcreteState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012090 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004160 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000120A0 /* DynamicPropsUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004180 /* DynamicPropsUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000120B0 /* EventBeat.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000041A0 /* EventBeat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000120C0 /* EventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000041C0 /* EventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000120D0 /* EventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000041E0 /* EventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000120E0 /* EventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004200 /* EventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000120F0 /* EventLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004210 /* EventLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012100 /* EventPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004220 /* EventPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012110 /* EventPayloadType.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004230 /* EventPayloadType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012120 /* EventPipe.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004240 /* EventPipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012130 /* EventQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004260 /* EventQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012140 /* EventQueueProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004280 /* EventQueueProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012150 /* EventTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000042A0 /* EventTarget.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012160 /* graphicsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000042B0 /* graphicsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012170 /* InstanceHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000042D0 /* InstanceHandle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012180 /* LayoutableShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000042F0 /* LayoutableShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012190 /* LayoutConstraints.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004310 /* LayoutConstraints.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000121A0 /* LayoutContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004320 /* LayoutContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000121B0 /* LayoutMetrics.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004340 /* LayoutMetrics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000121C0 /* LayoutPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004350 /* LayoutPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000121D0 /* Props.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004370 /* Props.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000121E0 /* propsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004380 /* propsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000121F0 /* PropsMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004390 /* PropsMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012200 /* PropsParserContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000043A0 /* PropsParserContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012210 /* RawEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000043C0 /* RawEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012220 /* RawProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000043E0 /* RawProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012230 /* RawPropsKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004400 /* RawPropsKey.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012240 /* RawPropsKeyMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004420 /* RawPropsKeyMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012250 /* RawPropsParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004440 /* RawPropsParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012260 /* RawPropsPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004450 /* RawPropsPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012270 /* RawValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004470 /* RawValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012280 /* ReactEventPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004480 /* ReactEventPriority.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012290 /* ReactPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004490 /* ReactPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000122A0 /* ReactRootViewTagGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000044B0 /* ReactRootViewTagGenerator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000122B0 /* Sealable.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000044D0 /* Sealable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000122C0 /* ShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000044F0 /* ShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000122D0 /* ShadowNodeFamily.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004510 /* ShadowNodeFamily.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000122E0 /* ShadowNodeFragment.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004530 /* ShadowNodeFragment.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000122F0 /* ShadowNodeTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004550 /* ShadowNodeTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012300 /* State.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004570 /* State.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012310 /* StateData.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004580 /* StateData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012320 /* StatePipe.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004590 /* StatePipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012330 /* StateUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000045B0 /* StateUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012340 /* ValueFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000045C0 /* ValueFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012350 /* ValueFactoryEventPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000045E0 /* ValueFactoryEventPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012360 /* DOM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004600 /* DOM.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"; }; }; + 46EB2E00012370 /* DOM.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004610 /* DOM.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012380 /* ImageRequest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004640 /* 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"; }; }; + 46EB2E00012390 /* ImageResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004660 /* 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"; }; }; + 46EB2E000123A0 /* ImageResponseObserverCoordinator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004690 /* 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"; }; }; + 46EB2E000123B0 /* ImageTelemetry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000046B0 /* 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"; }; }; + 46EB2E000123C0 /* ImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004630 /* ImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000123D0 /* ImageRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004650 /* ImageRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000123E0 /* ImageResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004670 /* ImageResponse.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000123F0 /* ImageResponseObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004680 /* ImageResponseObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012400 /* ImageResponseObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000046A0 /* ImageResponseObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012410 /* ImageTelemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000046C0 /* ImageTelemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012420 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000046D0 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012430 /* LeakChecker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000046F0 /* 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"; }; }; + 46EB2E00012440 /* WeakFamilyRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004710 /* 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"; }; }; + 46EB2E00012450 /* LeakChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004700 /* LeakChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012460 /* WeakFamilyRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004720 /* WeakFamilyRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012470 /* Differentiator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004740 /* 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"; }; }; + 46EB2E00012480 /* MountingCoordinator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004760 /* 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"; }; }; + 46EB2E00012490 /* MountingTransaction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004790 /* 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"; }; }; + 46EB2E000124A0 /* ShadowTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000047B0 /* 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"; }; }; + 46EB2E000124B0 /* ShadowTreeRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000047E0 /* 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"; }; }; + 46EB2E000124C0 /* ShadowTreeRevision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004800 /* 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"; }; }; + 46EB2E000124D0 /* ShadowView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004820 /* 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"; }; }; + 46EB2E000124E0 /* ShadowViewMutation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004840 /* 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"; }; }; + 46EB2E000124F0 /* stubs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004870 /* 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"; }; }; + 46EB2E00012500 /* StubView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004890 /* 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"; }; }; + 46EB2E00012510 /* StubViewTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000048B0 /* 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"; }; }; + 46EB2E00012520 /* TelemetryController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000048D0 /* 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"; }; }; + 46EB2E00012530 /* updateMountedFlag.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000048F0 /* updateMountedFlag.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"; }; }; + 46EB2E00012540 /* Differentiator.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004750 /* Differentiator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012550 /* MountingCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004770 /* MountingCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012560 /* MountingOverrideDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004780 /* MountingOverrideDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012570 /* MountingTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000047A0 /* MountingTransaction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012580 /* ShadowTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000047C0 /* ShadowTree.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012590 /* ShadowTreeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000047D0 /* ShadowTreeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000125A0 /* ShadowTreeRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000047F0 /* ShadowTreeRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000125B0 /* ShadowTreeRevision.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004810 /* ShadowTreeRevision.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000125C0 /* ShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004830 /* ShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000125D0 /* ShadowViewMutation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004850 /* ShadowViewMutation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000125E0 /* stubs.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004880 /* stubs.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000125F0 /* StubView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000048A0 /* StubView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012600 /* StubViewTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000048C0 /* StubViewTree.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012610 /* TelemetryController.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000048E0 /* TelemetryController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012620 /* updateMountedFlag.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004900 /* updateMountedFlag.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012630 /* EventPerformanceLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004930 /* EventPerformanceLogger.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"; }; }; + 46EB2E00012640 /* EventPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004940 /* EventPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012650 /* AsynchronousEventBeat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004960 /* 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"; }; }; + 46EB2E00012660 /* Scheduler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004990 /* 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"; }; }; + 46EB2E00012670 /* SurfaceHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000049D0 /* 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"; }; }; + 46EB2E00012680 /* SurfaceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000049F0 /* 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"; }; }; + 46EB2E00012690 /* AsynchronousEventBeat.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004970 /* AsynchronousEventBeat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000126A0 /* InspectorData.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004980 /* InspectorData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000126B0 /* Scheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000049A0 /* Scheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000126C0 /* SchedulerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000049B0 /* SchedulerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000126D0 /* SchedulerToolbox.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000049C0 /* SchedulerToolbox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000126E0 /* SurfaceHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000049E0 /* SurfaceHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000126F0 /* SurfaceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004A00 /* SurfaceManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012700 /* SurfaceTelemetry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004A20 /* 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"; }; }; + 46EB2E00012710 /* TransactionTelemetry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004A40 /* 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"; }; }; + 46EB2E00012720 /* SurfaceTelemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004A30 /* SurfaceTelemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012730 /* TransactionTelemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004A50 /* TransactionTelemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012740 /* bindingUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004A70 /* 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"; }; }; + 46EB2E00012750 /* PointerEventsProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004AA0 /* 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"; }; }; + 46EB2E00012760 /* PointerHoverTracker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004AC0 /* 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"; }; }; + 46EB2E00012770 /* SurfaceRegistryBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004AF0 /* 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"; }; }; + 46EB2E00012780 /* UIManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004B10 /* 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"; }; }; + 46EB2E00012790 /* UIManagerBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004B40 /* 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"; }; }; + 46EB2E000127A0 /* bindingUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004A80 /* bindingUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000127B0 /* LayoutAnimationStatusDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004A90 /* LayoutAnimationStatusDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000127C0 /* PointerEventsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004AB0 /* PointerEventsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000127D0 /* PointerHoverTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004AD0 /* PointerHoverTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000127E0 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004AE0 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000127F0 /* SurfaceRegistryBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004B00 /* SurfaceRegistryBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012800 /* UIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004B20 /* UIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012810 /* UIManagerAnimationDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004B30 /* UIManagerAnimationDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012820 /* UIManagerBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004B50 /* UIManagerBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012830 /* UIManagerCommitHook.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004B60 /* UIManagerCommitHook.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012840 /* UIManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004B70 /* UIManagerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012850 /* UIManagerMountHook.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004B80 /* UIManagerMountHook.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012860 /* LatestShadowTreeRevisionProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004BA0 /* LatestShadowTreeRevisionProvider.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_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 46EB2E00012870 /* LazyShadowTreeRevisionConsistencyManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004BC0 /* LazyShadowTreeRevisionConsistencyManager.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_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 46EB2E00012880 /* LatestShadowTreeRevisionProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004BB0 /* LatestShadowTreeRevisionProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012890 /* LazyShadowTreeRevisionConsistencyManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004BD0 /* LazyShadowTreeRevisionConsistencyManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000128A0 /* ShadowTreeRevisionProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004BE0 /* ShadowTreeRevisionProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012900 /* React-Fabric-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000128F0 /* React-Fabric-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012930 /* React-Fabric-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00012920 /* React-Fabric-dummy.m */; }; + 46EB2E000129C0 /* InputAccessoryShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004C20 /* 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"; }; }; + 46EB2E000129D0 /* InputAccessoryComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004C10 /* InputAccessoryComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000129E0 /* InputAccessoryShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004C30 /* InputAccessoryShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000129F0 /* InputAccessoryState.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004C40 /* InputAccessoryState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012A00 /* TextInputEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004CA0 /* 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"; }; }; + 46EB2E00012A10 /* TextInputProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004CC0 /* 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"; }; }; + 46EB2E00012A20 /* TextInputShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004CE0 /* 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"; }; }; + 46EB2E00012A30 /* TextInputState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004D00 /* 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"; }; }; + 46EB2E00012A40 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004C60 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012A50 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004C70 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012A60 /* propsConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004C80 /* propsConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012A70 /* TextInputComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004C90 /* TextInputComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012A80 /* TextInputEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004CB0 /* TextInputEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012A90 /* TextInputProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004CD0 /* TextInputProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012AA0 /* TextInputShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004CF0 /* TextInputShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012AB0 /* TextInputState.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004D10 /* TextInputState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012AC0 /* ModalHostViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004D40 /* 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"; }; }; + 46EB2E00012AD0 /* ModalHostViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004D60 /* 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"; }; }; + 46EB2E00012AE0 /* ModalHostViewUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004D90 /* ModalHostViewUtils.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"; }; }; + 46EB2E00012AF0 /* ModalHostViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004D30 /* ModalHostViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012B00 /* ModalHostViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004D50 /* ModalHostViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012B10 /* ModalHostViewState.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004D70 /* ModalHostViewState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012B20 /* ModalHostViewUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004D80 /* ModalHostViewUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012B30 /* ComponentDescriptors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004DB0 /* 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"; }; }; + 46EB2E00012B40 /* EventEmitters.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004DD0 /* 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"; }; }; + 46EB2E00012B50 /* Props.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004DF0 /* 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"; }; }; + 46EB2E00012B60 /* ShadowNodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004E20 /* 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"; }; }; + 46EB2E00012B70 /* States.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004E40 /* 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"; }; }; + 46EB2E00012B80 /* ComponentDescriptors.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004DC0 /* ComponentDescriptors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012B90 /* EventEmitters.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004DE0 /* EventEmitters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012BA0 /* Props.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004E00 /* Props.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012BB0 /* RCTComponentViewHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004E10 /* RCTComponentViewHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012BC0 /* ShadowNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004E30 /* ShadowNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012BD0 /* States.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004E50 /* States.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012BE0 /* SafeAreaViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004E80 /* 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"; }; }; + 46EB2E00012BF0 /* SafeAreaViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004EA0 /* 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"; }; }; + 46EB2E00012C00 /* SafeAreaViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004E70 /* SafeAreaViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012C10 /* SafeAreaViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004E90 /* SafeAreaViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012C20 /* SafeAreaViewState.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004EB0 /* SafeAreaViewState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012C30 /* ScrollEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004F00 /* ScrollEvent.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"; }; }; + 46EB2E00012C40 /* ScrollViewEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004F30 /* 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"; }; }; + 46EB2E00012C50 /* ScrollViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004F50 /* 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"; }; }; + 46EB2E00012C60 /* ScrollViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004F70 /* 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"; }; }; + 46EB2E00012C70 /* ScrollViewState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004F90 /* 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"; }; }; + 46EB2E00012C80 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004ED0 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012C90 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004EE0 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012CA0 /* RCTComponentViewHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004EF0 /* RCTComponentViewHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012CB0 /* ScrollEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004F10 /* ScrollEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012CC0 /* ScrollViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004F20 /* ScrollViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012CD0 /* ScrollViewEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004F40 /* ScrollViewEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012CE0 /* ScrollViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004F60 /* ScrollViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012CF0 /* ScrollViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004F80 /* ScrollViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012D00 /* ScrollViewState.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004FA0 /* ScrollViewState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012D10 /* BaseTextProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004FC0 /* 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"; }; }; + 46EB2E00012D20 /* BaseTextShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00004FE0 /* 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"; }; }; + 46EB2E00012D30 /* ParagraphEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005020 /* 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"; }; }; + 46EB2E00012D40 /* ParagraphProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005040 /* 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"; }; }; + 46EB2E00012D50 /* ParagraphShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005060 /* 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"; }; }; + 46EB2E00012D60 /* ParagraphState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005080 /* 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"; }; }; + 46EB2E00012D70 /* RawTextProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000050B0 /* 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"; }; }; + 46EB2E00012D80 /* RawTextShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000050D0 /* 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"; }; }; + 46EB2E00012D90 /* TextProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005100 /* 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"; }; }; + 46EB2E00012DA0 /* TextShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005120 /* 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"; }; }; + 46EB2E00012DB0 /* BaseTextProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004FD0 /* BaseTextProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012DC0 /* BaseTextShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00004FF0 /* BaseTextShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012DD0 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005000 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012DE0 /* ParagraphComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005010 /* ParagraphComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012DF0 /* ParagraphEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005030 /* ParagraphEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012E00 /* ParagraphProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005050 /* ParagraphProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012E10 /* ParagraphShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005070 /* ParagraphShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012E20 /* ParagraphState.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005090 /* ParagraphState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012E30 /* RawTextComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000050A0 /* RawTextComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012E40 /* RawTextProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000050C0 /* RawTextProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012E50 /* RawTextShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000050E0 /* RawTextShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012E60 /* TextComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000050F0 /* TextComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012E70 /* TextProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005110 /* TextProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012E80 /* TextShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005130 /* TextShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012E90 /* BaseTextInputProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005150 /* BaseTextInputProps.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"; }; }; + 46EB2E00012EA0 /* BaseTextInputProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005160 /* BaseTextInputProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012EB0 /* UnimplementedViewComponentDescriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005180 /* 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"; }; }; + 46EB2E00012EC0 /* UnimplementedViewProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000051A0 /* 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"; }; }; + 46EB2E00012ED0 /* UnimplementedViewShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000051C0 /* 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"; }; }; + 46EB2E00012EE0 /* UnimplementedViewComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005190 /* UnimplementedViewComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012EF0 /* UnimplementedViewProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000051B0 /* UnimplementedViewProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012F00 /* UnimplementedViewShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000051D0 /* UnimplementedViewShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012F10 /* RCTAttributedTextUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005250 /* 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"; }; }; + 46EB2E00012F20 /* RCTFontUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005280 /* 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"; }; }; + 46EB2E00012F30 /* RCTTextLayoutManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000052A0 /* 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"; }; }; + 46EB2E00012F40 /* TextLayoutManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000052D0 /* 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"; }; }; + 46EB2E00012F50 /* TextMeasureCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000052F0 /* 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"; }; }; + 46EB2E00012F60 /* RCTAttributedTextUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005240 /* RCTAttributedTextUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012F70 /* RCTFontProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005260 /* RCTFontProperties.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012F80 /* RCTFontUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005270 /* RCTFontUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012F90 /* RCTTextLayoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005290 /* RCTTextLayoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012FA0 /* RCTTextPrimitivesConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000052B0 /* RCTTextPrimitivesConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012FB0 /* TextLayoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000052C0 /* TextLayoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012FC0 /* TextLayoutContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000052E0 /* TextLayoutContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00012FD0 /* TextMeasureCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005300 /* TextMeasureCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013030 /* React-FabricComponents-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00013020 /* React-FabricComponents-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013060 /* React-FabricComponents-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00013050 /* React-FabricComponents-dummy.m */; }; + 46EB2E000130F0 /* ImageComponentDescriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005320 /* ImageComponentDescriptor.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"; }; }; + 46EB2E00013100 /* ImageEventEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005340 /* 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"; }; }; + 46EB2E00013110 /* ImageProps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005360 /* 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"; }; }; + 46EB2E00013120 /* ImageShadowNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005380 /* 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"; }; }; + 46EB2E00013130 /* ImageState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000053A0 /* 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"; }; }; + 46EB2E00013140 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005310 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013150 /* ImageComponentDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005330 /* ImageComponentDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013160 /* ImageEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005350 /* ImageEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013170 /* ImageProps.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005370 /* ImageProps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013180 /* ImageShadowNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005390 /* ImageShadowNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013190 /* ImageState.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000053B0 /* ImageState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000131F0 /* React-FabricImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000131E0 /* React-FabricImage-dummy.m */; }; + 46EB2E00013280 /* ImageManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000053C0 /* 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"; }; }; + 46EB2E00013290 /* RCTImageManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000053E0 /* 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"; }; }; + 46EB2E000132A0 /* RCTSyncImageManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005420 /* 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"; }; }; + 46EB2E000132B0 /* RCTImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000053D0 /* RCTImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000132C0 /* RCTImageManagerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000053F0 /* RCTImageManagerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000132D0 /* RCTImagePrimitivesConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005400 /* RCTImagePrimitivesConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000132E0 /* RCTSyncImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005410 /* RCTSyncImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013340 /* React-ImageManager-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00013330 /* React-ImageManager-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013370 /* React-ImageManager-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00013360 /* React-ImageManager-dummy.m */; }; + 46EB2E00013400 /* MapBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005430 /* MapBuffer.cpp */; }; + 46EB2E00013410 /* MapBufferBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005450 /* MapBufferBuilder.cpp */; }; + 46EB2E00013420 /* MapBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005440 /* MapBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013430 /* MapBufferBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005460 /* MapBufferBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013490 /* React-Mapbuffer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00013480 /* React-Mapbuffer-dummy.m */; }; + 46EB2E00013520 /* RCTInteropTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005480 /* 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"; }; }; + 46EB2E00013530 /* RCTRuntimeExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000054A0 /* 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"; }; }; + 46EB2E00013540 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000054C0 /* 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"; }; }; + 46EB2E00013550 /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000054E0 /* 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"; }; }; + 46EB2E00013560 /* RCTInteropTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005470 /* RCTInteropTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013570 /* RCTRuntimeExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005490 /* RCTRuntimeExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013580 /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000054B0 /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013590 /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000054D0 /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000135A0 /* RCTTurboModuleWithJSIBindings.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000054F0 /* RCTTurboModuleWithJSIBindings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013600 /* React-NativeModulesApple-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000135F0 /* React-NativeModulesApple-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013630 /* React-NativeModulesApple-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00013620 /* React-NativeModulesApple-dummy.m */; }; + 46EB2E00013730 /* RCTDecayAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005510 /* 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"; }; }; + 46EB2E00013740 /* RCTEventAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005520 /* 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"; }; }; + 46EB2E00013750 /* RCTFrameAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005530 /* 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"; }; }; + 46EB2E00013760 /* RCTSpringAnimation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005540 /* 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"; }; }; + 46EB2E00013770 /* RCTAdditionAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005560 /* 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"; }; }; + 46EB2E00013780 /* RCTAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005570 /* 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"; }; }; + 46EB2E00013790 /* RCTColorAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005580 /* 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"; }; }; + 46EB2E000137A0 /* RCTDiffClampAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005590 /* 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"; }; }; + 46EB2E000137B0 /* RCTDivisionAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000055A0 /* 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"; }; }; + 46EB2E000137C0 /* RCTInterpolationAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000055B0 /* 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"; }; }; + 46EB2E000137D0 /* RCTModuloAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000055C0 /* 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"; }; }; + 46EB2E000137E0 /* RCTMultiplicationAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000055D0 /* 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"; }; }; + 46EB2E000137F0 /* RCTObjectAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000055E0 /* 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"; }; }; + 46EB2E00013800 /* RCTPropsAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000055F0 /* 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"; }; }; + 46EB2E00013810 /* RCTStyleAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005600 /* 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"; }; }; + 46EB2E00013820 /* RCTSubtractionAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005610 /* 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"; }; }; + 46EB2E00013830 /* RCTTrackingAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005620 /* 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"; }; }; + 46EB2E00013840 /* RCTTransformAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005630 /* 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"; }; }; + 46EB2E00013850 /* RCTValueAnimatedNode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005640 /* 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"; }; }; + 46EB2E00013860 /* RCTAnimationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005650 /* 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"; }; }; + 46EB2E00013870 /* RCTAnimationUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005660 /* 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"; }; }; + 46EB2E00013880 /* RCTNativeAnimatedModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005670 /* 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"; }; }; + 46EB2E00013890 /* RCTNativeAnimatedNodesManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005680 /* 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"; }; }; + 46EB2E000138A0 /* RCTNativeAnimatedTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005690 /* 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"; }; }; + 46EB2E000138B0 /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003210 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000138C0 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003220 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000138D0 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003230 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000138E0 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003240 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000138F0 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003250 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013900 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003270 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013910 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003280 /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013920 /* RCTColorAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003290 /* RCTColorAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013930 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000032A0 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013940 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000032B0 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013950 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000032C0 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013960 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000032D0 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013970 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000032E0 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013980 /* RCTObjectAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000032F0 /* RCTObjectAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013990 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003300 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000139A0 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003310 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000139B0 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003320 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000139C0 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003330 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000139D0 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003340 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000139E0 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003350 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000139F0 /* RCTAnimationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003360 /* RCTAnimationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013A00 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003370 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013A10 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003380 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013A20 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003390 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013A30 /* RCTNativeAnimatedTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000033A0 /* RCTNativeAnimatedTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013A90 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00013A80 /* React-RCTAnimation-dummy.m */; }; + 46EB2E00013B20 /* RCTAppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000056C0 /* 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 -DRCT_NEW_ARCH_ENABLED=1 -DUSE_HERMES=1"; }; }; + 46EB2E00013B30 /* RCTAppSetupUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000056E0 /* 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 -DRCT_NEW_ARCH_ENABLED=1 -DUSE_HERMES=1"; }; }; + 46EB2E00013B40 /* RCTRootViewFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005700 /* 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 -DRCT_NEW_ARCH_ENABLED=1 -DUSE_HERMES=1"; }; }; + 46EB2E00013B50 /* RCTAppDelegate+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000056A0 /* RCTAppDelegate+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013B60 /* RCTAppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000056B0 /* RCTAppDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013B70 /* RCTAppSetupUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000056D0 /* RCTAppSetupUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013B80 /* RCTRootViewFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000056F0 /* RCTRootViewFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013BE0 /* React-RCTAppDelegate-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00013BD0 /* React-RCTAppDelegate-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013C10 /* React-RCTAppDelegate-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00013C00 /* React-RCTAppDelegate-dummy.m */; }; + 46EB2E00013CA0 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005720 /* 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"; }; }; + 46EB2E00013CB0 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005730 /* 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"; }; }; + 46EB2E00013CC0 /* RCTBlobPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005750 /* 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"; }; }; + 46EB2E00013CD0 /* RCTFileReaderModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005760 /* 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"; }; }; + 46EB2E00013CE0 /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005710 /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013CF0 /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000033C0 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013D00 /* RCTBlobPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005740 /* RCTBlobPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013D10 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000033D0 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00013D70 /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00013D60 /* React-RCTBlob-dummy.m */; }; + 46EB2E00013E00 /* RCTActivityIndicatorViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000057B0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013E10 /* RCTDebuggingOverlayComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000057E0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013E20 /* RCTImageComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005810 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013E30 /* RCTInputAccessoryComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005840 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013E40 /* RCTInputAccessoryContentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005860 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013E50 /* RCTLegacyViewManagerInteropComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005890 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013E60 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000058B0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013E70 /* RCTFabricModalHostViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000058E0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013E80 /* RCTModalHostViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005900 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013E90 /* RCTFabricComponentsPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005920 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013EA0 /* RCTRootComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005950 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013EB0 /* RCTSafeAreaViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005980 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013EC0 /* RCTEnhancedScrollView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000059C0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013ED0 /* RCTPullToRefreshViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000059E0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013EE0 /* RCTScrollViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005A00 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013EF0 /* RCTSwitchComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005A30 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013F00 /* RCTAccessibilityElement.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005A60 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013F10 /* RCTParagraphComponentAccessibilityProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005A80 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013F20 /* RCTParagraphComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005AA0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013F30 /* RCTTextInputComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005AD0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013F40 /* RCTTextInputUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005B00 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013F50 /* RCTUnimplementedNativeComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005B30 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013F60 /* RCTUnimplementedViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005B60 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013F70 /* RCTViewComponentView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005B90 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013F80 /* RCTComponentViewFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005BD0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013F90 /* RCTComponentViewRegistry.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005C00 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013FA0 /* RCTMountingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005C20 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013FB0 /* RCTMountingTransactionObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005C50 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013FC0 /* UIView+ComponentViewProtocol.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005C80 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013FD0 /* RCTImageResponseObserverProxy.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005CC0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013FE0 /* RCTLocalizationProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005CE0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00013FF0 /* RCTScheduler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005D10 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00014000 /* RCTSurfacePointerHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005D30 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00014010 /* RCTSurfacePresenter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005D50 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00014020 /* RCTSurfacePresenterBridgeAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005D70 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00014030 /* RCTSurfaceRegistry.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005D90 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00014040 /* RCTSurfaceTouchHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005DB0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00014050 /* RCTThirdPartyFabricComponentsProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005DD0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00014060 /* RCTFabricSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005E10 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00014070 /* PlatformRunLoopObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005E40 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00014080 /* RCTBoxShadow.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005E60 /* RCTBoxShadow.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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E00014090 /* RCTColorSpaceUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005E80 /* RCTColorSpaceUtils.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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E000140A0 /* RCTGenericDelegateSplitter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005EA0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E000140B0 /* RCTReactTaggedView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005ED0 /* 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 -DRCT_NEW_ARCH_ENABLED=1"; }; }; + 46EB2E000140C0 /* RCTActivityIndicatorViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000057A0 /* RCTActivityIndicatorViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000140D0 /* RCTDebuggingOverlayComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000057D0 /* RCTDebuggingOverlayComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000140E0 /* RCTImageComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005800 /* RCTImageComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000140F0 /* RCTInputAccessoryComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005830 /* RCTInputAccessoryComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014100 /* RCTInputAccessoryContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005850 /* RCTInputAccessoryContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014110 /* RCTLegacyViewManagerInteropComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005880 /* RCTLegacyViewManagerInteropComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014120 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000058A0 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014130 /* RCTFabricModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000058D0 /* RCTFabricModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014140 /* RCTModalHostViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000058F0 /* RCTModalHostViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014150 /* RCTFabricComponentsPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005910 /* RCTFabricComponentsPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014160 /* RCTRootComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005940 /* RCTRootComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014170 /* RCTSafeAreaViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005970 /* RCTSafeAreaViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014180 /* RCTCustomPullToRefreshViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000059A0 /* RCTCustomPullToRefreshViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014190 /* RCTEnhancedScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000059B0 /* RCTEnhancedScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000141A0 /* RCTPullToRefreshViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000059D0 /* RCTPullToRefreshViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000141B0 /* RCTScrollViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000059F0 /* RCTScrollViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000141C0 /* RCTSwitchComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005A20 /* RCTSwitchComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000141D0 /* RCTAccessibilityElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005A50 /* RCTAccessibilityElement.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000141E0 /* RCTParagraphComponentAccessibilityProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005A70 /* RCTParagraphComponentAccessibilityProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000141F0 /* RCTParagraphComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005A90 /* RCTParagraphComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014200 /* RCTTextInputComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005AC0 /* RCTTextInputComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014210 /* RCTTextInputNativeCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005AE0 /* RCTTextInputNativeCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014220 /* RCTTextInputUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005AF0 /* RCTTextInputUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014230 /* RCTUnimplementedNativeComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005B20 /* RCTUnimplementedNativeComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014240 /* RCTUnimplementedViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005B50 /* RCTUnimplementedViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014250 /* RCTViewComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005B80 /* RCTViewComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014260 /* RCTComponentViewClassDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005BA0 /* RCTComponentViewClassDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014270 /* RCTComponentViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005BB0 /* RCTComponentViewDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014280 /* RCTComponentViewFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005BC0 /* RCTComponentViewFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014290 /* RCTComponentViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005BE0 /* RCTComponentViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000142A0 /* RCTComponentViewRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005BF0 /* RCTComponentViewRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000142B0 /* RCTMountingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005C10 /* RCTMountingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000142C0 /* RCTMountingManagerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005C30 /* RCTMountingManagerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000142D0 /* RCTMountingTransactionObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005C40 /* RCTMountingTransactionObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000142E0 /* RCTMountingTransactionObserving.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005C60 /* RCTMountingTransactionObserving.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000142F0 /* UIView+ComponentViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005C70 /* UIView+ComponentViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014300 /* RCTConversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005C90 /* RCTConversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014310 /* RCTImageResponseDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005CA0 /* RCTImageResponseDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014320 /* RCTImageResponseObserverProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005CB0 /* RCTImageResponseObserverProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014330 /* RCTLocalizationProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005CD0 /* RCTLocalizationProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014340 /* RCTPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005CF0 /* RCTPrimitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014350 /* RCTScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005D00 /* RCTScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014360 /* RCTSurfacePointerHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005D20 /* RCTSurfacePointerHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014370 /* RCTSurfacePresenter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005D40 /* RCTSurfacePresenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014380 /* RCTSurfacePresenterBridgeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005D60 /* RCTSurfacePresenterBridgeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014390 /* RCTSurfaceRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005D80 /* RCTSurfaceRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000143A0 /* RCTSurfaceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005DA0 /* RCTSurfaceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000143B0 /* RCTThirdPartyFabricComponentsProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005DC0 /* RCTThirdPartyFabricComponentsProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000143C0 /* RCTTouchableComponentViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005DE0 /* RCTTouchableComponentViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000143D0 /* RCTFabricSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005E00 /* RCTFabricSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000143E0 /* PlatformRunLoopObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005E30 /* PlatformRunLoopObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000143F0 /* RCTBoxShadow.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005E50 /* RCTBoxShadow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014400 /* RCTColorSpaceUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005E70 /* RCTColorSpaceUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014410 /* RCTGenericDelegateSplitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005E90 /* RCTGenericDelegateSplitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014420 /* RCTIdentifierPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005EB0 /* RCTIdentifierPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014430 /* RCTReactTaggedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00005EC0 /* RCTReactTaggedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014490 /* React-RCTFabric-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00014480 /* React-RCTFabric-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000144C0 /* React-RCTFabric-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000144B0 /* React-RCTFabric-dummy.m */; }; + 46EB2E00014550 /* RCTAnimatedImage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005EE0 /* 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"; }; }; + 46EB2E00014560 /* RCTBundleAssetImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005EF0 /* 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"; }; }; + 46EB2E00014570 /* RCTDisplayWeakRefreshable.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005F00 /* 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"; }; }; + 46EB2E00014580 /* RCTGIFImageDecoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005F10 /* 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"; }; }; + 46EB2E00014590 /* RCTImageBlurUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005F20 /* 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"; }; }; + 46EB2E000145A0 /* RCTImageCache.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005F30 /* 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"; }; }; + 46EB2E000145B0 /* RCTImageEditingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005F40 /* 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"; }; }; + 46EB2E000145C0 /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005F50 /* 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"; }; }; + 46EB2E000145D0 /* RCTImagePlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005F60 /* 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"; }; }; + 46EB2E000145E0 /* RCTImageShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005F70 /* 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"; }; }; + 46EB2E000145F0 /* RCTImageStoreManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005F80 /* 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"; }; }; + 46EB2E00014600 /* RCTImageURLLoaderWithAttribution.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005F90 /* 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"; }; }; + 46EB2E00014610 /* RCTImageUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005FA0 /* 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"; }; }; + 46EB2E00014620 /* RCTImageView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005FB0 /* 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"; }; }; + 46EB2E00014630 /* RCTImageViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005FC0 /* 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"; }; }; + 46EB2E00014640 /* RCTLocalAssetImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005FD0 /* 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"; }; }; + 46EB2E00014650 /* RCTResizeMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005FE0 /* 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"; }; }; + 46EB2E00014660 /* RCTUIImageViewAnimated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00005FF0 /* 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"; }; }; + 46EB2E000146C0 /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000146B0 /* React-RCTImage-dummy.m */; }; + 46EB2E00014750 /* RCTLinkingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006000 /* 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"; }; }; + 46EB2E00014760 /* RCTLinkingPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006010 /* 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"; }; }; + 46EB2E000147C0 /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000147B0 /* React-RCTLinking-dummy.m */; }; + 46EB2E00014850 /* RCTDataRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006020 /* 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"; }; }; + 46EB2E00014860 /* RCTFileRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006030 /* 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"; }; }; + 46EB2E00014870 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006040 /* 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"; }; }; + 46EB2E00014880 /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006050 /* 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"; }; }; + 46EB2E00014890 /* RCTNetworkPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006060 /* 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"; }; }; + 46EB2E000148A0 /* RCTNetworkTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006070 /* 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"; }; }; + 46EB2E00014900 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000148F0 /* React-RCTNetwork-dummy.m */; }; + 46EB2E00014990 /* RCTSettingsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006080 /* 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"; }; }; + 46EB2E000149A0 /* RCTSettingsPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006090 /* 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"; }; }; + 46EB2E00014A00 /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000149F0 /* React-RCTSettings-dummy.m */; }; + 46EB2E00014A90 /* RCTBaseTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000060B0 /* RCTBaseTextShadowView.mm */; }; + 46EB2E00014AA0 /* RCTBaseTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000060C0 /* RCTBaseTextViewManager.mm */; }; + 46EB2E00014AB0 /* RCTRawTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000060E0 /* RCTRawTextShadowView.mm */; }; + 46EB2E00014AC0 /* RCTRawTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000060F0 /* RCTRawTextViewManager.mm */; }; + 46EB2E00014AD0 /* RCTConvert+Text.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006100 /* RCTConvert+Text.mm */; }; + 46EB2E00014AE0 /* RCTTextAttributes.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006110 /* RCTTextAttributes.mm */; }; + 46EB2E00014AF0 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006130 /* NSTextStorage+FontScaling.m */; }; + 46EB2E00014B00 /* RCTDynamicTypeRamp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006140 /* RCTDynamicTypeRamp.mm */; }; + 46EB2E00014B10 /* RCTTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006150 /* RCTTextShadowView.mm */; }; + 46EB2E00014B20 /* RCTTextView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006160 /* RCTTextView.mm */; }; + 46EB2E00014B30 /* RCTTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006170 /* RCTTextViewManager.mm */; }; + 46EB2E00014B40 /* RCTMultilineTextInputView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000061A0 /* RCTMultilineTextInputView.mm */; }; + 46EB2E00014B50 /* RCTMultilineTextInputViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000061B0 /* RCTMultilineTextInputViewManager.mm */; }; + 46EB2E00014B60 /* RCTUITextView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000061C0 /* RCTUITextView.mm */; }; + 46EB2E00014B70 /* RCTBackedTextInputDelegateAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000061D0 /* RCTBackedTextInputDelegateAdapter.mm */; }; + 46EB2E00014B80 /* RCTBaseTextInputShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000061E0 /* RCTBaseTextInputShadowView.mm */; }; + 46EB2E00014B90 /* RCTBaseTextInputView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000061F0 /* RCTBaseTextInputView.mm */; }; + 46EB2E00014BA0 /* RCTBaseTextInputViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006200 /* RCTBaseTextInputViewManager.mm */; }; + 46EB2E00014BB0 /* RCTInputAccessoryShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006210 /* RCTInputAccessoryShadowView.mm */; }; + 46EB2E00014BC0 /* RCTInputAccessoryView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006220 /* RCTInputAccessoryView.mm */; }; + 46EB2E00014BD0 /* RCTInputAccessoryViewContent.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006230 /* RCTInputAccessoryViewContent.mm */; }; + 46EB2E00014BE0 /* RCTInputAccessoryViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006240 /* RCTInputAccessoryViewManager.mm */; }; + 46EB2E00014BF0 /* RCTTextSelection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006250 /* RCTTextSelection.mm */; }; + 46EB2E00014C00 /* RCTSinglelineTextInputView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006270 /* RCTSinglelineTextInputView.mm */; }; + 46EB2E00014C10 /* RCTSinglelineTextInputViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006280 /* RCTSinglelineTextInputViewManager.mm */; }; + 46EB2E00014C20 /* RCTUITextField.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006290 /* RCTUITextField.mm */; }; + 46EB2E00014C30 /* RCTVirtualTextShadowView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000062B0 /* RCTVirtualTextShadowView.mm */; }; + 46EB2E00014C40 /* RCTVirtualTextView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000062C0 /* RCTVirtualTextView.mm */; }; + 46EB2E00014C50 /* RCTVirtualTextViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000062D0 /* RCTVirtualTextViewManager.mm */; }; + 46EB2E00014C60 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003650 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014C70 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003660 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014C80 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003680 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014C90 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003690 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014CA0 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000036A0 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014CB0 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000036B0 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014CC0 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000036C0 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014CD0 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000036E0 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014CE0 /* RCTDynamicTypeRamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000036F0 /* RCTDynamicTypeRamp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014CF0 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003700 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014D00 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003710 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014D10 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003720 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014D20 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003750 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014D30 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003760 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014D40 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003770 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014D50 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003780 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014D60 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003790 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014D70 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000037A0 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014D80 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000037B0 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014D90 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000037C0 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014DA0 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000037D0 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014DB0 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000037E0 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014DC0 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000037F0 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014DD0 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003800 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014DE0 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003810 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014DF0 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003820 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014E00 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003840 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014E10 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003850 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014E20 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003860 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014E30 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003880 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014E40 /* RCTVirtualTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00003890 /* RCTVirtualTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014E50 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000038A0 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00014EB0 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00014EA0 /* React-RCTText-dummy.m */; }; + 46EB2E00014F40 /* RCTVibration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000062E0 /* 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"; }; }; + 46EB2E00014F50 /* RCTVibrationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000062F0 /* 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"; }; }; + 46EB2E00014FB0 /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00014FA0 /* React-RCTVibration-dummy.m */; }; + 46EB2E00015040 /* ObjCTimerRegistry.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006310 /* 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"; }; }; + 46EB2E00015050 /* RCTHermesInstance.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006340 /* 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"; }; }; + 46EB2E00015060 /* RCTHost.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006370 /* 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"; }; }; + 46EB2E00015070 /* RCTInstance.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006390 /* 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"; }; }; + 46EB2E00015080 /* RCTJSThreadManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000063B0 /* 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"; }; }; + 46EB2E00015090 /* RCTLegacyUIManagerConstantsProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000063D0 /* 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"; }; }; + 46EB2E000150A0 /* RCTPerformanceLoggerUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000063F0 /* 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"; }; }; + 46EB2E000150B0 /* ObjCTimerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006300 /* ObjCTimerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000150C0 /* RCTContextContainerHandling.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006320 /* RCTContextContainerHandling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000150D0 /* RCTHermesInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006330 /* RCTHermesInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000150E0 /* RCTHost+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006350 /* RCTHost+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000150F0 /* RCTHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006360 /* RCTHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015100 /* RCTInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006380 /* RCTInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015110 /* RCTJSThreadManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000063A0 /* RCTJSThreadManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015120 /* RCTLegacyUIManagerConstantsProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000063C0 /* RCTLegacyUIManagerConstantsProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015130 /* RCTPerformanceLoggerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000063E0 /* RCTPerformanceLoggerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015190 /* React-RuntimeApple-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00015180 /* React-RuntimeApple-dummy.m */; }; + 46EB2E00015220 /* BridgelessNativeMethodCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006410 /* 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"; }; }; + 46EB2E00015230 /* BufferedRuntimeExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006430 /* 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"; }; }; + 46EB2E00015240 /* JSRuntimeFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006450 /* 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"; }; }; + 46EB2E00015250 /* ReactInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006480 /* 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"; }; }; + 46EB2E00015260 /* TimerManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000064A0 /* 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"; }; }; + 46EB2E00015270 /* LegacyUIManagerConstantsProviderBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000064D0 /* 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"; }; }; + 46EB2E00015280 /* BindingsInstaller.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006400 /* BindingsInstaller.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015290 /* BridgelessNativeMethodCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006420 /* BridgelessNativeMethodCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000152A0 /* BufferedRuntimeExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006440 /* BufferedRuntimeExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000152B0 /* JSRuntimeFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006460 /* JSRuntimeFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000152C0 /* PlatformTimerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006470 /* PlatformTimerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000152D0 /* ReactInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006490 /* ReactInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000152E0 /* TimerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000064B0 /* TimerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000152F0 /* LegacyUIManagerConstantsProviderBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000064E0 /* LegacyUIManagerConstantsProviderBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015350 /* React-RuntimeCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00015340 /* React-RuntimeCore-dummy.m */; }; + 46EB2E000153E0 /* HermesInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000064F0 /* 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"; }; }; + 46EB2E000153F0 /* HermesInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006500 /* HermesInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015450 /* React-RuntimeHermes-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00015440 /* React-RuntimeHermes-dummy.m */; }; + 46EB2E000155D0 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D560 /* PrivacyInfo.xcprivacy */; }; + 46EB2E00015600 /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006540 /* 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"; }; }; + 46EB2E00015610 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006570 /* 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"; }; }; + 46EB2E00015620 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000065B0 /* 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"; }; }; + 46EB2E00015630 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000065D0 /* 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"; }; }; + 46EB2E00015640 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000065F0 /* 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"; }; }; + 46EB2E00015650 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006610 /* 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"; }; }; + 46EB2E00015660 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006650 /* 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"; }; }; + 46EB2E00015670 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006670 /* 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"; }; }; + 46EB2E00015680 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000066B0 /* 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"; }; }; + 46EB2E00015690 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000066D0 /* 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"; }; }; + 46EB2E000156A0 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000066F0 /* 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"; }; }; + 46EB2E000156B0 /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006530 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000156C0 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006550 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000156D0 /* ErrorUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006560 /* ErrorUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000156E0 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006580 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000156F0 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006590 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015700 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000065A0 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015710 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000065C0 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015720 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000065E0 /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015730 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006600 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015740 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006620 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015750 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006630 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015760 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006640 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015770 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006660 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015780 /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006680 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015790 /* MoveWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006690 /* MoveWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000157A0 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000066A0 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000157B0 /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000066C0 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000157C0 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000066E0 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000157D0 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006700 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000157E0 /* ReactNativeVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006710 /* ReactNativeVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000157F0 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006720 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015800 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006730 /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015810 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006740 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015860 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00015850 /* React-cxxreact-dummy.m */; }; + 46EB2E000158F0 /* react_native_assert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006760 /* react_native_assert.cpp */; }; + 46EB2E00015900 /* flags.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006750 /* flags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015910 /* react_native_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006770 /* react_native_assert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015920 /* react_native_expect.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006780 /* react_native_expect.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015980 /* React-debug-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00015970 /* React-debug-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000159B0 /* React-debug-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000159A0 /* React-debug-dummy.m */; }; + 46EB2E00015A40 /* DefaultTurboModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006790 /* DefaultTurboModules.cpp */; settings = {COMPILER_FLAGS = "-DRCT_NEW_ARCH_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 46EB2E00015A50 /* DefaultTurboModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000067A0 /* DefaultTurboModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015AB0 /* React-defaultsnativemodule-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00015AA0 /* React-defaultsnativemodule-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015AE0 /* React-defaultsnativemodule-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00015AD0 /* React-defaultsnativemodule-dummy.m */; }; + 46EB2E00015B70 /* NativeDOM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000067B0 /* NativeDOM.cpp */; settings = {COMPILER_FLAGS = "-DRCT_NEW_ARCH_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 46EB2E00015B80 /* NativeDOM.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000067C0 /* NativeDOM.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015BE0 /* React-domnativemodule-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00015BD0 /* React-domnativemodule-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015C10 /* React-domnativemodule-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00015C00 /* React-domnativemodule-dummy.m */; }; + 46EB2E00015CA0 /* ReactNativeFeatureFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000067D0 /* ReactNativeFeatureFlags.cpp */; }; + 46EB2E00015CB0 /* ReactNativeFeatureFlagsAccessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000067F0 /* ReactNativeFeatureFlagsAccessor.cpp */; }; + 46EB2E00015CC0 /* ReactNativeFeatureFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000067E0 /* ReactNativeFeatureFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015CD0 /* ReactNativeFeatureFlagsAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006800 /* ReactNativeFeatureFlagsAccessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015CE0 /* ReactNativeFeatureFlagsDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006810 /* ReactNativeFeatureFlagsDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015CF0 /* ReactNativeFeatureFlagsProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006820 /* ReactNativeFeatureFlagsProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015D50 /* React-featureflags-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00015D40 /* React-featureflags-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015D80 /* React-featureflags-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00015D70 /* React-featureflags-dummy.m */; }; + 46EB2E00015E10 /* NativeReactNativeFeatureFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006830 /* NativeReactNativeFeatureFlags.cpp */; settings = {COMPILER_FLAGS = "-DRCT_NEW_ARCH_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 46EB2E00015E20 /* NativeReactNativeFeatureFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006840 /* NativeReactNativeFeatureFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015E80 /* React-featureflagsnativemodule-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00015E70 /* React-featureflagsnativemodule-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015EB0 /* React-featureflagsnativemodule-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00015EA0 /* React-featureflagsnativemodule-dummy.m */; }; + 46EB2E00015F40 /* Color.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006880 /* 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"; }; }; + 46EB2E00015F50 /* ColorComponents.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000068A0 /* ColorComponents.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"; }; }; + 46EB2E00015F60 /* HostPlatformColor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006980 /* 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"; }; }; + 46EB2E00015F70 /* PlatformColorParser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000069A0 /* 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"; }; }; + 46EB2E00015F80 /* RCTPlatformColorUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000069C0 /* 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"; }; }; + 46EB2E00015F90 /* Transform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006A30 /* 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"; }; }; + 46EB2E00015FA0 /* BackgroundImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006850 /* BackgroundImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015FB0 /* BlendMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006860 /* BlendMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015FC0 /* BoxShadow.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006870 /* BoxShadow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015FD0 /* Color.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006890 /* Color.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015FE0 /* ColorComponents.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000068B0 /* ColorComponents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00015FF0 /* conversions.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000068C0 /* conversions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016000 /* Filter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000068D0 /* Filter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016010 /* fromRawValueShared.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000068E0 /* fromRawValueShared.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016020 /* Geometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000068F0 /* Geometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016030 /* Isolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006900 /* Isolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016040 /* Float.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006960 /* Float.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016050 /* HostPlatformColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006970 /* HostPlatformColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016060 /* PlatformColorParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006990 /* PlatformColorParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016070 /* RCTPlatformColorUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000069B0 /* RCTPlatformColorUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016080 /* Point.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000069D0 /* Point.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016090 /* Rect.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000069E0 /* Rect.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000160A0 /* RectangleCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000069F0 /* RectangleCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000160B0 /* RectangleEdges.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006A00 /* RectangleEdges.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000160C0 /* rounding.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006A10 /* rounding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000160D0 /* Size.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006A20 /* Size.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000160E0 /* Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006A40 /* Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000160F0 /* ValueUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006A50 /* ValueUnit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016100 /* Vector.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006A60 /* Vector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016160 /* React-graphics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00016150 /* React-graphics-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016190 /* React-graphics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00016180 /* React-graphics-dummy.m */; }; + 46EB2E00016220 /* HermesExecutorFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006A80 /* 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"; }; }; + 46EB2E00016230 /* ConnectionDemux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006AC0 /* 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"; }; }; + 46EB2E00016240 /* HermesRuntimeAgentDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006AE0 /* 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"; }; }; + 46EB2E00016250 /* HermesRuntimeTargetDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006B00 /* HermesRuntimeTargetDelegate.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"; }; }; + 46EB2E00016260 /* Registration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006B20 /* 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"; }; }; + 46EB2E00016270 /* HermesExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006A90 /* HermesExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016280 /* ConnectionDemux.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006AD0 /* ConnectionDemux.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016290 /* HermesRuntimeAgentDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006AF0 /* HermesRuntimeAgentDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000162A0 /* HermesRuntimeTargetDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006B10 /* HermesRuntimeTargetDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000162B0 /* Registration.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006B30 /* Registration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016310 /* React-hermes-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00016300 /* React-hermes-dummy.m */; }; + 46EB2E000163A0 /* NativeIdleCallbacks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006B40 /* NativeIdleCallbacks.cpp */; settings = {COMPILER_FLAGS = "-DRCT_NEW_ARCH_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 46EB2E000163B0 /* NativeIdleCallbacks.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006B50 /* NativeIdleCallbacks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016410 /* React-idlecallbacksnativemodule-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00016400 /* React-idlecallbacksnativemodule-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016440 /* React-idlecallbacksnativemodule-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00016430 /* React-idlecallbacksnativemodule-dummy.m */; }; + 46EB2E000164D0 /* JsErrorHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006B60 /* 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"; }; }; + 46EB2E000164E0 /* JsErrorHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006B70 /* JsErrorHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016540 /* React-jserrorhandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00016530 /* React-jserrorhandler-dummy.m */; }; + 46EB2E000165D0 /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006BC0 /* 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"; }; }; + 46EB2E000165E0 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006B80 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000165F0 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006B90 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016600 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006BA0 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016610 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006BB0 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016620 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006BD0 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016630 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006BE0 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016640 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006BF0 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000166A0 /* React-jsi-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00016690 /* React-jsi-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000166D0 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000166C0 /* React-jsi-dummy.m */; }; + 46EB2E00016760 /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006C00 /* 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"; }; }; + 46EB2E00016770 /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006C20 /* 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"; }; }; + 46EB2E00016780 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006C10 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016790 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006C30 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000167F0 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000167E0 /* React-jsiexecutor-dummy.m */; }; + 46EB2E00016880 /* CdpJson.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006C50 /* CdpJson.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"; }; }; + 46EB2E00016890 /* ConsoleMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006C70 /* ConsoleMessage.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"; }; }; + 46EB2E000168A0 /* ExecutionContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006C90 /* 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"; }; }; + 46EB2E000168B0 /* ExecutionContextManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006CB0 /* 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"; }; }; + 46EB2E000168C0 /* FallbackRuntimeAgentDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006CD0 /* 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"; }; }; + 46EB2E000168D0 /* FallbackRuntimeTargetDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006CF0 /* FallbackRuntimeTargetDelegate.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"; }; }; + 46EB2E000168E0 /* HostAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006D20 /* HostAgent.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"; }; }; + 46EB2E000168F0 /* HostTarget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006D50 /* HostTarget.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"; }; }; + 46EB2E00016900 /* InspectorFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006D70 /* 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"; }; }; + 46EB2E00016910 /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006D90 /* 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"; }; }; + 46EB2E00016920 /* InspectorPackagerConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006DB0 /* 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"; }; }; + 46EB2E00016930 /* InspectorUtilities.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006DE0 /* 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"; }; }; + 46EB2E00016940 /* InstanceAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006E00 /* 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"; }; }; + 46EB2E00016950 /* InstanceTarget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006E20 /* 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"; }; }; + 46EB2E00016960 /* NetworkIOAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006E40 /* NetworkIOAgent.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"; }; }; + 46EB2E00016970 /* RuntimeAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006E70 /* 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"; }; }; + 46EB2E00016980 /* RuntimeTarget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006EA0 /* 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"; }; }; + 46EB2E00016990 /* RuntimeTargetConsole.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006EC0 /* RuntimeTargetConsole.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"; }; }; + 46EB2E000169A0 /* RuntimeTargetDebuggerSessionObserver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006ED0 /* RuntimeTargetDebuggerSessionObserver.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"; }; }; + 46EB2E000169B0 /* Base64.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006C40 /* Base64.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000169C0 /* CdpJson.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006C60 /* CdpJson.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000169D0 /* ConsoleMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006C80 /* ConsoleMessage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000169E0 /* ExecutionContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006CA0 /* ExecutionContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000169F0 /* ExecutionContextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006CC0 /* ExecutionContextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016A00 /* FallbackRuntimeAgentDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006CE0 /* FallbackRuntimeAgentDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016A10 /* FallbackRuntimeTargetDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006D00 /* FallbackRuntimeTargetDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016A20 /* ForwardingConsoleMethods.def in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006D10 /* ForwardingConsoleMethods.def */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016A30 /* HostAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006D30 /* HostAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016A40 /* HostCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006D40 /* HostCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016A50 /* HostTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006D60 /* HostTarget.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016A60 /* InspectorFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006D80 /* InspectorFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016A70 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006DA0 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016A80 /* InspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006DC0 /* InspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016A90 /* InspectorPackagerConnectionImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006DD0 /* InspectorPackagerConnectionImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016AA0 /* InspectorUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006DF0 /* InspectorUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016AB0 /* InstanceAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006E10 /* InstanceAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016AC0 /* InstanceTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006E30 /* InstanceTarget.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016AD0 /* NetworkIOAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006E50 /* NetworkIOAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016AE0 /* ReactCdp.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006E60 /* ReactCdp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016AF0 /* RuntimeAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006E80 /* RuntimeAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016B00 /* RuntimeAgentDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006E90 /* RuntimeAgentDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016B10 /* RuntimeTarget.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006EB0 /* RuntimeTarget.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016B20 /* ScopedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006EE0 /* ScopedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016B30 /* SessionState.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006EF0 /* SessionState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016B40 /* StackTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006F00 /* StackTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016B50 /* UniqueMonostate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006F10 /* UniqueMonostate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016B60 /* Utf8.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006F20 /* Utf8.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016B70 /* WeakList.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006F30 /* WeakList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016B80 /* WebSocketInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006F40 /* WebSocketInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016BE0 /* React-jsinspector-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00016BD0 /* React-jsinspector-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016C10 /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00016C00 /* React-jsinspector-dummy.m */; }; + 46EB2E00016D10 /* react_native_log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006F50 /* 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"; }; }; + 46EB2E00016D20 /* react_native_log.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006F60 /* react_native_log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016D80 /* React-logger-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00016D70 /* React-logger-dummy.m */; }; + 46EB2E00016E10 /* NativeMicrotasks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006F70 /* NativeMicrotasks.cpp */; settings = {COMPILER_FLAGS = "-DRCT_NEW_ARCH_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 46EB2E00016E20 /* NativeMicrotasks.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006F80 /* NativeMicrotasks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016E80 /* React-microtasksnativemodule-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00016E70 /* React-microtasksnativemodule-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016EB0 /* React-microtasksnativemodule-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00016EA0 /* React-microtasksnativemodule-dummy.m */; }; + 46EB2E00016F40 /* ReactNativeConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006F90 /* ReactNativeConfig.cpp */; }; + 46EB2E00016F50 /* ReactNativeConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006FA0 /* ReactNativeConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00016FB0 /* React-nativeconfig-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00016FA0 /* React-nativeconfig-dummy.m */; }; + 46EB2E00017040 /* BridgeNativeModulePerfLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006FC0 /* BridgeNativeModulePerfLogger.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"; }; }; + 46EB2E00017050 /* HermesPerfettoDataSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00006FE0 /* HermesPerfettoDataSource.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"; }; }; + 46EB2E00017060 /* ReactPerfetto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007010 /* ReactPerfetto.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"; }; }; + 46EB2E00017070 /* ReactPerfettoCategories.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007030 /* ReactPerfettoCategories.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"; }; }; + 46EB2E00017080 /* FuseboxTracer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007060 /* FuseboxTracer.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"; }; }; + 46EB2E00017090 /* BridgeNativeModulePerfLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006FD0 /* BridgeNativeModulePerfLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000170A0 /* HermesPerfettoDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00006FF0 /* HermesPerfettoDataSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000170B0 /* NativeModulePerfLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007000 /* NativeModulePerfLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000170C0 /* ReactPerfetto.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007020 /* ReactPerfetto.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000170D0 /* ReactPerfettoCategories.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007040 /* ReactPerfettoCategories.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000170E0 /* FuseboxTracer.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007070 /* FuseboxTracer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017140 /* React-perflogger-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00017130 /* React-perflogger-dummy.m */; }; + 46EB2E000171D0 /* PerformanceEntryReporter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007090 /* PerformanceEntryReporter.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"; }; }; + 46EB2E000171E0 /* BoundedConsumableBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007080 /* BoundedConsumableBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000171F0 /* PerformanceEntryReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000070A0 /* PerformanceEntryReporter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017250 /* React-performancetimeline-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00017240 /* React-performancetimeline-dummy.m */; }; + 46EB2E000172E0 /* ShadowTreeRevisionConsistencyManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000070C0 /* ShadowTreeRevisionConsistencyManager.cpp */; }; + 46EB2E000172F0 /* ScopedShadowTreeRevisionLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000070B0 /* ScopedShadowTreeRevisionLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017300 /* ShadowTreeRevisionConsistencyManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000070D0 /* ShadowTreeRevisionConsistencyManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017360 /* React-rendererconsistency-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00017350 /* React-rendererconsistency-dummy.m */; }; + 46EB2E000173F0 /* DebugStringConvertible.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000070E0 /* 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"; }; }; + 46EB2E00017400 /* DebugStringConvertibleItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007100 /* 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"; }; }; + 46EB2E00017410 /* DebugStringConvertible.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000070F0 /* DebugStringConvertible.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017420 /* DebugStringConvertibleItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007110 /* DebugStringConvertibleItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017430 /* debugStringConvertibleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007120 /* debugStringConvertibleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017440 /* flags.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007130 /* flags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000174A0 /* React-rendererdebug-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00017490 /* React-rendererdebug-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000174D0 /* React-rendererdebug-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000174C0 /* React-rendererdebug-dummy.m */; }; + 46EB2E00017640 /* RuntimeScheduler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007160 /* 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"; }; }; + 46EB2E00017650 /* RuntimeSchedulerBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007180 /* 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"; }; }; + 46EB2E00017660 /* RuntimeSchedulerCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000071A0 /* 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"; }; }; + 46EB2E00017670 /* RuntimeScheduler_Legacy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000071E0 /* 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"; }; }; + 46EB2E00017680 /* RuntimeScheduler_Modern.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007200 /* 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"; }; }; + 46EB2E00017690 /* Task.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007230 /* 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"; }; }; + 46EB2E000176A0 /* primitives.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007150 /* primitives.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000176B0 /* RuntimeScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007170 /* RuntimeScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000176C0 /* RuntimeSchedulerBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007190 /* RuntimeSchedulerBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000176D0 /* RuntimeSchedulerCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000071B0 /* RuntimeSchedulerCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000176E0 /* RuntimeSchedulerClock.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000071C0 /* RuntimeSchedulerClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000176F0 /* RuntimeSchedulerEventTimingDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000071D0 /* RuntimeSchedulerEventTimingDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017700 /* RuntimeScheduler_Legacy.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000071F0 /* RuntimeScheduler_Legacy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017710 /* RuntimeScheduler_Modern.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007210 /* RuntimeScheduler_Modern.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017720 /* SchedulerPriorityUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007220 /* SchedulerPriorityUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017730 /* Task.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007240 /* Task.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017790 /* React-runtimescheduler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00017780 /* React-runtimescheduler-dummy.m */; }; + 46EB2E00017890 /* CoreFeatures.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007270 /* 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"; }; }; + 46EB2E000178A0 /* jsi-utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000072C0 /* jsi-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"; }; }; + 46EB2E000178B0 /* ManagedObjectWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000072F0 /* 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"; }; }; + 46EB2E000178C0 /* RunLoopObserver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007320 /* 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"; }; }; + 46EB2E000178D0 /* ContextContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007260 /* ContextContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000178E0 /* CoreFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007280 /* CoreFeatures.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000178F0 /* FloatComparison.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007290 /* FloatComparison.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017900 /* fnv1a.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000072A0 /* fnv1a.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017910 /* hash_combine.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000072B0 /* hash_combine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017920 /* jsi-utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000072D0 /* jsi-utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017930 /* ManagedObjectWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000072E0 /* ManagedObjectWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017940 /* OnScopeExit.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007300 /* OnScopeExit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017950 /* PackTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007310 /* PackTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017960 /* RunLoopObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007330 /* RunLoopObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017970 /* SharedFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007340 /* SharedFunction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017980 /* SimpleThreadSafeCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007350 /* SimpleThreadSafeCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017990 /* Telemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007360 /* Telemetry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000179A0 /* to_underlying.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007370 /* to_underlying.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017A00 /* React-utils-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000179F0 /* React-utils-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017A30 /* React-utils-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00017A20 /* React-utils-dummy.m */; }; + 46EB2E00017AC0 /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007390 /* 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"; }; }; + 46EB2E00017AD0 /* FBReactNativeSpecJSI-generated.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000073B0 /* 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"; }; }; + 46EB2E00017AE0 /* RCTModulesConformingToProtocolsProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000073E0 /* 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"; }; }; + 46EB2E00017AF0 /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000073A0 /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017B00 /* FBReactNativeSpecJSI.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000073C0 /* FBReactNativeSpecJSI.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017B10 /* RCTModulesConformingToProtocolsProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000073D0 /* RCTModulesConformingToProtocolsProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017B70 /* ReactCodegen-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00017B60 /* ReactCodegen-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017BA0 /* ReactCodegen-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00017B90 /* ReactCodegen-dummy.m */; }; + 46EB2E00017C30 /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000074D0 /* 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"; }; }; + 46EB2E00017C40 /* Array.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007410 /* Array.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017C50 /* AString.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007420 /* AString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017C60 /* Base.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007430 /* Base.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017C70 /* Bool.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007440 /* Bool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017C80 /* Bridging.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007450 /* Bridging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017C90 /* CallbackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007460 /* CallbackWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017CA0 /* Class.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007470 /* Class.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017CB0 /* Convert.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007480 /* Convert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017CC0 /* Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007490 /* Dynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017CD0 /* Error.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000074A0 /* Error.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017CE0 /* EventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000074B0 /* EventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017CF0 /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000074C0 /* Function.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017D00 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000074E0 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017D10 /* Number.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000074F0 /* Number.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017D20 /* Object.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007500 /* Object.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017D30 /* Promise.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007510 /* Promise.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017D40 /* Value.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007520 /* Value.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017D50 /* CxxTurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007550 /* 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"; }; }; + 46EB2E00017D60 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007580 /* 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"; }; }; + 46EB2E00017D70 /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000075A0 /* 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"; }; }; + 46EB2E00017D80 /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000075C0 /* 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"; }; }; + 46EB2E00017D90 /* TurboModulePerfLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000075E0 /* 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"; }; }; + 46EB2E00017DA0 /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007600 /* 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"; }; }; + 46EB2E00017DB0 /* CallbackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007540 /* CallbackWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017DC0 /* CxxTurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007560 /* CxxTurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017DD0 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007570 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017DE0 /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007590 /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017DF0 /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000075B0 /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017E00 /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000075D0 /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017E10 /* TurboModulePerfLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000075F0 /* TurboModulePerfLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017E20 /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007610 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017E80 /* ReactCommon-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00017E70 /* ReactCommon-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00017EB0 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00017EA0 /* ReactCommon-dummy.m */; }; + 46EB2E00017F40 /* SRDelegateController.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007630 /* SRDelegateController.m */; }; + 46EB2E00017F50 /* SRIOConsumer.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007650 /* SRIOConsumer.m */; }; + 46EB2E00017F60 /* SRIOConsumerPool.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007670 /* SRIOConsumerPool.m */; }; + 46EB2E00017F70 /* SRProxyConnect.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000076B0 /* SRProxyConnect.m */; }; + 46EB2E00017F80 /* SRRunLoopThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000076D0 /* SRRunLoopThread.m */; }; + 46EB2E00017F90 /* SRPinningSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000076F0 /* SRPinningSecurityPolicy.m */; }; + 46EB2E00017FA0 /* SRConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007710 /* SRConstants.m */; }; + 46EB2E00017FB0 /* SRError.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007730 /* SRError.m */; }; + 46EB2E00017FC0 /* SRHash.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007750 /* SRHash.m */; }; + 46EB2E00017FD0 /* SRHTTPConnectMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007770 /* SRHTTPConnectMessage.m */; }; + 46EB2E00017FE0 /* SRLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007790 /* SRLog.m */; }; + 46EB2E00017FF0 /* SRMutex.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000077B0 /* SRMutex.m */; }; + 46EB2E00018000 /* SRRandom.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000077D0 /* SRRandom.m */; }; + 46EB2E00018010 /* SRSIMDHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000077F0 /* SRSIMDHelpers.m */; }; + 46EB2E00018020 /* SRURLUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007810 /* SRURLUtilities.m */; }; + 46EB2E00018030 /* NSRunLoop+SRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007830 /* NSRunLoop+SRWebSocket.m */; }; + 46EB2E00018040 /* NSURLRequest+SRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007850 /* NSURLRequest+SRWebSocket.m */; }; + 46EB2E00018050 /* SRSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007880 /* SRSecurityPolicy.m */; }; + 46EB2E00018060 /* SRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000078A0 /* SRWebSocket.m */; }; + 46EB2E00018070 /* SRDelegateController.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007620 /* SRDelegateController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018080 /* SRIOConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007640 /* SRIOConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018090 /* SRIOConsumerPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007660 /* SRIOConsumerPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000180A0 /* NSRunLoop+SRWebSocketPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007680 /* NSRunLoop+SRWebSocketPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000180B0 /* NSURLRequest+SRWebSocketPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007690 /* NSURLRequest+SRWebSocketPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000180C0 /* SRProxyConnect.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000076A0 /* SRProxyConnect.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000180D0 /* SRRunLoopThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000076C0 /* SRRunLoopThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000180E0 /* SRPinningSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000076E0 /* SRPinningSecurityPolicy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000180F0 /* SRConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007700 /* SRConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018100 /* SRError.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007720 /* SRError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018110 /* SRHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007740 /* SRHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018120 /* SRHTTPConnectMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007760 /* SRHTTPConnectMessage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018130 /* SRLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007780 /* SRLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018140 /* SRMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000077A0 /* SRMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018150 /* SRRandom.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000077C0 /* SRRandom.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018160 /* SRSIMDHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000077E0 /* SRSIMDHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018170 /* SRURLUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007800 /* SRURLUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018180 /* NSRunLoop+SRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007820 /* NSRunLoop+SRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018190 /* NSURLRequest+SRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007840 /* NSURLRequest+SRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000181A0 /* SocketRocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007860 /* SocketRocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000181B0 /* SRSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007870 /* SRSecurityPolicy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000181C0 /* SRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007890 /* SRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018220 /* SocketRocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00018210 /* SocketRocket-dummy.m */; }; + 46EB2E000182B0 /* AbsoluteLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000078C0 /* AbsoluteLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E000182C0 /* Baseline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000078F0 /* Baseline.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E000182D0 /* Cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007920 /* Cache.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E000182E0 /* CalculateLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007940 /* CalculateLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E000182F0 /* FlexLine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007970 /* FlexLine.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E00018300 /* PixelGrid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007990 /* PixelGrid.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E00018310 /* Config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000079E0 /* Config.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E00018320 /* AssertFatal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007A10 /* AssertFatal.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E00018330 /* Log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007A30 /* Log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E00018340 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007BA0 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E00018350 /* LayoutResults.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007BE0 /* LayoutResults.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E00018360 /* Node.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007C00 /* Node.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E00018370 /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007CB0 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E00018380 /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007CD0 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E00018390 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007D00 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E000183A0 /* YGNodeLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007D20 /* YGNodeLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E000183B0 /* YGNodeStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007D40 /* YGNodeStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E000183C0 /* YGPixelGrid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007D60 /* YGPixelGrid.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E000183D0 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00007D80 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++20 -fPIC -fno-objc-arc"; }; }; + 46EB2E000183E0 /* AbsoluteLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000078D0 /* AbsoluteLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000183F0 /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000078E0 /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018400 /* Baseline.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007900 /* Baseline.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018410 /* BoundAxis.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007910 /* BoundAxis.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018420 /* Cache.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007930 /* Cache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018430 /* CalculateLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007950 /* CalculateLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018440 /* FlexDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007960 /* FlexDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018450 /* FlexLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007980 /* FlexLine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018460 /* PixelGrid.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000079A0 /* PixelGrid.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018470 /* SizingMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000079B0 /* SizingMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018480 /* TrailingPosition.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000079C0 /* TrailingPosition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018490 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E000079F0 /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000184A0 /* AssertFatal.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007A20 /* AssertFatal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000184B0 /* Log.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007A40 /* Log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000184C0 /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007A60 /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000184D0 /* Dimension.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007A70 /* Dimension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000184E0 /* Direction.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007A80 /* Direction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000184F0 /* Display.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007A90 /* Display.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018500 /* Edge.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007AA0 /* Edge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018510 /* Errata.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007AB0 /* Errata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018520 /* ExperimentalFeature.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007AC0 /* ExperimentalFeature.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018530 /* FlexDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007AD0 /* FlexDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018540 /* Gutter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007AE0 /* Gutter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018550 /* Justify.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007AF0 /* Justify.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018560 /* LogLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007B00 /* LogLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018570 /* MeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007B10 /* MeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018580 /* NodeType.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007B20 /* NodeType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018590 /* Overflow.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007B30 /* Overflow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000185A0 /* PhysicalEdge.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007B40 /* PhysicalEdge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000185B0 /* PositionType.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007B50 /* PositionType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000185C0 /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007B60 /* Unit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000185D0 /* Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007B70 /* Wrap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000185E0 /* YogaEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007B80 /* YogaEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000185F0 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007BB0 /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018600 /* CachedMeasurement.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007BD0 /* CachedMeasurement.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018610 /* LayoutResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007BF0 /* LayoutResults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018620 /* Node.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007C10 /* Node.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018630 /* Comparison.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007C30 /* Comparison.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018640 /* FloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007C40 /* FloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018650 /* SmallValueBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007C60 /* SmallValueBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018660 /* Style.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007C70 /* Style.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018670 /* StyleLength.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007C80 /* StyleLength.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018680 /* StyleValueHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007C90 /* StyleValueHandle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018690 /* StyleValuePool.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007CA0 /* StyleValuePool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000186A0 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007CC0 /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000186B0 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007CE0 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000186C0 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007CF0 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000186D0 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007D10 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000186E0 /* YGNodeLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007D30 /* YGNodeLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000186F0 /* YGNodeStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007D50 /* YGNodeStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018700 /* YGPixelGrid.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007D70 /* YGPixelGrid.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018710 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007D90 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018720 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00007DA0 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018780 /* Yoga-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00018770 /* Yoga-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000187B0 /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E000187A0 /* Yoga-dummy.m */; }; + 46EB2E00018940 /* format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D150 /* format.cc */; }; + 46EB2E00018950 /* args.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D080 /* args.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018960 /* chrono.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D090 /* chrono.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018970 /* color.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D0A0 /* color.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018980 /* compile.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D0B0 /* compile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018990 /* core.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D0C0 /* core.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000189A0 /* format-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D0D0 /* format-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000189B0 /* format.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D0E0 /* format.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000189C0 /* os.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D0F0 /* os.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000189D0 /* ostream.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D100 /* ostream.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000189E0 /* printf.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D110 /* printf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E000189F0 /* ranges.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D120 /* ranges.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018A00 /* std.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D130 /* std.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018A10 /* xchar.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D140 /* xchar.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018A70 /* fmt-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00018A60 /* fmt-dummy.m */; }; + 46EB2E00018BA0 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D1B0 /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 46EB2E00018BB0 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D1C0 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 46EB2E00018BC0 /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D1D0 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 46EB2E00018BD0 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D1E0 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 46EB2E00018BE0 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D1F0 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 46EB2E00018BF0 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D200 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 46EB2E00018C00 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D210 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 46EB2E00018C10 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D160 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018C20 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D170 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018C30 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D180 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018C40 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D190 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018C50 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E0000D1A0 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018CA0 /* glog-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB2E00018C90 /* glog-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46EB2E00018CD0 /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00018CC0 /* glog-dummy.m */; }; + 46EB2E00018E60 /* Pods-ARMSX-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EB2E00018E50 /* Pods-ARMSX-dummy.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 013AEE70737E5F4309DDAD4E7111DFD7 /* PBXContainerItemProxy */ = { + 46EB2E00018EC0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 0163056BD84B6E0D51EE45F1527912D7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - 016CFAD537F93316282518FABF24E5AA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; - remoteInfo = "React-Fabric"; - }; - 028C37803E0C78E614BF0D62EA57E386 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; - remoteInfo = "React-Fabric"; - }; - 02BFB08AB632E5E534A6F4EAD152B719 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 036371E63B62848FDB9ECDD12188AEF3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 059E8A8BD7CBB52227547E2CF2F68A37 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 07940AB490BAF818E4507258117BFE02 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - 09B8FB9DCBFC21D97424004DEA1A6ED5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - 09B9BD5638D12ED93E66658B99E87D21 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C7F600C052808C7C987C26EC74B3A290; - remoteInfo = "React-RuntimeCore"; - }; - 09CFFAF8B1650DD76D243926E54A8534 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - 0A7B773E12D8D215DBA441A75B23281F /* PBXContainerItemProxy */ = { + 46EB2E00018EE0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; }; - 0C8BFD46800D5DAF15DC881C4D259AFD /* PBXContainerItemProxy */ = { + 46EB2E00018F00 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 091003D98BDA80B01B9E35CADE3947F0; - remoteInfo = "React-Mapbuffer"; - }; - 113AF6744E135592D340050D72AFECF6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; - }; - 12381BB2C2227E43514373C261BA7713 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 127CBEB6F092EB3C328FC47F4F9A551C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091; - remoteInfo = SocketRocket; - }; - 12E4B91861952AFE515234E027D3B181 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; - remoteInfo = "React-Fabric"; - }; - 14E0D0B39B09FAA46791CFB39BB00840 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; remoteInfo = "RCT-Folly"; }; - 158EC4461F92BF37FDEC469F651F64F9 /* PBXContainerItemProxy */ = { + 46EB2E00018F20 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - 167D605E9E2CDB12538CE0797169360F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; - }; - 170196E4F0681C1FF0416F02FF05963C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; - remoteInfo = "React-runtimeexecutor"; - }; - 174AE252397376696325B5F9BCC7870F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; - }; - 17CD43CC7C384C8617D3CCA0F5AA42C4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; - remoteInfo = "React-perflogger"; - }; - 17CF55438EE5B2B5B3321C3256883A0D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; - remoteInfo = "React-runtimescheduler"; - }; - 18C12E980A3FB92CB39D417E4CE57271 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 19EA8434C5F1EB088291BA49FB3DDB84 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; - }; - 1B0D9EEB48DAF412021C6347B266862B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 1B377F2F27EF55B4501C6AE277D4704C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; remoteGlobalIDString = 5211B5AB7B81060AA8E78614DD75D3AB; remoteInfo = RCTDeprecation; }; - 1C181642DF6266654EA19CCD9E8C46EC /* PBXContainerItemProxy */ = { + 46EB2E00018F40 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 1C92650FA8278C0045F2E45F9524973E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 1D5BCEC2055190A3BCB031DFCD7F3D52 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; - }; - 1DC04098D9B39FB0DE2A894D7F5C6517 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 1DDF2722CDEEDED06ACA21F2A31838F6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 1E056780587CE535B26738FB01DE9BED /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 1EACF5EEC3F9742B1B37F7366F65578E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - 1F2B709A74E27B9381C8E2FDD3D8E84A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; - remoteInfo = "React-runtimeexecutor"; - }; - 1F762EE5D3F5A650017C3CB47308ABBB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; - }; - 1FD0290EA6F760ADB1D4E901A1238914 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - 20715E190A28003F3DD5206BC8A8BE48 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - 208223B8930B2B2F2F1D37AEA871B08C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; - }; - 20EA7F4BC0146609BC57BE6F528529A0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; - }; - 216E78E4EA4571B85540B047ED84F33C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - 22796E10D2EE417A3B60FB0BCFA6845C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; - remoteInfo = "React-hermes"; - }; - 227DF6A0D663B61B1FFA6945EF18EE24 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; - remoteInfo = "React-runtimeexecutor"; - }; - 229CFB75090360C9B3F4E3D9ED68860B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 22C4FA82FA36AC412343378F1DD42730 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; - remoteInfo = "React-featureflags"; - }; - 23056CAB7D6832D8870BA3990EB539CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - 230BFFDDC5B952A067F30D5035F369C9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 232B7E773BEB6AE9E2D512713106B86B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; - remoteInfo = "React-logger"; - }; - 23A47F9BDCB98CE10AA289F3C1E68B78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; - remoteInfo = "React-featureflags"; - }; - 245616E4614FDCF7743D6889D4188B22 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 247B2BF38C3C5D38240CBD4713A0D068 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; - remoteInfo = "React-Fabric"; - }; - 24A8BA89BBA11829C72DECE18FCE1FAA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 2578FAD6D4EE2F3F86F94F8C9B520E73 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 25C3B8A0F1EF6230BD7FC1978F782EC0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; - }; - 26DEE90C4C8416057ED1B72C78A22EB0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A5E93F38E96B3A37575BEC88AD69AE85; - remoteInfo = "React-FabricImage"; - }; - 272730CBC3BBF47CDD0008DE8B31057D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; - remoteInfo = "React-perflogger"; - }; - 274E9621D97712A8413CB1599F7E27A2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; - remoteInfo = "React-hermes"; - }; - 276F13E6BF35681788C0BFC0BDF61099 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; - remoteInfo = boost; - }; - 27736CFAAD8264921F1E206575272548 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; - }; - 27F949EA312B98A3049EAA43F1B444CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - 2864C68C6222F6C5604CF77ECFDDAD36 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 28D24FDDF2641B90D975DF987A04633A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 28F70BCAF10DF6F50BC83D26BB6D6172 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 91D38B18A4E42B1622B83F450706C2F5; - remoteInfo = "React-RuntimeApple"; - }; - 2901E63794E760FBDC2848EC83485FA9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 2A225A22FF9A41ACFF78A0BC5FAC16C2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 2A272EB17784DBCF5382AE83A711B1D8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; - remoteInfo = "React-runtimeexecutor"; - }; - 2A2D207E669A8CC2A730C264C19025C7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 2A5881C7081741505ECA318C3652BBD9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; - }; - 2A653629BE33B4B45F211DF25725F91F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 2B2B3C371E6B9D4B5BADA7CFC6D3A9AD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - 2B3E2413340735AFE0EA36BBD554E72C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; - }; - 2BB230F801F895AA81D453EA8A60457D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; - }; - 2E70CF13CA398FDB4AD523AFC4CD8477 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - 2ED0706AFD5242A258FAFBB86A6ED06C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; - }; - 3052F1074342DB44D38232C1A324106B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; - }; - 31A5843D6287F05BB7490A1AE4900E48 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - 31A8DBC0D44895E62F7C0538B18EF411 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; - }; - 31B114FB8273EFCDD88F363F578E0326 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; - }; - 34C8855E038FC4F42DA42A324B85345C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 351124900D4B84CF9FF341A5EA834F38 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 37300D87F7D110E2848E17E9158357E5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; - }; - 3834CF621651409A0946BBF75D000E6B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; - remoteInfo = "React-RCTFabric"; - }; - 39759467552CD7355B0438B7D6CA9067 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; - remoteInfo = boost; - }; - 39828A29302A6FC943A3F74101D9F7E4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0EF07AE1AD53436E8D2B9B0086EA0163; - remoteInfo = "React-RuntimeHermes"; - }; - 3A0E8F732BCB1B78401E03FFAA548501 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; - }; - 3ACE69CEA06D964B6FB45417F9A6BB59 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; - }; - 3BABA8B211336AE145B117E06F7DE045 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 3DC5BD9DADD002C264E646A47852B0FA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; - }; - 3E11DDB249749752BE58FCCE005BBD9E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 431690568299AF87CFF4A39669696111 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - 4348245015E07DE0485B91242287669E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; - remoteInfo = "React-runtimeexecutor"; - }; - 43B76DD48C79AC92E294C215113A7260 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 4457D2921C244D4A391863782DF4DC00 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; - remoteInfo = "React-logger"; - }; - 46A1A27D2119192513AFB8C9E7A00934 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - 46BC795D5B9913C85C4DD8D40007311C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 47960413A977DA9B9E32C97CAED8978E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; - }; - 4800648081811080120D7257F8044CA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; - remoteInfo = "React-RCTFabric"; - }; - 482BB7C4DFCC5F55893C16269320C59F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - 4955B608BC03115C5F937FA715CD2BC9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 497BDC2993CC7AD4DA158D7C1CE73DC8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 49BDB68D3DC2A02E800DC01A93C0B11A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; - remoteInfo = "React-graphics"; - }; - 49C3F21B84C6D380DDAF486C1906B042 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 4A38CC028A07F8FD995B307DDC7637A1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; - remoteInfo = "React-hermes"; - }; - 4A3BBF0351768EE01A43D3D5E0A108FC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 4A3FAE99B2D7049451BE8C6EEF950B04 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - 4A80828FE47E176CA422CC52B59A3FF3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 4B09C2E122DE8CFD5E610BBF907EF17E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - 4BE486A6CD671F1B46994CFFAE394E73 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; - remoteInfo = "React-hermes"; - }; - 4C2BC8528694FA541814C8483A503428 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; remoteInfo = RCTRequired; }; - 4D76B28E980C611CA86C13F14C607B51 /* PBXContainerItemProxy */ = { + 46EB2E00018F60 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - 4D7B20B35284815A2AE79E65FD1C4F19 /* PBXContainerItemProxy */ = { + 46EB2E00018F80 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; - }; - 4D82EDCE056FD4EE8217983CAE024450 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 4E216A1D87C540B4A1F416DF8D33E289 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - 4F1CFF4EF6F0D6D0AAEDF2BE97C6856F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; - 50811321DA4F26B17D177E99C5ADE005 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091; - remoteInfo = SocketRocket; - }; - 50AB5E853737B507F8ED017CD2DC9170 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 50E0EFBED0CC46CCB8436385784A09CF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 52C07855E9B026652959BBDC8AAD0860 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; - }; - 533FC307FD5423985F363CE4D2FDDB96 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - 567084C61FA20112540BA2C61BF65B8E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; - }; - 56A64FDEF1919E84699886B08CED4F82 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 56C7DA1AF33D5A197016A5DAC30C6085 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; - remoteInfo = "React-featureflags"; - }; - 56D27C8B5B051DC22CFB00C2DA30B558 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; - 57B4B21DCA7FCF9E5F259997DBFAD09A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - 58048502319F63411A364FBF0806D6EA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; - }; - 58A9F1AB5D033D374D8E255470F464DF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - 58D737A3E163A5F173CFC295EFDCCA5E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 598D354B3CEBCD7AFA035AC0CDB10C2D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 59D9A99672DC8D4B54042E59604F1E83 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; - remoteInfo = "React-runtimescheduler"; - }; - 5A5B67AB3C8246FF2E20EAC146C51D89 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - 5B7F0CF3B171A7E54A63B73777D8CA4B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - 5BADCAF7927C1C3DCE6DEFBFEDA43594 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - 5BEFDF2516B46871D45A22B0A346CD77 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; - remoteInfo = "React-graphics"; - }; - 5D1D240BB35BC6805845DA0861F7950D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 5DBF0D2D0F53C62CC6A2CE1FA652BBAA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; - remoteInfo = "React-runtimescheduler"; - }; - 5E02A48D02A43172B3649EE3A5003764 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - 5E0AC5076A68DC4F16E0B027BF392AD3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 5E0E3EEE710E563BC198C219BFF30723 /* PBXContainerItemProxy */ = { + 46EB2E00018FA0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 5E25879606DB47D6BDEA80CCC8C076EA /* PBXContainerItemProxy */ = { + 46EB2E00018FC0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - 5E6FCC442792AB18C14FD3954FE046B9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; - }; - 5F6C4E0CA4A6C08E30DD2534A22CEC45 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; - remoteInfo = "React-runtimescheduler"; - }; - 6014A86C31B8FF9FE6941DBBA25AAFBB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 61B3B16DFB3D7F2468C8A5885E6BFC56 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; remoteGlobalIDString = E16E206437995280D349D4B67695C894; remoteInfo = "React-CoreModules"; }; - 61E8C94AB36D0FDA704F8AE9183179C3 /* PBXContainerItemProxy */ = { + 46EB2E00018FE0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 62072903E3E021E93729E2540D2F7708 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - 63189C10B0BE390862C9B9C150C4F525 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C7F600C052808C7C987C26EC74B3A290; - remoteInfo = "React-RuntimeCore"; - }; - 631CF7BE2C5196503C57797FAE276A04 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; - }; - 6391C79C939224715338CD9D398C4DF5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - 639A89907E382367EA773713C0E6C008 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; - }; - 63BD683542995D8DD6CFF55CCF699402 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; - }; - 687F5185E7C715617D6F682405C5C55A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; - }; - 6A348FB561C7BF4883A1BCFBA45CF482 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C7F600C052808C7C987C26EC74B3A290; - remoteInfo = "React-RuntimeCore"; - }; - 6A70420C3D3F68A72A1CF28EA2724493 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; - }; - 6C119346A9B6D727BB10A39EB4EBA002 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; - }; - 6C325249F7CAD784A2C8182B2535C72B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 6D0A4E3BD72CD6C335960FED3761F78C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; - }; - 6D5F3232B6FE473B2A351A1EA7504535 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; - remoteInfo = "React-ImageManager"; - }; - 6DB0C63EE3C2A9C3B71FDC13B6FD8AA2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 6E3B8196E3BB4F9031802B978E166977 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 6EB430B28C557B86F950698FFA498DB4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 7000A824198C747772516AC8FCFF735B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 71587784572F082B93F593D4B6DF659E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; - remoteInfo = "React-nativeconfig"; - }; - 72EB9F0D1058E65FD1E5987815FCF6BC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - 7359A441688EA308F4A08E3191218BD3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; - }; - 7555AB40FA71F3B811F0BFC528A85BE7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; - remoteInfo = "React-nativeconfig"; - }; - 775C295E798B4FDCB025DB80C4B645AE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; - remoteInfo = "React-featureflags"; - }; - 77B8EA53870C17AC5554FAACB48D9F16 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; - }; - 77EF78AC13B66A16DFCF24C549AD1E5A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; - }; - 7844B6E245B35E14931159B36F6F02B8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; - }; - 79D41657C10697CBDA1C6E4EB95B28D5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 7AF6DDBE3D0327B68646D882CDC9490D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 7B8EC69F142814B304F02334C54A5C2E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; - }; - 7C2DCBE4C835D92B0CBBC26773D824B5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; - }; - 7C4457763177E26406682782373FACC2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 7DC804CD7C566199AC5A49A44E303BBE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 7FB534F003BED0FEA5160CC600906ED5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - 807920661663AC4CB04559D181656F4F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 818193F5FADBFA60537DEDB65A3F6116 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; - remoteInfo = "React-graphics"; - }; - 81F47076C7CA71AD68975DA92ACC40B8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 82915EEA2A62BEAFD40ECDFAF1AA7E0C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - 82C5727733E20B23865750C5FA3BFCA1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; - remoteInfo = "React-graphics"; - }; - 83A12BA084AE8645B3F3EDAECAE15F62 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; - }; - 84CC6844F030BA142CEBFC0B55E58E24 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; - }; - 84EF70A3654C8E53B5561689A25BCD29 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 860AE9ADDB6EC7CB9D0D6E3054710F97 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; - }; - 866536515823E13C09A2B871A4E83F09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 091003D98BDA80B01B9E35CADE3947F0; - remoteInfo = "React-Mapbuffer"; - }; - 86765A5DF0285BA3171D566F8E7FABA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 8756C30AB8CE07EFB411A69FBFADB672 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - 87A472242CF32AB2B87EF12A72367700 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; - remoteInfo = "React-graphics"; - }; - 8964122BC5AE5A863F636F40F227896A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 8AC9373122D3CC0EC0DA8B4D22712142 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; - remoteInfo = boost; - }; - 8B110CF67203DA256693BBC3B3163967 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; - }; - 8B61B58156DC843B434817F9847B2CF6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; - }; - 8D20B0178EFAA2F7822775205C4405E9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - 8D9DD59B17D9A632437D67114895056A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; - }; - 8E781FD551B86A8A1EF4DEFFE829265F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 8FB85964FE491D7434BCCE3F6EC0E3A6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - 8FFB8F7CEC66A0AAC1450C66AB0EC035 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 90AAE66F760810E50F8475B3DE79D8FB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 718331030FAA6D88E74D4B2240BB4AC8; - remoteInfo = "React-jsitracing"; - }; - 9154DD9622D873F98A46D25EF56E9F59 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - 921A23FBEF32518C496344120AA3581D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 27F648AD269E94404D6A7547C4F9C683; - remoteInfo = "React-jserrorhandler"; - }; - 926ED1C58D3FCB4652A56C4B01779DD5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; - }; - 956FDBFDA97667C8653484EEDF3F5DBC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; - }; - 95897FD36ED3ACA7B485B0367C645946 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 960C6E029F319E79DA74C682D6CD28AF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 96AD490E9AF1374D66E4ADC848E42447 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; - remoteInfo = "React-ImageManager"; - }; - 9721146D8B08A1243DB7341BC0B22914 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; - }; - 972F377D1C20C48DD6C0511BF11AF782 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; - remoteInfo = "React-featureflags"; - }; - 979F2191DDF7CA1E7602A627B7048969 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 9853CB7566B8AB37D6C762C7C54B09EE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; - }; - 98BCED6189861D15EE3E72E44CF86D54 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 98DE4BE2FD8E0517716715E66260FC4D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; - 9904ADB3C8B7C1CD29577C8BE40B57C4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; - remoteInfo = "React-runtimeexecutor"; - }; - 99797D45E3524A789480172A7B4FC2B0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 99AFA9669A6CC4B22A52238AAD435F35 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 9B4F063A45506DE665A484A1602185CD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; - remoteInfo = "React-nativeconfig"; - }; - 9C9D97419E17331B330F004E5A440A05 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; - }; - 9D9431BA0CEE0C9470CD1FADC5B53FEF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; - }; - 9D9D44734593A37554C3D888549F241A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; - remoteInfo = "React-logger"; - }; - 9E03C0A29743604FF07FC9FF61CAC773 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; - }; - 9EA96FF9804B497E71BF459ADBA7AE66 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; - }; - 9EDF7BF913B3AFC8D505E2B27A5EF418 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - 9F4F45991669C60D9ED77791AA64B66E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - A0464DAA92E99D7EF18A975691D0E69B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - A04C01D0718E7DBB6DF6E2AE78770AE5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - A0D43C4296BABCCB34B48FCB7802C12A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 91D38B18A4E42B1622B83F450706C2F5; - remoteInfo = "React-RuntimeApple"; - }; - A178A47F0FCD4F533A3A8E2DD061135B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; - }; - A1837E612E7D874A8F60C67E9C842505 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - A1F56FB10F59EA4655BCF56F6BF19635 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - A25283637C0F0B8F6D58DD1477EFFC73 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - A2C80A53F283AE4DD69B99A12F498E06 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; - remoteInfo = "React-perflogger"; - }; - A2E434C30E3D8D3E46A9751B6AB8B7E8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; - remoteInfo = "React-graphics"; - }; - A303F7F405BE0B19BC47C2F44B003ADE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; - }; - A3146FA94B1FFF4CF99DBC8AC9F892C1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; - }; - A3569F7813443094E87D6FDD1A3AE70F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; - }; - A3B8AFB9516F974B28453D3C7268DB53 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - A49399482840A98D345DC2F3E1D4B40C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - A50EAA57CF3DB32D9B834CA8B9416A51 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; - }; - A5439A545263F43FD9BA2DBAB2E503A6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - A7C6963130A2E762DD696396BACE31A8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - A7EC1A67EEAEFC80304CF379CFC4F333 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 718331030FAA6D88E74D4B2240BB4AC8; - remoteInfo = "React-jsitracing"; - }; - A82850CF132C5707DF5622BC8CE0C298 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - A88B944BAC54530A52C4AC3D89B9F14E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - AA6071FCB39FCDC34B8D231E86EB6A7F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; remoteInfo = "React-Fabric"; }; - AAFBE818E44C910D2F65159233A362DC /* PBXContainerItemProxy */ = { + 46EB2E00019000 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; + remoteGlobalIDString = 5A82D8EF2B70588C11106073DC0D6D32; + remoteInfo = "React-FabricComponents"; }; - AB83F2A4D425FDBFDC120B62A12AF63C /* PBXContainerItemProxy */ = { + 46EB2E00019020 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; - }; - AB9449AA8E664EE9D5E6CFDF58B2D3F4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091; - remoteInfo = SocketRocket; - }; - AC3AE81941F5E698AD3695DA91BF22AB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - AC72422E518AEF4F25CBFF7B6654B911 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; - }; - ACBA77CCC782F423039E241F9D375787 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - AD86CEA4FBC5B4D2EDA2985FA3B00FBA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; - }; - ADA35D4E28C0F019859FAE789A55B01C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - ADA728504FEF8EC2655B42EFB05E1361 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; - remoteInfo = "React-featureflags"; - }; - AFA8F41E7F145D3AF0F532CD30E92232 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - AFF730E8CDB0D0F8C27AD6710EA688DB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - B018CF48C5530D670D5D52B1FC782968 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - B09C27E0CBFBA83F4E58E69790F6C5DC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - B17711E9ADD764951C1812241166F383 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - B1D24F8E09B1280F0D2B98917DE91461 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; - }; - B3EBE51C474B2EAE4CFBF7A0FA04EDBC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; - remoteInfo = "React-runtimescheduler"; - }; - B46AFB9A85B2767311295742E776EF22 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - B4E9F5948CDB997D1B431B955DFE083F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - B511362E3E2313A5D9E429F1F35697B8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; - remoteInfo = "React-featureflags"; - }; - B5495C32ABF4E4BCE6F7698BF1732859 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; - }; - B5A32042F8A9014B0B25612A38BCE271 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - B61FFEF1E4C35F8698766BDA208EC97F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; - }; - B6F168E7A0C989EAA55349AFEBC26261 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - B73AEC88E3A18313B15E68D6F7D60310 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; - }; - B74947BA7BC7C903F01124A1D35A2FFE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - B7A68C5C15995F4E09AE6E0460F1AC6B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; - remoteInfo = "React-nativeconfig"; - }; - B825B3A18BE59E9E4169FC9FD659E7DD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; - }; - B85DED29C91418803BF49CB5D2F59612 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - B8DA42A08AFE5239DD3CEDBBE573A51B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; remoteGlobalIDString = A5E93F38E96B3A37575BEC88AD69AE85; remoteInfo = "React-FabricImage"; }; - B8E36519A4470F8B5170495052E8DB3F /* PBXContainerItemProxy */ = { + 46EB2E00019040 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; - }; - B900E268983CBCFA28983D1128576E92 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B41E34C6B259B9994C513BE178912491; - remoteInfo = "React-rncore"; - }; - B9DBA5A573BB5E839AE191405F4737E3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; - }; - BA46531D8C3B00BD50AC74A6060D390E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - BB13C2B4698926CE1BEAB91CB3239695 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 27F648AD269E94404D6A7547C4F9C683; - remoteInfo = "React-jserrorhandler"; - }; - BB8FCFC86315E6686FA1ACF440C11C12 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - BC0A23BD7CA3DCA66CF0781E2000BBC1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - BCCFA9C7BE1DE366DBA8A882FCBAB161 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - BD90E697BCBD7B096B6F43B59FF101B9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; - }; - BE25DEBA157BE9614C81C85D2C567929 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - BF56660415600B706DF323FA41DC869E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; - }; - BFAB5DB971A1C32B1DDB67510D36E407 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - C0021F43759B59B5549347D7D2A3D66F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - C091BA5B93F812734F8B9EA01696AC13 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; - }; - C125507990A16341DDAC3CE196FD23AB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - C1B86755C1A96941CA4D063436102EAF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - C1C1054E9B24BFE7DF66B90479BDEC74 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; - }; - C24C6D22DCCE8D79B20E3FD7A3AC927C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - C307EF005F627FD39178D841CD60938C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - C308DF61BA0AC4DC6EA00955730E2C68 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - C44491C961DDCC33308995816DCBED17 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - C4E86885CF105C3B6C552EAD504AE604 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C7F600C052808C7C987C26EC74B3A290; - remoteInfo = "React-RuntimeCore"; - }; - C7C5F735A0FEEEC0317AF1AEE439FB8F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; - remoteInfo = "React-Fabric"; - }; - CA3D8BC21E1488F9596D8F9F2B4C867E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - CCDE32C48446736FB08AE4A2BF55EE60 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - CCFF690464395680EB274F6ED95762F8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; - }; - CDEC2F24ED6DBAB843A7083EAED329BB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - CDFDF79FA1EF67E81F5C223E496493C3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; - remoteInfo = "React-perflogger"; - }; - CE014070049C4B19F4C3E96C8C4AF8CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - CF2CBFCE16BF2133BE5DC76A2430FE57 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - CFE09F2FB6231404AF72E95CA12F5091 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; - }; - D00D79A542508EB74169D0CF1315C000 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - D01FCABDD4A73DFBBF5ABA0347775124 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; - remoteInfo = "React-logger"; - }; - D02E3E3BF15CF2D2D18E9DAC676BEFEE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - D072F2DE21734FF4735A732344410AA7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; - remoteInfo = "React-runtimeexecutor"; - }; - D0FB78441AB5C403A0F4C488F16A0FC1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; - }; - D174778FD6D9E12D9994A229D40F16D2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; - }; - D18F7CC2439D72DFFD8B15D2FD5E9BA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - D1B761C7165CCDE5C9DA2B9B994D8EE9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; - }; - D1C5F4DDF0042C34470FFC6AA37765D3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; - }; - D235964E4A41CE715572153252020F13 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - D274FFEE6D5C20B03709E9F0EBEECE30 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - D2917CF8E360D1C5056C7C88BA8BA6A9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0EF07AE1AD53436E8D2B9B0086EA0163; - remoteInfo = "React-RuntimeHermes"; - }; - D330B67FAD52319CA4E58ED0541EB8BC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - D36AFECF2A5451ACDE2D343998C4C97B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C2B1B75CCC326124F29FE703CC59BFB7; - remoteInfo = "React-RCTAppDelegate"; - }; - D37831273CB3F789ED9E73CD3FFE51BD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - D48AA1B6F3AF79D5C172B1A4F3973FD8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; - remoteInfo = "React-logger"; - }; - D49DDE981D12588C5EAFDF9CD332FDF5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - D6214C93432FBAB4C9E388128D43902F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - D68361A980B1409E47082E86C4CD67D4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - D6BCC6AB532D7F5D30B57C1ECA28D2CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; - remoteInfo = "React-featureflags"; - }; - D7439B9B9393BFB9365CA7DE1CDC0916 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - D889CDDA09EA8ABD3D2FAF1882EC2AE2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; - remoteInfo = "React-featureflags"; - }; - D89CF3BE5110B196AD030170A69CC1F0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - D94542C38193020FE87C02AE9DB487FD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - D95F3AB6FAC8FCA3D596A708BD0F5F14 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - D961691FEC0EE996D2C3C957B047EEB1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; - }; - DA617CCF7241A3487F15277BF9F07CBB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - DB190D0779ECF9ED3C2FF65872B77E11 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - DBF6DA73158E69085153EF193A435DEC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - DC9A5EB77FB545559FAECC759F47E20B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - DE1D23196C7F06D6A4C3EB32557B951A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; - }; - DE26D1449901829EA8AFD59CEA5BC9B1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - DE3ED9CA0FC243FEA2EFB969678538C7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - DE858E042CF5D576C94F886E23D60C75 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; - }; - DF5FA648B8F8FC056D987522055C69BF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; - remoteInfo = "React-graphics"; - }; - E0B7EFD2205802CA952E1BBD647350EE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; - }; - E0FB1E973013EA706BF0C28A87313253 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - E0FB5A7204A0A178518D919B22F156DA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - E126D3B0137C63E605EE50582F85DAD3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; - E143FBDBFA1941106F58B0CE4745BE78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - E3828E397E21485F24D320570E6CA8DC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - E54B0A890F2AC053138DA3E8F034B53C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 27F648AD269E94404D6A7547C4F9C683; - remoteInfo = "React-jserrorhandler"; - }; - E5C971129089C34327D9DD260B1A7343 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; - }; - E63E4FB7C5CA2F88C345BDE4ED1386B5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; - remoteInfo = boost; - }; - E68A8EB374231E1C641E33253CD38D57 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0EF07AE1AD53436E8D2B9B0086EA0163; - remoteInfo = "React-RuntimeHermes"; - }; - E68AD771392AB08F138E8DF9B2B09409 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; - remoteInfo = "React-runtimeexecutor"; - }; - E856F62F076B551A78D37BC89C5D2E5B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - E8865B67661DA99D06627F042AEBD683 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - E88BE3D228ED179869CA3DB59B59B353 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; - }; - E89D847C2022FF56E8744F164E449EC6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - E93CE0DE996537CF71D738B58656BC87 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - E944DDCE49B6AD1E14B550D1665BF4B1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - EAF5E8E2FD1A8FDC30FE27BCB69BED86 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - EB59C33A503903F6FE67A90BE92C767F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; - remoteInfo = "React-NativeModulesApple"; - }; - EC12339CCBDD4D59DB657B48442BCAD8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 091003D98BDA80B01B9E35CADE3947F0; - remoteInfo = "React-Mapbuffer"; - }; - EC686E787FC81AE99FC952B2D5AC9CD5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5211B5AB7B81060AA8E78614DD75D3AB; - remoteInfo = RCTDeprecation; - }; - EC6EB595A7C7EBFFD2C65EA916E478DC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - ED65696CD4E3B0AFD766D97D01FED896 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; - }; - EDE87974C3CF27C9DF3C4F3E2399D1FD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - EE16974AAFE96EC9BB0C33203EF66C97 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - EE3B9C63A6FF10963F0A3D83AAD564CD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - EEEA83EEDBE5D815DBC98DE20FD6BE15 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; - remoteInfo = "React-runtimescheduler"; - }; - EFE2E27A3151E67B5AFA10D6E5E0B470 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; - remoteInfo = fmt; - }; - F0F2D3B6117495C56E2109A15E1D59F1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - F1E2500C040C03F222D9FE4B80715F49 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - F24C88E371CD12C2BF24C1D4D3835980 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; - remoteInfo = "React-perflogger"; - }; - F33FF358FCF0BC4FE5E7D0F4E0BE6D03 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - F3DF8E1A68023719ED38CEB073937AC2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; - remoteInfo = "React-perflogger"; - }; - F552158249B9F761BE61ABA8E69B71F6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - F5DC0BA4F8036D85DF4FFD98B2776242 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; - remoteInfo = "React-RCTFabric"; - }; - F6354FACD4ED7331AEB16DE20A219BF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A5E93F38E96B3A37575BEC88AD69AE85; - remoteInfo = "React-FabricImage"; - }; - F641EEC4DE165CDBC7D79D13BC03D508 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - F67636039E2A41EBF7B8372ADF965213 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - F695D83629701D4EDA36879C3F68D349 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; - }; - F6C49C9E237E1F2CDA44A8793DCD2A99 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; remoteInfo = "React-ImageManager"; }; - F6F9ABA374985261B2D2748CB914B3BA /* PBXContainerItemProxy */ = { + 46EB2E00019060 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; + remoteGlobalIDString = 091003D98BDA80B01B9E35CADE3947F0; + remoteInfo = "React-Mapbuffer"; }; - F72C4A52F78B2EBFC84B50290E751D45 /* PBXContainerItemProxy */ = { + 46EB2E00019080 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0DD0961119C95E188122B13F3BF4380; - remoteInfo = "React-Core-RCTI18nStrings"; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; }; - F7DE4B8BE3CDC120B33E62ED8BD3517E /* PBXContainerItemProxy */ = { + 46EB2E000190A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; }; - F809E5F55B5B7A44C608E5B9F36CC34F /* PBXContainerItemProxy */ = { + 46EB2E000190C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - F8E0D2451601681F0F70B5984C098A51 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; - remoteInfo = "React-rendererdebug"; - }; - F9009BFE5036BD23B189DD6FA0E0E2B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - F978839C122AD32FB11F9FAD74637D26 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - F98361AD4A9F780A6BEE6F2F5EBE0525 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - F9916224728F45D89DA92CD2FBCBAE53 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 66B8F5758E6F90E16807A85C003CE61F; - remoteInfo = "React-Codegen"; - }; - FA0D11BBA86960E76A51B497A1DC007F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - FA4848CEB3F67560E6CF653C60AE7698 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; - remoteInfo = "hermes-engine"; - }; - FAF7A6F7AF122E28D302048A9E6D4E6D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; - remoteInfo = "React-utils"; - }; - FB06EF4943DF08C654B087199C08F922 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - FB874FC8A3EF4E100D59CBB738C0376E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; - remoteInfo = "React-debug"; - }; - FC0DB19ABBEB424A378AA363541FC476 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - FE7B336E3935A43C010594600992D50D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - FEB57D0395759E3262B192A60554E74E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; - remoteInfo = "RCT-Folly"; - }; - FF02174B4222824E2E70A72955E0FCC8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; remoteInfo = "React-RCTAnimation"; }; - FF0A3370EC036AD44C021E17D4529877 /* PBXContainerItemProxy */ = { + 46EB2E000190E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C2B1B75CCC326124F29FE703CC59BFB7; + remoteInfo = "React-RCTAppDelegate"; + }; + 46EB2E00019100 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + 46EB2E00019120 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; + remoteInfo = "React-RCTFabric"; + }; + 46EB2E00019140 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 46EB2E00019160 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + 46EB2E00019180 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + 46EB2E000191A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; + }; + 46EB2E000191C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; + 46EB2E000191E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; + }; + 46EB2E00019200 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91D38B18A4E42B1622B83F450706C2F5; + remoteInfo = "React-RuntimeApple"; + }; + 46EB2E00019220 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C7F600C052808C7C987C26EC74B3A290; + remoteInfo = "React-RuntimeCore"; + }; + 46EB2E00019240 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0EF07AE1AD53436E8D2B9B0086EA0163; + remoteInfo = "React-RuntimeHermes"; + }; + 46EB2E00019260 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + 46EB2E00019280 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 46EB2E000192A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E000192C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 78233AC74A2157BF11DB49007B4D8AB9; + remoteInfo = "React-defaultsnativemodule"; + }; + 46EB2E000192E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2ACDD3431C61DFC9B29FFF4759C410F1; + remoteInfo = "React-domnativemodule"; + }; + 46EB2E00019300 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E00019320 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90E9B21807636D8AD57AF521B7B6804D; + remoteInfo = "React-featureflagsnativemodule"; + }; + 46EB2E00019340 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; + }; + 46EB2E00019360 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; + remoteInfo = "React-hermes"; + }; + 46EB2E00019380 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1925B2CA820D27AB7F1A2B7094CCE7A8; + remoteInfo = "React-idlecallbacksnativemodule"; + }; + 46EB2E000193A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 27F648AD269E94404D6A7547C4F9C683; + remoteInfo = "React-jserrorhandler"; + }; + 46EB2E000193C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E000193E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + 46EB2E00019400 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 46EB2E00019420 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 718331030FAA6D88E74D4B2240BB4AC8; + remoteInfo = "React-jsitracing"; + }; + 46EB2E00019440 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; + remoteInfo = "React-logger"; + }; + 46EB2E00019460 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 84B49F96DAE73A9B197F6BB9A2BBA18F; + remoteInfo = "React-microtasksnativemodule"; + }; + 46EB2E00019480 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; + remoteInfo = "React-nativeconfig"; + }; + 46EB2E000194A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; + remoteInfo = "React-perflogger"; + }; + 46EB2E000194C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DAFE14075070BE107E29502EB86AD770; + remoteInfo = "React-performancetimeline"; + }; + 46EB2E000194E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 15C7893ABA2A4C9B1E8D2570FF37625E; + remoteInfo = "React-rendererconsistency"; + }; + 46EB2E00019500 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + 46EB2E00019520 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B41E34C6B259B9994C513BE178912491; + remoteInfo = "React-rncore"; + }; + 46EB2E00019540 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; + }; + 46EB2E00019560 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; + }; + 46EB2E00019580 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D22F10E51610C1C53DAAF1697F2C76A9; + remoteInfo = "React-timing"; + }; + 46EB2E000195A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E000195C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E000195E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E00019600 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091; + remoteInfo = SocketRocket; + }; + 46EB2E00019620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 46EB2E00019640 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; + remoteInfo = boost; + }; + 46EB2E00019660 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + 46EB2E00019680 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E000196A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; remoteInfo = "hermes-engine"; }; - FF741E57345B3016004631C88197EFC4 /* PBXContainerItemProxy */ = { + 46EB2E000196C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 331AFAADB024F73370A9DC6FBD7A5A22; + remoteInfo = "RCT-Folly-RCT-Folly_privacy"; + }; + 46EB2E000196E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; + remoteInfo = boost; + }; + 46EB2E00019700 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E00019720 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E00019740 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + 46EB2E00019760 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; + 46EB2E00019780 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 46EB2E000197A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; proxyType = 1; remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + 46EB2E000197C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E000197E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; + }; + 46EB2E00019800 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; + }; + 46EB2E00019820 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + 46EB2E00019840 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 46EB2E00019860 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + 46EB2E00019880 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + 46EB2E000198A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; + }; + 46EB2E000198C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; + 46EB2E000198E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; + }; + 46EB2E00019900 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01AC85171CD34CE333A282F86AF23574; + remoteInfo = "React-Core-React-Core_privacy"; + }; + 46EB2E00019920 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E00019940 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 46EB2E00019960 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; + remoteInfo = "React-perflogger"; + }; + 46EB2E00019980 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E000199A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + 46EB2E000199C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E000199E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E00019A00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091; + remoteInfo = SocketRocket; + }; + 46EB2E00019A20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; + }; + 46EB2E00019A40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 46EB2E00019A60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E00019A80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 46EB2E00019AA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5211B5AB7B81060AA8E78614DD75D3AB; + remoteInfo = RCTDeprecation; + }; + 46EB2E00019AC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; + remoteInfo = "React-hermes"; + }; + 46EB2E00019AE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E00019B00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E00019B20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + 46EB2E00019B40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E00019B60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E00019B80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E00019BA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 46EB2E00019BC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E00019BE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + 46EB2E00019C00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1948D0B63D2CF6A48E18B0B292BC6091; + remoteInfo = SocketRocket; + }; + 46EB2E00019C20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 46EB2E00019C40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E00019C60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E00019C80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E00019CA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E00019CC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + 46EB2E00019CE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 46EB2E00019D00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E00019D20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E00019D40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E00019D60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; + remoteInfo = "React-logger"; + }; + 46EB2E00019D80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E00019DA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E00019DC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + 46EB2E00019DE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E00019E00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E00019E20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E00019E40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E00019E60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; + }; + 46EB2E00019E80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 46EB2E00019EA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + 46EB2E00019EC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; + }; + 46EB2E00019EE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E00019F00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 46EB2E00019F20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DAFE14075070BE107E29502EB86AD770; + remoteInfo = "React-performancetimeline"; + }; + 46EB2E00019F40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 15C7893ABA2A4C9B1E8D2570FF37625E; + remoteInfo = "React-rendererconsistency"; + }; + 46EB2E00019F60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E00019F80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + 46EB2E00019FA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 46EB2E00019FC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E00019FE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001A000 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001A020 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; + remoteInfo = "React-logger"; + }; + 46EB2E0001A040 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001A060 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001A080 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + 46EB2E0001A0A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001A0C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001A0E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E0001A100 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001A120 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; + }; + 46EB2E0001A140 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 46EB2E0001A160 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 46EB2E0001A180 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + 46EB2E0001A1A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; + }; + 46EB2E0001A1C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; + }; + 46EB2E0001A1E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E0001A200 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001A220 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001A240 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + 46EB2E0001A260 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 46EB2E0001A280 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E0001A2A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001A2C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; + remoteInfo = "React-logger"; + }; + 46EB2E0001A2E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001A300 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001A320 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + 46EB2E0001A340 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; + remoteInfo = "React-ImageManager"; + }; + 46EB2E0001A360 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001A380 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 46EB2E0001A3A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001A3C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; + }; + 46EB2E0001A3E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; + }; + 46EB2E0001A400 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + 46EB2E0001A420 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001A440 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001A460 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001A480 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001A4A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; + }; + 46EB2E0001A4C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; + }; + 46EB2E0001A4E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001A500 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001A520 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + 46EB2E0001A540 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001A560 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001A580 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001A5A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001A5C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + 46EB2E0001A5E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001A600 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 46EB2E0001A620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001A640 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; + }; + 46EB2E0001A660 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 46EB2E0001A680 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001A6A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001A6C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001A6E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E0001A700 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001A720 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001A740 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E0001A760 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001A780 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001A7A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001A7C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001A7E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 46EB2E0001A800 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E0001A820 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + 46EB2E0001A840 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 46EB2E0001A860 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; + }; + 46EB2E0001A880 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; + remoteInfo = "React-nativeconfig"; + }; + 46EB2E0001A8A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E0001A8C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 78233AC74A2157BF11DB49007B4D8AB9; + remoteInfo = "React-defaultsnativemodule"; + }; + 46EB2E0001A8E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001A900 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001A920 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; + }; + 46EB2E0001A940 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; + remoteInfo = "React-RCTFabric"; + }; + 46EB2E0001A960 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C7F600C052808C7C987C26EC74B3A290; + remoteInfo = "React-RuntimeCore"; + }; + 46EB2E0001A980 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91D38B18A4E42B1622B83F450706C2F5; + remoteInfo = "React-RuntimeApple"; + }; + 46EB2E0001A9A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; + }; + 46EB2E0001A9C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; + }; + 46EB2E0001A9E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001AA00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001AA20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + 46EB2E0001AA40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E0001AA60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; + remoteInfo = "React-hermes"; + }; + 46EB2E0001AA80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0EF07AE1AD53436E8D2B9B0086EA0163; + remoteInfo = "React-RuntimeHermes"; + }; + 46EB2E0001AAA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001AAC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + 46EB2E0001AAE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001AB00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001AB20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001AB40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + 46EB2E0001AB60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E0001AB80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001ABA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 46EB2E0001ABC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001ABE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001AC00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001AC20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 46EB2E0001AC40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001AC60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001AC80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 46EB2E0001ACA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; + 46EB2E0001ACC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001ACE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A5E93F38E96B3A37575BEC88AD69AE85; + remoteInfo = "React-FabricImage"; + }; + 46EB2E0001AD00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; + }; + 46EB2E0001AD20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5A82D8EF2B70588C11106073DC0D6D32; + remoteInfo = "React-FabricComponents"; + }; + 46EB2E0001AD40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; + remoteInfo = "React-nativeconfig"; + }; + 46EB2E0001AD60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; + }; + 46EB2E0001AD80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; + remoteInfo = "React-ImageManager"; + }; + 46EB2E0001ADA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E0001ADC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001ADE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001AE00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DAFE14075070BE107E29502EB86AD770; + remoteInfo = "React-performancetimeline"; + }; + 46EB2E0001AE20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + 46EB2E0001AE40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 15C7893ABA2A4C9B1E8D2570FF37625E; + remoteInfo = "React-rendererconsistency"; + }; + 46EB2E0001AE60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; + }; + 46EB2E0001AE80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 46EB2E0001AEA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001AEC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001AEE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E0001AF00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001AF20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001AF40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + 46EB2E0001AF60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E0001AF80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001AFA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001AFC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001AFE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001B000 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001B020 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E0001B040 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001B060 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001B080 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E0001B0A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001B0C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001B0E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E0001B100 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001B120 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001B140 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001B160 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E0001B180 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001B1A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001B1C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E0001B1E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001B200 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001B220 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 46EB2E0001B240 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001B260 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001B280 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001B2A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001B2C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E0001B2E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001B300 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001B320 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001B340 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + 46EB2E0001B360 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 46EB2E0001B380 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + 46EB2E0001B3A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; + }; + 46EB2E0001B3C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; + }; + 46EB2E0001B3E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001B400 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001B420 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001B440 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; + }; + 46EB2E0001B460 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001B480 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; + remoteInfo = "React-RCTFabric"; + }; + 46EB2E0001B4A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C7F600C052808C7C987C26EC74B3A290; + remoteInfo = "React-RuntimeCore"; + }; + 46EB2E0001B4C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 091003D98BDA80B01B9E35CADE3947F0; + remoteInfo = "React-Mapbuffer"; + }; + 46EB2E0001B4E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 27F648AD269E94404D6A7547C4F9C683; + remoteInfo = "React-jserrorhandler"; + }; + 46EB2E0001B500 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 46EB2E0001B520 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001B540 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0EF07AE1AD53436E8D2B9B0086EA0163; + remoteInfo = "React-RuntimeHermes"; + }; + 46EB2E0001B560 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001B580 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + 46EB2E0001B5A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 46EB2E0001B5C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; + }; + 46EB2E0001B5E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001B600 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001B620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 27F648AD269E94404D6A7547C4F9C683; + remoteInfo = "React-jserrorhandler"; + }; + 46EB2E0001B640 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DAFE14075070BE107E29502EB86AD770; + remoteInfo = "React-performancetimeline"; + }; + 46EB2E0001B660 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; + }; + 46EB2E0001B680 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001B6A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E0001B6C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001B6E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 46EB2E0001B700 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001B720 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B69D68A280EC3E60655BD2C715ACB004; + remoteInfo = "React-nativeconfig"; + }; + 46EB2E0001B740 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 718331030FAA6D88E74D4B2240BB4AC8; + remoteInfo = "React-jsitracing"; + }; + 46EB2E0001B760 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001B780 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001B7A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C7F600C052808C7C987C26EC74B3A290; + remoteInfo = "React-RuntimeCore"; + }; + 46EB2E0001B7C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E0001B7E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 46EB2E0001B800 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 20F066A71CEA5EECC7463413442F2B77; + remoteInfo = "React-hermes"; + }; + 46EB2E0001B820 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001B840 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 06B0CBCF02BDD3DC07AB5FEBFCD7AB57; + remoteInfo = "React-cxxreact-React-cxxreact_privacy"; + }; + 46EB2E0001B860 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; + remoteInfo = boost; + }; + 46EB2E0001B880 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001B8A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + 46EB2E0001B8C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001B8E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001B900 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 46EB2E0001B920 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + 46EB2E0001B940 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; + }; + 46EB2E0001B960 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; + remoteInfo = "React-perflogger"; + }; + 46EB2E0001B980 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001B9A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; + remoteInfo = "React-logger"; + }; + 46EB2E0001B9C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001B9E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D22F10E51610C1C53DAAF1697F2C76A9; + remoteInfo = "React-timing"; + }; + 46EB2E0001BA00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001BA20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001BA40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001BA60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001BA80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; + remoteInfo = "React-RCTFabric"; + }; + 46EB2E0001BAA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E0001BAC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 46EB2E0001BAE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E0001BB00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001BB20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001BB40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 46EB2E0001BB60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; + }; + 46EB2E0001BB80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; + }; + 46EB2E0001BBA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001BBC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E0001BBE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001BC00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; + remoteInfo = "React-ImageManager"; + }; + 46EB2E0001BC20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + 46EB2E0001BC40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001BC60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001BC80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2ACDD3431C61DFC9B29FFF4759C410F1; + remoteInfo = "React-domnativemodule"; + }; + 46EB2E0001BCA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90E9B21807636D8AD57AF521B7B6804D; + remoteInfo = "React-featureflagsnativemodule"; + }; + 46EB2E0001BCC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 84B49F96DAE73A9B197F6BB9A2BBA18F; + remoteInfo = "React-microtasksnativemodule"; + }; + 46EB2E0001BCE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1925B2CA820D27AB7F1A2B7094CCE7A8; + remoteInfo = "React-idlecallbacksnativemodule"; + }; + 46EB2E0001BD00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001BD20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001BD40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001BD60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; + remoteInfo = "React-RCTFabric"; + }; + 46EB2E0001BD80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E0001BDA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 46EB2E0001BDC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E0001BDE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001BE00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001BE20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 46EB2E0001BE40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; + }; + 46EB2E0001BE60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; + }; + 46EB2E0001BE80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001BEA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E0001BEC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001BEE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; + remoteInfo = "React-ImageManager"; + }; + 46EB2E0001BF00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + 46EB2E0001BF20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001BF40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001BF60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5A82D8EF2B70588C11106073DC0D6D32; + remoteInfo = "React-FabricComponents"; + }; + 46EB2E0001BF80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001BFA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001BFC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001BFE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; + remoteInfo = "React-RCTFabric"; + }; + 46EB2E0001C000 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E0001C020 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 46EB2E0001C040 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E0001C060 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001C080 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001C0A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 46EB2E0001C0C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; + }; + 46EB2E0001C0E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; + }; + 46EB2E0001C100 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001C120 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E0001C140 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001C160 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; + remoteInfo = "React-ImageManager"; + }; + 46EB2E0001C180 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + 46EB2E0001C1A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001C1C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001C1E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001C200 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001C220 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001C240 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + 46EB2E0001C260 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001C280 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001C2A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + 46EB2E0001C2C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 46EB2E0001C2E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + 46EB2E0001C300 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 46EB2E0001C320 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; + remoteInfo = "React-perflogger"; + }; + 46EB2E0001C340 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001C360 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001C380 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + 46EB2E0001C3A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001C3C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001C3E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001C400 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; + }; + 46EB2E0001C420 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001C440 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001C460 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001C480 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; + remoteInfo = "React-RCTFabric"; + }; + 46EB2E0001C4A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E0001C4C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 46EB2E0001C4E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E0001C500 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001C520 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001C540 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 46EB2E0001C560 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; + }; + 46EB2E0001C580 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; + }; + 46EB2E0001C5A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001C5C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E0001C5E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001C600 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; + remoteInfo = "React-ImageManager"; + }; + 46EB2E0001C620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + 46EB2E0001C640 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001C660 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001C680 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 52C3F83DB80E5D527EDA54FA1DE5470A; + remoteInfo = "React-runtimescheduler"; + }; + 46EB2E0001C6A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001C6C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001C6E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 46EB2E0001C700 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001C720 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001C740 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001C760 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EFEA55B1B776B6EB4B16F363BFE64D1A; + remoteInfo = boost; + }; + 46EB2E0001C780 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001C7A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + 46EB2E0001C7C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001C7E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001C800 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001C820 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 46EB2E0001C840 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001C860 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; + remoteInfo = "React-perflogger"; + }; + 46EB2E0001C880 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001C8A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001C8C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + 46EB2E0001C8E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001C900 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 46EB2E0001C920 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001C940 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001C960 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001C980 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E0001C9A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001C9C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; + }; + 46EB2E0001C9E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001CA00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; + remoteInfo = "React-perflogger"; + }; + 46EB2E0001CA20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001CA40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001CA60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001CA80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001CAA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001CAC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001CAE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8DED5282246ABFC24F4460D3066C84A0; + remoteInfo = "React-RCTFabric"; + }; + 46EB2E0001CB00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 33FDC069B066C953DC9E83A7107520BE; + remoteInfo = ReactCodegen; + }; + 46EB2E0001CB20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 46EB2E0001CB40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E0001CB60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001CB80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001CBA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 46EB2E0001CBC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; + }; + 46EB2E0001CBE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; + }; + 46EB2E0001CC00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001CC20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E0001CC40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001CC60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B5E1D7706FCB7EC5FF39F8CDA49A5653; + remoteInfo = "React-ImageManager"; + }; + 46EB2E0001CC80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + 46EB2E0001CCA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001CCC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001CCE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001CD00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001CD20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D22F10E51610C1C53DAAF1697F2C76A9; + remoteInfo = "React-timing"; + }; + 46EB2E0001CD40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 46EB2E0001CD60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001CD80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001CDA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001CDC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + 46EB2E0001CDE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001CE00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001CE20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 54EB12219122432FA744088BC5A680D2; + remoteInfo = "React-runtimeexecutor"; + }; + 46EB2E0001CE40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + 46EB2E0001CE60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 46EB2E0001CE80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + 46EB2E0001CEA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001CEC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E0001CEE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D22F10E51610C1C53DAAF1697F2C76A9; + remoteInfo = "React-timing"; + }; + 46EB2E0001CF00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001CF20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001CF40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001CF60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DAFE14075070BE107E29502EB86AD770; + remoteInfo = "React-performancetimeline"; + }; + 46EB2E0001CF80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 15C7893ABA2A4C9B1E8D2570FF37625E; + remoteInfo = "React-rendererconsistency"; + }; + 46EB2E0001CFA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001CFC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001CFE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001D000 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001D020 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001D040 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001D060 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001D080 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + 46EB2E0001D0A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001D0C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 46EB2E0001D0E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 46EB2E0001D100 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 46EB2E0001D120 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001D140 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 46EB2E0001D160 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5807741745EB757C97C09F2D56726BE0; + remoteInfo = "React-NativeModulesApple"; + }; + 46EB2E0001D180 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001D1A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001D1C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BDD270EACFE5730793AEF0B9BCCBA31; + remoteInfo = "React-graphics"; + }; + 46EB2E0001D1E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9F96BF8B7FC28F5CF47242D7A73B11DA; + remoteInfo = "React-rendererdebug"; + }; + 46EB2E0001D200 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50DBAF155FAFB994E067BA8820221EDF; + remoteInfo = "React-Fabric"; + }; + 46EB2E0001D220 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A5E93F38E96B3A37575BEC88AD69AE85; + remoteInfo = "React-FabricImage"; + }; + 46EB2E0001D240 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001D260 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001D280 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E0001D2A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001D2C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + 46EB2E0001D2E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F1E2583679398CB5F4D2B3272E9B198F; + remoteInfo = "React-perflogger"; + }; + 46EB2E0001D300 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 46EB2E0001D320 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 46EB2E0001D340 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC55D52694092A9D0E6A78EB01207EB5; + remoteInfo = "RCT-Folly"; + }; + 46EB2E0001D360 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 083B602EA19B4AD50EC53C0602F29A7D; + remoteInfo = "React-logger"; + }; + 46EB2E0001D380 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 46EB2E0001D3A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 02B79DFED924FA19CA90EC69614733E1; + remoteInfo = fmt; + }; + 46EB2E0001D3C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 46EB2E0001D3E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 985FEA01F314F3C00F0C1E1181E6C4A5; + remoteInfo = "hermes-engine"; + }; + 46EB2E0001D400 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0C050E11C4409D3BFAE9CC219C4D6195; + remoteInfo = "React-debug"; + }; + 46EB2E0001D420 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28CE447E6F9C5F0EECC0CDD607D06A24; + remoteInfo = "React-featureflags"; + }; + 46EB2E0001D440 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 30621D5A9764AC0BD9D02E87B2EA6665; + remoteInfo = "React-utils"; + }; + 46EB2E0001D460 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01B01C0FA0EE5B803ADA8C8412BDB42A; + remoteInfo = "boost-boost_privacy"; + }; + 46EB2E0001D480 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 46EB2E00000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9E6B7857CC223C0629E4C37E6386FC96; + remoteInfo = "glog-glog_privacy"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0016737BA0C1B82FBF04E68B7C44084B /* ValueFactoryEventPayload.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ValueFactoryEventPayload.cpp; path = react/renderer/core/ValueFactoryEventPayload.cpp; sourceTree = ""; }; - 009351DCBF6590D657895BBFF70FB640 /* YGNodeStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodeStyle.h; path = yoga/YGNodeStyle.h; sourceTree = ""; }; - 0097DE2C3A428C4DE4BCCFAA5CDAB966 /* ReactPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactPrimitives.h; path = react/renderer/core/ReactPrimitives.h; sourceTree = ""; }; - 00A22970BA931D4D5E31AD98D11E9EAC /* SRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRWebSocket.m; path = SocketRocket/SRWebSocket.m; sourceTree = ""; }; - 00E5344E17305F8B284CFF0E15BF576E /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; - 00EC836A732DBDEC1982AD7980303BCA /* RCTPullToRefreshViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPullToRefreshViewComponentView.mm; sourceTree = ""; }; - 0101C2B932AED7971A900220D55C0B86 /* Futex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Futex-inl.h"; path = "folly/detail/Futex-inl.h"; sourceTree = ""; }; - 0146BE1DD8D87E794B0CFD58725CC02C /* glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.debug.xcconfig; sourceTree = ""; }; - 01964EC56C0042788C25DB89D28A51C1 /* RCTDevMenu.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevMenu.mm; sourceTree = ""; }; - 01ABDCFE118BC2485A5C77D12BFE674A /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; - 01CE002EF81693091F5CF3B1596BA0A1 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; - 01D8914001CB96AC290E91D070066E36 /* ReactNativeFeatureFlags.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactNativeFeatureFlags.cpp; sourceTree = ""; }; - 02463290732C1B254556924C1F63C3E2 /* 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; }; - 02910B8A2E8D51DDF37062E9F8FCFDDE /* 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; }; - 02AB5D40CC6820F70D656AA73BEA1C64 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; - 02CD4D4DE9D670F9C4F87FA23F557644 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; - 02D0B163709A9C9A5BF2340A193414D7 /* PixelGrid.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = PixelGrid.cpp; sourceTree = ""; }; - 02E1E7FDCE905C0071E5B85EDEE735B7 /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/RWSpinLock.h; sourceTree = ""; }; - 02F47DED492300D8B42147756E4EC711 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jsi.h; path = jsi/jsi.h; sourceTree = ""; }; - 0315B104EF473EE8228B47539324FFE2 /* RCTImageResponseObserverProxy.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTImageResponseObserverProxy.mm; path = Fabric/RCTImageResponseObserverProxy.mm; sourceTree = ""; }; - 035C4CAE603317412DE18DE1D8300A94 /* stop_watch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stop_watch.h; path = folly/stop_watch.h; sourceTree = ""; }; - 036DE03C51CC678BD35C07B38954D6E1 /* React-jsitracing.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsitracing.release.xcconfig"; sourceTree = ""; }; - 036EB421B5324C4C8F2FEE1BF08B8194 /* Range.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Range.h; path = folly/Range.h; sourceTree = ""; }; - 038051F72CDFC0518CC29F7AF93D6286 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; - 03C08820B4F8B692940FAF14B621C83F /* MemoryMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryMapping.h; path = folly/system/MemoryMapping.h; sourceTree = ""; }; - 03CF21C311822D5D771F71C49E37A671 /* RCTModulesConformingToProtocolsProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModulesConformingToProtocolsProvider.mm; sourceTree = ""; }; - 03DD2E952B38DB572FBEB03219D73F65 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; - 03E93E8FA87192F1C0DD71F809D1E7F8 /* accessibilityPropsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = accessibilityPropsConversions.h; path = react/renderer/components/view/accessibilityPropsConversions.h; sourceTree = ""; }; - 0412316D9566DE58837829185BB67F5A /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; - 042FC1A1023629A0B77050ABDFD99334 /* BufferedRuntimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BufferedRuntimeExecutor.h; sourceTree = ""; }; - 0493D0B5844C1BA204E82AFEEECF7D78 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; - 04BD3C1FED31FEC981A73232609A894A /* EventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventEmitter.h; path = react/renderer/core/EventEmitter.h; sourceTree = ""; }; - 04D9EE49F5621B0B3728EB09C381DA69 /* RuntimeAgent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeAgent.cpp; sourceTree = ""; }; - 05342438C6DF8FE9819C0C58BFE14548 /* RawEvent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawEvent.cpp; path = react/renderer/core/RawEvent.cpp; sourceTree = ""; }; - 0585010DB2257C8B62F3B1BE51449BDA /* SocketRocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SocketRocket-dummy.m"; sourceTree = ""; }; - 05A00F15D7E55F0C8F53801974DECF75 /* ResourceBundle-RCTI18nStrings-React-Core-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-RCTI18nStrings-React-Core-Info.plist"; sourceTree = ""; }; - 05ACAAD30B25589C872011A98EEC0BC9 /* PlatformTimerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PlatformTimerRegistry.h; sourceTree = ""; }; - 05C027CF5D4DE1F44EB4C872DE86CFCB /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; - 05CAC01452155CC5956412107FDEDDAD /* Try.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Try.h; path = folly/Try.h; sourceTree = ""; }; - 05E54B4F15D6238BB154C2036B370287 /* React-ImageManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-ImageManager.debug.xcconfig"; sourceTree = ""; }; - 060AA9C70ACA4B3A5517C433E5546F11 /* ScrollViewState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewState.cpp; path = react/renderer/components/scrollview/ScrollViewState.cpp; sourceTree = ""; }; - 060DF290EB6A55713CE8C24E1DE151B1 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevMenu.h; path = React/CoreModules/RCTDevMenu.h; sourceTree = ""; }; - 063B13B706971CB4D3E721150BAB3406 /* RCTBridge+Inspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Inspector.h"; sourceTree = ""; }; - 065154CC62618580C40309B66033A65A /* AString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AString.h; path = react/bridging/AString.h; sourceTree = ""; }; - 066367DE103F744E9A009FA7A06E7F87 /* VirtualExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VirtualExecutor.h; path = folly/VirtualExecutor.h; sourceTree = ""; }; - 06720946205E6B7DEB1C4ACC4DF537C8 /* ImageShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageShadowNode.h; path = react/renderer/components/image/ImageShadowNode.h; sourceTree = ""; }; - 068DB205A59C74E3480D49B43B734439 /* protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = protocol.h; path = folly/functional/protocol.h; sourceTree = ""; }; - 069B53EC0754E6310C9AE2A4125B90CE /* RCTModalHostViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewComponentView.h; sourceTree = ""; }; - 069CE9C0063E7BCB364C1BEE5B0B6A1E /* RCTStyleAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTStyleAnimatedNode.mm; sourceTree = ""; }; - 06E1CD690AD205471B96A9DB6CED793A /* ExecutionContextManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ExecutionContextManager.cpp; sourceTree = ""; }; - 07AB1232245F15664AF8F4A09563CC6F /* AttributedStringBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AttributedStringBox.h; path = react/renderer/attributedstring/AttributedStringBox.h; sourceTree = ""; }; - 07BDDD0C6666F54BB37E72A8F733FB50 /* NetOpsDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetOpsDispatcher.h; path = folly/net/NetOpsDispatcher.h; sourceTree = ""; }; - 07D64B4A277860BCF16B24DECE1060FB /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; - 07F489731AB1F5F2708BFAAE52B8E0E5 /* RCTViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTViewComponentView.mm; sourceTree = ""; }; - 0828E793C840FF0E1FD0516E05911C06 /* LegacyViewManagerInteropViewEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LegacyViewManagerInteropViewEventEmitter.cpp; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewEventEmitter.cpp; sourceTree = ""; }; - 0834C175FB5FEC893A25F29A77A057B6 /* SourceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SourceLocation.h; path = folly/portability/SourceLocation.h; sourceTree = ""; }; - 0866F0FDC3674F98DBE1D58A547DB563 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevSettings.h; path = React/CoreModules/RCTDevSettings.h; sourceTree = ""; }; - 088365960AEBF891B3D3C40D1B9C8087 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; - 08986599EA9FB16EDB0C58CAC0A405F8 /* printf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = printf.h; path = include/fmt/printf.h; sourceTree = ""; }; - 08A04A642C9718F88D1CF33D980A763E /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = React/CoreModules/RCTWebSocketModule.h; sourceTree = ""; }; - 08D02358595E8C59787C87F895BF5452 /* ComponentDescriptors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptors.h; path = react/renderer/components/rncore/ComponentDescriptors.h; sourceTree = ""; }; - 08F1CB274CA50CEDE11964443F4A16B8 /* FloatComparison.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FloatComparison.h; sourceTree = ""; }; - 09167F0BF80BB0690F0ABC33626749D2 /* React-FabricImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-FabricImage-prefix.pch"; sourceTree = ""; }; - 093CEDD8AECC08D41CF9D0863A792EC9 /* CxxTurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CxxTurboModuleUtils.cpp; path = react/nativemodule/core/ReactCommon/CxxTurboModuleUtils.cpp; sourceTree = ""; }; - 09706BAD78B2FAE4503EF508205D07B3 /* MountingOverrideDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MountingOverrideDelegate.h; path = react/renderer/mounting/MountingOverrideDelegate.h; sourceTree = ""; }; - 099CB5926F7A7C10C82306F50F31CAE7 /* HazptrDomain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrDomain.h; path = folly/synchronization/HazptrDomain.h; sourceTree = ""; }; - 09B9B2CEE283F96CC51FEF8CD3E01C97 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/attributedstring/conversions.h; sourceTree = ""; }; - 09C80F5AC92E8ED7B116C2C143214E89 /* RCTDiffClampAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDiffClampAnimatedNode.mm; sourceTree = ""; }; - 0A063A25D71A91C2369860BE8F81D52A /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/components/scrollview/primitives.h; sourceTree = ""; }; - 0A485FA786E1E5E649D21EB4047B31CF /* FlexDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FlexDirection.h; sourceTree = ""; }; - 0A581FEA5A93A3F2A31C1119E98DAB60 /* React-RCTFabric-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTFabric-dummy.m"; sourceTree = ""; }; - 0A620D69AAFB34EB556929CA5226396C /* it.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = it.lproj; path = React/I18n/strings/it.lproj; sourceTree = ""; }; - 0A90A1491B9003DBFD74FF7E9865E033 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; - 0AB379722A8BCD249C34F99D9B8FF523 /* RCTComponentViewRegistry.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTComponentViewRegistry.mm; sourceTree = ""; }; - 0B0A205D5BA02E84065C1A052622C9B0 /* ManagedObjectWrapper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = ManagedObjectWrapper.mm; sourceTree = ""; }; - 0B1DE9741774BC47C7883F6D16971F56 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; - 0B87A884215B67C149F379E4B4E20F8A /* SRConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRConstants.h; path = SocketRocket/Internal/SRConstants.h; sourceTree = ""; }; - 0B8F9505AA322ECA6FF4620393D59046 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIDynamic.cpp; path = jsi/JSIDynamic.cpp; sourceTree = ""; }; - 0BB0E5875A31D5E8CDCEA86F5A67276E /* Time.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Time.h; path = folly/portability/Time.h; sourceTree = ""; }; - 0BC8F6994D108B8DFF95D1148B8EA4A8 /* HostPlatformColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformColor.h; sourceTree = ""; }; - 0BE37755D7657BED9301FBB569B8B3F9 /* AsyncDebuggerAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncDebuggerAPI.h; path = destroot/include/hermes/AsyncDebuggerAPI.h; sourceTree = ""; }; - 0BE4A754BBF5834BDFE0AD4425EB6042 /* StubViewTree.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StubViewTree.cpp; path = react/renderer/mounting/StubViewTree.cpp; sourceTree = ""; }; - 0BECD930556F2C0FF1619B8A8A81F6FB /* React-utils-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-utils-prefix.pch"; 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 = ""; }; - 0C01D417F0D2995289DB017FDBBE18D3 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; - 0C0FFE3B52F5FC5B9E85936F71606010 /* TimeoutQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimeoutQueue.h; path = folly/TimeoutQueue.h; sourceTree = ""; }; - 0C3D5C987A7879CBA2DEA1371179C7A9 /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRequired.h; 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 = ""; }; - 0C8868803CE5E240AD3BBEBB15555C0F /* UnrollUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnrollUtils.h; path = folly/detail/UnrollUtils.h; sourceTree = ""; }; - 0C8A53F5709C03AF8A057198694F898C /* RCTVibrationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibrationPlugins.mm; sourceTree = ""; }; - 0CA9865FF7C1B889D9E6436957C6D323 /* 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; }; - 0CBCEC21A3A50591C487CAFD8DCF2CED /* View.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = View.h; path = folly/container/View.h; sourceTree = ""; }; - 0CC628127424A16A8E95F2BE632E14CA /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; - 0CE4255C61973FA7826299A98390E9C6 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; - 0CF19085524B2C50FB5A6788A9CFD77E /* 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; }; - 0CF4029388FBD23EED9D810BD48582B0 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; - 0D10771A4B0CE912869B694E2920D835 /* RCTTypeSafety.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RCTTypeSafety.modulemap; 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 = ""; }; - 0D8A485179D2025C9AB9CB15AE30C302 /* RCTEnhancedScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEnhancedScrollView.h; sourceTree = ""; }; - 0DCB1860A0D8F658B0C2F64C0203CC13 /* React-RCTNetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.release.xcconfig"; sourceTree = ""; }; - 0DDFDE1E8D1A2A8C7419B2FBC4B86E25 /* ImageRequest.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageRequest.cpp; path = react/renderer/imagemanager/ImageRequest.cpp; sourceTree = ""; }; - 0DFF996F36C36E3B8BE3131F1026090F /* SRError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRError.m; path = SocketRocket/Internal/Utilities/SRError.m; sourceTree = ""; }; - 0E1BA2077D20A02D190BAA7AC524F882 /* flags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = flags.h; sourceTree = ""; }; - 0E4412A2483337D140CD540D4751F2FB /* AtomicLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicLinkedList.h; path = folly/AtomicLinkedList.h; 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 = ""; }; - 0EAD3FA6E12E1F04B207AC3130F4E4DB /* ExecutionContextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ExecutionContextManager.h; sourceTree = ""; }; - 0ED12D029843F9252196F215E6E9C88A /* ShadowTreeRevision.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowTreeRevision.cpp; path = react/renderer/mounting/ShadowTreeRevision.cpp; sourceTree = ""; }; - 0EE3F7374A25A6EB7DECFA6C3495C921 /* RCTLocalizedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLocalizedString.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 = ""; }; - 0F0A875C7085268A39C2264332CFADFB /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/core/conversions.h; sourceTree = ""; }; - 0F28F346985D2320C1568CB555130E0C /* ReactNativeFeatureFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeFeatureFlags.h; sourceTree = ""; }; - 0F3255CC6503A2B4964BEA61486F9E4E /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; - 0F3B98857CF853D1AD9481BE0DC15708 /* Props.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Props.cpp; path = react/renderer/components/rncore/Props.cpp; sourceTree = ""; }; - 0F88FF5D5C020BEE9B3350CBD702E8C2 /* RCTFabricSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFabricSurface.h; sourceTree = ""; }; - 0FA6284A2D9A3998CDB4B9FB46208B43 /* RCTNativeAnimatedTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedTurboModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedTurboModule.h; sourceTree = ""; }; - 0FC7A5E73BC00DC1D642C033A6ED0754 /* ParagraphEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphEventEmitter.h; path = react/renderer/components/text/ParagraphEventEmitter.h; sourceTree = ""; }; - 0FEEA4D2599CA623424FC675E7FDF2CF /* Differentiator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Differentiator.cpp; path = react/renderer/mounting/Differentiator.cpp; sourceTree = ""; }; - 101B2B94C863F919D4130E8C9B5E4E4E /* RCTImageBlurUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageBlurUtils.mm; sourceTree = ""; }; - 103EB400132328256D1620632FC3C974 /* react_native_log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = react_native_log.h; sourceTree = ""; }; - 105C0462D9BA67C1D274680D62D99AE8 /* NativeComponentRegistryBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NativeComponentRegistryBinding.cpp; path = react/renderer/componentregistry/native/NativeComponentRegistryBinding.cpp; sourceTree = ""; }; - 108EEE13AAE12903D9AB0A454C2073AC /* RCTValueAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTValueAnimatedNode.mm; sourceTree = ""; }; - 10A67899B8240D6A2F32312A1083FFA3 /* React-logger.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-logger.debug.xcconfig"; sourceTree = ""; }; - 10CF4F5460D3BD94FE08859131053ECF /* React-RCTText.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.debug.xcconfig"; sourceTree = ""; }; - 10E27EB7FF0DE3503DFFED465A9B4E2A /* RCTRequired.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.release.xcconfig; sourceTree = ""; }; - 10EF5E500DAD1D852DD17262FBD128CC /* PageAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PageAgent.h; sourceTree = ""; }; - 10F0DCA9575305B2B732F33D85D57E1C /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; - 10F169E67E9F6AF9D77C49B765487E70 /* Arena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Arena.h; path = folly/memory/Arena.h; sourceTree = ""; }; - 111487C865D692F77A93C9C8A61F5C32 /* 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; }; - 11168BD52EB1FA983258A217EBF918E9 /* SRURLUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRURLUtilities.h; path = SocketRocket/Internal/Utilities/SRURLUtilities.h; sourceTree = ""; }; - 111B6064397891D0C452CAC405AB8444 /* ValueFactoryEventPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ValueFactoryEventPayload.h; path = react/renderer/core/ValueFactoryEventPayload.h; sourceTree = ""; }; - 112D00CAACCC0DD25A952B6BA0E49ED8 /* 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; }; - 11439525484C11152674D3D912DA0040 /* TextMeasureCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextMeasureCache.h; path = react/renderer/textlayoutmanager/TextMeasureCache.h; sourceTree = ""; }; - 114507F1B2D74DAE4959E7AC81820DF2 /* ParagraphLayoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphLayoutManager.h; path = react/renderer/components/text/ParagraphLayoutManager.h; sourceTree = ""; }; - 11759BD4577784F034AC37715DA0A8A6 /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; - 118BAD52B2E8296CF900E1EF4894D715 /* ShadowTreeRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowTreeRegistry.cpp; path = react/renderer/mounting/ShadowTreeRegistry.cpp; sourceTree = ""; }; - 119AE002F412B1467B684F7738048356 /* EvictingCacheMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EvictingCacheMap.h; path = folly/container/EvictingCacheMap.h; sourceTree = ""; }; - 11BB6AE8F17F4E70ABB3A06F38F7C678 /* 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 = ""; }; - 11C43FEC006F4FB4810E35B57EDCC84B /* SharedMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SharedMutex.cpp; path = folly/SharedMutex.cpp; sourceTree = ""; }; - 1206E3ED09BAA3A87985C09D1D9EC5D6 /* RCTTurboModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleRegistry.h; sourceTree = ""; }; - 122FDBD2BC3E7AEB0D2B6B0B6E9E9C26 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBundleType.cpp; sourceTree = ""; }; - 124C51F59AF8E1C8A1A4C898EAEAA379 /* RCTRootComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRootComponentView.mm; sourceTree = ""; }; - 124CD87CC3A65A2D252CCD768C642675 /* RCTAccessibilityElement.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAccessibilityElement.mm; sourceTree = ""; }; - 1260781BA130D5E430412D17AA9CF321 /* MaybeManagedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MaybeManagedPtr.h; path = folly/MaybeManagedPtr.h; sourceTree = ""; }; - 1278476D4A07BF40AE7838EE4742402F /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; - 127F811A9AA8336185CCEECE4611336A /* RCTSurfaceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfaceTouchHandler.h; path = Fabric/RCTSurfaceTouchHandler.h; sourceTree = ""; }; - 12913A2C56BC5BD23412EDBCACB476AD /* React-Mapbuffer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Mapbuffer-prefix.pch"; sourceTree = ""; }; - 1297F78824B334940D1133F1961D8E14 /* RCTAttributedTextUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAttributedTextUtils.h; sourceTree = ""; }; - 129E2733268DEE4855288ECE7BC31A9D /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; - 12B95E52BB3539098A6D66824F53DF58 /* TextLayoutManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = TextLayoutManager.mm; sourceTree = ""; }; - 12BF91C85904FD8BA917DDBF03ECCC1D /* SimdForEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimdForEach.h; path = folly/detail/SimdForEach.h; sourceTree = ""; }; - 12D5F35EDB6619BF0412E02CC141AB07 /* Touch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Touch.h; path = react/renderer/components/view/Touch.h; sourceTree = ""; }; - 1301187797CFA55737F806752D962BF3 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; - 130677CC93E00689A413DE1C5D45754D /* F14Policy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Policy.h; path = folly/container/detail/F14Policy.h; sourceTree = ""; }; - 1311757A955AE35AE628BC6A0D267972 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; - 133F3C0A389231EA5FAC66F7A68F4FAC /* RCTAccessibilityElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityElement.h; sourceTree = ""; }; - 135193D25949F2D8A8D5E2936B581D8E /* Cache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Cache.h; sourceTree = ""; }; - 136BCBDDA9AEA3AF0B3E966D310AB7BF /* React-NativeModulesApple-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-NativeModulesApple-dummy.m"; sourceTree = ""; }; - 1376F3DD84D18048DD5AE438E556D882 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + 0B78B62C0667993F995391A857DB2CE2 /* React-domnativemodule */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-domnativemodule"; path = "libReact-domnativemodule.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 0CEF74A24ECE8AEEF7B1E27B305D2DDC /* ReactCodegen */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = ReactCodegen; path = libReactCodegen.a; sourceTree = BUILT_PRODUCTS_DIR; }; 1381503C42FFF460E946860A32A6F981 /* React-RuntimeApple */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RuntimeApple"; path = "libReact-RuntimeApple.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 13B27C696371C66FC38FDBB6369918E0 /* React-hermes.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-hermes.debug.xcconfig"; sourceTree = ""; }; - 13DDAD72F9C7DC4D814F4D340784ECEB /* AtomicUnorderedMapUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMapUtils.h; path = folly/detail/AtomicUnorderedMapUtils.h; sourceTree = ""; }; - 13E82B98DAD1910324B84936FC3EB877 /* YogaLayoutableShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YogaLayoutableShadowNode.h; path = react/renderer/components/view/YogaLayoutableShadowNode.h; sourceTree = ""; }; - 13F2532D1E42DC90D9AAB5473B928E87 /* RCTModalHostViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModalHostViewComponentView.mm; sourceTree = ""; }; - 14480AF0D94AEA2DC64118C6216B4EF4 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; - 1475EBEBBB425A0A8B1A04E145FFB380 /* React-jsitracing.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsitracing.debug.xcconfig"; sourceTree = ""; }; - 149F6B582CEBBADEF23E9C7B195115F2 /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 14AC935704D290D92C7F410D96FE2711 /* he.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = he.lproj; path = React/I18n/strings/he.lproj; sourceTree = ""; }; - 14CD64C6C83A896B346C5AA0168A1C91 /* LayoutAnimationKeyFrameManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationKeyFrameManager.h; path = react/renderer/animations/LayoutAnimationKeyFrameManager.h; sourceTree = ""; }; - 14F70B335A2CD7A6D3DA0FEB2E5A6160 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; - 1514FAFE3FBD5844A508E6E5F8706182 /* ParagraphShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphShadowNode.h; path = react/renderer/components/text/ParagraphShadowNode.h; sourceTree = ""; }; - 15262DD1E6C68BA04C34E487DAA70DD9 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; - 153FBC68E505BBC6C3C99EED08FBA96C /* th.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = th.lproj; path = React/I18n/strings/th.lproj; sourceTree = ""; }; - 153FFA10FE20492428AAFC9484A36CC3 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyboardObserver.h; path = React/CoreModules/RCTKeyboardObserver.h; sourceTree = ""; }; - 157799484317D9891F236E2C065C87E2 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRedBox.h; path = React/CoreModules/RCTRedBox.h; sourceTree = ""; }; - 157D46029F5B470CFBCD05C7511BE6EC /* RCTBridgeConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridgeConstants.m; sourceTree = ""; }; - 159F5245A51FF689C32F27D152E729D3 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - 15A82F1AAD42E9DF797A30B90EB97712 /* Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Transform.h; sourceTree = ""; }; - 15D2BC27F0E6EEF724BB3BEC23DEF579 /* RuntimeSchedulerCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeSchedulerCallInvoker.cpp; sourceTree = ""; }; - 15D526144725A1A4158A2B28A0B914E5 /* NSRunLoop+SRWebSocketPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSRunLoop+SRWebSocketPrivate.h"; path = "SocketRocket/Internal/NSRunLoop+SRWebSocketPrivate.h"; sourceTree = ""; }; - 15E2A13A0CDB85DA847AD4541E4A79F3 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/imagemanager/primitives.h; sourceTree = ""; }; - 163CDA479246FA5F4CF5C7949B3FC9F7 /* Fingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fingerprint.h; path = folly/Fingerprint.h; sourceTree = ""; }; - 165D2E9D97C8226C89039E78E6B017F3 /* ComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptor.h; path = react/renderer/core/ComponentDescriptor.h; sourceTree = ""; }; - 1671584137664B95AEDA1E48635B488C /* ImageTelemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageTelemetry.h; path = react/renderer/imagemanager/ImageTelemetry.h; sourceTree = ""; }; - 16773E3018092B63AE4F3ECFBEF975A3 /* InstanceAgent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InstanceAgent.cpp; sourceTree = ""; }; - 16BD9C5268EF8F747D73A1B1E9C395CD /* Stdio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdio.h; path = folly/portability/Stdio.h; sourceTree = ""; }; - 1704262963A369ED362166C6FF26BBBA /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; - 17106C7F3CFA0403EDCC4CF5B7234475 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.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 = ""; }; - 1749E01C229EDBB727651ED5591CC9E3 /* RawProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawProps.cpp; path = react/renderer/core/RawProps.cpp; sourceTree = ""; }; - 178B8544734E8DE26164E85838DA2B85 /* AccessibilityPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AccessibilityPrimitives.h; path = react/renderer/components/view/AccessibilityPrimitives.h; sourceTree = ""; }; - 17B0F9C4B9DACB649C5E0039B41887B3 /* 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 = ""; }; - 17EB4059C1B6F539BD2BFBE3ED9B8E4C /* CalculateLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CalculateLayout.h; sourceTree = ""; }; - 17F7B663D3AE50E8CAA665AF448B77A8 /* LeakChecker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LeakChecker.cpp; path = react/renderer/leakchecker/LeakChecker.cpp; sourceTree = ""; }; - 181F192DDB15D470D4B9FA2F6F065A4B /* SurfaceHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceHandler.cpp; path = react/renderer/scheduler/SurfaceHandler.cpp; sourceTree = ""; }; - 182071DF4FF23AD36C90547CC9C960E3 /* SpookyHashV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV1.h; path = folly/hash/SpookyHashV1.h; sourceTree = ""; }; - 18359F265B533D139D94E26169DDD580 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; - 1841AD95444E2505711CA1DEE133B7F8 /* ThrottledLifoSem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThrottledLifoSem.h; path = folly/synchronization/ThrottledLifoSem.h; sourceTree = ""; }; - 185CBE3EEA92DC8465264DB7B2DD6E74 /* Vector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Vector.h; sourceTree = ""; }; - 1877AD368859A11BA32868BA16B21FA9 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; - 187B2ACADC4BC9192F177364BF7415CB /* utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = utils.cpp; path = react/renderer/animations/utils.cpp; sourceTree = ""; }; - 18DA890EF3EF6FC1AD036F376D3AF7F9 /* hash_combine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = hash_combine.h; sourceTree = ""; }; - 18EDF99D7F8FECDE7B6C124454A17136 /* LegacyViewManagerInteropState.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = LegacyViewManagerInteropState.mm; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropState.mm; sourceTree = ""; }; - 18F90B0C311225A269BD3DFDACBEBBCC /* RunLoopObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RunLoopObserver.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 = ""; }; - 194EF8A59CDD297C03EDCDB31918CC37 /* MountingTransaction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MountingTransaction.h; path = react/renderer/mounting/MountingTransaction.h; sourceTree = ""; }; - 1980AB0DB736F10850160C95020F71E0 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; - 1994C25A8D3538549E847C5BD5631C83 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; - 1A2E8DDEAB65BA26685A7F1CE66A6C2B /* ThreadCachedInt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedInt.h; path = folly/ThreadCachedInt.h; sourceTree = ""; }; - 1A59D8EACF80DBC08D6772A97E40AEA3 /* Yoga.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.debug.xcconfig; sourceTree = ""; }; - 1A5F835C3B4EB801CE42E257FE8F41E6 /* ImageResponseObserverCoordinator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageResponseObserverCoordinator.cpp; path = react/renderer/imagemanager/ImageResponseObserverCoordinator.cpp; sourceTree = ""; }; - 1A6B01CE6E8EAD3B1C5BE20CC2FD8DD3 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; - 1A7078941F08DE16F09812DEC3E8802B /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; - 1A902B2E3654BD73FE68C2640D069445 /* JSRuntimeFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSRuntimeFactory.h; sourceTree = ""; }; - 1AB864487EEC16CB2CBD3A5CA275FCA1 /* Foreach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Foreach.h; path = folly/container/Foreach.h; sourceTree = ""; }; - 1ACBFFDD019571B3819E8D65DC79AD5C /* YGPixelGrid.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGPixelGrid.cpp; path = yoga/YGPixelGrid.cpp; sourceTree = ""; }; - 1AF280761B121E7A3B405C67A3ACC721 /* BoundAxis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BoundAxis.h; sourceTree = ""; }; - 1AFB9A68F41FAA405A3AAE37295C10B3 /* ThreadCachedArena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedArena.h; path = folly/memory/ThreadCachedArena.h; sourceTree = ""; }; - 1AFF73774F1390EA13C6FFF710DCCB5E /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jsilib.h; path = jsi/jsilib.h; sourceTree = ""; }; - 1B0F7DBF68699E114ECFEB4A12225C24 /* Parsing.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Parsing.cpp; sourceTree = ""; }; - 1B8384332EC1AAD1CD6B3AA7DA3A6F3E /* ComponentDescriptors.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptors.cpp; path = react/renderer/components/rncore/ComponentDescriptors.cpp; sourceTree = ""; }; - 1B9B4808FB97067D6D6018E554BF1A48 /* RCTDeprecation-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTDeprecation-umbrella.h"; sourceTree = ""; }; - 1BAB5E947135E854777C2BBFC7056072 /* UIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManager.h; path = react/renderer/uimanager/UIManager.h; sourceTree = ""; }; - 1BB751F641C557ADBD6542DB84CA352C /* RCTLinkingPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingPlugins.mm; sourceTree = ""; }; - 1BBB556BC44275845C988BDF27E10880 /* PicoSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSpinLock.h; path = folly/synchronization/PicoSpinLock.h; sourceTree = ""; }; - 1BCDF70B34826D7DEAC937407EA02522 /* TextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextAttributes.h; path = react/renderer/attributedstring/TextAttributes.h; sourceTree = ""; }; - 1BD617387BFA0012335D1CB62A41ACBD /* React-ImageManager-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-ImageManager-prefix.pch"; sourceTree = ""; }; - 1C2D3D50F94DAC3059E02150AEC13F5F /* SRRandom.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRRandom.h; path = SocketRocket/Internal/Utilities/SRRandom.h; sourceTree = ""; }; - 1C6F2A8DD916FFABBB7924E8D417B7EC /* ScopeGuard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopeGuard.h; path = folly/ScopeGuard.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 = ""; }; - 1CA20A41BEF288DEE53BAE1ED2CDC5D5 /* RCTLegacyViewManagerInteropComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLegacyViewManagerInteropComponentView.h; sourceTree = ""; }; - 1CB14A4EBB6902020BB3B10CB7F8495F /* EventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventEmitter.cpp; path = react/renderer/core/EventEmitter.cpp; sourceTree = ""; }; - 1CB17A8AC2ECDFAAF433091BD7E3A038 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; - 1CB19BE6FA86208CB5F4A61FAACE298E /* WeightedEvictingCacheMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WeightedEvictingCacheMap.h; path = folly/container/WeightedEvictingCacheMap.h; sourceTree = ""; }; - 1CDBC523B3D2F11131EBBE75AA1E7E46 /* RCTParagraphComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTParagraphComponentView.mm; sourceTree = ""; }; - 1CEDA3FBCCC6D4495CE2BD141F7EA3B2 /* GLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GLog.h; path = folly/GLog.h; sourceTree = ""; }; - 1D01F5458EDB35B9B308DE71D9EA5BD9 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/animations/primitives.h; sourceTree = ""; }; - 1D0F55A1CBF2A5D8A9F6B0B49A152959 /* NetOps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetOps.h; path = folly/net/NetOps.h; sourceTree = ""; }; - 1D28BD778C4E55577569F8B788E1AA0E /* RCTBridgeProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeProxy.h; sourceTree = ""; }; - 1DA1A2813DAC697EA679C05121318371 /* RCTAnimationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationPlugins.h; path = Libraries/NativeAnimation/RCTAnimationPlugins.h; sourceTree = ""; }; - 1DB7E713E554E1D4CF737682A8BDC115 /* RCTHermesInstance.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTHermesInstance.mm; path = ReactCommon/RCTHermesInstance.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 = ""; }; 1E04881EDF02715BD6AC2C6ED3FBB37E /* React-rendererdebug */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-rendererdebug"; path = "libReact-rendererdebug.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1E278D744095E55EAEA971B962DBC7D9 /* RCTDisplayWeakRefreshable.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDisplayWeakRefreshable.mm; sourceTree = ""; }; - 1E3F472FBC8048A4C88DDA8DD423DD17 /* ShadowViewMutation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowViewMutation.h; path = react/renderer/mounting/ShadowViewMutation.h; sourceTree = ""; }; - 1E618150D9CDF65AE58D4F0D56B13A05 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = react/nativemodule/core/ReactCommon/LongLivedObject.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 = ""; }; - 1F1800661E16C3CCC6038BE8FEC04FA2 /* EventListener.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventListener.cpp; path = react/renderer/core/EventListener.cpp; sourceTree = ""; }; - 1F4BF0D6B00930EFF4155DC9B790AFDD /* Baton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Baton.h; path = folly/synchronization/Baton.h; sourceTree = ""; }; - 1F5FA4EFCD1644DC8F6833297F6918EC /* RCTTypeSafety-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-umbrella.h"; sourceTree = ""; }; - 1F6E3F510FB119F30E756653157D102D /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Config.h; sourceTree = ""; }; - 1F822E01DD56F0B2284DE9D6B2560DB0 /* React-featureflags-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-featureflags-prefix.pch"; sourceTree = ""; }; - 1F87FC642732EB7794DFE03CC36BF18F /* RCTCustomPullToRefreshViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomPullToRefreshViewProtocol.h; sourceTree = ""; }; - 1FC9D5FE940DF4FC829E173DF00483AB /* UncaughtExceptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UncaughtExceptions.h; path = folly/lang/UncaughtExceptions.h; sourceTree = ""; }; - 1FCB430438D90AE51D9EA3900C19D2DD /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - 1FD0A3A8FB527FC5B13DA60BC71711D5 /* React-NativeModulesApple-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-NativeModulesApple-umbrella.h"; sourceTree = ""; }; - 1FFB575EE0228EBFFB3EBFBD5973898F /* RCTUnimplementedViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUnimplementedViewComponentView.h; sourceTree = ""; }; - 2002DD4A0F6B3EB4DD29785216A66D9B /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/Utility.h; sourceTree = ""; }; - 20142D36656BE2D3469835F14C24A8D2 /* YogaStylableProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YogaStylableProps.cpp; path = react/renderer/components/view/YogaStylableProps.cpp; sourceTree = ""; }; - 207D72871056994F29476846F29AF947 /* PolyException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyException.h; path = folly/PolyException.h; sourceTree = ""; }; - 20B06EE8E392496163B26DAB83BE93F1 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; - 20ED20DA65EE75E0ADEADFB2C9C8FD7D /* BatchedEventQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BatchedEventQueue.cpp; path = react/renderer/core/BatchedEventQueue.cpp; sourceTree = ""; }; - 20F05746F2B74C7B98CE7C316EBE8CDA /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; - 20FF0CE1BB1AB7D514D968DD961923FA /* BitIteratorDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIteratorDetail.h; path = folly/container/detail/BitIteratorDetail.h; sourceTree = ""; }; - 210146C8BE7A0A6BB30494003A8E2FC9 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; - 211891202D4D0C2321ED291D7DB2B7D7 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; - 21277AC2F7DD3D053F21F00A429B8C5E /* InstanceAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InstanceAgent.h; sourceTree = ""; }; - 217924DF557E007D1554527008480568 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; - 21883C68879DD5B30E8724C6A184DFB2 /* ObjCTimerRegistry.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjCTimerRegistry.mm; path = ReactCommon/ObjCTimerRegistry.mm; sourceTree = ""; }; - 21A97E8DF583CAD60C3245E0553673F9 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; - 21AA0C08F6A55A59CCEBBA4973F2EDD5 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; - 21AADA3739886D0C2BB108977176E68B /* FlexLine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = FlexLine.cpp; sourceTree = ""; }; - 21BB4C4DD413FF6BBCEBB860B9328C9A /* React-Fabric-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Fabric-umbrella.h"; sourceTree = ""; }; - 21C596F908079233A59485FFC7364300 /* RCTLegacyViewManagerInteropCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLegacyViewManagerInteropCoordinator.h; path = react/renderer/components/legacyviewmanagerinterop/RCTLegacyViewManagerInteropCoordinator.h; sourceTree = ""; }; - 21CDEC81B1AACA4065BD3385AB630454 /* HazptrRec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrRec.h; path = folly/synchronization/HazptrRec.h; sourceTree = ""; }; - 225859CBCBFBCFFD7A7B8FBE29F1BA4B /* RCTLegacyViewManagerInteropCoordinatorAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLegacyViewManagerInteropCoordinatorAdapter.h; sourceTree = ""; }; - 225F0EFF01C8AEF17D4187E21CD1907C /* RCTThirdPartyFabricComponentsProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTThirdPartyFabricComponentsProvider.mm; path = Fabric/RCTThirdPartyFabricComponentsProvider.mm; sourceTree = ""; }; - 227207214E17F6B6596945A324758C51 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; - 22794FB8D75668BE14CB6A7EAE56879E /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; 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 = ""; }; - 22C1CA4313E5042D1580022DB194D6FD /* RCTDefaultCxxLogFunction.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDefaultCxxLogFunction.mm; sourceTree = ""; }; - 22D2C8BD94D2779A6FABE3FCED55143A /* RCTI18nManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTI18nManager.mm; sourceTree = ""; }; - 22D3207647D54EC473B491255301B41A /* React-debug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-debug.release.xcconfig"; sourceTree = ""; }; - 22FF34367216839537E383B123344317 /* Bridging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bridging.h; path = react/bridging/Bridging.h; sourceTree = ""; }; - 230222B21AC846BF5726A8A6B9D0BCCB /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = event.cpp; sourceTree = ""; }; - 232B067F706BE80DFF754436E2691BDF /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; - 232D444DA9A20C7509F589FFF2D7E4CF /* ThreadLocalDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocalDetail.h; path = folly/detail/ThreadLocalDetail.h; sourceTree = ""; }; - 23564805F835E6E7F4EE6C71D0B0320D /* UnimplementedViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnimplementedViewShadowNode.cpp; path = react/renderer/components/unimplementedview/UnimplementedViewShadowNode.cpp; sourceTree = ""; }; - 237B887CC5360D7A38113ABED196D57F /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; - 23B258C56FCACB162EB96F022E6E70A1 /* RCTCxxInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxInspectorPackagerConnection.h; sourceTree = ""; }; - 23BE6C2D21217E596BE322E6F439747E /* AttributedString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AttributedString.cpp; path = react/renderer/attributedstring/AttributedString.cpp; sourceTree = ""; }; - 23C5959A240F9A33D470E539FE162B9D /* DefaultKeepAliveExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DefaultKeepAliveExecutor.h; path = folly/DefaultKeepAliveExecutor.h; sourceTree = ""; }; - 23CDD9B714645A51EF61A1E5DA10D3CA /* React-RCTText.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.release.xcconfig"; sourceTree = ""; }; - 23D395CB1B44C92C853DD651A9E527B9 /* React-NativeModulesApple.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-NativeModulesApple.modulemap"; sourceTree = ""; }; - 23D8D779930C3DBB0C61156AC55B3650 /* React-runtimescheduler.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimescheduler.debug.xcconfig"; sourceTree = ""; }; - 23F46C7AF4911240549674566D795D22 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; - 2415685BE988384328829411CC8B6C46 /* React-graphics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-graphics-umbrella.h"; sourceTree = ""; }; - 2418C20827B53FB9288C850BB00022C3 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; - 241968C0828B49EC1A346806206CBAFA /* RuntimeScheduler_Legacy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeScheduler_Legacy.h; sourceTree = ""; }; - 242AA188CAF1DE0DF9449B0AE9EAE0C1 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; - 2436CB2991AAB0D18F007F522E383AA2 /* RCTTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextShadowView.mm; sourceTree = ""; }; - 2452A2F6EDA09D0064C7FC954541930E /* RCTVibration.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibration.mm; sourceTree = ""; }; - 245CEEBE83D71BBC5659B6EE834EB623 /* SurfaceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceManager.h; path = react/renderer/scheduler/SurfaceManager.h; sourceTree = ""; }; - 246C0DE510C1B514C352027A7EFFF656 /* MapBuffer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MapBuffer.cpp; path = react/renderer/mapbuffer/MapBuffer.cpp; sourceTree = ""; }; - 246CAFA6F4FC5452C25D49D8970F14FD /* React-ImageManager-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-ImageManager-dummy.m"; sourceTree = ""; }; - 247496EC3F4C7F0931411B527EA88C93 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; - 24806FB644B5FA8EABD643424CC3B7B9 /* RCTInstance.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTInstance.mm; path = ReactCommon/RCTInstance.mm; sourceTree = ""; }; - 24B5F7FBC7038B297AC7E0B53B1863F3 /* EventPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPriority.h; path = react/renderer/core/EventPriority.h; sourceTree = ""; }; - 24D9D86121AEC3F7F407B781A08DCDE7 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; - 24F5F61801535CAB8FC611969183BD1C /* LayoutAnimationDriver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutAnimationDriver.cpp; path = react/renderer/animations/LayoutAnimationDriver.cpp; sourceTree = ""; }; - 2536435D3181118894446E248A3EBDA4 /* RCTSafeAreaViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewComponentView.h; sourceTree = ""; }; - 254D9F40DAF7DFBDE54E1452C680BB4C /* ComponentDescriptorRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorRegistry.h; path = react/renderer/componentregistry/ComponentDescriptorRegistry.h; sourceTree = ""; }; - 254F5BBD7C091186993D1C9609A7A7F0 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; - 256250100AB3DDDF828BA6EB632CE6A7 /* BatchedEventQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BatchedEventQueue.h; path = react/renderer/core/BatchedEventQueue.h; sourceTree = ""; }; - 256EFD340D35D7E450AACBE294E874A8 /* Latch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Latch.h; path = folly/synchronization/Latch.h; sourceTree = ""; }; + 1F0939C33C744C7CAFAC370CE03481E4 /* React-microtasksnativemodule */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-microtasksnativemodule"; path = "libReact-microtasksnativemodule.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 2577F299FCB0A19824FE989BE77B8E8F /* React-jsinspector */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-jsinspector"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 25816AE33D1DAF22ACEBBB820A284564 /* react_native_assert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = react_native_assert.cpp; sourceTree = ""; }; - 259A011125E1C4BB89EBEF42E39E3975 /* ShadowTreeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTreeDelegate.h; path = react/renderer/mounting/ShadowTreeDelegate.h; sourceTree = ""; }; - 25A1FB20F1AA7956784192F0BAA3206F /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; - 25B4E76DD481D3490220E28604E55673 /* DistributedMutex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DistributedMutex-inl.h"; path = "folly/synchronization/DistributedMutex-inl.h"; sourceTree = ""; }; - 25C38DAA0DA4282DF951182C734B5C82 /* Props.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Props.h; path = react/renderer/core/Props.h; sourceTree = ""; }; - 25F0A4AE6D458DE27F8EEA5D3A1A4EAD /* RCTConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConstants.h; sourceTree = ""; }; - 2617DD9E275849219E58CCED166D826B /* RCTNativeAnimatedModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedModule.mm; sourceTree = ""; }; - 2623CBCFE6583F45BBA6E2BF3F31CB5E /* ExecutionContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ExecutionContext.h; sourceTree = ""; }; - 2623F05A052172395AFA7D50FAB75713 /* ShadowTreeRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTreeRegistry.h; path = react/renderer/mounting/ShadowTreeRegistry.h; sourceTree = ""; }; - 262CD320EE1C2FE15CEA93A51F2AF4AE /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; - 266FC823C1943602DB2AB9C9B2EA2987 /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; - 267039C69B6ECCDE54B5EF1AD931D1C0 /* fmt-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "fmt-dummy.m"; sourceTree = ""; }; - 268E70860DA0BFEB543C024CC064F314 /* Direction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Direction.h; sourceTree = ""; }; - 269162036BC93D0F9D14A512262A9DC6 /* Class.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Class.h; path = react/bridging/Class.h; sourceTree = ""; }; 269BE773C9482484B70949A40F4EA525 /* React-RCTSettings */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTSettings"; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 26B486D87AF56E0AE7A622750CB0B75E /* RCTRawTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRawTextShadowView.mm; sourceTree = ""; }; - 26DB014679B1B120CA2443EEDA966D86 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; - 2724D0B9AC792D604AFC31EEE2ECE86A /* InspectorFlags.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorFlags.cpp; sourceTree = ""; }; - 2729B1915435B5872A50C4BB80D73B0D /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; - 274CBE56899ACC826816F9038FA4FEA4 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; - 276B9795F01C4831233CCF456C8129DB /* React-RuntimeApple.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeApple.release.xcconfig"; sourceTree = ""; }; - 2779D7D33AA6E41DCE7991AF63682C57 /* Poly.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Poly.h; path = folly/Poly.h; sourceTree = ""; }; - 27815BBBB7881B98833A4D45F2974A4C /* BaseTouch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseTouch.cpp; path = react/renderer/components/view/BaseTouch.cpp; sourceTree = ""; }; - 27B8CD4B2810B4742C99802823E79BCE /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; - 27DB05F6CB39113BE10AD3A747787E40 /* F14Set.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Set.h; path = folly/container/F14Set.h; sourceTree = ""; }; - 27E77778E7653C2C1CB2D5F4C775B9EC /* RCTUIImageViewAnimated.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIImageViewAnimated.mm; sourceTree = ""; }; - 28134A7E3E4CF5A0D60FE5E683407AAC /* MPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCQueue.h; path = folly/MPMCQueue.h; sourceTree = ""; }; - 281C45E71AEA930D35DF55046AA42594 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevLoadingView.h; path = React/CoreModules/RCTDevLoadingView.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 = ""; }; - 284C99B7FED436C888C19FD07D0E6A9A /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; - 2883FC7F30175CA2296FAD53DB739DD2 /* RCTVibrationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibrationPlugins.h; path = Libraries/Vibration/RCTVibrationPlugins.h; sourceTree = ""; }; - 28BCCDDFD09D1C077E2C71D1628C5049 /* ParagraphProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphProps.cpp; path = react/renderer/components/text/ParagraphProps.cpp; sourceTree = ""; }; - 28D7BEABBC1EB38780017A5D14CC2E0F /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; - 28E7C4F87FEB03A16FE787D46C52FAE6 /* Task.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Task.cpp; sourceTree = ""; }; - 291C50008895479715314A2A1A84F774 /* React-NativeModulesApple-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-NativeModulesApple-prefix.pch"; sourceTree = ""; }; - 29377B87012E7611C5BB9D623D8266F5 /* SafeAreaViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAreaViewShadowNode.cpp; path = react/renderer/components/safeareaview/SafeAreaViewShadowNode.cpp; sourceTree = ""; }; - 2944DD23D75A6BE1BA8A3E5892501F9B /* RCTConvert+Text.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTConvert+Text.mm"; sourceTree = ""; }; - 295D5624B0D76EC6A9295F5A53E68A66 /* 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; }; - 295EC2E2CAF48ED1CC34A30D95B29086 /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; - 2968B7E0BB41B7914DF7E09D3A75077F /* RuntimeAgentDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeAgentDelegate.h; sourceTree = ""; }; - 296E0822D857136AF60B2BFD8E902610 /* RCTComponentViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewProtocol.h; sourceTree = ""; }; - 297E61B1F110356B2FA175591105411C /* React-graphics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-graphics.release.xcconfig"; sourceTree = ""; }; - 2987AE7025F088998D489CF759BE82F4 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; - 29A9D298DB1C62EA7C25E8F85CFF52F8 /* FollyMemset.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FollyMemset.h; path = folly/FollyMemset.h; sourceTree = ""; }; - 29F02D04B2BECA48B0B7FB57E3CD00CA /* EventQueueProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventQueueProcessor.h; path = react/renderer/core/EventQueueProcessor.h; sourceTree = ""; }; - 2A07C05B0ADF0D15096AD21FABEE7E8C /* TelemetryController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TelemetryController.h; path = react/renderer/mounting/TelemetryController.h; sourceTree = ""; }; - 2A69F4B45EEF201C3E0AED157EEB385F /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; - 2A6A08279C8FADD3D8FF81B1C2112A8F /* CppAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CppAttributes.h; path = folly/CppAttributes.h; sourceTree = ""; }; - 2AA3BA7A675C2965CFCFC2CE81CFB932 /* BridgelessJSCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = BridgelessJSCallInvoker.cpp; sourceTree = ""; }; - 2AD70B6818A6C0BD34481326BBD07740 /* RCTAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppearance.h; path = React/CoreModules/RCTAppearance.h; sourceTree = ""; }; - 2AE7ACDA5ED4290A1B368E5D8111CCD6 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; - 2B09A34F805A25CACA3DD5070BBC08DB /* RCTComponentViewDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewDescriptor.h; sourceTree = ""; }; - 2BB64DEBC10039748ED7BBAFC4D1DD58 /* RectangleCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RectangleCorners.h; sourceTree = ""; }; - 2BD511A1ABF7562E04BABFA37B46EACA /* CallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallInvoker.h; path = ReactCommon/CallInvoker.h; sourceTree = ""; }; - 2BF83C951E4F42708664EBB55C68E4EA /* pt.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt.lproj; path = React/I18n/strings/pt.lproj; sourceTree = ""; }; - 2BFBC32A758B94C29C405CF55D3EE5B9 /* UIManagerBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerBinding.h; path = react/renderer/uimanager/UIManagerBinding.h; sourceTree = ""; }; - 2BFDF21CEFDC1AD56C9919161D1EBCB6 /* ImageResponseObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageResponseObserver.h; path = react/renderer/imagemanager/ImageResponseObserver.h; sourceTree = ""; }; - 2C17F91E7D084760672DD64B292DF5B5 /* Singleton-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Singleton-inl.h"; path = "folly/Singleton-inl.h"; sourceTree = ""; }; - 2C21671DA9DE5386C903701DA65EC192 /* RCTPlatformColorUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatformColorUtils.h; sourceTree = ""; }; - 2C34B66BC9C22148BFE750B85EB9468C /* LayoutConstraints.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutConstraints.h; path = react/renderer/core/LayoutConstraints.h; sourceTree = ""; }; - 2C7CF39CB0ABF0C1E2F1DA757723E98B /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; - 2CB4502278BB1F995674A6173DB5ACC3 /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; - 2CC88B2DCB58A47AD8EA0C44326E8ED0 /* LayoutAnimationCallbackWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationCallbackWrapper.h; path = react/renderer/animations/LayoutAnimationCallbackWrapper.h; 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 = ""; }; - 2D088884F0FDB9C6145BBEF0DA6CA755 /* React-perflogger.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-perflogger.release.xcconfig"; sourceTree = ""; }; - 2DB26B46B151C9858507BD163E42E5B5 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = React/I18n/strings/de.lproj; sourceTree = ""; }; - 2DDEAA69276FCCDB7722F00152853980 /* ImageTelemetry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageTelemetry.cpp; path = react/renderer/imagemanager/ImageTelemetry.cpp; sourceTree = ""; }; - 2DEB1840035A91C57885699142EB5B93 /* 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; }; - 2DEE37C870DE06768CB7E28D477A44D5 /* React-logger-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-logger-dummy.m"; sourceTree = ""; }; - 2DF272CD5D204B019F9FEDBE8F979A48 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertManager.h; path = React/CoreModules/RCTAlertManager.h; sourceTree = ""; }; - 2E0F4B6071CFBB7A7CFC008C141F29BE /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; - 2E47D8700679A88A600FE68E4ACAC47A /* ImageShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageShadowNode.cpp; path = react/renderer/components/image/ImageShadowNode.cpp; sourceTree = ""; }; - 2E4BAC19971926AC593F68A71D2E403B /* PropsParserContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropsParserContext.h; path = react/renderer/core/PropsParserContext.h; sourceTree = ""; }; - 2E4E11BD002E09DF0F5C8820B059D595 /* React-RCTNetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.debug.xcconfig"; sourceTree = ""; }; - 2E65E38BFC06FC77DEA23169F994FA50 /* FBLazyVector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.release.xcconfig; sourceTree = ""; }; - 2E884834CC240BEC9E5567913D88FFFB /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; 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 = ""; }; - 2EC109CC8628486673C85D1562F220BA /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleUtils.cpp; path = react/nativemodule/core/ReactCommon/TurboModuleUtils.cpp; sourceTree = ""; }; - 2EC8B09B6751E8D86416718C3A20AFA5 /* ParagraphComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphComponentDescriptor.h; path = react/renderer/components/text/ParagraphComponentDescriptor.h; sourceTree = ""; }; - 2EE31021FCAFAC4457CF8F136ECC8B64 /* Pods-ARMSXHost-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ARMSXHost-acknowledgements.plist"; sourceTree = ""; }; - 2F041910610C4FC4A2F2DC45A0C41A0B /* React-RuntimeCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeCore.debug.xcconfig"; sourceTree = ""; }; - 2F04805EF66AE97709AB86452E84AD56 /* RCTObjectAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjectAnimatedNode.h; sourceTree = ""; }; - 2F288984CDA5DCC005F7F059243A002C /* RCTImageEditingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageEditingManager.mm; sourceTree = ""; }; - 2F7E58CA4B5DB581D0A22AEB350878C0 /* React-Fabric.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Fabric.modulemap"; sourceTree = ""; }; - 2F8E6E55AFFCF9BD68B2B5B508CCEC75 /* MemoryIdler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryIdler.h; path = folly/detail/MemoryIdler.h; sourceTree = ""; }; - 2FA54E899F6CD9791E8757CD315A8616 /* PixelGrid.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PixelGrid.h; sourceTree = ""; }; - 2FD0718D22E985465B942D9AE194A322 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; - 301A0247F39ACD9016564DCAF126E195 /* StubView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StubView.h; path = react/renderer/mounting/StubView.h; sourceTree = ""; }; - 30469ADC76920683CE52F73C3F656EB1 /* React-jserrorhandler.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jserrorhandler.release.xcconfig"; sourceTree = ""; }; - 307A053D11219770B88D3C12D7AED899 /* ColorComponents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ColorComponents.h; sourceTree = ""; }; - 30AD0B0FBEB6563DEC377A0F5A6D70D8 /* React-RCTBlob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.debug.xcconfig"; sourceTree = ""; }; - 30AFE0328AD32052DE17B9A67AEE470D /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = react/nativemodule/core/ReactCommon/TurboModule.h; sourceTree = ""; }; - 30B6110DBDF8FD29E000CDFE99BFDD45 /* RCTInputAccessoryShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryShadowView.mm; sourceTree = ""; }; - 30D66DB635919955EB0743407D33CB8C /* 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; }; - 313F1FACBDF2947C76A286C8AFC6551D /* FBString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBString.h; path = folly/FBString.h; sourceTree = ""; }; - 315FDA4F573874F2BD0A7F57C70AF3E1 /* RCT-Folly-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCT-Folly-umbrella.h"; sourceTree = ""; }; - 316098BAE97512E1640780C141A5DA44 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; - 31842C0B4263119B5232CF1827757893 /* ReentrantAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReentrantAllocator.h; path = folly/memory/ReentrantAllocator.h; sourceTree = ""; }; - 31FAF051F6D95F34219F912CE1C6F2F4 /* String-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "String-inl.h"; path = "folly/String-inl.h"; sourceTree = ""; }; - 326E52CD3C6A37497F8D253F7BACCFB5 /* Sched.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sched.h; path = folly/portability/Sched.h; sourceTree = ""; }; - 327EB11DD3FF678018F055B10E74D2A9 /* RCTColorAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTColorAnimatedNode.mm; sourceTree = ""; }; - 329BB92F72B37BC591D0EA0B23C3214C /* React-NativeModulesApple.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-NativeModulesApple.debug.xcconfig"; 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 = ""; }; - 32E5CDECBA6F39903DF20A725D70E8E8 /* RCTInputAccessoryContentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryContentView.mm; sourceTree = ""; }; - 330E2FBDDC661BAA8A1B3EDC5CC329EA /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; - 3329F3B4064042B4C1D4BDA08241A80B /* JSOutOfMemoryError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSOutOfMemoryError.h; path = destroot/include/hermes/Public/JSOutOfMemoryError.h; sourceTree = ""; }; - 3334CC1727C45FEB39E4B2CFB4C2DF55 /* ShadowNodeTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodeTraits.h; path = react/renderer/core/ShadowNodeTraits.h; sourceTree = ""; }; - 33372E827B1BA6CC190DDDFD79828113 /* ms.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ms.lproj; path = React/I18n/strings/ms.lproj; sourceTree = ""; }; - 336A5E577A1F10F2F633DF45C6F33FC4 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; - 337F27BB9F7CA25337E74AC0E9795B5F /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; - 339824E5C823DFB3B2287CA9E0CAAD97 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; - 33A326B09509211704956AE5AA94E772 /* PropsMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropsMacros.h; path = react/renderer/core/PropsMacros.h; sourceTree = ""; }; - 33D990529E591E55C6BE30B4A585E3AA /* 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; }; - 33E070F404266F952E77980CFA788C4D /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; - 33E622A84AE3EA13B54BC0EA08457C70 /* ReactCommon.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactCommon.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 33EEBF1D210254B5452CE560F81C9D38 /* RCTDeprecation */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RCTDeprecation; path = libRCTDeprecation.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 33F0C31F1C678EE305ABD1AA01DEB02A /* MeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MeasureMode.h; sourceTree = ""; }; - 341947EF5C4F684C9D99E78AEFE835DC /* TimerStats.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerStats.h; path = destroot/include/hermes/TimerStats.h; sourceTree = ""; }; - 34195B6C9583B5AA7D708F78672A4337 /* React-utils-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-utils-umbrella.h"; sourceTree = ""; }; - 3428B98F66B84F2ABB416FA7D07ECD2B /* zh-Hant.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hant.lproj"; path = "React/I18n/strings/zh-Hant.lproj"; sourceTree = ""; }; - 346B00DBDA6E431E1DE256343800B730 /* RCTImageCache.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageCache.mm; sourceTree = ""; }; - 35056BD5E1A3F99326A9A834D7F2AFB8 /* React-utils.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-utils.modulemap"; sourceTree = ""; }; - 3508DD2BBBBB414F6F2629D144A41C05 /* EventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventListener.h; path = react/renderer/core/EventListener.h; sourceTree = ""; }; - 3534404F6B384CF94D486D1A14FD10AF /* Float.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Float.h; sourceTree = ""; }; - 354A705EB660FEBF388788D956A9E58A /* ToAscii.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ToAscii.cpp; path = folly/lang/ToAscii.cpp; sourceTree = ""; }; - 356DD33793F8C6F757C75B7FDFB207FE /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; - 357C89461C2B2C6319BF4ADE3900971C /* AtomicNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicNotification.h; path = folly/synchronization/AtomicNotification.h; sourceTree = ""; }; - 357F1D78E8E31761D72EE4B2B0933880 /* RCTFabricSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFabricSurface.mm; sourceTree = ""; }; - 3584EADB768B8432CC07AC2515B3FF29 /* RCTNativeAnimatedNodesManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedNodesManager.mm; sourceTree = ""; }; - 35FB400A2FA42A60B1DD5DD356A83946 /* 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 = ""; }; - 3605A12CF33B3DFBE0B5DD2DE36994C3 /* SpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpinLock.h; path = folly/SpinLock.h; sourceTree = ""; }; - 360B1161DBF5ED5203AB751838EAD613 /* React-ImageManager.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-ImageManager.modulemap"; sourceTree = ""; }; - 3634D4C2C0A2CE496C6BE541CFED0446 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; - 36501C907A924B25B0E47A4202182D77 /* RCTRefreshableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshableProtocol.h; sourceTree = ""; }; - 3659399517B5B7A1A8B7C12C46DACEE4 /* React-Fabric.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Fabric.release.xcconfig"; sourceTree = ""; }; - 365E3D44F694374995EF026FEA7525CC /* Scheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Scheduler.h; path = react/renderer/scheduler/Scheduler.h; sourceTree = ""; }; - 36A76AC39B01363778A566896507D3FD /* State.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = State.cpp; path = react/renderer/core/State.cpp; sourceTree = ""; }; - 36A9DAD0ECB01EC6342B7D8FB2CF2B9A /* Geometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Geometry.h; sourceTree = ""; }; - 36B5A3A252FE15BF09A27E23FA41506F /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; - 36EDA6F605E6CEF5F9A72D38C0AA3DED /* ThreadName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadName.h; path = folly/system/ThreadName.h; sourceTree = ""; }; - 3715AB63A49EF1CC2A70EB9CA3A88CAF /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; - 3719BC5E07F9E68513500C6588DCCD7D /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; - 371C8E2B20955CC5E69F4E8400E48B52 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 373EAFC48BDF1A4CC1BE2127EEBDAE42 /* PointerHoverTracker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PointerHoverTracker.cpp; path = react/renderer/uimanager/PointerHoverTracker.cpp; sourceTree = ""; }; + 352F9F936BFB55B5F0044EEC7E7D0B6F /* React-performancetimeline */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-performancetimeline"; path = "libReact-performancetimeline.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 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 = ""; }; - 375D4A0B5039AA9FEBEFB13A76AB26BB /* RCTInteropTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTInteropTurboModule.h; path = ReactCommon/RCTInteropTurboModule.h; sourceTree = ""; }; - 3762263B39103B7107F61608F0B0E2D8 /* Random-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Random-inl.h"; path = "folly/Random-inl.h"; sourceTree = ""; }; - 378FEDC3DF9FC3FC3F4526A0043B9D83 /* ShadowViewMutation.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowViewMutation.cpp; path = react/renderer/mounting/ShadowViewMutation.cpp; sourceTree = ""; }; - 379634A371FADFEA103DA952253EFA2E /* FBXXHashUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FBXXHashUtils.h; sourceTree = ""; }; - 379A6D17F5437D02065BE45D3BBB605E /* React-ImageManager-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-ImageManager-umbrella.h"; sourceTree = ""; }; - 37CCE8A982629EAB103A6A516187B549 /* Registration.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Registration.cpp; sourceTree = ""; }; - 37CF653BFF872793202265BF76118EAA /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; - 37D410BF93EBA618D279A8AAAA91331A /* FBLazyVector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.debug.xcconfig; sourceTree = ""; }; - 37D820D975698FCA99C86CE71EF22A97 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; - 37DCC62EEDA67E4EA0FA9F90DA54F682 /* ConnectionDemux.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionDemux.cpp; sourceTree = ""; }; - 37DFC8EAF78BE0F070D18753D61D9C59 /* IPAddressSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressSource.h; path = folly/detail/IPAddressSource.h; sourceTree = ""; }; - 3803B2AA187B67CF0C870893465AE9C4 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = React/CoreModules/RCTActionSheetManager.h; sourceTree = ""; }; - 380E6897AF765EAD56C0A735C187AE2D /* React-RuntimeApple-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RuntimeApple-prefix.pch"; sourceTree = ""; }; - 380E70453C1E367A14208E64B56AD19E /* RCTImagePlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePlugins.h; path = Libraries/Image/RCTImagePlugins.h; sourceTree = ""; }; - 382DC15DDD90CA926EED1E824D02BEDF /* RawPropsKeyMap.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawPropsKeyMap.cpp; path = react/renderer/core/RawPropsKeyMap.cpp; sourceTree = ""; }; - 38534E4EA8BDE85DAAA723243DA3F569 /* RCTBlobPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobPlugins.h; sourceTree = ""; }; - 3859A11BD5B175A2E7059AE9B7A747F3 /* Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Merge.h; path = folly/container/Merge.h; sourceTree = ""; }; - 387195112133CA90F972AE0A5AC76805 /* React.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.release.xcconfig; sourceTree = ""; }; - 38983F974D2E1E5A46EEC532FD586DB2 /* 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; }; - 38C1151C531250394499F2D194B30257 /* EventLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventLogger.h; path = react/renderer/core/EventLogger.h; sourceTree = ""; }; - 38D95650F41F3CE76BC04B5619B09B95 /* SRSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRSecurityPolicy.m; path = SocketRocket/SRSecurityPolicy.m; sourceTree = ""; }; - 391C90CFAAD6AF704C43D5C1333B8EDB /* InspectorData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InspectorData.h; path = react/renderer/scheduler/InspectorData.h; sourceTree = ""; }; - 39278C438E718399D48CBB4D1B720159 /* ShadowTree.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowTree.cpp; path = react/renderer/mounting/ShadowTree.cpp; sourceTree = ""; }; - 3932EE2E36A88ACE62422B25D365805D /* RCTRawTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRawTextViewManager.mm; sourceTree = ""; }; - 3935D9DA813BD51DA427C03198F587A7 /* EventEmitters.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventEmitters.cpp; path = react/renderer/components/rncore/EventEmitters.cpp; sourceTree = ""; }; - 393C4C457C15EA719168BED066C0F9DD /* React-jsi-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-umbrella.h"; sourceTree = ""; }; - 394C4B7E27ADE55E3E083F9A253D4BCE /* React-RCTAppDelegate-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAppDelegate-prefix.pch"; sourceTree = ""; }; - 3990B9154783BFB72ECB0CE54743F04F /* PositionType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PositionType.h; sourceTree = ""; }; - 39A5BABF355F1FCE0AB1D652C33D7B9C /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/portability/Memory.h; sourceTree = ""; }; - 39BC85C02759E3A98D2EDE2FDE7899AB /* 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; }; - 39C8D3420199CD339B0DD3A85E2659F3 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; 39D0105B481E5FB78C661496BD63B8A5 /* React-RCTAppDelegate */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTAppDelegate"; path = "libReact-RCTAppDelegate.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 39D83F1680CDF3873436E61E3949E7D9 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; - 39DF2A6EA81E5ABA408E1FCB94C93038 /* YGNodeStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodeStyle.cpp; path = yoga/YGNodeStyle.cpp; sourceTree = ""; }; - 39E40BCD6AE42D40D108C309E66819A4 /* React-RCTFabric-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTFabric-prefix.pch"; sourceTree = ""; }; - 39E4D0ED9CB6FF9860B55ED725ECC367 /* ComponentDescriptorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorFactory.h; path = react/renderer/componentregistry/ComponentDescriptorFactory.h; sourceTree = ""; }; - 39FC4388B176D3327FAB038B45AF9768 /* YGNodeLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodeLayout.cpp; path = yoga/YGNodeLayout.cpp; sourceTree = ""; }; - 39FC47856215D97187ACF0A7B6D46B78 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = react/nativemodule/core/ReactCommon/TurboModuleUtils.h; sourceTree = ""; }; - 3A10F9DC6F9A22153D9D7AB1B892ACEB /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; - 3A32F2995E9FBCA38F66600B356DD02C /* TcpInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpInfo.h; path = folly/net/TcpInfo.h; sourceTree = ""; }; - 3A52C6C097230EEDD3AEB5429646AEC9 /* InstanceTarget.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InstanceTarget.cpp; sourceTree = ""; }; - 3A870D7874076BBB6E4AF7FFDE57176A /* RCTParagraphComponentAccessibilityProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParagraphComponentAccessibilityProvider.h; sourceTree = ""; }; - 3AA3D893E103A9BF5C4C3B9421CD49C6 /* da.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = da.lproj; path = React/I18n/strings/da.lproj; sourceTree = ""; }; - 3B0DBC5064EB8C005C117C021373C714 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; - 3B4291E3436CE7DD23B4E403E8E8B12D /* RangeCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeCommon.h; path = folly/detail/RangeCommon.h; sourceTree = ""; }; - 3B5425821049D1118F6CE4EAD442662A /* RCTCallableJSModules.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCallableJSModules.m; sourceTree = ""; }; - 3BA41B39C8A617225E81028578403139 /* tr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = tr.lproj; path = React/I18n/strings/tr.lproj; sourceTree = ""; }; - 3BBAAE805D0C4C8527198618E05293D9 /* RCTBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBridge.mm; sourceTree = ""; }; - 3BFC3D5FFBC3735586FEBA16EF9D8157 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/lang/Exception.h; sourceTree = ""; }; - 3C01110CF96AE3F02CD298140CE6A69E /* RCTTextSelection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextSelection.mm; sourceTree = ""; }; - 3C3F05EDE07B5034C963F9F6CE67E5A9 /* TraceInterpreter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TraceInterpreter.h; path = destroot/include/hermes/TraceInterpreter.h; sourceTree = ""; }; - 3C545CAA0615C251583E48EB7F82EE6B /* RCTVirtualTextView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVirtualTextView.mm; sourceTree = ""; }; - 3C581B89704C6C579DD637F11045901A /* AtomicHashArray-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashArray-inl.h"; path = "folly/AtomicHashArray-inl.h"; sourceTree = ""; }; - 3C6561E4D03CAAFABCC2BB311E4E60DB /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; - 3C65B1F65FB75AE8496089BA4D8132DA /* LayoutPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutPrimitives.h; path = react/renderer/core/LayoutPrimitives.h; sourceTree = ""; }; - 3C6842F25824B02BB1F9AE29C2ECFA11 /* RawPropsKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsKey.h; path = react/renderer/core/RawPropsKey.h; sourceTree = ""; }; - 3C686CF16AC36F7772E5666F595DF1DD /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; 3CA7A9404CCDD6BA22C97F8348CE3209 /* glog */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = glog; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3CC6C8824F967A6F51047F62F0EE1BBF /* RCTComponentViewRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewRegistry.h; sourceTree = ""; }; - 3CC6F063655F93A690DB12F43FF59203 /* ConcreteState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteState.h; path = react/renderer/core/ConcreteState.h; sourceTree = ""; }; - 3CE11681F98A13CA9C177EBF94C36BA9 /* 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; }; - 3CF5EB54677798BC2A8239099C68E243 /* BaseTextProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseTextProps.cpp; path = react/renderer/components/text/BaseTextProps.cpp; sourceTree = ""; }; - 3D158DF7B71452128F42AE32CD1FB9F8 /* MessageInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageInterfaces.h; path = destroot/include/hermes/inspector/chrome/MessageInterfaces.h; sourceTree = ""; }; - 3D2546E47F2D90167BFD3A489746A6E9 /* Unistd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unistd.h; path = folly/portability/Unistd.h; sourceTree = ""; }; - 3D456656403658375790C8C743D75C0B /* RCTEnhancedScrollView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTEnhancedScrollView.mm; sourceTree = ""; }; - 3D51F4E2690E9A08CFFBB28BABF8B881 /* Size.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Size.h; sourceTree = ""; }; - 3D54129F90D419FD85C9C7518C24D18E /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; - 3D5D317EE11A2ED1943820CA6038C762 /* RCTScrollViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewComponentView.h; sourceTree = ""; }; - 3D66CDE2F1E5ADE815D245C01F720E05 /* FBVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBVector.h; path = folly/FBVector.h; sourceTree = ""; }; - 3D7ECAE3A38C9E40E01BA9ECCDDCD703 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; - 3D85474333A22BB675B886226092484B /* GCConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCConfig.h; path = destroot/include/hermes/Public/GCConfig.h; sourceTree = ""; }; - 3D8EAF9A5026B2A44B1C5C030691777D /* RCTTextInputUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextInputUtils.h; sourceTree = ""; }; - 3DBD3F1E98BADA6330257960660EC705 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; - 3DD5ACB14E1702D47A07220300ACACDC /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; - 3DEC4CD4E5129155C495002F2EC3C8E2 /* RCTBundleManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleManager.m; sourceTree = ""; }; - 3E1C7CEFEBA43CD788B5AC77FB8B01A0 /* React-rendererdebug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rendererdebug.release.xcconfig"; sourceTree = ""; }; - 3E8B3F2C5CD49AE76EBE5FE1B633DF51 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; - 3E9989B3856EE890DCF5308267535D6A /* NativeModulePerfLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeModulePerfLogger.h; path = reactperflogger/NativeModulePerfLogger.h; 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 = ""; }; - 3EBC44AD1501E0A738CE4479093FC519 /* RCTSurfacePresenterBridgeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfacePresenterBridgeAdapter.h; path = Fabric/RCTSurfacePresenterBridgeAdapter.h; sourceTree = ""; }; - 3EF34B1C99D548FBBCA52003209848B1 /* TouchEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TouchEventEmitter.cpp; path = react/renderer/components/view/TouchEventEmitter.cpp; sourceTree = ""; }; - 3F0333DDBCB054628884479ACB4DD74E /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; - 3F0E1FD890032EE7C65DBD843122A734 /* RCTDivisionAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDivisionAnimatedNode.mm; sourceTree = ""; }; - 3F0E93CA4A50A97CD132EC5F5147A777 /* FBReactNativeSpecJSI-generated.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "FBReactNativeSpecJSI-generated.cpp"; sourceTree = ""; }; - 3F93EBBC760E206C8883BE32A9915097 /* SRMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRMutex.h; path = SocketRocket/Internal/Utilities/SRMutex.h; sourceTree = ""; }; - 3FA9DB797D67FE5697E292AB30996EC5 /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; - 3FC54879828818C164EE9D23A581C94C /* React-RuntimeHermes-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RuntimeHermes-prefix.pch"; sourceTree = ""; }; - 3FD0CCE5AB33E7D7364EA2798BD36717 /* 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 = ""; }; - 3FDECD99BA68D234624B7992B654210F /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; - 3FE1D61E1096572C6C496BC2F010F9AD /* RCTUnimplementedViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUnimplementedViewComponentView.mm; sourceTree = ""; }; - 3FFEDA5AF4FED3EB1CC515BC9BAB2760 /* HazptrObjLinked.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObjLinked.h; path = folly/synchronization/HazptrObjLinked.h; sourceTree = ""; }; - 402FAD4AE1832794000A1EFB614B6734 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = MethodCall.cpp; sourceTree = ""; }; - 4053AB5EB31BC1083AB0AEAB485CA709 /* SynchronousEventBeat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SynchronousEventBeat.cpp; path = react/renderer/scheduler/SynchronousEventBeat.cpp; sourceTree = ""; }; - 4069A1AFD2D5DEBA2ADB22E9C3C57C62 /* ExperimentalFeature.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ExperimentalFeature.h; sourceTree = ""; }; - 407B56F5E2032F3F21C789C7B936E72A /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; - 408A6E15C55E55FD4C82734D9D6F1AED /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = jsi.cpp; sourceTree = ""; }; - 409C9CFE371F4C9E2C16E6B69E4475E1 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; - 40A96477B6746E7EF65974BA4AC77311 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; - 40B0A07FFAAF71EEEB7F69103A6FB9C9 /* BridgelessJSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BridgelessJSCallInvoker.h; sourceTree = ""; }; - 40B1060307626B66C170509E7A1AC93B /* BindingsInstaller.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BindingsInstaller.h; sourceTree = ""; }; - 40B6CCC5214ADD7CDAC59A0304AB0B44 /* MPMCPipelineDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipelineDetail.h; path = folly/detail/MPMCPipelineDetail.h; sourceTree = ""; }; - 40DF69E9BF1BB2FE7A238D5933EE592A /* RCTDebuggingOverlayManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDebuggingOverlayManager.h; sourceTree = ""; }; - 4108A5A5C69EA408EAE47A1389220D96 /* EventPipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPipe.h; path = react/renderer/core/EventPipe.h; sourceTree = ""; }; - 4123CC56965FA482A00B95D9079BB592 /* ParagraphAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphAttributes.h; path = react/renderer/attributedstring/ParagraphAttributes.h; sourceTree = ""; }; - 412B482D4077AA03CDA9C7148BD671BB /* RCTAppDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppDelegate.h; sourceTree = ""; }; - 4148047344F184B4D856D414B9B4349D /* hermes-engine.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "hermes-engine.release.xcconfig"; sourceTree = ""; }; - 415552FCDA1913EE9C21A7AA2E8B5D8D /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; - 415B73F2410916488FC478B2348A3A60 /* React-hermes-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-hermes-prefix.pch"; sourceTree = ""; }; - 415D4735303C65EE143FDCD8FB10630B /* 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; }; - 41668E58DAD473E6D6299CB34C2F7624 /* RCTBundleAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBundleAssetImageLoader.h; path = Libraries/Image/RCTBundleAssetImageLoader.h; sourceTree = ""; }; - 418436C84F6BA0C631C84CB52D7C3B92 /* FloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FloatOptional.h; sourceTree = ""; }; - 418F17E1019A15820684D10D6442A16B /* RCTBaseTextInputViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextInputViewManager.mm; sourceTree = ""; }; - 419C8BE2E3C07C4D88AE67379DD64133 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Instance.cpp; sourceTree = ""; }; - 41BF2D26A555B1EF397E0C0FFF3A3D10 /* React-FabricImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-FabricImage.debug.xcconfig"; sourceTree = ""; }; - 41CF2183FB0C77CBF6E075298A85E705 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; - 41F7548B01CE2BC29C37502F7B322682 /* React-CoreModules.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.debug.xcconfig"; sourceTree = ""; }; - 420A5266B1FD6E73EC7EE60768EF8C87 /* RCTAppState.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppState.mm; sourceTree = ""; }; - 42377DD1FCC01093826D1679CD5B3A47 /* RCTDebuggingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDebuggingOverlay.h; sourceTree = ""; }; - 423B280C3884A90388F6A5672B85D73D /* TouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TouchEvent.h; path = react/renderer/components/view/TouchEvent.h; sourceTree = ""; }; - 425AE201D17099B37DA3F3D95FD205CE /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RAMBundleRegistry.cpp; sourceTree = ""; }; - 428AD98D36840BB49602F188E61E77ED /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; - 429C7E4887B1AB37BE6142E2505EBD53 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; - 42A9479AFB08D12A4175F215F3F86A90 /* RCTMountingTransactionObserving.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingTransactionObserving.h; sourceTree = ""; }; - 42E878A0B52647A76A45E7A3F15BF583 /* RootShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootShadowNode.h; path = react/renderer/components/root/RootShadowNode.h; sourceTree = ""; }; - 434A3FABD6F37C422D66FAC21D5A3D26 /* RCTUnimplementedNativeComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUnimplementedNativeComponentView.h; sourceTree = ""; }; - 436659BBA87E2B4034F6C03A4E0F7528 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; - 437B323506BD3A853A0E0832B91F60D7 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; - 437B4B478259F453DDD2C911703C303A /* RCTConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTConversions.h; path = Fabric/RCTConversions.h; sourceTree = ""; }; - 43B13DA2E6C6EB49C7EC05FD052C2BFB /* RuntimeTarget.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeTarget.cpp; sourceTree = ""; }; - 43BE5FC05EFD8FF1ABB6465D2475390A /* componentNameByReactViewName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = componentNameByReactViewName.h; path = react/renderer/componentregistry/componentNameByReactViewName.h; sourceTree = ""; }; - 43EB5BDEB4E6A695F071E994CDEDF34A /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; - 43FC5B44EBD55EDD00170483098492A9 /* Log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Log.h; sourceTree = ""; }; - 4408CDFF4AF679EA4744FE79367918F3 /* RCTUITextView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUITextView.mm; sourceTree = ""; }; - 440F4BAA43B158EF57FB9AEA588E384A /* BridgelessNativeMethodCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BridgelessNativeMethodCallInvoker.h; sourceTree = ""; }; - 4423D8253B53E2A44FD0FE88738E032E /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; - 44647235E841371C1C2F7D0D17456A79 /* ReactCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.debug.xcconfig; sourceTree = ""; }; - 4478194C75B2D184014614829944D5CC /* ThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocal.h; path = folly/ThreadLocal.h; sourceTree = ""; }; - 4484FD310CC7FDE99D71B52628A747CD /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Align.h; sourceTree = ""; }; - 44C05D1248657754C0AD48A46E30D77D /* ConcreteViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteViewShadowNode.h; path = react/renderer/components/view/ConcreteViewShadowNode.h; sourceTree = ""; }; - 44D41289A83BA05369244074562FCAE8 /* SRHTTPConnectMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRHTTPConnectMessage.m; path = SocketRocket/Internal/Utilities/SRHTTPConnectMessage.m; sourceTree = ""; }; - 4532C6F010511089FF23034FBC6D143B /* RCTImageStoreManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageStoreManager.mm; sourceTree = ""; }; - 45383E82D4F1CB8665F616757F3EF465 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; - 457F578CD42F20458692D014A245EF9D /* RCTEventAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTEventAnimation.mm; sourceTree = ""; }; - 458EB36E4BD9378F49110E8DB9B60417 /* React-RuntimeHermes.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeHermes.debug.xcconfig"; sourceTree = ""; }; - 459822FB423F933D32F755CA3A5D55CC /* glog-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-umbrella.h"; sourceTree = ""; }; - 45B91E5F61D427FC71BDBE5B0680EAEE /* WeakFamilyRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WeakFamilyRegistry.h; path = react/renderer/leakchecker/WeakFamilyRegistry.h; sourceTree = ""; }; - 46359949C48E08F3E35943E5A0C5731A /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; - 466A8EAE41785C3EA08D830470EABB6B /* Arena-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Arena-inl.h"; path = "folly/memory/Arena-inl.h"; sourceTree = ""; }; - 468E78944CACD6A404936C2001E917FD /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorInterfaces.cpp; sourceTree = ""; }; - 46C0F644E64DADE280D61B2055AB1B77 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; - 46D9C8F24D2051C472E30055FAB7C4DA /* ReactNativeConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ReactNativeConfig.cpp; path = react/config/ReactNativeConfig.cpp; sourceTree = ""; }; - 46EDCFA392F4FA15E1D6087289E0B88B /* fmt-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "fmt-prefix.pch"; sourceTree = ""; }; - 46F0098C57B0C780C6E8319C408F8B87 /* 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; }; - 46F63853A391A1AD9191129CB20B3393 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTClipboard.h; path = React/CoreModules/RCTClipboard.h; sourceTree = ""; }; - 473969280531057CD249A18AC62DD076 /* AtomicUnorderedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMap.h; path = folly/AtomicUnorderedMap.h; sourceTree = ""; }; - 4743DDC3D2B863B43025A8AFF6A53DBF /* React-RCTFabric.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTFabric.release.xcconfig"; sourceTree = ""; }; - 47A8349BE4248B731470FADA5050D933 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; - 47AD1D90749E8B75D93FDBB70F9F6ABA /* TokenBucket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TokenBucket.h; path = folly/TokenBucket.h; sourceTree = ""; }; - 47B8C2E17542CFD6C88E29B13C89129D /* React-rendererdebug.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-rendererdebug.modulemap"; sourceTree = ""; }; - 47ECF5C97B3CE613ADC79EB219369BD2 /* CacheLocality.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CacheLocality.cpp; path = folly/concurrency/CacheLocality.cpp; sourceTree = ""; }; - 4815C38AF6C2FD23A9E98263CAFC071E /* Unit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unit.h; path = folly/Unit.h; sourceTree = ""; }; - 4825137B87754AE1A19B8C41FCBBEF02 /* RCTSyncImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSyncImageManager.h; path = react/renderer/imagemanager/RCTSyncImageManager.h; sourceTree = ""; }; - 4834494C25F872FE871359088A5F2BD6 /* RCTDebuggingOverlayComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDebuggingOverlayComponentView.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 = ""; }; - 48A3BA32C31B7187BEE0B75601AC5EA4 /* React-nativeconfig-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-nativeconfig-prefix.pch"; sourceTree = ""; }; - 48A56339A525A7972D16108E1C573FA7 /* IndexedMemPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IndexedMemPool.h; path = folly/IndexedMemPool.h; sourceTree = ""; }; - 48D1454DD898A877C683DE012FCE946E /* Format-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Format-inl.h"; path = "folly/Format-inl.h"; sourceTree = ""; }; - 48D6CE6FC385A86DE957A237120D60DC /* ImageProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageProps.h; path = react/renderer/components/image/ImageProps.h; sourceTree = ""; }; - 48E1DC9C2E842C0D99F4175EB106715C /* ReactCdp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactCdp.h; sourceTree = ""; }; - 48FD86A455F8736212C18C202CB995C1 /* Props.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Props.h; path = react/renderer/components/rncore/Props.h; sourceTree = ""; }; - 491E9E3F19DEFA1BC25A42CD6A820BEB /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = conversions.h; sourceTree = ""; }; - 49290CEC5056646FE74C165974CE19B4 /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; - 493BF367283D552EA0719F4472FB1C1E /* Varint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Varint.h; path = folly/Varint.h; sourceTree = ""; }; - 49488841C969465F7FD25E3C1C75C2C1 /* Sealable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sealable.h; path = react/renderer/core/Sealable.h; sourceTree = ""; }; - 4978C0B4A326F67AAED995B82196C8BA /* RCTBorderCurve.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderCurve.h; sourceTree = ""; }; - 497B6716D96E3CD0D4F7116CD273F4F8 /* RCTHermesInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHermesInstance.h; path = ReactCommon/RCTHermesInstance.h; sourceTree = ""; }; - 497BA1F22661215459776275AC1753FE /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; - 49A10BAFE140223598A66599240A06CF /* RCTTypeSafety.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.release.xcconfig; sourceTree = ""; }; - 49B03CB2CFE06A806CF80538BE432AB1 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; - 49DB422A77C0F8372ED080B83287E9DF /* ScrollViewState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewState.h; path = react/renderer/components/scrollview/ScrollViewState.h; sourceTree = ""; }; - 49F70C4F7648FEAE6EFD72CFABDF23E8 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4A2B22CA31E3843054F1FDD21F052E79 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; - 4A3E59A3CCA7D3024E30ACFBCE006065 /* DebuggerAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DebuggerAPI.h; path = destroot/include/hermes/DebuggerAPI.h; sourceTree = ""; }; - 4A9B88CA672F8170D7C5752B539D4874 /* RCTPlatformColorUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatformColorUtils.mm; sourceTree = ""; }; - 4AB73260E196F9965C372AD387C37117 /* 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; }; - 4AE8FD7B726F1CF1185015A376A0B881 /* rounding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = rounding.h; sourceTree = ""; }; - 4B04554BEFE64353131BF0953BEA563D /* UIManagerMountHook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerMountHook.h; path = react/renderer/uimanager/UIManagerMountHook.h; sourceTree = ""; }; - 4B0C166B3B496A137E22F045E1766850 /* React-jserrorhandler.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jserrorhandler.debug.xcconfig"; sourceTree = ""; }; - 4B15F2439D90AC10CEFF5A4014DDF2C0 /* RCTInputAccessoryComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryComponentView.mm; sourceTree = ""; }; - 4B1627581DE01E596B378410F3BD64C4 /* React-featureflags.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-featureflags.modulemap"; sourceTree = ""; }; - 4B35780B8ACB078822F7EC159225C188 /* RCTImageResponseObserverProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageResponseObserverProxy.h; path = Fabric/RCTImageResponseObserverProxy.h; sourceTree = ""; }; - 4B5F2AC4E5DB29B8D92C31664E93A994 /* RCTViewRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewRegistry.m; sourceTree = ""; }; - 4B6FAB48CB2BC085133F08F7DA989B92 /* RCTBackedTextInputDelegateAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBackedTextInputDelegateAdapter.mm; sourceTree = ""; }; - 4B7EEABB140DE289ADB42CE4E283F2D7 /* bindingUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bindingUtils.h; path = react/renderer/uimanager/bindingUtils.h; sourceTree = ""; }; - 4BA373714716E19A1582F49274B181F9 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; - 4BCF3440B1BE8CB662040289A4E1E34B /* DebugStringConvertibleItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DebugStringConvertibleItem.h; sourceTree = ""; }; - 4C24DBC71FE62B29ED755A196F7A633F /* RCTDecayAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDecayAnimation.mm; sourceTree = ""; }; - 4C2835B753DFBC66D621194B6892D3F9 /* RawPropsParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsParser.h; path = react/renderer/core/RawPropsParser.h; sourceTree = ""; }; - 4C46B7B386338A3CF2226940A341403E /* Libunwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Libunwind.h; path = folly/portability/Libunwind.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 = ""; }; - 4C65152DCDDCEC0992851CED9760E2A8 /* 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; }; - 4C6E1491AEA0AE1179470B54F951A517 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; - 4CAB10F1ADF33F5BF62A774463140259 /* Constexpr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Constexpr.h; path = folly/portability/Constexpr.h; sourceTree = ""; }; - 4CEE8ED182508A8EFE4DC874DB33188A /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; - 4D5AB6AD5BD7C9A1E7B818A09EE36B9C /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; - 4D9779124B88FB91380A08C26F315C06 /* 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 = ""; }; - 4DA49B954854AE1564F3212D035A176F /* RCTDeprecation.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RCTDeprecation.modulemap; sourceTree = ""; }; - 4DACB4ACC205731446094C05F1BB1126 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; - 4DC07F8A180EF187AF6FF62A7BBC930C /* NodeType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NodeType.h; sourceTree = ""; }; - 4DD488FCCA9EEDD9B68B8F99D105C44A /* Preprocessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Preprocessor.h; path = folly/Preprocessor.h; sourceTree = ""; }; - 4DE8A45174C90141916415EAA1513F16 /* React-Codegen.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Codegen.debug.xcconfig"; sourceTree = ""; }; - 4DFC42BC95076DC2FD4A79DF73994212 /* 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; }; - 4E2BAF10A196A1F2B30AEFDA3CC4A6D8 /* React-Mapbuffer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Mapbuffer.debug.xcconfig"; sourceTree = ""; }; - 4E2C4BEED4BA8067B08F1D3784E0B2B0 /* RCTCxxInspectorPackagerConnectionDelegate.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxInspectorPackagerConnectionDelegate.mm; sourceTree = ""; }; - 4E3F4B9E39D71DB78A1BA625986B4846 /* fromRawValueShared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fromRawValueShared.h; sourceTree = ""; }; - 4E4396862788E3B85FE8735B4ECC8CE7 /* RCTFabricModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFabricModalHostViewController.h; sourceTree = ""; }; - 4E606A9762AB8D4C06B74BC1924936FF /* Lock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Lock.h; path = folly/synchronization/Lock.h; sourceTree = ""; }; - 4E71723F58766828CD659CE1BB060087 /* RCTCxxInspectorWebSocketAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxInspectorWebSocketAdapter.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 = ""; }; - 4ECE50C7153127B2A17E802228FA2F15 /* Pods-ARMSXHost.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ARMSXHost.release.xcconfig"; sourceTree = ""; }; - 4ED219692352FC006A3FD6DD4F8B4A4E /* UnstableLegacyViewManagerAutomaticShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnstableLegacyViewManagerAutomaticShadowNode.cpp; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.cpp; sourceTree = ""; }; - 4ED92DC2FAAC7D6097BEA211B759046A /* ShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNode.h; path = react/renderer/core/ShadowNode.h; sourceTree = ""; }; - 4EDA019464CF15E987932ED5F41C3F86 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - 4EFEDCE60617753B529AB0F3D277EEBD /* RCTRuntimeExecutorModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRuntimeExecutorModule.h; sourceTree = ""; }; - 4F3B801CB30A3A30F63B03542A16FCBB /* RCTInteropTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTInteropTurboModule.mm; path = ReactCommon/RCTInteropTurboModule.mm; sourceTree = ""; }; + 46EB2E000004B0 /* 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; }; + 46EB2E000004C0 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; + 46EB2E000004D0 /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; + 46EB2E000004E0 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; + 46EB2E000004F0 /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; + 46EB2E00000500 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; + 46EB2E00000510 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; + 46EB2E00000520 /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; + 46EB2E00000530 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; + 46EB2E00000540 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; + 46EB2E00000550 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; + 46EB2E00000560 /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; + 46EB2E00000570 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; + 46EB2E00000580 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; + 46EB2E00000590 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; + 46EB2E000005A0 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; + 46EB2E000005B0 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; + 46EB2E000005C0 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; + 46EB2E000005D0 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; + 46EB2E000005E0 /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; + 46EB2E000005F0 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; + 46EB2E00000600 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; + 46EB2E00000610 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; + 46EB2E00000620 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; + 46EB2E00000630 /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = folly/FileUtil.cpp; sourceTree = ""; }; + 46EB2E00000640 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; + 46EB2E00000650 /* SafeAssert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAssert.cpp; path = folly/lang/SafeAssert.cpp; sourceTree = ""; }; + 46EB2E00000660 /* ToAscii.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ToAscii.cpp; path = folly/lang/ToAscii.cpp; sourceTree = ""; }; + 46EB2E00000670 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; + 46EB2E00000680 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; + 46EB2E00000690 /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; + 46EB2E000006A0 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; + 46EB2E000006B0 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; + 46EB2E000006C0 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; + 46EB2E000006D0 /* FileUtilDetail.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtilDetail.cpp; path = folly/detail/FileUtilDetail.cpp; sourceTree = ""; }; + 46EB2E000006E0 /* SplitStringSimd.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SplitStringSimd.cpp; path = folly/detail/SplitStringSimd.cpp; sourceTree = ""; }; + 46EB2E000006F0 /* UniqueInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueInstance.cpp; path = folly/detail/UniqueInstance.cpp; sourceTree = ""; }; + 46EB2E00000700 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; + 46EB2E00000710 /* CString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CString.cpp; path = folly/lang/CString.cpp; sourceTree = ""; }; + 46EB2E00000720 /* Exception.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Exception.cpp; path = folly/lang/Exception.cpp; sourceTree = ""; }; + 46EB2E00000730 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; + 46EB2E00000740 /* NetOps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetOps.cpp; path = folly/net/NetOps.cpp; sourceTree = ""; }; + 46EB2E00000750 /* SysUio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysUio.cpp; path = folly/portability/SysUio.cpp; sourceTree = ""; }; + 46EB2E00000760 /* SanitizeThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SanitizeThread.cpp; path = folly/synchronization/SanitizeThread.cpp; sourceTree = ""; }; + 46EB2E00000770 /* AtFork.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AtFork.cpp; path = folly/system/AtFork.cpp; sourceTree = ""; }; + 46EB2E00000780 /* ThreadId.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadId.cpp; path = folly/system/ThreadId.cpp; sourceTree = ""; }; + 46EB2E00000790 /* AtomicHashArray-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashArray-inl.h"; path = "folly/AtomicHashArray-inl.h"; sourceTree = ""; }; + 46EB2E000007A0 /* AtomicHashArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashArray.h; path = folly/AtomicHashArray.h; sourceTree = ""; }; + 46EB2E000007B0 /* AtomicHashMap-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashMap-inl.h"; path = "folly/AtomicHashMap-inl.h"; sourceTree = ""; }; + 46EB2E000007C0 /* AtomicHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashMap.h; path = folly/AtomicHashMap.h; sourceTree = ""; }; + 46EB2E000007D0 /* AtomicIntrusiveLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicIntrusiveLinkedList.h; path = folly/AtomicIntrusiveLinkedList.h; sourceTree = ""; }; + 46EB2E000007E0 /* AtomicLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicLinkedList.h; path = folly/AtomicLinkedList.h; sourceTree = ""; }; + 46EB2E000007F0 /* AtomicUnorderedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMap.h; path = folly/AtomicUnorderedMap.h; sourceTree = ""; }; + 46EB2E00000800 /* base64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = base64.h; path = folly/base64.h; sourceTree = ""; }; + 46EB2E00000810 /* Benchmark.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Benchmark.h; path = folly/Benchmark.h; sourceTree = ""; }; + 46EB2E00000820 /* BenchmarkUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BenchmarkUtil.h; path = folly/BenchmarkUtil.h; sourceTree = ""; }; + 46EB2E00000830 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/Bits.h; sourceTree = ""; }; + 46EB2E00000840 /* CancellationToken-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CancellationToken-inl.h"; path = "folly/CancellationToken-inl.h"; sourceTree = ""; }; + 46EB2E00000850 /* CancellationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CancellationToken.h; path = folly/CancellationToken.h; sourceTree = ""; }; + 46EB2E00000860 /* Chrono.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Chrono.h; path = folly/Chrono.h; sourceTree = ""; }; + 46EB2E00000870 /* ClockGettimeWrappers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ClockGettimeWrappers.h; path = folly/ClockGettimeWrappers.h; sourceTree = ""; }; + 46EB2E00000880 /* ConcurrentBitSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentBitSet.h; path = folly/ConcurrentBitSet.h; sourceTree = ""; }; + 46EB2E00000890 /* ConcurrentLazy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentLazy.h; path = folly/ConcurrentLazy.h; sourceTree = ""; }; + 46EB2E000008A0 /* ConcurrentSkipList-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ConcurrentSkipList-inl.h"; path = "folly/ConcurrentSkipList-inl.h"; sourceTree = ""; }; + 46EB2E000008B0 /* ConcurrentSkipList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentSkipList.h; path = folly/ConcurrentSkipList.h; sourceTree = ""; }; + 46EB2E000008C0 /* ConstexprMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConstexprMath.h; path = folly/ConstexprMath.h; sourceTree = ""; }; + 46EB2E000008D0 /* ConstructorCallbackList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConstructorCallbackList.h; path = folly/ConstructorCallbackList.h; sourceTree = ""; }; + 46EB2E000008E0 /* Conv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Conv.h; path = folly/Conv.h; sourceTree = ""; }; + 46EB2E000008F0 /* CPortability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CPortability.h; path = folly/CPortability.h; sourceTree = ""; }; + 46EB2E00000900 /* CppAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CppAttributes.h; path = folly/CppAttributes.h; sourceTree = ""; }; + 46EB2E00000910 /* CpuId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CpuId.h; path = folly/CpuId.h; sourceTree = ""; }; + 46EB2E00000920 /* DefaultKeepAliveExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DefaultKeepAliveExecutor.h; path = folly/DefaultKeepAliveExecutor.h; sourceTree = ""; }; + 46EB2E00000930 /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = folly/Demangle.h; sourceTree = ""; }; + 46EB2E00000940 /* DiscriminatedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtr.h; path = folly/DiscriminatedPtr.h; sourceTree = ""; }; + 46EB2E00000950 /* dynamic-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "dynamic-inl.h"; path = "folly/dynamic-inl.h"; sourceTree = ""; }; + 46EB2E00000960 /* dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dynamic.h; path = folly/dynamic.h; sourceTree = ""; }; + 46EB2E00000970 /* DynamicConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicConverter.h; path = folly/DynamicConverter.h; sourceTree = ""; }; + 46EB2E00000980 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/Exception.h; sourceTree = ""; }; + 46EB2E00000990 /* ExceptionString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionString.h; path = folly/ExceptionString.h; sourceTree = ""; }; + 46EB2E000009A0 /* ExceptionWrapper-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExceptionWrapper-inl.h"; path = "folly/ExceptionWrapper-inl.h"; sourceTree = ""; }; + 46EB2E000009B0 /* ExceptionWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionWrapper.h; path = folly/ExceptionWrapper.h; sourceTree = ""; }; + 46EB2E000009C0 /* Executor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Executor.h; path = folly/Executor.h; sourceTree = ""; }; + 46EB2E000009D0 /* Expected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expected.h; path = folly/Expected.h; sourceTree = ""; }; + 46EB2E000009E0 /* FBString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBString.h; path = folly/FBString.h; sourceTree = ""; }; + 46EB2E000009F0 /* FBVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBVector.h; path = folly/FBVector.h; sourceTree = ""; }; + 46EB2E00000A00 /* File.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = File.h; path = folly/File.h; sourceTree = ""; }; + 46EB2E00000A10 /* FileUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtil.h; path = folly/FileUtil.h; sourceTree = ""; }; + 46EB2E00000A20 /* Fingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fingerprint.h; path = folly/Fingerprint.h; sourceTree = ""; }; + 46EB2E00000A30 /* FixedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FixedString.h; path = folly/FixedString.h; sourceTree = ""; }; + 46EB2E00000A40 /* FollyMemcpy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FollyMemcpy.h; path = folly/FollyMemcpy.h; sourceTree = ""; }; + 46EB2E00000A50 /* FollyMemset.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FollyMemset.h; path = folly/FollyMemset.h; sourceTree = ""; }; + 46EB2E00000A60 /* Format-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Format-inl.h"; path = "folly/Format-inl.h"; sourceTree = ""; }; + 46EB2E00000A70 /* Format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Format.h; path = folly/Format.h; sourceTree = ""; }; + 46EB2E00000A80 /* FormatArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatArg.h; path = folly/FormatArg.h; sourceTree = ""; }; + 46EB2E00000A90 /* FormatTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatTraits.h; path = folly/FormatTraits.h; sourceTree = ""; }; + 46EB2E00000AA0 /* Function.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Function.h; path = folly/Function.h; sourceTree = ""; }; + 46EB2E00000AB0 /* GLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GLog.h; path = folly/GLog.h; sourceTree = ""; }; + 46EB2E00000AC0 /* GroupVarint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarint.h; path = folly/GroupVarint.h; sourceTree = ""; }; + 46EB2E00000AD0 /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/Hash.h; sourceTree = ""; }; + 46EB2E00000AE0 /* Indestructible.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Indestructible.h; path = folly/Indestructible.h; sourceTree = ""; }; + 46EB2E00000AF0 /* IndexedMemPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IndexedMemPool.h; path = folly/IndexedMemPool.h; sourceTree = ""; }; + 46EB2E00000B00 /* IntrusiveList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IntrusiveList.h; path = folly/IntrusiveList.h; sourceTree = ""; }; + 46EB2E00000B10 /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/IPAddress.h; sourceTree = ""; }; + 46EB2E00000B20 /* IPAddressException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressException.h; path = folly/IPAddressException.h; sourceTree = ""; }; + 46EB2E00000B30 /* IPAddressV4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV4.h; path = folly/IPAddressV4.h; sourceTree = ""; }; + 46EB2E00000B40 /* IPAddressV6.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV6.h; path = folly/IPAddressV6.h; sourceTree = ""; }; + 46EB2E00000B50 /* json.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json.h; path = folly/json.h; sourceTree = ""; }; + 46EB2E00000B60 /* json_patch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_patch.h; path = folly/json_patch.h; sourceTree = ""; }; + 46EB2E00000B70 /* json_pointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_pointer.h; path = folly/json_pointer.h; sourceTree = ""; }; + 46EB2E00000B80 /* Lazy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Lazy.h; path = folly/Lazy.h; sourceTree = ""; }; + 46EB2E00000B90 /* Likely.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Likely.h; path = folly/Likely.h; sourceTree = ""; }; + 46EB2E00000BA0 /* MacAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MacAddress.h; path = folly/MacAddress.h; sourceTree = ""; }; + 46EB2E00000BB0 /* MapUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapUtil.h; path = folly/MapUtil.h; sourceTree = ""; }; + 46EB2E00000BC0 /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/Math.h; sourceTree = ""; }; + 46EB2E00000BD0 /* MaybeManagedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MaybeManagedPtr.h; path = folly/MaybeManagedPtr.h; sourceTree = ""; }; + 46EB2E00000BE0 /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/Memory.h; sourceTree = ""; }; + 46EB2E00000BF0 /* MicroLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroLock.h; path = folly/MicroLock.h; sourceTree = ""; }; + 46EB2E00000C00 /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/MicroSpinLock.h; sourceTree = ""; }; + 46EB2E00000C10 /* MoveWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MoveWrapper.h; path = folly/MoveWrapper.h; sourceTree = ""; }; + 46EB2E00000C20 /* MPMCPipeline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipeline.h; path = folly/MPMCPipeline.h; sourceTree = ""; }; + 46EB2E00000C30 /* MPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCQueue.h; path = folly/MPMCQueue.h; sourceTree = ""; }; + 46EB2E00000C40 /* ObserverContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObserverContainer.h; path = folly/ObserverContainer.h; sourceTree = ""; }; + 46EB2E00000C50 /* Optional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Optional.h; path = folly/Optional.h; sourceTree = ""; }; + 46EB2E00000C60 /* Overload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Overload.h; path = folly/Overload.h; sourceTree = ""; }; + 46EB2E00000C70 /* PackedSyncPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PackedSyncPtr.h; path = folly/PackedSyncPtr.h; sourceTree = ""; }; + 46EB2E00000C80 /* Padded.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Padded.h; path = folly/Padded.h; sourceTree = ""; }; + 46EB2E00000C90 /* Poly-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Poly-inl.h"; path = "folly/Poly-inl.h"; sourceTree = ""; }; + 46EB2E00000CA0 /* Poly.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Poly.h; path = folly/Poly.h; sourceTree = ""; }; + 46EB2E00000CB0 /* PolyException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyException.h; path = folly/PolyException.h; sourceTree = ""; }; + 46EB2E00000CC0 /* Portability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Portability.h; path = folly/Portability.h; sourceTree = ""; }; + 46EB2E00000CD0 /* Preprocessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Preprocessor.h; path = folly/Preprocessor.h; sourceTree = ""; }; + 46EB2E00000CE0 /* ProducerConsumerQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProducerConsumerQueue.h; path = folly/ProducerConsumerQueue.h; sourceTree = ""; }; + 46EB2E00000CF0 /* Random-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Random-inl.h"; path = "folly/Random-inl.h"; sourceTree = ""; }; + 46EB2E00000D00 /* Random.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Random.h; path = folly/Random.h; sourceTree = ""; }; + 46EB2E00000D10 /* Range.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Range.h; path = folly/Range.h; sourceTree = ""; }; + 46EB2E00000D20 /* Replaceable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Replaceable.h; path = folly/Replaceable.h; sourceTree = ""; }; + 46EB2E00000D30 /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/RWSpinLock.h; sourceTree = ""; }; + 46EB2E00000D40 /* ScopeGuard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopeGuard.h; path = folly/ScopeGuard.h; sourceTree = ""; }; + 46EB2E00000D50 /* SharedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedMutex.h; path = folly/SharedMutex.h; sourceTree = ""; }; + 46EB2E00000D60 /* Singleton-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Singleton-inl.h"; path = "folly/Singleton-inl.h"; sourceTree = ""; }; + 46EB2E00000D70 /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/Singleton.h; sourceTree = ""; }; + 46EB2E00000D80 /* SingletonThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonThreadLocal.h; path = folly/SingletonThreadLocal.h; sourceTree = ""; }; + 46EB2E00000D90 /* small_vector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = small_vector.h; path = folly/small_vector.h; sourceTree = ""; }; + 46EB2E00000DA0 /* SocketAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketAddress.h; path = folly/SocketAddress.h; sourceTree = ""; }; + 46EB2E00000DB0 /* sorted_vector_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sorted_vector_types.h; path = folly/sorted_vector_types.h; sourceTree = ""; }; + 46EB2E00000DC0 /* SpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpinLock.h; path = folly/SpinLock.h; sourceTree = ""; }; + 46EB2E00000DD0 /* stop_watch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stop_watch.h; path = folly/stop_watch.h; sourceTree = ""; }; + 46EB2E00000DE0 /* String-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "String-inl.h"; path = "folly/String-inl.h"; sourceTree = ""; }; + 46EB2E00000DF0 /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/String.h; sourceTree = ""; }; + 46EB2E00000E00 /* Subprocess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subprocess.h; path = folly/Subprocess.h; sourceTree = ""; }; + 46EB2E00000E10 /* Synchronized.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Synchronized.h; path = folly/Synchronized.h; sourceTree = ""; }; + 46EB2E00000E20 /* SynchronizedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynchronizedPtr.h; path = folly/SynchronizedPtr.h; sourceTree = ""; }; + 46EB2E00000E30 /* ThreadCachedInt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedInt.h; path = folly/ThreadCachedInt.h; sourceTree = ""; }; + 46EB2E00000E40 /* ThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocal.h; path = folly/ThreadLocal.h; sourceTree = ""; }; + 46EB2E00000E50 /* TimeoutQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimeoutQueue.h; path = folly/TimeoutQueue.h; sourceTree = ""; }; + 46EB2E00000E60 /* TokenBucket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TokenBucket.h; path = folly/TokenBucket.h; sourceTree = ""; }; + 46EB2E00000E70 /* Traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Traits.h; path = folly/Traits.h; sourceTree = ""; }; + 46EB2E00000E80 /* Try-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Try-inl.h"; path = "folly/Try-inl.h"; sourceTree = ""; }; + 46EB2E00000E90 /* Try.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Try.h; path = folly/Try.h; sourceTree = ""; }; + 46EB2E00000EA0 /* Unicode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unicode.h; path = folly/Unicode.h; sourceTree = ""; }; + 46EB2E00000EB0 /* Unit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unit.h; path = folly/Unit.h; sourceTree = ""; }; + 46EB2E00000EC0 /* Uri-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Uri-inl.h"; path = "folly/Uri-inl.h"; sourceTree = ""; }; + 46EB2E00000ED0 /* Uri.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Uri.h; path = folly/Uri.h; sourceTree = ""; }; + 46EB2E00000EE0 /* UTF8String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UTF8String.h; path = folly/UTF8String.h; sourceTree = ""; }; + 46EB2E00000EF0 /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/Utility.h; sourceTree = ""; }; + 46EB2E00000F00 /* Varint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Varint.h; path = folly/Varint.h; sourceTree = ""; }; + 46EB2E00000F10 /* VirtualExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VirtualExecutor.h; path = folly/VirtualExecutor.h; sourceTree = ""; }; + 46EB2E00000F20 /* Access.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Access.h; path = folly/container/Access.h; sourceTree = ""; }; + 46EB2E00000F30 /* Array.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Array.h; path = folly/container/Array.h; sourceTree = ""; }; + 46EB2E00000F40 /* BitIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIterator.h; path = folly/container/BitIterator.h; sourceTree = ""; }; + 46EB2E00000F50 /* Enumerate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Enumerate.h; path = folly/container/Enumerate.h; sourceTree = ""; }; + 46EB2E00000F60 /* EvictingCacheMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EvictingCacheMap.h; path = folly/container/EvictingCacheMap.h; sourceTree = ""; }; + 46EB2E00000F70 /* F14Map-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "F14Map-fwd.h"; path = "folly/container/F14Map-fwd.h"; sourceTree = ""; }; + 46EB2E00000F80 /* F14Map.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Map.h; path = folly/container/F14Map.h; sourceTree = ""; }; + 46EB2E00000F90 /* F14Set-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "F14Set-fwd.h"; path = "folly/container/F14Set-fwd.h"; sourceTree = ""; }; + 46EB2E00000FA0 /* F14Set.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Set.h; path = folly/container/F14Set.h; sourceTree = ""; }; + 46EB2E00000FB0 /* Foreach-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Foreach-inl.h"; path = "folly/container/Foreach-inl.h"; sourceTree = ""; }; + 46EB2E00000FC0 /* Foreach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Foreach.h; path = folly/container/Foreach.h; sourceTree = ""; }; + 46EB2E00000FD0 /* 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 = ""; }; + 46EB2E00000FE0 /* HeterogeneousAccess-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "HeterogeneousAccess-fwd.h"; path = "folly/container/HeterogeneousAccess-fwd.h"; sourceTree = ""; }; + 46EB2E00000FF0 /* HeterogeneousAccess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HeterogeneousAccess.h; path = folly/container/HeterogeneousAccess.h; sourceTree = ""; }; + 46EB2E00001000 /* IntrusiveHeap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IntrusiveHeap.h; path = folly/container/IntrusiveHeap.h; sourceTree = ""; }; + 46EB2E00001010 /* Iterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterator.h; path = folly/container/Iterator.h; sourceTree = ""; }; + 46EB2E00001020 /* Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Merge.h; path = folly/container/Merge.h; sourceTree = ""; }; + 46EB2E00001030 /* SparseByteSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SparseByteSet.h; path = folly/container/SparseByteSet.h; sourceTree = ""; }; + 46EB2E00001040 /* View.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = View.h; path = folly/container/View.h; sourceTree = ""; }; + 46EB2E00001050 /* WeightedEvictingCacheMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WeightedEvictingCacheMap.h; path = folly/container/WeightedEvictingCacheMap.h; sourceTree = ""; }; + 46EB2E00001060 /* BitIteratorDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIteratorDetail.h; path = folly/container/detail/BitIteratorDetail.h; sourceTree = ""; }; + 46EB2E00001070 /* F14Defaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Defaults.h; path = folly/container/detail/F14Defaults.h; sourceTree = ""; }; + 46EB2E00001080 /* F14IntrinsicsAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14IntrinsicsAvailability.h; path = folly/container/detail/F14IntrinsicsAvailability.h; sourceTree = ""; }; + 46EB2E00001090 /* F14MapFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14MapFallback.h; path = folly/container/detail/F14MapFallback.h; sourceTree = ""; }; + 46EB2E000010A0 /* F14Mask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Mask.h; path = folly/container/detail/F14Mask.h; sourceTree = ""; }; + 46EB2E000010B0 /* F14Policy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Policy.h; path = folly/container/detail/F14Policy.h; sourceTree = ""; }; + 46EB2E000010C0 /* F14SetFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14SetFallback.h; path = folly/container/detail/F14SetFallback.h; sourceTree = ""; }; + 46EB2E000010D0 /* F14Table.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Table.h; path = folly/container/detail/F14Table.h; sourceTree = ""; }; + 46EB2E000010E0 /* Util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Util.h; path = folly/container/detail/Util.h; sourceTree = ""; }; + 46EB2E000010F0 /* AsyncTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTrace.h; path = folly/detail/AsyncTrace.h; sourceTree = ""; }; + 46EB2E00001100 /* AtomicHashUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashUtils.h; path = folly/detail/AtomicHashUtils.h; sourceTree = ""; }; + 46EB2E00001110 /* AtomicUnorderedMapUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMapUtils.h; path = folly/detail/AtomicUnorderedMapUtils.h; sourceTree = ""; }; + 46EB2E00001120 /* DiscriminatedPtrDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtrDetail.h; path = folly/detail/DiscriminatedPtrDetail.h; sourceTree = ""; }; + 46EB2E00001130 /* FileUtilDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtilDetail.h; path = folly/detail/FileUtilDetail.h; sourceTree = ""; }; + 46EB2E00001140 /* FileUtilVectorDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtilVectorDetail.h; path = folly/detail/FileUtilVectorDetail.h; sourceTree = ""; }; + 46EB2E00001150 /* FingerprintPolynomial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FingerprintPolynomial.h; path = folly/detail/FingerprintPolynomial.h; sourceTree = ""; }; + 46EB2E00001160 /* Futex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Futex-inl.h"; path = "folly/detail/Futex-inl.h"; sourceTree = ""; }; + 46EB2E00001170 /* Futex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Futex.h; path = folly/detail/Futex.h; sourceTree = ""; }; + 46EB2E00001180 /* GroupVarintDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarintDetail.h; path = folly/detail/GroupVarintDetail.h; sourceTree = ""; }; + 46EB2E00001190 /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/detail/IPAddress.h; sourceTree = ""; }; + 46EB2E000011A0 /* IPAddressSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressSource.h; path = folly/detail/IPAddressSource.h; sourceTree = ""; }; + 46EB2E000011B0 /* Iterators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterators.h; path = folly/detail/Iterators.h; sourceTree = ""; }; + 46EB2E000011C0 /* MemoryIdler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryIdler.h; path = folly/detail/MemoryIdler.h; sourceTree = ""; }; + 46EB2E000011D0 /* MPMCPipelineDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipelineDetail.h; path = folly/detail/MPMCPipelineDetail.h; sourceTree = ""; }; + 46EB2E000011E0 /* PerfScoped.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PerfScoped.h; path = folly/detail/PerfScoped.h; sourceTree = ""; }; + 46EB2E000011F0 /* PolyDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyDetail.h; path = folly/detail/PolyDetail.h; sourceTree = ""; }; + 46EB2E00001200 /* RangeCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeCommon.h; path = folly/detail/RangeCommon.h; sourceTree = ""; }; + 46EB2E00001210 /* RangeSse42.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeSse42.h; path = folly/detail/RangeSse42.h; sourceTree = ""; }; + 46EB2E00001220 /* SimdAnyOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimdAnyOf.h; path = folly/detail/SimdAnyOf.h; sourceTree = ""; }; + 46EB2E00001230 /* SimdCharPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimdCharPlatform.h; path = folly/detail/SimdCharPlatform.h; sourceTree = ""; }; + 46EB2E00001240 /* SimdForEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimdForEach.h; path = folly/detail/SimdForEach.h; sourceTree = ""; }; + 46EB2E00001250 /* SimpleSimdStringUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimpleSimdStringUtils.h; path = folly/detail/SimpleSimdStringUtils.h; sourceTree = ""; }; + 46EB2E00001260 /* SimpleSimdStringUtilsImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimpleSimdStringUtilsImpl.h; path = folly/detail/SimpleSimdStringUtilsImpl.h; sourceTree = ""; }; + 46EB2E00001270 /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/detail/Singleton.h; sourceTree = ""; }; + 46EB2E00001280 /* SlowFingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SlowFingerprint.h; path = folly/detail/SlowFingerprint.h; sourceTree = ""; }; + 46EB2E00001290 /* SocketFastOpen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFastOpen.h; path = folly/detail/SocketFastOpen.h; sourceTree = ""; }; + 46EB2E000012A0 /* SplitStringSimd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SplitStringSimd.h; path = folly/detail/SplitStringSimd.h; sourceTree = ""; }; + 46EB2E000012B0 /* SplitStringSimdImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SplitStringSimdImpl.h; path = folly/detail/SplitStringSimdImpl.h; sourceTree = ""; }; + 46EB2E000012C0 /* Sse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sse.h; path = folly/detail/Sse.h; sourceTree = ""; }; + 46EB2E000012D0 /* StaticSingletonManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticSingletonManager.h; path = folly/detail/StaticSingletonManager.h; sourceTree = ""; }; + 46EB2E000012E0 /* ThreadLocalDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocalDetail.h; path = folly/detail/ThreadLocalDetail.h; sourceTree = ""; }; + 46EB2E000012F0 /* TurnSequencer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurnSequencer.h; path = folly/detail/TurnSequencer.h; sourceTree = ""; }; + 46EB2E00001300 /* TypeList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeList.h; path = folly/detail/TypeList.h; sourceTree = ""; }; + 46EB2E00001310 /* UniqueInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UniqueInstance.h; path = folly/detail/UniqueInstance.h; sourceTree = ""; }; + 46EB2E00001320 /* UnrollUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnrollUtils.h; path = folly/detail/UnrollUtils.h; sourceTree = ""; }; + 46EB2E00001330 /* ApplyTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ApplyTuple.h; path = folly/functional/ApplyTuple.h; sourceTree = ""; }; + 46EB2E00001340 /* Invoke.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Invoke.h; path = folly/functional/Invoke.h; sourceTree = ""; }; + 46EB2E00001350 /* Partial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Partial.h; path = folly/functional/Partial.h; sourceTree = ""; }; + 46EB2E00001360 /* protocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = protocol.h; path = folly/functional/protocol.h; sourceTree = ""; }; + 46EB2E00001370 /* traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = traits.h; path = folly/functional/traits.h; sourceTree = ""; }; + 46EB2E00001380 /* Checksum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Checksum.h; path = folly/hash/Checksum.h; sourceTree = ""; }; + 46EB2E00001390 /* FarmHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FarmHash.h; path = folly/hash/FarmHash.h; sourceTree = ""; }; + 46EB2E000013A0 /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/hash/Hash.h; sourceTree = ""; }; + 46EB2E000013B0 /* SpookyHashV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV1.h; path = folly/hash/SpookyHashV1.h; sourceTree = ""; }; + 46EB2E000013C0 /* SpookyHashV2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV2.h; path = folly/hash/SpookyHashV2.h; sourceTree = ""; }; + 46EB2E000013D0 /* Access.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Access.h; path = folly/lang/Access.h; sourceTree = ""; }; + 46EB2E000013E0 /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Align.h; path = folly/lang/Align.h; sourceTree = ""; }; + 46EB2E000013F0 /* Aligned.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Aligned.h; path = folly/lang/Aligned.h; sourceTree = ""; }; + 46EB2E00001400 /* Assume.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Assume.h; path = folly/lang/Assume.h; sourceTree = ""; }; + 46EB2E00001410 /* Badge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Badge.h; path = folly/lang/Badge.h; sourceTree = ""; }; + 46EB2E00001420 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/lang/Bits.h; sourceTree = ""; }; + 46EB2E00001430 /* Builtin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Builtin.h; path = folly/lang/Builtin.h; sourceTree = ""; }; + 46EB2E00001440 /* Byte.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Byte.h; path = folly/lang/Byte.h; sourceTree = ""; }; + 46EB2E00001450 /* CArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CArray.h; path = folly/lang/CArray.h; sourceTree = ""; }; + 46EB2E00001460 /* Cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cast.h; path = folly/lang/Cast.h; sourceTree = ""; }; + 46EB2E00001470 /* CheckedMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CheckedMath.h; path = folly/lang/CheckedMath.h; sourceTree = ""; }; + 46EB2E00001480 /* CString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CString.h; path = folly/lang/CString.h; sourceTree = ""; }; + 46EB2E00001490 /* CustomizationPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CustomizationPoint.h; path = folly/lang/CustomizationPoint.h; sourceTree = ""; }; + 46EB2E000014A0 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/lang/Exception.h; sourceTree = ""; }; + 46EB2E000014B0 /* Extern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Extern.h; path = folly/lang/Extern.h; sourceTree = ""; }; + 46EB2E000014C0 /* Hint-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Hint-inl.h"; path = "folly/lang/Hint-inl.h"; sourceTree = ""; }; + 46EB2E000014D0 /* Hint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hint.h; path = folly/lang/Hint.h; sourceTree = ""; }; + 46EB2E000014E0 /* Keep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Keep.h; path = folly/lang/Keep.h; sourceTree = ""; }; + 46EB2E000014F0 /* Launder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Launder.h; path = folly/lang/Launder.h; sourceTree = ""; }; + 46EB2E00001500 /* New.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = New.h; path = folly/lang/New.h; sourceTree = ""; }; + 46EB2E00001510 /* Ordering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Ordering.h; path = folly/lang/Ordering.h; sourceTree = ""; }; + 46EB2E00001520 /* Pretty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Pretty.h; path = folly/lang/Pretty.h; sourceTree = ""; }; + 46EB2E00001530 /* PropagateConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropagateConst.h; path = folly/lang/PropagateConst.h; sourceTree = ""; }; + 46EB2E00001540 /* RValueReferenceWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RValueReferenceWrapper.h; path = folly/lang/RValueReferenceWrapper.h; sourceTree = ""; }; + 46EB2E00001550 /* SafeAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAssert.h; path = folly/lang/SafeAssert.h; sourceTree = ""; }; + 46EB2E00001560 /* StaticConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticConst.h; path = folly/lang/StaticConst.h; sourceTree = ""; }; + 46EB2E00001570 /* Thunk.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Thunk.h; path = folly/lang/Thunk.h; sourceTree = ""; }; + 46EB2E00001580 /* ToAscii.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ToAscii.h; path = folly/lang/ToAscii.h; sourceTree = ""; }; + 46EB2E00001590 /* TypeInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeInfo.h; path = folly/lang/TypeInfo.h; sourceTree = ""; }; + 46EB2E000015A0 /* UncaughtExceptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UncaughtExceptions.h; path = folly/lang/UncaughtExceptions.h; sourceTree = ""; }; + 46EB2E000015B0 /* Arena-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Arena-inl.h"; path = "folly/memory/Arena-inl.h"; sourceTree = ""; }; + 46EB2E000015C0 /* Arena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Arena.h; path = folly/memory/Arena.h; sourceTree = ""; }; + 46EB2E000015D0 /* EnableSharedFromThis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnableSharedFromThis.h; path = folly/memory/EnableSharedFromThis.h; sourceTree = ""; }; + 46EB2E000015E0 /* MallctlHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallctlHelper.h; path = folly/memory/MallctlHelper.h; sourceTree = ""; }; + 46EB2E000015F0 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/memory/Malloc.h; sourceTree = ""; }; + 46EB2E00001600 /* MemoryResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryResource.h; path = folly/memory/MemoryResource.h; sourceTree = ""; }; + 46EB2E00001610 /* 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 = ""; }; + 46EB2E00001620 /* not_null.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = not_null.h; path = folly/memory/not_null.h; sourceTree = ""; }; + 46EB2E00001630 /* ReentrantAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReentrantAllocator.h; path = folly/memory/ReentrantAllocator.h; sourceTree = ""; }; + 46EB2E00001640 /* SanitizeAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeAddress.h; path = folly/memory/SanitizeAddress.h; sourceTree = ""; }; + 46EB2E00001650 /* SanitizeLeak.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeLeak.h; path = folly/memory/SanitizeLeak.h; sourceTree = ""; }; + 46EB2E00001660 /* ThreadCachedArena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedArena.h; path = folly/memory/ThreadCachedArena.h; sourceTree = ""; }; + 46EB2E00001670 /* UninitializedMemoryHacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UninitializedMemoryHacks.h; path = folly/memory/UninitializedMemoryHacks.h; sourceTree = ""; }; + 46EB2E00001680 /* MallocImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallocImpl.h; path = folly/memory/detail/MallocImpl.h; sourceTree = ""; }; + 46EB2E00001690 /* NetOps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetOps.h; path = folly/net/NetOps.h; sourceTree = ""; }; + 46EB2E000016A0 /* NetOpsDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetOpsDispatcher.h; path = folly/net/NetOpsDispatcher.h; sourceTree = ""; }; + 46EB2E000016B0 /* NetworkSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetworkSocket.h; path = folly/net/NetworkSocket.h; sourceTree = ""; }; + 46EB2E000016C0 /* TcpInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpInfo.h; path = folly/net/TcpInfo.h; sourceTree = ""; }; + 46EB2E000016D0 /* TcpInfoDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpInfoDispatcher.h; path = folly/net/TcpInfoDispatcher.h; sourceTree = ""; }; + 46EB2E000016E0 /* TcpInfoTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpInfoTypes.h; path = folly/net/TcpInfoTypes.h; sourceTree = ""; }; + 46EB2E000016F0 /* SocketFileDescriptorMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFileDescriptorMap.h; path = folly/net/detail/SocketFileDescriptorMap.h; sourceTree = ""; }; + 46EB2E00001700 /* Asm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Asm.h; path = folly/portability/Asm.h; sourceTree = ""; }; + 46EB2E00001710 /* Atomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Atomic.h; path = folly/portability/Atomic.h; sourceTree = ""; }; + 46EB2E00001720 /* Builtins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Builtins.h; path = folly/portability/Builtins.h; sourceTree = ""; }; + 46EB2E00001730 /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Config.h; path = folly/portability/Config.h; sourceTree = ""; }; + 46EB2E00001740 /* Constexpr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Constexpr.h; path = folly/portability/Constexpr.h; sourceTree = ""; }; + 46EB2E00001750 /* Dirent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Dirent.h; path = folly/portability/Dirent.h; sourceTree = ""; }; + 46EB2E00001760 /* Event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Event.h; path = folly/portability/Event.h; sourceTree = ""; }; + 46EB2E00001770 /* Fcntl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fcntl.h; path = folly/portability/Fcntl.h; sourceTree = ""; }; + 46EB2E00001780 /* Filesystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Filesystem.h; path = folly/portability/Filesystem.h; sourceTree = ""; }; + 46EB2E00001790 /* FmtCompile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FmtCompile.h; path = folly/portability/FmtCompile.h; sourceTree = ""; }; + 46EB2E000017A0 /* GFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GFlags.h; path = folly/portability/GFlags.h; sourceTree = ""; }; + 46EB2E000017B0 /* GMock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMock.h; path = folly/portability/GMock.h; sourceTree = ""; }; + 46EB2E000017C0 /* GTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTest.h; path = folly/portability/GTest.h; sourceTree = ""; }; + 46EB2E000017D0 /* IOVec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOVec.h; path = folly/portability/IOVec.h; sourceTree = ""; }; + 46EB2E000017E0 /* Libgen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Libgen.h; path = folly/portability/Libgen.h; sourceTree = ""; }; + 46EB2E000017F0 /* Libunwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Libunwind.h; path = folly/portability/Libunwind.h; sourceTree = ""; }; + 46EB2E00001800 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/portability/Malloc.h; sourceTree = ""; }; + 46EB2E00001810 /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/portability/Math.h; sourceTree = ""; }; + 46EB2E00001820 /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/portability/Memory.h; sourceTree = ""; }; + 46EB2E00001830 /* OpenSSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSL.h; path = folly/portability/OpenSSL.h; sourceTree = ""; }; + 46EB2E00001840 /* PThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PThread.h; path = folly/portability/PThread.h; sourceTree = ""; }; + 46EB2E00001850 /* Sched.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sched.h; path = folly/portability/Sched.h; sourceTree = ""; }; + 46EB2E00001860 /* Sockets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sockets.h; path = folly/portability/Sockets.h; sourceTree = ""; }; + 46EB2E00001870 /* SourceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SourceLocation.h; path = folly/portability/SourceLocation.h; sourceTree = ""; }; + 46EB2E00001880 /* Stdio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdio.h; path = folly/portability/Stdio.h; sourceTree = ""; }; + 46EB2E00001890 /* Stdlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdlib.h; path = folly/portability/Stdlib.h; sourceTree = ""; }; + 46EB2E000018A0 /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/portability/String.h; sourceTree = ""; }; + 46EB2E000018B0 /* SysFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysFile.h; path = folly/portability/SysFile.h; sourceTree = ""; }; + 46EB2E000018C0 /* Syslog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Syslog.h; path = folly/portability/Syslog.h; sourceTree = ""; }; + 46EB2E000018D0 /* SysMembarrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMembarrier.h; path = folly/portability/SysMembarrier.h; sourceTree = ""; }; + 46EB2E000018E0 /* SysMman.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMman.h; path = folly/portability/SysMman.h; sourceTree = ""; }; + 46EB2E000018F0 /* SysResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysResource.h; path = folly/portability/SysResource.h; sourceTree = ""; }; + 46EB2E00001900 /* SysStat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysStat.h; path = folly/portability/SysStat.h; sourceTree = ""; }; + 46EB2E00001910 /* SysSyscall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysSyscall.h; path = folly/portability/SysSyscall.h; sourceTree = ""; }; + 46EB2E00001920 /* SysTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTime.h; path = folly/portability/SysTime.h; sourceTree = ""; }; + 46EB2E00001930 /* SysTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTypes.h; path = folly/portability/SysTypes.h; sourceTree = ""; }; + 46EB2E00001940 /* SysUio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysUio.h; path = folly/portability/SysUio.h; sourceTree = ""; }; + 46EB2E00001950 /* Time.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Time.h; path = folly/portability/Time.h; sourceTree = ""; }; + 46EB2E00001960 /* Unistd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unistd.h; path = folly/portability/Unistd.h; sourceTree = ""; }; + 46EB2E00001970 /* Windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Windows.h; path = folly/portability/Windows.h; sourceTree = ""; }; + 46EB2E00001980 /* AtFork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtFork.h; path = folly/system/AtFork.h; sourceTree = ""; }; + 46EB2E00001990 /* HardwareConcurrency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HardwareConcurrency.h; path = folly/system/HardwareConcurrency.h; sourceTree = ""; }; + 46EB2E000019A0 /* MemoryMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryMapping.h; path = folly/system/MemoryMapping.h; sourceTree = ""; }; + 46EB2E000019B0 /* Pid.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Pid.h; path = folly/system/Pid.h; sourceTree = ""; }; + 46EB2E000019C0 /* Shell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Shell.h; path = folly/system/Shell.h; sourceTree = ""; }; + 46EB2E000019D0 /* ThreadId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadId.h; path = folly/system/ThreadId.h; sourceTree = ""; }; + 46EB2E000019E0 /* ThreadName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadName.h; path = folly/system/ThreadName.h; sourceTree = ""; }; + 46EB2E00001A00 /* SharedMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SharedMutex.cpp; path = folly/SharedMutex.cpp; sourceTree = ""; }; + 46EB2E00001A10 /* CacheLocality.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CacheLocality.cpp; path = folly/concurrency/CacheLocality.cpp; sourceTree = ""; }; + 46EB2E00001A20 /* Futex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Futex.cpp; path = folly/detail/Futex.cpp; sourceTree = ""; }; + 46EB2E00001A30 /* ParkingLot.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParkingLot.cpp; path = folly/synchronization/ParkingLot.cpp; sourceTree = ""; }; + 46EB2E00001A40 /* Malloc.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Malloc.cpp; path = folly/portability/Malloc.cpp; sourceTree = ""; }; + 46EB2E00001A50 /* CacheLocality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CacheLocality.h; path = folly/concurrency/CacheLocality.h; sourceTree = ""; }; + 46EB2E00001A60 /* AsymmetricThreadFence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsymmetricThreadFence.h; path = folly/synchronization/AsymmetricThreadFence.h; sourceTree = ""; }; + 46EB2E00001A70 /* AtomicNotification-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicNotification-inl.h"; path = "folly/synchronization/AtomicNotification-inl.h"; sourceTree = ""; }; + 46EB2E00001A80 /* AtomicNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicNotification.h; path = folly/synchronization/AtomicNotification.h; sourceTree = ""; }; + 46EB2E00001A90 /* AtomicRef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicRef.h; path = folly/synchronization/AtomicRef.h; sourceTree = ""; }; + 46EB2E00001AA0 /* AtomicStruct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicStruct.h; path = folly/synchronization/AtomicStruct.h; sourceTree = ""; }; + 46EB2E00001AB0 /* AtomicUtil-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicUtil-inl.h"; path = "folly/synchronization/AtomicUtil-inl.h"; sourceTree = ""; }; + 46EB2E00001AC0 /* AtomicUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUtil.h; path = folly/synchronization/AtomicUtil.h; sourceTree = ""; }; + 46EB2E00001AD0 /* Baton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Baton.h; path = folly/synchronization/Baton.h; sourceTree = ""; }; + 46EB2E00001AE0 /* CallOnce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallOnce.h; path = folly/synchronization/CallOnce.h; sourceTree = ""; }; + 46EB2E00001AF0 /* DelayedInit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DelayedInit.h; path = folly/synchronization/DelayedInit.h; sourceTree = ""; }; + 46EB2E00001B00 /* DistributedMutex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DistributedMutex-inl.h"; path = "folly/synchronization/DistributedMutex-inl.h"; sourceTree = ""; }; + 46EB2E00001B10 /* DistributedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DistributedMutex.h; path = folly/synchronization/DistributedMutex.h; sourceTree = ""; }; + 46EB2E00001B20 /* Hazptr-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Hazptr-fwd.h"; path = "folly/synchronization/Hazptr-fwd.h"; sourceTree = ""; }; + 46EB2E00001B30 /* Hazptr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hazptr.h; path = folly/synchronization/Hazptr.h; sourceTree = ""; }; + 46EB2E00001B40 /* HazptrDomain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrDomain.h; path = folly/synchronization/HazptrDomain.h; sourceTree = ""; }; + 46EB2E00001B50 /* HazptrHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrHolder.h; path = folly/synchronization/HazptrHolder.h; sourceTree = ""; }; + 46EB2E00001B60 /* HazptrObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObj.h; path = folly/synchronization/HazptrObj.h; sourceTree = ""; }; + 46EB2E00001B70 /* HazptrObjLinked.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObjLinked.h; path = folly/synchronization/HazptrObjLinked.h; sourceTree = ""; }; + 46EB2E00001B80 /* HazptrRec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrRec.h; path = folly/synchronization/HazptrRec.h; sourceTree = ""; }; + 46EB2E00001B90 /* HazptrThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThreadPoolExecutor.h; path = folly/synchronization/HazptrThreadPoolExecutor.h; sourceTree = ""; }; + 46EB2E00001BA0 /* HazptrThrLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThrLocal.h; path = folly/synchronization/HazptrThrLocal.h; sourceTree = ""; }; + 46EB2E00001BB0 /* Latch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Latch.h; path = folly/synchronization/Latch.h; sourceTree = ""; }; + 46EB2E00001BC0 /* LifoSem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LifoSem.h; path = folly/synchronization/LifoSem.h; sourceTree = ""; }; + 46EB2E00001BD0 /* Lock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Lock.h; path = folly/synchronization/Lock.h; sourceTree = ""; }; + 46EB2E00001BE0 /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/synchronization/MicroSpinLock.h; sourceTree = ""; }; + 46EB2E00001BF0 /* NativeSemaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeSemaphore.h; path = folly/synchronization/NativeSemaphore.h; sourceTree = ""; }; + 46EB2E00001C00 /* ParkingLot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParkingLot.h; path = folly/synchronization/ParkingLot.h; sourceTree = ""; }; + 46EB2E00001C10 /* PicoSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSpinLock.h; path = folly/synchronization/PicoSpinLock.h; sourceTree = ""; }; + 46EB2E00001C20 /* Rcu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Rcu.h; path = folly/synchronization/Rcu.h; sourceTree = ""; }; + 46EB2E00001C30 /* RelaxedAtomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RelaxedAtomic.h; path = folly/synchronization/RelaxedAtomic.h; sourceTree = ""; }; + 46EB2E00001C40 /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/synchronization/RWSpinLock.h; sourceTree = ""; }; + 46EB2E00001C50 /* SanitizeThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeThread.h; path = folly/synchronization/SanitizeThread.h; sourceTree = ""; }; + 46EB2E00001C60 /* SaturatingSemaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SaturatingSemaphore.h; path = folly/synchronization/SaturatingSemaphore.h; sourceTree = ""; }; + 46EB2E00001C70 /* SmallLocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SmallLocks.h; path = folly/synchronization/SmallLocks.h; sourceTree = ""; }; + 46EB2E00001C80 /* ThrottledLifoSem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThrottledLifoSem.h; path = folly/synchronization/ThrottledLifoSem.h; sourceTree = ""; }; + 46EB2E00001C90 /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/synchronization/Utility.h; sourceTree = ""; }; + 46EB2E00001CA0 /* WaitOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WaitOptions.h; path = folly/synchronization/WaitOptions.h; sourceTree = ""; }; + 46EB2E00001CC0 /* RCTDeprecation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeprecation.h; sourceTree = ""; }; + 46EB2E00001CD0 /* RCTDeprecation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeprecation.m; sourceTree = ""; }; + 46EB2E00001CE0 /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRequired.h; sourceTree = ""; }; + 46EB2E00001CF0 /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; + 46EB2E00001D00 /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; + 46EB2E00001D10 /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; + 46EB2E00001D20 /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; + 46EB2E00001D40 /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; + 46EB2E00001D50 /* RCTAccessibilityManager+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTAccessibilityManager+Internal.h"; path = "React/CoreModules/RCTAccessibilityManager+Internal.h"; sourceTree = ""; }; + 46EB2E00001D60 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAccessibilityManager.h; path = React/CoreModules/RCTAccessibilityManager.h; sourceTree = ""; }; + 46EB2E00001D70 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = React/CoreModules/RCTActionSheetManager.h; sourceTree = ""; }; + 46EB2E00001D80 /* RCTAlertController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertController.h; path = React/CoreModules/RCTAlertController.h; sourceTree = ""; }; + 46EB2E00001D90 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertManager.h; path = React/CoreModules/RCTAlertManager.h; sourceTree = ""; }; + 46EB2E00001DA0 /* RCTAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppearance.h; path = React/CoreModules/RCTAppearance.h; sourceTree = ""; }; + 46EB2E00001DB0 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppState.h; path = React/CoreModules/RCTAppState.h; sourceTree = ""; }; + 46EB2E00001DC0 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTClipboard.h; path = React/CoreModules/RCTClipboard.h; sourceTree = ""; }; + 46EB2E00001DD0 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDeviceInfo.h; path = React/CoreModules/RCTDeviceInfo.h; sourceTree = ""; }; + 46EB2E00001DE0 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevLoadingView.h; path = React/CoreModules/RCTDevLoadingView.h; sourceTree = ""; }; + 46EB2E00001DF0 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevMenu.h; path = React/CoreModules/RCTDevMenu.h; sourceTree = ""; }; + 46EB2E00001E00 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevSettings.h; path = React/CoreModules/RCTDevSettings.h; sourceTree = ""; }; + 46EB2E00001E10 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTEventDispatcher.h; path = React/CoreModules/RCTEventDispatcher.h; sourceTree = ""; }; + 46EB2E00001E20 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; + 46EB2E00001E30 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFPSGraph.h; path = React/CoreModules/RCTFPSGraph.h; sourceTree = ""; }; + 46EB2E00001E40 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTI18nManager.h; path = React/CoreModules/RCTI18nManager.h; sourceTree = ""; }; + 46EB2E00001E50 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyboardObserver.h; path = React/CoreModules/RCTKeyboardObserver.h; sourceTree = ""; }; + 46EB2E00001E60 /* RCTLogBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLogBox.h; path = React/CoreModules/RCTLogBox.h; sourceTree = ""; }; + 46EB2E00001E70 /* RCTLogBoxView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLogBoxView.h; path = React/CoreModules/RCTLogBoxView.h; sourceTree = ""; }; + 46EB2E00001E80 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; + 46EB2E00001E90 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRedBox.h; path = React/CoreModules/RCTRedBox.h; sourceTree = ""; }; + 46EB2E00001EA0 /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSourceCode.h; path = React/CoreModules/RCTSourceCode.h; sourceTree = ""; }; + 46EB2E00001EB0 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTStatusBarManager.h; path = React/CoreModules/RCTStatusBarManager.h; sourceTree = ""; }; + 46EB2E00001EC0 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTiming.h; path = React/CoreModules/RCTTiming.h; sourceTree = ""; }; + 46EB2E00001ED0 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = React/CoreModules/RCTWebSocketExecutor.h; sourceTree = ""; }; + 46EB2E00001EE0 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = React/CoreModules/RCTWebSocketModule.h; sourceTree = ""; }; + 46EB2E00001F10 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; + 46EB2E00001F20 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; + 46EB2E00001F30 /* RCTBridge+Inspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Inspector.h"; sourceTree = ""; }; + 46EB2E00001F40 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; + 46EB2E00001F50 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + 46EB2E00001F60 /* RCTBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBridge.mm; sourceTree = ""; }; + 46EB2E00001F70 /* RCTBridgeConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeConstants.h; sourceTree = ""; }; + 46EB2E00001F80 /* RCTBridgeConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridgeConstants.m; sourceTree = ""; }; + 46EB2E00001F90 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + 46EB2E00001FA0 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + 46EB2E00001FB0 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + 46EB2E00001FC0 /* RCTBridgeModuleDecorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModuleDecorator.h; sourceTree = ""; }; + 46EB2E00001FD0 /* RCTBridgeModuleDecorator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridgeModuleDecorator.m; sourceTree = ""; }; + 46EB2E00001FE0 /* RCTBridgeProxy+Cxx.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridgeProxy+Cxx.h"; sourceTree = ""; }; + 46EB2E00001FF0 /* RCTBridgeProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeProxy.h; sourceTree = ""; }; + 46EB2E00002000 /* RCTBridgeProxy.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBridgeProxy.mm; sourceTree = ""; }; + 46EB2E00002010 /* RCTBundleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleManager.h; sourceTree = ""; }; + 46EB2E00002020 /* RCTBundleManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleManager.m; sourceTree = ""; }; + 46EB2E00002030 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + 46EB2E00002040 /* RCTBundleURLProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBundleURLProvider.mm; sourceTree = ""; }; + 46EB2E00002050 /* RCTCallableJSModules.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCallableJSModules.m; sourceTree = ""; }; + 46EB2E00002060 /* RCTCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCallInvoker.h; sourceTree = ""; }; + 46EB2E00002070 /* RCTCallInvoker.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCallInvoker.mm; sourceTree = ""; }; + 46EB2E00002080 /* RCTCallInvokerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCallInvokerModule.h; sourceTree = ""; }; + 46EB2E00002090 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; + 46EB2E000020A0 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; + 46EB2E000020B0 /* RCTConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConstants.h; sourceTree = ""; }; + 46EB2E000020C0 /* RCTConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConstants.m; sourceTree = ""; }; + 46EB2E000020D0 /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + 46EB2E000020E0 /* RCTConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvert.mm; sourceTree = ""; }; + 46EB2E000020F0 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + 46EB2E00002100 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + 46EB2E00002110 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + 46EB2E00002120 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + 46EB2E00002130 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; + 46EB2E00002140 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + 46EB2E00002150 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + 46EB2E00002160 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + 46EB2E00002170 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; + 46EB2E00002180 /* RCTEventDispatcherProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcherProtocol.h; sourceTree = ""; }; + 46EB2E00002190 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; + 46EB2E000021A0 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 46EB2E000021B0 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + 46EB2E000021C0 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; + 46EB2E000021D0 /* RCTInitializing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInitializing.h; sourceTree = ""; }; + 46EB2E000021E0 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + 46EB2E000021F0 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; + 46EB2E00002200 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + 46EB2E00002210 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + 46EB2E00002220 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + 46EB2E00002230 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; + 46EB2E00002240 /* RCTJSThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSThread.h; sourceTree = ""; }; + 46EB2E00002250 /* RCTJSThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSThread.m; sourceTree = ""; }; + 46EB2E00002260 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + 46EB2E00002270 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; + 46EB2E00002280 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + 46EB2E00002290 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; + 46EB2E000022A0 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; + 46EB2E000022B0 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + 46EB2E000022C0 /* RCTMockDef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMockDef.h; sourceTree = ""; }; + 46EB2E000022D0 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; + 46EB2E000022E0 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; + 46EB2E000022F0 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + 46EB2E00002300 /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + 46EB2E00002310 /* RCTModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuleRegistry.m; sourceTree = ""; }; + 46EB2E00002320 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + 46EB2E00002330 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 46EB2E00002340 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; + 46EB2E00002350 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + 46EB2E00002360 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + 46EB2E00002370 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + 46EB2E00002380 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + 46EB2E00002390 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + 46EB2E000023A0 /* RCTPerformanceLogger.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPerformanceLogger.mm; sourceTree = ""; }; + 46EB2E000023B0 /* RCTPerformanceLoggerLabels.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLoggerLabels.h; sourceTree = ""; }; + 46EB2E000023C0 /* RCTPerformanceLoggerLabels.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLoggerLabels.m; sourceTree = ""; }; + 46EB2E000023D0 /* RCTPLTag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPLTag.h; sourceTree = ""; }; + 46EB2E000023E0 /* RCTRedBoxSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxSetEnabled.h; sourceTree = ""; }; + 46EB2E000023F0 /* RCTRedBoxSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxSetEnabled.m; sourceTree = ""; }; + 46EB2E00002400 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + 46EB2E00002410 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; + 46EB2E00002420 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + 46EB2E00002430 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; + 46EB2E00002440 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + 46EB2E00002450 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + 46EB2E00002460 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + 46EB2E00002470 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + 46EB2E00002480 /* RCTRuntimeExecutorModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRuntimeExecutorModule.h; sourceTree = ""; }; + 46EB2E00002490 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + 46EB2E000024A0 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + 46EB2E000024B0 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; + 46EB2E000024C0 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; + 46EB2E000024D0 /* RCTTurboModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleRegistry.h; sourceTree = ""; }; + 46EB2E000024E0 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; + 46EB2E000024F0 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + 46EB2E00002500 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; + 46EB2E00002510 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + 46EB2E00002520 /* RCTUtilsUIOverride.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtilsUIOverride.h; sourceTree = ""; }; + 46EB2E00002530 /* RCTUtilsUIOverride.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtilsUIOverride.m; sourceTree = ""; }; + 46EB2E00002540 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + 46EB2E00002550 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + 46EB2E00002560 /* RCTViewRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewRegistry.m; sourceTree = ""; }; + 46EB2E00002580 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + 46EB2E00002590 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; + 46EB2E000025A0 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; + 46EB2E000025B0 /* RCTSurfaceProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceProtocol.h; sourceTree = ""; }; + 46EB2E000025C0 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + 46EB2E000025D0 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; + 46EB2E000025E0 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + 46EB2E000025F0 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 46EB2E00002600 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; + 46EB2E00002610 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + 46EB2E00002620 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + 46EB2E00002630 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; + 46EB2E00002640 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + 46EB2E00002650 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + 46EB2E00002670 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + 46EB2E00002680 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + 46EB2E00002690 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; + 46EB2E000026A0 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; + 46EB2E000026B0 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + 46EB2E000026C0 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + 46EB2E000026E0 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + 46EB2E000026F0 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; + 46EB2E00002700 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + 46EB2E00002710 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; + 46EB2E00002720 /* RCTJSIExecutorRuntimeInstaller.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSIExecutorRuntimeInstaller.h; sourceTree = ""; }; + 46EB2E00002730 /* RCTJSIExecutorRuntimeInstaller.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJSIExecutorRuntimeInstaller.mm; sourceTree = ""; }; + 46EB2E00002740 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + 46EB2E00002750 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + 46EB2E00002760 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + 46EB2E00002770 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + 46EB2E00002790 /* RCTDefaultCxxLogFunction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefaultCxxLogFunction.h; sourceTree = ""; }; + 46EB2E000027A0 /* RCTDefaultCxxLogFunction.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDefaultCxxLogFunction.mm; sourceTree = ""; }; + 46EB2E000027C0 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + 46EB2E000027D0 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; + 46EB2E000027E0 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + 46EB2E000027F0 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + 46EB2E00002800 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + 46EB2E00002810 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + 46EB2E00002820 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; + 46EB2E00002830 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; + 46EB2E00002840 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; + 46EB2E00002860 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; + 46EB2E00002870 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; + 46EB2E00002890 /* FBXXHashUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FBXXHashUtils.h; sourceTree = ""; }; + 46EB2E000028A0 /* RCTLocalizedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLocalizedString.h; sourceTree = ""; }; + 46EB2E000028B0 /* RCTLocalizedString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLocalizedString.mm; sourceTree = ""; }; + 46EB2E000028D0 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + 46EB2E000028E0 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; + 46EB2E000028F0 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; + 46EB2E00002900 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 46EB2E00002910 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 46EB2E00002920 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + 46EB2E00002930 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + 46EB2E00002940 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + 46EB2E00002950 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + 46EB2E00002960 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; + 46EB2E00002970 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; + 46EB2E00002980 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; + 46EB2E00002990 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + 46EB2E000029A0 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + 46EB2E000029B0 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + 46EB2E000029C0 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 46EB2E000029D0 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + 46EB2E000029E0 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + 46EB2E00002A00 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + 46EB2E00002A10 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + 46EB2E00002A20 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + 46EB2E00002A30 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; + 46EB2E00002A40 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; + 46EB2E00002A50 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; + 46EB2E00002A60 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; + 46EB2E00002A80 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + 46EB2E00002A90 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; + 46EB2E00002AB0 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 46EB2E00002AC0 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + 46EB2E00002AD0 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + 46EB2E00002AE0 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + 46EB2E00002AF0 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + 46EB2E00002B00 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + 46EB2E00002B10 /* RCTBorderCurve.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderCurve.h; sourceTree = ""; }; + 46EB2E00002B20 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; + 46EB2E00002B30 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + 46EB2E00002B40 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; + 46EB2E00002B50 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + 46EB2E00002B60 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + 46EB2E00002B70 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 46EB2E00002B80 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; + 46EB2E00002B90 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + 46EB2E00002BA0 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; + 46EB2E00002BB0 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + 46EB2E00002BC0 /* RCTCursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCursor.h; sourceTree = ""; }; + 46EB2E00002BD0 /* RCTDebuggingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDebuggingOverlay.h; sourceTree = ""; }; + 46EB2E00002BE0 /* RCTDebuggingOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDebuggingOverlay.m; sourceTree = ""; }; + 46EB2E00002BF0 /* RCTDebuggingOverlayManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDebuggingOverlayManager.h; sourceTree = ""; }; + 46EB2E00002C00 /* RCTDebuggingOverlayManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDebuggingOverlayManager.m; sourceTree = ""; }; + 46EB2E00002C10 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + 46EB2E00002C20 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + 46EB2E00002C30 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + 46EB2E00002C40 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + 46EB2E00002C50 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + 46EB2E00002C60 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; + 46EB2E00002C70 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; + 46EB2E00002C80 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; + 46EB2E00002C90 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; + 46EB2E00002CA0 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + 46EB2E00002CB0 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; + 46EB2E00002CC0 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; + 46EB2E00002CD0 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + 46EB2E00002CE0 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + 46EB2E00002CF0 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + 46EB2E00002D00 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; + 46EB2E00002D10 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + 46EB2E00002D20 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + 46EB2E00002D30 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + 46EB2E00002D40 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; + 46EB2E00002D50 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; + 46EB2E00002D60 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; + 46EB2E00002D70 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + 46EB2E00002D80 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; + 46EB2E00002D90 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + 46EB2E00002DA0 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + 46EB2E00002DB0 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + 46EB2E00002DC0 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + 46EB2E00002DD0 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 46EB2E00002DE0 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + 46EB2E00002DF0 /* RCTViewUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewUtils.h; sourceTree = ""; }; + 46EB2E00002E00 /* RCTViewUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewUtils.m; sourceTree = ""; }; + 46EB2E00002E10 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + 46EB2E00002E20 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + 46EB2E00002E40 /* RCTRefreshableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshableProtocol.h; sourceTree = ""; }; + 46EB2E00002E50 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; + 46EB2E00002E60 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; + 46EB2E00002E70 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; + 46EB2E00002E80 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + 46EB2E00002EA0 /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + 46EB2E00002EB0 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + 46EB2E00002EC0 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + 46EB2E00002ED0 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + 46EB2E00002EE0 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + 46EB2E00002EF0 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + 46EB2E00002F00 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + 46EB2E00002F10 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + 46EB2E00002F30 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; + 46EB2E00002F40 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; + 46EB2E00002F50 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; + 46EB2E00002F60 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + 46EB2E00002F70 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; + 46EB2E00002F80 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + 46EB2E00002F90 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + 46EB2E00002FA0 /* RCTScrollEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollEvent.h; sourceTree = ""; }; + 46EB2E00002FB0 /* RCTScrollEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollEvent.m; sourceTree = ""; }; + 46EB2E00002FC0 /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + 46EB2E00002FD0 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; + 46EB2E00002FE0 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + 46EB2E00002FF0 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + 46EB2E00003000 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + 46EB2E00003010 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + 46EB2E00003020 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; + 46EB2E00003050 /* RCTDevLoadingViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewProtocol.h; sourceTree = ""; }; + 46EB2E00003060 /* RCTDevLoadingViewSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewSetEnabled.h; sourceTree = ""; }; + 46EB2E00003070 /* RCTDevLoadingViewSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingViewSetEnabled.m; sourceTree = ""; }; + 46EB2E00003080 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; + 46EB2E00003090 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; + 46EB2E000030A0 /* RCTInspectorNetworkHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorNetworkHelper.h; sourceTree = ""; }; + 46EB2E000030B0 /* RCTInspectorNetworkHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorNetworkHelper.mm; sourceTree = ""; }; + 46EB2E000030C0 /* RCTInspectorUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorUtils.h; sourceTree = ""; }; + 46EB2E000030D0 /* RCTInspectorUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorUtils.mm; sourceTree = ""; }; + 46EB2E000030E0 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + 46EB2E000030F0 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; + 46EB2E00003100 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; + 46EB2E00003110 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; + 46EB2E00003120 /* RCTPausedInDebuggerOverlayController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPausedInDebuggerOverlayController.h; sourceTree = ""; }; + 46EB2E00003130 /* RCTPausedInDebuggerOverlayController.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPausedInDebuggerOverlayController.mm; sourceTree = ""; }; + 46EB2E00003150 /* RCTCxxInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxInspectorPackagerConnection.h; sourceTree = ""; }; + 46EB2E00003160 /* RCTCxxInspectorPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxInspectorPackagerConnection.mm; sourceTree = ""; }; + 46EB2E00003170 /* RCTCxxInspectorPackagerConnectionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxInspectorPackagerConnectionDelegate.h; sourceTree = ""; }; + 46EB2E00003180 /* RCTCxxInspectorPackagerConnectionDelegate.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxInspectorPackagerConnectionDelegate.mm; sourceTree = ""; }; + 46EB2E00003190 /* RCTCxxInspectorWebSocketAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxInspectorWebSocketAdapter.h; sourceTree = ""; }; + 46EB2E000031A0 /* RCTCxxInspectorWebSocketAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxInspectorWebSocketAdapter.mm; sourceTree = ""; }; + 46EB2E000031B0 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + 46EB2E000031C0 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + 46EB2E000031D0 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; + 46EB2E000031E0 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; + 46EB2E00003210 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; + 46EB2E00003220 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; + 46EB2E00003230 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + 46EB2E00003240 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + 46EB2E00003250 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; + 46EB2E00003270 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + 46EB2E00003280 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; + 46EB2E00003290 /* RCTColorAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTColorAnimatedNode.h; sourceTree = ""; }; + 46EB2E000032A0 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + 46EB2E000032B0 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + 46EB2E000032C0 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + 46EB2E000032D0 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + 46EB2E000032E0 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; + 46EB2E000032F0 /* RCTObjectAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjectAnimatedNode.h; sourceTree = ""; }; + 46EB2E00003300 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; + 46EB2E00003310 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; + 46EB2E00003320 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; + 46EB2E00003330 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; + 46EB2E00003340 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; + 46EB2E00003350 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; + 46EB2E00003360 /* RCTAnimationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationPlugins.h; path = Libraries/NativeAnimation/RCTAnimationPlugins.h; sourceTree = ""; }; + 46EB2E00003370 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; + 46EB2E00003380 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; + 46EB2E00003390 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + 46EB2E000033A0 /* RCTNativeAnimatedTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedTurboModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedTurboModule.h; sourceTree = ""; }; + 46EB2E000033C0 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; + 46EB2E000033D0 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; + 46EB2E000033F0 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; + 46EB2E00003400 /* RCTBundleAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBundleAssetImageLoader.h; path = Libraries/Image/RCTBundleAssetImageLoader.h; sourceTree = ""; }; + 46EB2E00003410 /* RCTDisplayWeakRefreshable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDisplayWeakRefreshable.h; path = Libraries/Image/RCTDisplayWeakRefreshable.h; sourceTree = ""; }; + 46EB2E00003420 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; + 46EB2E00003430 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; + 46EB2E00003440 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + 46EB2E00003450 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; + 46EB2E00003460 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; + 46EB2E00003470 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; + 46EB2E00003480 /* RCTImageLoaderLoggable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderLoggable.h; path = Libraries/Image/RCTImageLoaderLoggable.h; sourceTree = ""; }; + 46EB2E00003490 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; + 46EB2E000034A0 /* RCTImageLoaderWithAttributionProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderWithAttributionProtocol.h; path = Libraries/Image/RCTImageLoaderWithAttributionProtocol.h; sourceTree = ""; }; + 46EB2E000034B0 /* RCTImagePlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePlugins.h; path = Libraries/Image/RCTImagePlugins.h; sourceTree = ""; }; + 46EB2E000034C0 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; + 46EB2E000034D0 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; + 46EB2E000034E0 /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; + 46EB2E000034F0 /* RCTImageURLLoaderWithAttribution.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoaderWithAttribution.h; path = Libraries/Image/RCTImageURLLoaderWithAttribution.h; sourceTree = ""; }; + 46EB2E00003500 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; + 46EB2E00003510 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; + 46EB2E00003520 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; + 46EB2E00003530 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; + 46EB2E00003540 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; + 46EB2E00003550 /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; + 46EB2E00003570 /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; + 46EB2E00003580 /* RCTLinkingPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingPlugins.h; path = Libraries/LinkingIOS/RCTLinkingPlugins.h; sourceTree = ""; }; + 46EB2E000035A0 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; + 46EB2E000035B0 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; + 46EB2E000035C0 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; + 46EB2E000035D0 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; + 46EB2E000035E0 /* RCTNetworkPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkPlugins.h; path = Libraries/Network/RCTNetworkPlugins.h; sourceTree = ""; }; + 46EB2E000035F0 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; + 46EB2E00003610 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; + 46EB2E00003620 /* RCTSettingsPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsPlugins.h; path = Libraries/Settings/RCTSettingsPlugins.h; sourceTree = ""; }; + 46EB2E00003650 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; + 46EB2E00003660 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; + 46EB2E00003680 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + 46EB2E00003690 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; + 46EB2E000036A0 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; + 46EB2E000036B0 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; + 46EB2E000036C0 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + 46EB2E000036E0 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + 46EB2E000036F0 /* RCTDynamicTypeRamp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDynamicTypeRamp.h; sourceTree = ""; }; + 46EB2E00003700 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + 46EB2E00003710 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + 46EB2E00003720 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + 46EB2E00003750 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; + 46EB2E00003760 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + 46EB2E00003770 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; + 46EB2E00003780 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; + 46EB2E00003790 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; + 46EB2E000037A0 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + 46EB2E000037B0 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + 46EB2E000037C0 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + 46EB2E000037D0 /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + 46EB2E000037E0 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; + 46EB2E000037F0 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + 46EB2E00003800 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + 46EB2E00003810 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + 46EB2E00003820 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + 46EB2E00003840 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + 46EB2E00003850 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + 46EB2E00003860 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; + 46EB2E00003880 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + 46EB2E00003890 /* RCTVirtualTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextView.h; sourceTree = ""; }; + 46EB2E000038A0 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + 46EB2E000038C0 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; + 46EB2E000038D0 /* RCTVibrationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibrationPlugins.h; path = Libraries/Vibration/RCTVibrationPlugins.h; sourceTree = ""; }; + 46EB2E000038F0 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; + 46EB2E00003900 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; + 46EB2E00003910 /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; + 46EB2E00003920 /* RCTAccessibilityManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAccessibilityManager.mm; sourceTree = ""; }; + 46EB2E00003930 /* RCTActionSheetManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTActionSheetManager.mm; sourceTree = ""; }; + 46EB2E00003940 /* RCTAlertController.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAlertController.mm; sourceTree = ""; }; + 46EB2E00003950 /* RCTAlertManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAlertManager.mm; sourceTree = ""; }; + 46EB2E00003960 /* RCTAppearance.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppearance.mm; sourceTree = ""; }; + 46EB2E00003970 /* RCTAppState.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppState.mm; sourceTree = ""; }; + 46EB2E00003980 /* RCTClipboard.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTClipboard.mm; sourceTree = ""; }; + 46EB2E00003990 /* RCTDeviceInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDeviceInfo.mm; sourceTree = ""; }; + 46EB2E000039A0 /* RCTDevLoadingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevLoadingView.mm; sourceTree = ""; }; + 46EB2E000039B0 /* RCTDevMenu.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevMenu.mm; sourceTree = ""; }; + 46EB2E000039C0 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + 46EB2E000039D0 /* RCTEventDispatcher.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTEventDispatcher.mm; sourceTree = ""; }; + 46EB2E000039E0 /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; + 46EB2E000039F0 /* RCTFPSGraph.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFPSGraph.mm; sourceTree = ""; }; + 46EB2E00003A00 /* RCTI18nManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTI18nManager.mm; sourceTree = ""; }; + 46EB2E00003A10 /* RCTKeyboardObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTKeyboardObserver.mm; sourceTree = ""; }; + 46EB2E00003A20 /* RCTLogBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLogBox.mm; sourceTree = ""; }; + 46EB2E00003A30 /* RCTLogBoxView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLogBoxView.mm; sourceTree = ""; }; + 46EB2E00003A40 /* RCTPerfMonitor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPerfMonitor.mm; sourceTree = ""; }; + 46EB2E00003A50 /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; + 46EB2E00003A60 /* RCTRedBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRedBox.mm; sourceTree = ""; }; + 46EB2E00003A70 /* RCTSourceCode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSourceCode.mm; sourceTree = ""; }; + 46EB2E00003A80 /* RCTStatusBarManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTStatusBarManager.mm; sourceTree = ""; }; + 46EB2E00003A90 /* RCTTiming.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTiming.mm; sourceTree = ""; }; + 46EB2E00003AA0 /* RCTWebSocketExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketExecutor.mm; sourceTree = ""; }; + 46EB2E00003AB0 /* RCTWebSocketModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketModule.mm; sourceTree = ""; }; + 46EB2E00003AD0 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/animations/conversions.h; sourceTree = ""; }; + 46EB2E00003AE0 /* LayoutAnimationCallbackWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationCallbackWrapper.h; path = react/renderer/animations/LayoutAnimationCallbackWrapper.h; sourceTree = ""; }; + 46EB2E00003AF0 /* LayoutAnimationDriver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutAnimationDriver.cpp; path = react/renderer/animations/LayoutAnimationDriver.cpp; sourceTree = ""; }; + 46EB2E00003B00 /* LayoutAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationDriver.h; path = react/renderer/animations/LayoutAnimationDriver.h; sourceTree = ""; }; + 46EB2E00003B10 /* LayoutAnimationKeyFrameManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutAnimationKeyFrameManager.cpp; path = react/renderer/animations/LayoutAnimationKeyFrameManager.cpp; sourceTree = ""; }; + 46EB2E00003B20 /* LayoutAnimationKeyFrameManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationKeyFrameManager.h; path = react/renderer/animations/LayoutAnimationKeyFrameManager.h; sourceTree = ""; }; + 46EB2E00003B30 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/animations/primitives.h; sourceTree = ""; }; + 46EB2E00003B40 /* utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = utils.cpp; path = react/renderer/animations/utils.cpp; sourceTree = ""; }; + 46EB2E00003B50 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = react/renderer/animations/utils.h; sourceTree = ""; }; + 46EB2E00003B70 /* AttributedString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AttributedString.cpp; path = react/renderer/attributedstring/AttributedString.cpp; sourceTree = ""; }; + 46EB2E00003B80 /* AttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AttributedString.h; path = react/renderer/attributedstring/AttributedString.h; sourceTree = ""; }; + 46EB2E00003B90 /* AttributedStringBox.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AttributedStringBox.cpp; path = react/renderer/attributedstring/AttributedStringBox.cpp; sourceTree = ""; }; + 46EB2E00003BA0 /* AttributedStringBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AttributedStringBox.h; path = react/renderer/attributedstring/AttributedStringBox.h; sourceTree = ""; }; + 46EB2E00003BB0 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/attributedstring/conversions.h; sourceTree = ""; }; + 46EB2E00003BC0 /* ParagraphAttributes.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphAttributes.cpp; path = react/renderer/attributedstring/ParagraphAttributes.cpp; sourceTree = ""; }; + 46EB2E00003BD0 /* ParagraphAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphAttributes.h; path = react/renderer/attributedstring/ParagraphAttributes.h; sourceTree = ""; }; + 46EB2E00003BE0 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/attributedstring/primitives.h; sourceTree = ""; }; + 46EB2E00003BF0 /* TextAttributes.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextAttributes.cpp; path = react/renderer/attributedstring/TextAttributes.cpp; sourceTree = ""; }; + 46EB2E00003C00 /* TextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextAttributes.h; path = react/renderer/attributedstring/TextAttributes.h; sourceTree = ""; }; + 46EB2E00003C20 /* ComponentDescriptorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorFactory.h; path = react/renderer/componentregistry/ComponentDescriptorFactory.h; sourceTree = ""; }; + 46EB2E00003C30 /* ComponentDescriptorProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorProvider.h; path = react/renderer/componentregistry/ComponentDescriptorProvider.h; sourceTree = ""; }; + 46EB2E00003C40 /* ComponentDescriptorProviderRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptorProviderRegistry.cpp; path = react/renderer/componentregistry/ComponentDescriptorProviderRegistry.cpp; sourceTree = ""; }; + 46EB2E00003C50 /* ComponentDescriptorProviderRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorProviderRegistry.h; path = react/renderer/componentregistry/ComponentDescriptorProviderRegistry.h; sourceTree = ""; }; + 46EB2E00003C60 /* ComponentDescriptorRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptorRegistry.cpp; path = react/renderer/componentregistry/ComponentDescriptorRegistry.cpp; sourceTree = ""; }; + 46EB2E00003C70 /* ComponentDescriptorRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorRegistry.h; path = react/renderer/componentregistry/ComponentDescriptorRegistry.h; sourceTree = ""; }; + 46EB2E00003C80 /* componentNameByReactViewName.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = componentNameByReactViewName.cpp; path = react/renderer/componentregistry/componentNameByReactViewName.cpp; sourceTree = ""; }; + 46EB2E00003C90 /* componentNameByReactViewName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = componentNameByReactViewName.h; path = react/renderer/componentregistry/componentNameByReactViewName.h; sourceTree = ""; }; + 46EB2E00003CB0 /* NativeComponentRegistryBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NativeComponentRegistryBinding.cpp; path = react/renderer/componentregistry/native/NativeComponentRegistryBinding.cpp; sourceTree = ""; }; + 46EB2E00003CC0 /* NativeComponentRegistryBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeComponentRegistryBinding.h; path = react/renderer/componentregistry/native/NativeComponentRegistryBinding.h; sourceTree = ""; }; + 46EB2E00003CF0 /* LegacyViewManagerInteropComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropComponentDescriptor.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropComponentDescriptor.h; sourceTree = ""; }; + 46EB2E00003D00 /* LegacyViewManagerInteropComponentDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = LegacyViewManagerInteropComponentDescriptor.mm; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropComponentDescriptor.mm; sourceTree = ""; }; + 46EB2E00003D10 /* LegacyViewManagerInteropShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LegacyViewManagerInteropShadowNode.cpp; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropShadowNode.cpp; sourceTree = ""; }; + 46EB2E00003D20 /* LegacyViewManagerInteropShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropShadowNode.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropShadowNode.h; sourceTree = ""; }; + 46EB2E00003D30 /* LegacyViewManagerInteropState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropState.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropState.h; sourceTree = ""; }; + 46EB2E00003D40 /* LegacyViewManagerInteropState.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = LegacyViewManagerInteropState.mm; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropState.mm; sourceTree = ""; }; + 46EB2E00003D50 /* LegacyViewManagerInteropViewEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LegacyViewManagerInteropViewEventEmitter.cpp; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewEventEmitter.cpp; sourceTree = ""; }; + 46EB2E00003D60 /* LegacyViewManagerInteropViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropViewEventEmitter.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewEventEmitter.h; sourceTree = ""; }; + 46EB2E00003D70 /* LegacyViewManagerInteropViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LegacyViewManagerInteropViewProps.cpp; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewProps.cpp; sourceTree = ""; }; + 46EB2E00003D80 /* LegacyViewManagerInteropViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropViewProps.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewProps.h; sourceTree = ""; }; + 46EB2E00003D90 /* RCTLegacyViewManagerInteropCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLegacyViewManagerInteropCoordinator.h; path = react/renderer/components/legacyviewmanagerinterop/RCTLegacyViewManagerInteropCoordinator.h; sourceTree = ""; }; + 46EB2E00003DA0 /* RCTLegacyViewManagerInteropCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTLegacyViewManagerInteropCoordinator.mm; path = react/renderer/components/legacyviewmanagerinterop/RCTLegacyViewManagerInteropCoordinator.mm; sourceTree = ""; }; + 46EB2E00003DB0 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp; sourceTree = ""; }; + 46EB2E00003DC0 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnstableLegacyViewManagerAutomaticComponentDescriptor.h; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.h; sourceTree = ""; }; + 46EB2E00003DD0 /* UnstableLegacyViewManagerAutomaticShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnstableLegacyViewManagerAutomaticShadowNode.cpp; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.cpp; sourceTree = ""; }; + 46EB2E00003DE0 /* UnstableLegacyViewManagerAutomaticShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnstableLegacyViewManagerAutomaticShadowNode.h; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h; sourceTree = ""; }; + 46EB2E00003DF0 /* UnstableLegacyViewManagerInteropComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnstableLegacyViewManagerInteropComponentDescriptor.h; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerInteropComponentDescriptor.h; sourceTree = ""; }; + 46EB2E00003E10 /* RootComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootComponentDescriptor.h; path = react/renderer/components/root/RootComponentDescriptor.h; sourceTree = ""; }; + 46EB2E00003E20 /* RootProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RootProps.cpp; path = react/renderer/components/root/RootProps.cpp; sourceTree = ""; }; + 46EB2E00003E30 /* RootProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootProps.h; path = react/renderer/components/root/RootProps.h; sourceTree = ""; }; + 46EB2E00003E40 /* RootShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RootShadowNode.cpp; path = react/renderer/components/root/RootShadowNode.cpp; sourceTree = ""; }; + 46EB2E00003E50 /* RootShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootShadowNode.h; path = react/renderer/components/root/RootShadowNode.h; sourceTree = ""; }; + 46EB2E00003E70 /* AccessibilityPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AccessibilityPrimitives.h; path = react/renderer/components/view/AccessibilityPrimitives.h; sourceTree = ""; }; + 46EB2E00003E80 /* AccessibilityProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AccessibilityProps.cpp; path = react/renderer/components/view/AccessibilityProps.cpp; sourceTree = ""; }; + 46EB2E00003E90 /* AccessibilityProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AccessibilityProps.h; path = react/renderer/components/view/AccessibilityProps.h; sourceTree = ""; }; + 46EB2E00003EA0 /* accessibilityPropsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = accessibilityPropsConversions.h; path = react/renderer/components/view/accessibilityPropsConversions.h; sourceTree = ""; }; + 46EB2E00003EB0 /* BaseTouch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseTouch.cpp; path = react/renderer/components/view/BaseTouch.cpp; sourceTree = ""; }; + 46EB2E00003EC0 /* BaseTouch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseTouch.h; path = react/renderer/components/view/BaseTouch.h; sourceTree = ""; }; + 46EB2E00003ED0 /* BaseViewEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseViewEventEmitter.cpp; path = react/renderer/components/view/BaseViewEventEmitter.cpp; sourceTree = ""; }; + 46EB2E00003EE0 /* BaseViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseViewEventEmitter.h; path = react/renderer/components/view/BaseViewEventEmitter.h; sourceTree = ""; }; + 46EB2E00003EF0 /* BaseViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseViewProps.cpp; path = react/renderer/components/view/BaseViewProps.cpp; sourceTree = ""; }; + 46EB2E00003F00 /* BaseViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseViewProps.h; path = react/renderer/components/view/BaseViewProps.h; sourceTree = ""; }; + 46EB2E00003F10 /* ConcreteViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteViewShadowNode.h; path = react/renderer/components/view/ConcreteViewShadowNode.h; sourceTree = ""; }; + 46EB2E00003F20 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/view/conversions.h; sourceTree = ""; }; + 46EB2E00003F90 /* HostPlatformTouch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformTouch.h; sourceTree = ""; }; + 46EB2E00003FA0 /* HostPlatformViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformViewEventEmitter.h; sourceTree = ""; }; + 46EB2E00003FB0 /* HostPlatformViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformViewProps.h; sourceTree = ""; }; + 46EB2E00003FC0 /* HostPlatformViewTraitsInitializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformViewTraitsInitializer.h; sourceTree = ""; }; + 46EB2E00003FD0 /* PointerEvent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PointerEvent.cpp; path = react/renderer/components/view/PointerEvent.cpp; sourceTree = ""; }; + 46EB2E00003FE0 /* PointerEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PointerEvent.h; path = react/renderer/components/view/PointerEvent.h; sourceTree = ""; }; + 46EB2E00003FF0 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/components/view/primitives.h; sourceTree = ""; }; + 46EB2E00004000 /* propsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = propsConversions.h; path = react/renderer/components/view/propsConversions.h; sourceTree = ""; }; + 46EB2E00004010 /* Touch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Touch.h; path = react/renderer/components/view/Touch.h; sourceTree = ""; }; + 46EB2E00004020 /* TouchEvent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TouchEvent.cpp; path = react/renderer/components/view/TouchEvent.cpp; sourceTree = ""; }; + 46EB2E00004030 /* TouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TouchEvent.h; path = react/renderer/components/view/TouchEvent.h; sourceTree = ""; }; + 46EB2E00004040 /* TouchEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TouchEventEmitter.cpp; path = react/renderer/components/view/TouchEventEmitter.cpp; sourceTree = ""; }; + 46EB2E00004050 /* TouchEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TouchEventEmitter.h; path = react/renderer/components/view/TouchEventEmitter.h; sourceTree = ""; }; + 46EB2E00004060 /* ViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewComponentDescriptor.h; path = react/renderer/components/view/ViewComponentDescriptor.h; sourceTree = ""; }; + 46EB2E00004070 /* ViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewEventEmitter.h; path = react/renderer/components/view/ViewEventEmitter.h; sourceTree = ""; }; + 46EB2E00004080 /* ViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewProps.h; path = react/renderer/components/view/ViewProps.h; sourceTree = ""; }; + 46EB2E00004090 /* ViewPropsInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewPropsInterpolation.h; path = react/renderer/components/view/ViewPropsInterpolation.h; sourceTree = ""; }; + 46EB2E000040A0 /* ViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ViewShadowNode.cpp; path = react/renderer/components/view/ViewShadowNode.cpp; sourceTree = ""; }; + 46EB2E000040B0 /* ViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewShadowNode.h; path = react/renderer/components/view/ViewShadowNode.h; sourceTree = ""; }; + 46EB2E000040C0 /* YogaLayoutableShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YogaLayoutableShadowNode.cpp; path = react/renderer/components/view/YogaLayoutableShadowNode.cpp; sourceTree = ""; }; + 46EB2E000040D0 /* YogaLayoutableShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YogaLayoutableShadowNode.h; path = react/renderer/components/view/YogaLayoutableShadowNode.h; sourceTree = ""; }; + 46EB2E000040E0 /* YogaStylableProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YogaStylableProps.cpp; path = react/renderer/components/view/YogaStylableProps.cpp; sourceTree = ""; }; + 46EB2E000040F0 /* YogaStylableProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YogaStylableProps.h; path = react/renderer/components/view/YogaStylableProps.h; sourceTree = ""; }; + 46EB2E00004110 /* ComponentDescriptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptor.cpp; path = react/renderer/core/ComponentDescriptor.cpp; sourceTree = ""; }; + 46EB2E00004120 /* ComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptor.h; path = react/renderer/core/ComponentDescriptor.h; sourceTree = ""; }; + 46EB2E00004130 /* ConcreteComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteComponentDescriptor.h; path = react/renderer/core/ConcreteComponentDescriptor.h; sourceTree = ""; }; + 46EB2E00004140 /* ConcreteShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteShadowNode.h; path = react/renderer/core/ConcreteShadowNode.h; sourceTree = ""; }; + 46EB2E00004150 /* ConcreteState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteState.h; path = react/renderer/core/ConcreteState.h; sourceTree = ""; }; + 46EB2E00004160 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/core/conversions.h; sourceTree = ""; }; + 46EB2E00004170 /* DynamicPropsUtilities.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DynamicPropsUtilities.cpp; path = react/renderer/core/DynamicPropsUtilities.cpp; sourceTree = ""; }; + 46EB2E00004180 /* DynamicPropsUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicPropsUtilities.h; path = react/renderer/core/DynamicPropsUtilities.h; sourceTree = ""; }; + 46EB2E00004190 /* EventBeat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBeat.cpp; path = react/renderer/core/EventBeat.cpp; sourceTree = ""; }; + 46EB2E000041A0 /* EventBeat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBeat.h; path = react/renderer/core/EventBeat.h; sourceTree = ""; }; + 46EB2E000041B0 /* EventDispatcher.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventDispatcher.cpp; path = react/renderer/core/EventDispatcher.cpp; sourceTree = ""; }; + 46EB2E000041C0 /* EventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventDispatcher.h; path = react/renderer/core/EventDispatcher.h; sourceTree = ""; }; + 46EB2E000041D0 /* EventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventEmitter.cpp; path = react/renderer/core/EventEmitter.cpp; sourceTree = ""; }; + 46EB2E000041E0 /* EventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventEmitter.h; path = react/renderer/core/EventEmitter.h; sourceTree = ""; }; + 46EB2E000041F0 /* EventListener.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventListener.cpp; path = react/renderer/core/EventListener.cpp; sourceTree = ""; }; + 46EB2E00004200 /* EventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventListener.h; path = react/renderer/core/EventListener.h; sourceTree = ""; }; + 46EB2E00004210 /* EventLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventLogger.h; path = react/renderer/core/EventLogger.h; sourceTree = ""; }; + 46EB2E00004220 /* EventPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPayload.h; path = react/renderer/core/EventPayload.h; sourceTree = ""; }; + 46EB2E00004230 /* EventPayloadType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPayloadType.h; path = react/renderer/core/EventPayloadType.h; sourceTree = ""; }; + 46EB2E00004240 /* EventPipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPipe.h; path = react/renderer/core/EventPipe.h; sourceTree = ""; }; + 46EB2E00004250 /* EventQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventQueue.cpp; path = react/renderer/core/EventQueue.cpp; sourceTree = ""; }; + 46EB2E00004260 /* EventQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventQueue.h; path = react/renderer/core/EventQueue.h; sourceTree = ""; }; + 46EB2E00004270 /* EventQueueProcessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventQueueProcessor.cpp; path = react/renderer/core/EventQueueProcessor.cpp; sourceTree = ""; }; + 46EB2E00004280 /* EventQueueProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventQueueProcessor.h; path = react/renderer/core/EventQueueProcessor.h; sourceTree = ""; }; + 46EB2E00004290 /* EventTarget.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventTarget.cpp; path = react/renderer/core/EventTarget.cpp; sourceTree = ""; }; + 46EB2E000042A0 /* EventTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventTarget.h; path = react/renderer/core/EventTarget.h; sourceTree = ""; }; + 46EB2E000042B0 /* graphicsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = graphicsConversions.h; path = react/renderer/core/graphicsConversions.h; sourceTree = ""; }; + 46EB2E000042C0 /* InstanceHandle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InstanceHandle.cpp; path = react/renderer/core/InstanceHandle.cpp; sourceTree = ""; }; + 46EB2E000042D0 /* InstanceHandle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InstanceHandle.h; path = react/renderer/core/InstanceHandle.h; sourceTree = ""; }; + 46EB2E000042E0 /* LayoutableShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutableShadowNode.cpp; path = react/renderer/core/LayoutableShadowNode.cpp; sourceTree = ""; }; + 46EB2E000042F0 /* LayoutableShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutableShadowNode.h; path = react/renderer/core/LayoutableShadowNode.h; sourceTree = ""; }; + 46EB2E00004300 /* LayoutConstraints.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutConstraints.cpp; path = react/renderer/core/LayoutConstraints.cpp; sourceTree = ""; }; + 46EB2E00004310 /* LayoutConstraints.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutConstraints.h; path = react/renderer/core/LayoutConstraints.h; sourceTree = ""; }; + 46EB2E00004320 /* LayoutContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutContext.h; path = react/renderer/core/LayoutContext.h; sourceTree = ""; }; + 46EB2E00004330 /* LayoutMetrics.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutMetrics.cpp; path = react/renderer/core/LayoutMetrics.cpp; sourceTree = ""; }; + 46EB2E00004340 /* LayoutMetrics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutMetrics.h; path = react/renderer/core/LayoutMetrics.h; sourceTree = ""; }; + 46EB2E00004350 /* LayoutPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutPrimitives.h; path = react/renderer/core/LayoutPrimitives.h; sourceTree = ""; }; + 46EB2E00004360 /* Props.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Props.cpp; path = react/renderer/core/Props.cpp; sourceTree = ""; }; + 46EB2E00004370 /* Props.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Props.h; path = react/renderer/core/Props.h; sourceTree = ""; }; + 46EB2E00004380 /* propsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = propsConversions.h; path = react/renderer/core/propsConversions.h; sourceTree = ""; }; + 46EB2E00004390 /* PropsMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropsMacros.h; path = react/renderer/core/PropsMacros.h; sourceTree = ""; }; + 46EB2E000043A0 /* PropsParserContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropsParserContext.h; path = react/renderer/core/PropsParserContext.h; sourceTree = ""; }; + 46EB2E000043B0 /* RawEvent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawEvent.cpp; path = react/renderer/core/RawEvent.cpp; sourceTree = ""; }; + 46EB2E000043C0 /* RawEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawEvent.h; path = react/renderer/core/RawEvent.h; sourceTree = ""; }; + 46EB2E000043D0 /* RawProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawProps.cpp; path = react/renderer/core/RawProps.cpp; sourceTree = ""; }; + 46EB2E000043E0 /* RawProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawProps.h; path = react/renderer/core/RawProps.h; sourceTree = ""; }; + 46EB2E000043F0 /* RawPropsKey.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawPropsKey.cpp; path = react/renderer/core/RawPropsKey.cpp; sourceTree = ""; }; + 46EB2E00004400 /* RawPropsKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsKey.h; path = react/renderer/core/RawPropsKey.h; sourceTree = ""; }; + 46EB2E00004410 /* RawPropsKeyMap.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawPropsKeyMap.cpp; path = react/renderer/core/RawPropsKeyMap.cpp; sourceTree = ""; }; + 46EB2E00004420 /* RawPropsKeyMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsKeyMap.h; path = react/renderer/core/RawPropsKeyMap.h; sourceTree = ""; }; + 46EB2E00004430 /* RawPropsParser.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawPropsParser.cpp; path = react/renderer/core/RawPropsParser.cpp; sourceTree = ""; }; + 46EB2E00004440 /* RawPropsParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsParser.h; path = react/renderer/core/RawPropsParser.h; sourceTree = ""; }; + 46EB2E00004450 /* RawPropsPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsPrimitives.h; path = react/renderer/core/RawPropsPrimitives.h; sourceTree = ""; }; + 46EB2E00004460 /* RawValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawValue.cpp; path = react/renderer/core/RawValue.cpp; sourceTree = ""; }; + 46EB2E00004470 /* RawValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawValue.h; path = react/renderer/core/RawValue.h; sourceTree = ""; }; + 46EB2E00004480 /* ReactEventPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactEventPriority.h; path = react/renderer/core/ReactEventPriority.h; sourceTree = ""; }; + 46EB2E00004490 /* ReactPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactPrimitives.h; path = react/renderer/core/ReactPrimitives.h; sourceTree = ""; }; + 46EB2E000044A0 /* ReactRootViewTagGenerator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ReactRootViewTagGenerator.cpp; path = react/renderer/core/ReactRootViewTagGenerator.cpp; sourceTree = ""; }; + 46EB2E000044B0 /* ReactRootViewTagGenerator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactRootViewTagGenerator.h; path = react/renderer/core/ReactRootViewTagGenerator.h; sourceTree = ""; }; + 46EB2E000044C0 /* Sealable.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sealable.cpp; path = react/renderer/core/Sealable.cpp; sourceTree = ""; }; + 46EB2E000044D0 /* Sealable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sealable.h; path = react/renderer/core/Sealable.h; sourceTree = ""; }; + 46EB2E000044E0 /* ShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNode.cpp; path = react/renderer/core/ShadowNode.cpp; sourceTree = ""; }; + 46EB2E000044F0 /* ShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNode.h; path = react/renderer/core/ShadowNode.h; sourceTree = ""; }; + 46EB2E00004500 /* ShadowNodeFamily.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodeFamily.cpp; path = react/renderer/core/ShadowNodeFamily.cpp; sourceTree = ""; }; + 46EB2E00004510 /* ShadowNodeFamily.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodeFamily.h; path = react/renderer/core/ShadowNodeFamily.h; sourceTree = ""; }; + 46EB2E00004520 /* ShadowNodeFragment.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodeFragment.cpp; path = react/renderer/core/ShadowNodeFragment.cpp; sourceTree = ""; }; + 46EB2E00004530 /* ShadowNodeFragment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodeFragment.h; path = react/renderer/core/ShadowNodeFragment.h; sourceTree = ""; }; + 46EB2E00004540 /* ShadowNodeTraits.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodeTraits.cpp; path = react/renderer/core/ShadowNodeTraits.cpp; sourceTree = ""; }; + 46EB2E00004550 /* ShadowNodeTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodeTraits.h; path = react/renderer/core/ShadowNodeTraits.h; sourceTree = ""; }; + 46EB2E00004560 /* State.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = State.cpp; path = react/renderer/core/State.cpp; sourceTree = ""; }; + 46EB2E00004570 /* State.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = State.h; path = react/renderer/core/State.h; sourceTree = ""; }; + 46EB2E00004580 /* StateData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StateData.h; path = react/renderer/core/StateData.h; sourceTree = ""; }; + 46EB2E00004590 /* StatePipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StatePipe.h; path = react/renderer/core/StatePipe.h; sourceTree = ""; }; + 46EB2E000045A0 /* StateUpdate.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StateUpdate.cpp; path = react/renderer/core/StateUpdate.cpp; sourceTree = ""; }; + 46EB2E000045B0 /* StateUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StateUpdate.h; path = react/renderer/core/StateUpdate.h; sourceTree = ""; }; + 46EB2E000045C0 /* ValueFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ValueFactory.h; path = react/renderer/core/ValueFactory.h; sourceTree = ""; }; + 46EB2E000045D0 /* ValueFactoryEventPayload.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ValueFactoryEventPayload.cpp; path = react/renderer/core/ValueFactoryEventPayload.cpp; sourceTree = ""; }; + 46EB2E000045E0 /* ValueFactoryEventPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ValueFactoryEventPayload.h; path = react/renderer/core/ValueFactoryEventPayload.h; sourceTree = ""; }; + 46EB2E00004600 /* DOM.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DOM.cpp; path = react/renderer/dom/DOM.cpp; sourceTree = ""; }; + 46EB2E00004610 /* DOM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DOM.h; path = react/renderer/dom/DOM.h; sourceTree = ""; }; + 46EB2E00004630 /* ImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageManager.h; path = react/renderer/imagemanager/ImageManager.h; sourceTree = ""; }; + 46EB2E00004640 /* ImageRequest.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageRequest.cpp; path = react/renderer/imagemanager/ImageRequest.cpp; sourceTree = ""; }; + 46EB2E00004650 /* ImageRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageRequest.h; path = react/renderer/imagemanager/ImageRequest.h; sourceTree = ""; }; + 46EB2E00004660 /* ImageResponse.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageResponse.cpp; path = react/renderer/imagemanager/ImageResponse.cpp; sourceTree = ""; }; + 46EB2E00004670 /* ImageResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageResponse.h; path = react/renderer/imagemanager/ImageResponse.h; sourceTree = ""; }; + 46EB2E00004680 /* ImageResponseObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageResponseObserver.h; path = react/renderer/imagemanager/ImageResponseObserver.h; sourceTree = ""; }; + 46EB2E00004690 /* ImageResponseObserverCoordinator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageResponseObserverCoordinator.cpp; path = react/renderer/imagemanager/ImageResponseObserverCoordinator.cpp; sourceTree = ""; }; + 46EB2E000046A0 /* ImageResponseObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageResponseObserverCoordinator.h; path = react/renderer/imagemanager/ImageResponseObserverCoordinator.h; sourceTree = ""; }; + 46EB2E000046B0 /* ImageTelemetry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageTelemetry.cpp; path = react/renderer/imagemanager/ImageTelemetry.cpp; sourceTree = ""; }; + 46EB2E000046C0 /* ImageTelemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageTelemetry.h; path = react/renderer/imagemanager/ImageTelemetry.h; sourceTree = ""; }; + 46EB2E000046D0 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/imagemanager/primitives.h; sourceTree = ""; }; + 46EB2E000046F0 /* LeakChecker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LeakChecker.cpp; path = react/renderer/leakchecker/LeakChecker.cpp; sourceTree = ""; }; + 46EB2E00004700 /* LeakChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LeakChecker.h; path = react/renderer/leakchecker/LeakChecker.h; sourceTree = ""; }; + 46EB2E00004710 /* WeakFamilyRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WeakFamilyRegistry.cpp; path = react/renderer/leakchecker/WeakFamilyRegistry.cpp; sourceTree = ""; }; + 46EB2E00004720 /* WeakFamilyRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WeakFamilyRegistry.h; path = react/renderer/leakchecker/WeakFamilyRegistry.h; sourceTree = ""; }; + 46EB2E00004740 /* Differentiator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Differentiator.cpp; path = react/renderer/mounting/Differentiator.cpp; sourceTree = ""; }; + 46EB2E00004750 /* Differentiator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Differentiator.h; path = react/renderer/mounting/Differentiator.h; sourceTree = ""; }; + 46EB2E00004760 /* MountingCoordinator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MountingCoordinator.cpp; path = react/renderer/mounting/MountingCoordinator.cpp; sourceTree = ""; }; + 46EB2E00004770 /* MountingCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MountingCoordinator.h; path = react/renderer/mounting/MountingCoordinator.h; sourceTree = ""; }; + 46EB2E00004780 /* MountingOverrideDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MountingOverrideDelegate.h; path = react/renderer/mounting/MountingOverrideDelegate.h; sourceTree = ""; }; + 46EB2E00004790 /* MountingTransaction.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MountingTransaction.cpp; path = react/renderer/mounting/MountingTransaction.cpp; sourceTree = ""; }; + 46EB2E000047A0 /* MountingTransaction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MountingTransaction.h; path = react/renderer/mounting/MountingTransaction.h; sourceTree = ""; }; + 46EB2E000047B0 /* ShadowTree.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowTree.cpp; path = react/renderer/mounting/ShadowTree.cpp; sourceTree = ""; }; + 46EB2E000047C0 /* ShadowTree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTree.h; path = react/renderer/mounting/ShadowTree.h; sourceTree = ""; }; + 46EB2E000047D0 /* ShadowTreeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTreeDelegate.h; path = react/renderer/mounting/ShadowTreeDelegate.h; sourceTree = ""; }; + 46EB2E000047E0 /* ShadowTreeRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowTreeRegistry.cpp; path = react/renderer/mounting/ShadowTreeRegistry.cpp; sourceTree = ""; }; + 46EB2E000047F0 /* ShadowTreeRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTreeRegistry.h; path = react/renderer/mounting/ShadowTreeRegistry.h; sourceTree = ""; }; + 46EB2E00004800 /* ShadowTreeRevision.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowTreeRevision.cpp; path = react/renderer/mounting/ShadowTreeRevision.cpp; sourceTree = ""; }; + 46EB2E00004810 /* ShadowTreeRevision.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTreeRevision.h; path = react/renderer/mounting/ShadowTreeRevision.h; sourceTree = ""; }; + 46EB2E00004820 /* ShadowView.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowView.cpp; path = react/renderer/mounting/ShadowView.cpp; sourceTree = ""; }; + 46EB2E00004830 /* ShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowView.h; path = react/renderer/mounting/ShadowView.h; sourceTree = ""; }; + 46EB2E00004840 /* ShadowViewMutation.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowViewMutation.cpp; path = react/renderer/mounting/ShadowViewMutation.cpp; sourceTree = ""; }; + 46EB2E00004850 /* ShadowViewMutation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowViewMutation.h; path = react/renderer/mounting/ShadowViewMutation.h; sourceTree = ""; }; + 46EB2E00004870 /* stubs.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = stubs.cpp; sourceTree = ""; }; + 46EB2E00004880 /* stubs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = stubs.h; sourceTree = ""; }; + 46EB2E00004890 /* StubView.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = StubView.cpp; sourceTree = ""; }; + 46EB2E000048A0 /* StubView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = StubView.h; sourceTree = ""; }; + 46EB2E000048B0 /* StubViewTree.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = StubViewTree.cpp; sourceTree = ""; }; + 46EB2E000048C0 /* StubViewTree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = StubViewTree.h; sourceTree = ""; }; + 46EB2E000048D0 /* TelemetryController.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TelemetryController.cpp; path = react/renderer/mounting/TelemetryController.cpp; sourceTree = ""; }; + 46EB2E000048E0 /* TelemetryController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TelemetryController.h; path = react/renderer/mounting/TelemetryController.h; sourceTree = ""; }; + 46EB2E000048F0 /* updateMountedFlag.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = updateMountedFlag.cpp; path = react/renderer/mounting/updateMountedFlag.cpp; sourceTree = ""; }; + 46EB2E00004900 /* updateMountedFlag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = updateMountedFlag.h; path = react/renderer/mounting/updateMountedFlag.h; sourceTree = ""; }; + 46EB2E00004930 /* EventPerformanceLogger.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventPerformanceLogger.cpp; path = react/renderer/observers/events/EventPerformanceLogger.cpp; sourceTree = ""; }; + 46EB2E00004940 /* EventPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPerformanceLogger.h; path = react/renderer/observers/events/EventPerformanceLogger.h; sourceTree = ""; }; + 46EB2E00004960 /* AsynchronousEventBeat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsynchronousEventBeat.cpp; path = react/renderer/scheduler/AsynchronousEventBeat.cpp; sourceTree = ""; }; + 46EB2E00004970 /* AsynchronousEventBeat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsynchronousEventBeat.h; path = react/renderer/scheduler/AsynchronousEventBeat.h; sourceTree = ""; }; + 46EB2E00004980 /* InspectorData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InspectorData.h; path = react/renderer/scheduler/InspectorData.h; sourceTree = ""; }; + 46EB2E00004990 /* Scheduler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Scheduler.cpp; path = react/renderer/scheduler/Scheduler.cpp; sourceTree = ""; }; + 46EB2E000049A0 /* Scheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Scheduler.h; path = react/renderer/scheduler/Scheduler.h; sourceTree = ""; }; + 46EB2E000049B0 /* SchedulerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SchedulerDelegate.h; path = react/renderer/scheduler/SchedulerDelegate.h; sourceTree = ""; }; + 46EB2E000049C0 /* SchedulerToolbox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SchedulerToolbox.h; path = react/renderer/scheduler/SchedulerToolbox.h; sourceTree = ""; }; + 46EB2E000049D0 /* SurfaceHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceHandler.cpp; path = react/renderer/scheduler/SurfaceHandler.cpp; sourceTree = ""; }; + 46EB2E000049E0 /* SurfaceHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceHandler.h; path = react/renderer/scheduler/SurfaceHandler.h; sourceTree = ""; }; + 46EB2E000049F0 /* SurfaceManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceManager.cpp; path = react/renderer/scheduler/SurfaceManager.cpp; sourceTree = ""; }; + 46EB2E00004A00 /* SurfaceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceManager.h; path = react/renderer/scheduler/SurfaceManager.h; sourceTree = ""; }; + 46EB2E00004A20 /* SurfaceTelemetry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceTelemetry.cpp; path = react/renderer/telemetry/SurfaceTelemetry.cpp; sourceTree = ""; }; + 46EB2E00004A30 /* SurfaceTelemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceTelemetry.h; path = react/renderer/telemetry/SurfaceTelemetry.h; sourceTree = ""; }; + 46EB2E00004A40 /* TransactionTelemetry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TransactionTelemetry.cpp; path = react/renderer/telemetry/TransactionTelemetry.cpp; sourceTree = ""; }; + 46EB2E00004A50 /* TransactionTelemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TransactionTelemetry.h; path = react/renderer/telemetry/TransactionTelemetry.h; sourceTree = ""; }; + 46EB2E00004A70 /* bindingUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = bindingUtils.cpp; path = react/renderer/uimanager/bindingUtils.cpp; sourceTree = ""; }; + 46EB2E00004A80 /* bindingUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bindingUtils.h; path = react/renderer/uimanager/bindingUtils.h; sourceTree = ""; }; + 46EB2E00004A90 /* LayoutAnimationStatusDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationStatusDelegate.h; path = react/renderer/uimanager/LayoutAnimationStatusDelegate.h; sourceTree = ""; }; + 46EB2E00004AA0 /* PointerEventsProcessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PointerEventsProcessor.cpp; path = react/renderer/uimanager/PointerEventsProcessor.cpp; sourceTree = ""; }; + 46EB2E00004AB0 /* PointerEventsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PointerEventsProcessor.h; path = react/renderer/uimanager/PointerEventsProcessor.h; sourceTree = ""; }; + 46EB2E00004AC0 /* PointerHoverTracker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PointerHoverTracker.cpp; path = react/renderer/uimanager/PointerHoverTracker.cpp; sourceTree = ""; }; + 46EB2E00004AD0 /* PointerHoverTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PointerHoverTracker.h; path = react/renderer/uimanager/PointerHoverTracker.h; sourceTree = ""; }; + 46EB2E00004AE0 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/uimanager/primitives.h; sourceTree = ""; }; + 46EB2E00004AF0 /* SurfaceRegistryBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceRegistryBinding.cpp; path = react/renderer/uimanager/SurfaceRegistryBinding.cpp; sourceTree = ""; }; + 46EB2E00004B00 /* SurfaceRegistryBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceRegistryBinding.h; path = react/renderer/uimanager/SurfaceRegistryBinding.h; sourceTree = ""; }; + 46EB2E00004B10 /* UIManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UIManager.cpp; path = react/renderer/uimanager/UIManager.cpp; sourceTree = ""; }; + 46EB2E00004B20 /* UIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManager.h; path = react/renderer/uimanager/UIManager.h; sourceTree = ""; }; + 46EB2E00004B30 /* UIManagerAnimationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerAnimationDelegate.h; path = react/renderer/uimanager/UIManagerAnimationDelegate.h; sourceTree = ""; }; + 46EB2E00004B40 /* UIManagerBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UIManagerBinding.cpp; path = react/renderer/uimanager/UIManagerBinding.cpp; sourceTree = ""; }; + 46EB2E00004B50 /* UIManagerBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerBinding.h; path = react/renderer/uimanager/UIManagerBinding.h; sourceTree = ""; }; + 46EB2E00004B60 /* UIManagerCommitHook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerCommitHook.h; path = react/renderer/uimanager/UIManagerCommitHook.h; sourceTree = ""; }; + 46EB2E00004B70 /* UIManagerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerDelegate.h; path = react/renderer/uimanager/UIManagerDelegate.h; sourceTree = ""; }; + 46EB2E00004B80 /* UIManagerMountHook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerMountHook.h; path = react/renderer/uimanager/UIManagerMountHook.h; sourceTree = ""; }; + 46EB2E00004BA0 /* LatestShadowTreeRevisionProvider.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LatestShadowTreeRevisionProvider.cpp; path = react/renderer/uimanager/consistency/LatestShadowTreeRevisionProvider.cpp; sourceTree = ""; }; + 46EB2E00004BB0 /* LatestShadowTreeRevisionProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LatestShadowTreeRevisionProvider.h; path = react/renderer/uimanager/consistency/LatestShadowTreeRevisionProvider.h; sourceTree = ""; }; + 46EB2E00004BC0 /* LazyShadowTreeRevisionConsistencyManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LazyShadowTreeRevisionConsistencyManager.cpp; path = react/renderer/uimanager/consistency/LazyShadowTreeRevisionConsistencyManager.cpp; sourceTree = ""; }; + 46EB2E00004BD0 /* LazyShadowTreeRevisionConsistencyManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LazyShadowTreeRevisionConsistencyManager.h; path = react/renderer/uimanager/consistency/LazyShadowTreeRevisionConsistencyManager.h; sourceTree = ""; }; + 46EB2E00004BE0 /* ShadowTreeRevisionProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTreeRevisionProvider.h; path = react/renderer/uimanager/consistency/ShadowTreeRevisionProvider.h; sourceTree = ""; }; + 46EB2E00004C10 /* InputAccessoryComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InputAccessoryComponentDescriptor.h; path = react/renderer/components/inputaccessory/InputAccessoryComponentDescriptor.h; sourceTree = ""; }; + 46EB2E00004C20 /* InputAccessoryShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InputAccessoryShadowNode.cpp; path = react/renderer/components/inputaccessory/InputAccessoryShadowNode.cpp; sourceTree = ""; }; + 46EB2E00004C30 /* InputAccessoryShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InputAccessoryShadowNode.h; path = react/renderer/components/inputaccessory/InputAccessoryShadowNode.h; sourceTree = ""; }; + 46EB2E00004C40 /* InputAccessoryState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InputAccessoryState.h; path = react/renderer/components/inputaccessory/InputAccessoryState.h; sourceTree = ""; }; + 46EB2E00004C60 /* 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 = ""; }; + 46EB2E00004C70 /* 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 = ""; }; + 46EB2E00004C80 /* 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 = ""; }; + 46EB2E00004C90 /* 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 = ""; }; + 46EB2E00004CA0 /* 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 = ""; }; + 46EB2E00004CB0 /* 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 = ""; }; + 46EB2E00004CC0 /* 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 = ""; }; + 46EB2E00004CD0 /* 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 = ""; }; + 46EB2E00004CE0 /* 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 = ""; }; + 46EB2E00004CF0 /* 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 = ""; }; + 46EB2E00004D00 /* 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 = ""; }; + 46EB2E00004D10 /* 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 = ""; }; + 46EB2E00004D30 /* ModalHostViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModalHostViewComponentDescriptor.h; path = react/renderer/components/modal/ModalHostViewComponentDescriptor.h; sourceTree = ""; }; + 46EB2E00004D40 /* ModalHostViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ModalHostViewShadowNode.cpp; path = react/renderer/components/modal/ModalHostViewShadowNode.cpp; sourceTree = ""; }; + 46EB2E00004D50 /* ModalHostViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModalHostViewShadowNode.h; path = react/renderer/components/modal/ModalHostViewShadowNode.h; sourceTree = ""; }; + 46EB2E00004D60 /* ModalHostViewState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ModalHostViewState.cpp; path = react/renderer/components/modal/ModalHostViewState.cpp; sourceTree = ""; }; + 46EB2E00004D70 /* ModalHostViewState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModalHostViewState.h; path = react/renderer/components/modal/ModalHostViewState.h; sourceTree = ""; }; + 46EB2E00004D80 /* ModalHostViewUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModalHostViewUtils.h; path = react/renderer/components/modal/ModalHostViewUtils.h; sourceTree = ""; }; + 46EB2E00004D90 /* ModalHostViewUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ModalHostViewUtils.mm; path = react/renderer/components/modal/ModalHostViewUtils.mm; sourceTree = ""; }; + 46EB2E00004DB0 /* ComponentDescriptors.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptors.cpp; path = react/renderer/components/rncore/ComponentDescriptors.cpp; sourceTree = ""; }; + 46EB2E00004DC0 /* ComponentDescriptors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptors.h; path = react/renderer/components/rncore/ComponentDescriptors.h; sourceTree = ""; }; + 46EB2E00004DD0 /* EventEmitters.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventEmitters.cpp; path = react/renderer/components/rncore/EventEmitters.cpp; sourceTree = ""; }; + 46EB2E00004DE0 /* EventEmitters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventEmitters.h; path = react/renderer/components/rncore/EventEmitters.h; sourceTree = ""; }; + 46EB2E00004DF0 /* Props.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Props.cpp; path = react/renderer/components/rncore/Props.cpp; sourceTree = ""; }; + 46EB2E00004E00 /* Props.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Props.h; path = react/renderer/components/rncore/Props.h; sourceTree = ""; }; + 46EB2E00004E10 /* RCTComponentViewHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTComponentViewHelpers.h; path = react/renderer/components/rncore/RCTComponentViewHelpers.h; sourceTree = ""; }; + 46EB2E00004E20 /* ShadowNodes.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodes.cpp; path = react/renderer/components/rncore/ShadowNodes.cpp; sourceTree = ""; }; + 46EB2E00004E30 /* ShadowNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodes.h; path = react/renderer/components/rncore/ShadowNodes.h; sourceTree = ""; }; + 46EB2E00004E40 /* States.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = States.cpp; path = react/renderer/components/rncore/States.cpp; sourceTree = ""; }; + 46EB2E00004E50 /* States.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = States.h; path = react/renderer/components/rncore/States.h; sourceTree = ""; }; + 46EB2E00004E70 /* SafeAreaViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAreaViewComponentDescriptor.h; path = react/renderer/components/safeareaview/SafeAreaViewComponentDescriptor.h; sourceTree = ""; }; + 46EB2E00004E80 /* SafeAreaViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAreaViewShadowNode.cpp; path = react/renderer/components/safeareaview/SafeAreaViewShadowNode.cpp; sourceTree = ""; }; + 46EB2E00004E90 /* SafeAreaViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAreaViewShadowNode.h; path = react/renderer/components/safeareaview/SafeAreaViewShadowNode.h; sourceTree = ""; }; + 46EB2E00004EA0 /* SafeAreaViewState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAreaViewState.cpp; path = react/renderer/components/safeareaview/SafeAreaViewState.cpp; sourceTree = ""; }; + 46EB2E00004EB0 /* SafeAreaViewState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAreaViewState.h; path = react/renderer/components/safeareaview/SafeAreaViewState.h; sourceTree = ""; }; + 46EB2E00004ED0 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/scrollview/conversions.h; sourceTree = ""; }; + 46EB2E00004EE0 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/components/scrollview/primitives.h; sourceTree = ""; }; + 46EB2E00004EF0 /* RCTComponentViewHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTComponentViewHelpers.h; path = react/renderer/components/scrollview/RCTComponentViewHelpers.h; sourceTree = ""; }; + 46EB2E00004F00 /* ScrollEvent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollEvent.cpp; path = react/renderer/components/scrollview/ScrollEvent.cpp; sourceTree = ""; }; + 46EB2E00004F10 /* ScrollEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollEvent.h; path = react/renderer/components/scrollview/ScrollEvent.h; sourceTree = ""; }; + 46EB2E00004F20 /* ScrollViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewComponentDescriptor.h; path = react/renderer/components/scrollview/ScrollViewComponentDescriptor.h; sourceTree = ""; }; + 46EB2E00004F30 /* ScrollViewEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewEventEmitter.cpp; path = react/renderer/components/scrollview/ScrollViewEventEmitter.cpp; sourceTree = ""; }; + 46EB2E00004F40 /* ScrollViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewEventEmitter.h; path = react/renderer/components/scrollview/ScrollViewEventEmitter.h; sourceTree = ""; }; + 46EB2E00004F50 /* ScrollViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewProps.cpp; path = react/renderer/components/scrollview/ScrollViewProps.cpp; sourceTree = ""; }; + 46EB2E00004F60 /* ScrollViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewProps.h; path = react/renderer/components/scrollview/ScrollViewProps.h; sourceTree = ""; }; + 46EB2E00004F70 /* ScrollViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewShadowNode.cpp; path = react/renderer/components/scrollview/ScrollViewShadowNode.cpp; sourceTree = ""; }; + 46EB2E00004F80 /* ScrollViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewShadowNode.h; path = react/renderer/components/scrollview/ScrollViewShadowNode.h; sourceTree = ""; }; + 46EB2E00004F90 /* ScrollViewState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewState.cpp; path = react/renderer/components/scrollview/ScrollViewState.cpp; sourceTree = ""; }; + 46EB2E00004FA0 /* ScrollViewState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewState.h; path = react/renderer/components/scrollview/ScrollViewState.h; sourceTree = ""; }; + 46EB2E00004FC0 /* BaseTextProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseTextProps.cpp; path = react/renderer/components/text/BaseTextProps.cpp; sourceTree = ""; }; + 46EB2E00004FD0 /* BaseTextProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseTextProps.h; path = react/renderer/components/text/BaseTextProps.h; sourceTree = ""; }; + 46EB2E00004FE0 /* BaseTextShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseTextShadowNode.cpp; path = react/renderer/components/text/BaseTextShadowNode.cpp; sourceTree = ""; }; + 46EB2E00004FF0 /* BaseTextShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseTextShadowNode.h; path = react/renderer/components/text/BaseTextShadowNode.h; sourceTree = ""; }; + 46EB2E00005000 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/text/conversions.h; sourceTree = ""; }; + 46EB2E00005010 /* ParagraphComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphComponentDescriptor.h; path = react/renderer/components/text/ParagraphComponentDescriptor.h; sourceTree = ""; }; + 46EB2E00005020 /* ParagraphEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphEventEmitter.cpp; path = react/renderer/components/text/ParagraphEventEmitter.cpp; sourceTree = ""; }; + 46EB2E00005030 /* ParagraphEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphEventEmitter.h; path = react/renderer/components/text/ParagraphEventEmitter.h; sourceTree = ""; }; + 46EB2E00005040 /* ParagraphProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphProps.cpp; path = react/renderer/components/text/ParagraphProps.cpp; sourceTree = ""; }; + 46EB2E00005050 /* ParagraphProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphProps.h; path = react/renderer/components/text/ParagraphProps.h; sourceTree = ""; }; + 46EB2E00005060 /* ParagraphShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphShadowNode.cpp; path = react/renderer/components/text/ParagraphShadowNode.cpp; sourceTree = ""; }; + 46EB2E00005070 /* ParagraphShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphShadowNode.h; path = react/renderer/components/text/ParagraphShadowNode.h; sourceTree = ""; }; + 46EB2E00005080 /* ParagraphState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphState.cpp; path = react/renderer/components/text/ParagraphState.cpp; sourceTree = ""; }; + 46EB2E00005090 /* ParagraphState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphState.h; path = react/renderer/components/text/ParagraphState.h; sourceTree = ""; }; + 46EB2E000050A0 /* RawTextComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawTextComponentDescriptor.h; path = react/renderer/components/text/RawTextComponentDescriptor.h; sourceTree = ""; }; + 46EB2E000050B0 /* RawTextProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawTextProps.cpp; path = react/renderer/components/text/RawTextProps.cpp; sourceTree = ""; }; + 46EB2E000050C0 /* RawTextProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawTextProps.h; path = react/renderer/components/text/RawTextProps.h; sourceTree = ""; }; + 46EB2E000050D0 /* RawTextShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawTextShadowNode.cpp; path = react/renderer/components/text/RawTextShadowNode.cpp; sourceTree = ""; }; + 46EB2E000050E0 /* RawTextShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawTextShadowNode.h; path = react/renderer/components/text/RawTextShadowNode.h; sourceTree = ""; }; + 46EB2E000050F0 /* TextComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextComponentDescriptor.h; path = react/renderer/components/text/TextComponentDescriptor.h; sourceTree = ""; }; + 46EB2E00005100 /* TextProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextProps.cpp; path = react/renderer/components/text/TextProps.cpp; sourceTree = ""; }; + 46EB2E00005110 /* TextProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextProps.h; path = react/renderer/components/text/TextProps.h; sourceTree = ""; }; + 46EB2E00005120 /* TextShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextShadowNode.cpp; path = react/renderer/components/text/TextShadowNode.cpp; sourceTree = ""; }; + 46EB2E00005130 /* TextShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextShadowNode.h; path = react/renderer/components/text/TextShadowNode.h; sourceTree = ""; }; + 46EB2E00005150 /* BaseTextInputProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseTextInputProps.cpp; path = react/renderer/components/textinput/BaseTextInputProps.cpp; sourceTree = ""; }; + 46EB2E00005160 /* BaseTextInputProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseTextInputProps.h; path = react/renderer/components/textinput/BaseTextInputProps.h; sourceTree = ""; }; + 46EB2E00005180 /* UnimplementedViewComponentDescriptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnimplementedViewComponentDescriptor.cpp; path = react/renderer/components/unimplementedview/UnimplementedViewComponentDescriptor.cpp; sourceTree = ""; }; + 46EB2E00005190 /* UnimplementedViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnimplementedViewComponentDescriptor.h; path = react/renderer/components/unimplementedview/UnimplementedViewComponentDescriptor.h; sourceTree = ""; }; + 46EB2E000051A0 /* UnimplementedViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnimplementedViewProps.cpp; path = react/renderer/components/unimplementedview/UnimplementedViewProps.cpp; sourceTree = ""; }; + 46EB2E000051B0 /* UnimplementedViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnimplementedViewProps.h; path = react/renderer/components/unimplementedview/UnimplementedViewProps.h; sourceTree = ""; }; + 46EB2E000051C0 /* UnimplementedViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnimplementedViewShadowNode.cpp; path = react/renderer/components/unimplementedview/UnimplementedViewShadowNode.cpp; sourceTree = ""; }; + 46EB2E000051D0 /* UnimplementedViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnimplementedViewShadowNode.h; path = react/renderer/components/unimplementedview/UnimplementedViewShadowNode.h; sourceTree = ""; }; + 46EB2E00005240 /* RCTAttributedTextUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAttributedTextUtils.h; sourceTree = ""; }; + 46EB2E00005250 /* RCTAttributedTextUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAttributedTextUtils.mm; sourceTree = ""; }; + 46EB2E00005260 /* RCTFontProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFontProperties.h; sourceTree = ""; }; + 46EB2E00005270 /* RCTFontUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFontUtils.h; sourceTree = ""; }; + 46EB2E00005280 /* RCTFontUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFontUtils.mm; sourceTree = ""; }; + 46EB2E00005290 /* RCTTextLayoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextLayoutManager.h; sourceTree = ""; }; + 46EB2E000052A0 /* RCTTextLayoutManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextLayoutManager.mm; sourceTree = ""; }; + 46EB2E000052B0 /* RCTTextPrimitivesConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextPrimitivesConversions.h; sourceTree = ""; }; + 46EB2E000052C0 /* TextLayoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TextLayoutManager.h; sourceTree = ""; }; + 46EB2E000052D0 /* TextLayoutManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = TextLayoutManager.mm; sourceTree = ""; }; + 46EB2E000052E0 /* TextLayoutContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextLayoutContext.h; path = react/renderer/textlayoutmanager/TextLayoutContext.h; sourceTree = ""; }; + 46EB2E000052F0 /* TextMeasureCache.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextMeasureCache.cpp; path = react/renderer/textlayoutmanager/TextMeasureCache.cpp; sourceTree = ""; }; + 46EB2E00005300 /* TextMeasureCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextMeasureCache.h; path = react/renderer/textlayoutmanager/TextMeasureCache.h; sourceTree = ""; }; + 46EB2E00005310 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/image/conversions.h; sourceTree = ""; }; + 46EB2E00005320 /* ImageComponentDescriptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageComponentDescriptor.cpp; path = react/renderer/components/image/ImageComponentDescriptor.cpp; sourceTree = ""; }; + 46EB2E00005330 /* ImageComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageComponentDescriptor.h; path = react/renderer/components/image/ImageComponentDescriptor.h; sourceTree = ""; }; + 46EB2E00005340 /* ImageEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageEventEmitter.cpp; path = react/renderer/components/image/ImageEventEmitter.cpp; sourceTree = ""; }; + 46EB2E00005350 /* ImageEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageEventEmitter.h; path = react/renderer/components/image/ImageEventEmitter.h; sourceTree = ""; }; + 46EB2E00005360 /* ImageProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageProps.cpp; path = react/renderer/components/image/ImageProps.cpp; sourceTree = ""; }; + 46EB2E00005370 /* ImageProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageProps.h; path = react/renderer/components/image/ImageProps.h; sourceTree = ""; }; + 46EB2E00005380 /* ImageShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageShadowNode.cpp; path = react/renderer/components/image/ImageShadowNode.cpp; sourceTree = ""; }; + 46EB2E00005390 /* ImageShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageShadowNode.h; path = react/renderer/components/image/ImageShadowNode.h; sourceTree = ""; }; + 46EB2E000053A0 /* ImageState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageState.cpp; path = react/renderer/components/image/ImageState.cpp; sourceTree = ""; }; + 46EB2E000053B0 /* ImageState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageState.h; path = react/renderer/components/image/ImageState.h; sourceTree = ""; }; + 46EB2E000053C0 /* ImageManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ImageManager.mm; path = react/renderer/imagemanager/ImageManager.mm; sourceTree = ""; }; + 46EB2E000053D0 /* RCTImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageManager.h; path = react/renderer/imagemanager/RCTImageManager.h; sourceTree = ""; }; + 46EB2E000053E0 /* RCTImageManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTImageManager.mm; path = react/renderer/imagemanager/RCTImageManager.mm; sourceTree = ""; }; + 46EB2E000053F0 /* RCTImageManagerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageManagerProtocol.h; path = react/renderer/imagemanager/RCTImageManagerProtocol.h; sourceTree = ""; }; + 46EB2E00005400 /* RCTImagePrimitivesConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePrimitivesConversions.h; path = react/renderer/imagemanager/RCTImagePrimitivesConversions.h; sourceTree = ""; }; + 46EB2E00005410 /* RCTSyncImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSyncImageManager.h; path = react/renderer/imagemanager/RCTSyncImageManager.h; sourceTree = ""; }; + 46EB2E00005420 /* RCTSyncImageManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSyncImageManager.mm; path = react/renderer/imagemanager/RCTSyncImageManager.mm; sourceTree = ""; }; + 46EB2E00005430 /* MapBuffer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MapBuffer.cpp; path = react/renderer/mapbuffer/MapBuffer.cpp; sourceTree = ""; }; + 46EB2E00005440 /* MapBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapBuffer.h; path = react/renderer/mapbuffer/MapBuffer.h; sourceTree = ""; }; + 46EB2E00005450 /* MapBufferBuilder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MapBufferBuilder.cpp; path = react/renderer/mapbuffer/MapBufferBuilder.cpp; sourceTree = ""; }; + 46EB2E00005460 /* MapBufferBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapBufferBuilder.h; path = react/renderer/mapbuffer/MapBufferBuilder.h; sourceTree = ""; }; + 46EB2E00005470 /* RCTInteropTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTInteropTurboModule.h; path = ReactCommon/RCTInteropTurboModule.h; sourceTree = ""; }; + 46EB2E00005480 /* RCTInteropTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTInteropTurboModule.mm; path = ReactCommon/RCTInteropTurboModule.mm; sourceTree = ""; }; + 46EB2E00005490 /* RCTRuntimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRuntimeExecutor.h; path = ReactCommon/RCTRuntimeExecutor.h; sourceTree = ""; }; + 46EB2E000054A0 /* RCTRuntimeExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTRuntimeExecutor.mm; path = ReactCommon/RCTRuntimeExecutor.mm; sourceTree = ""; }; + 46EB2E000054B0 /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTurboModule.h; path = ReactCommon/RCTTurboModule.h; sourceTree = ""; }; + 46EB2E000054C0 /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTTurboModule.mm; path = ReactCommon/RCTTurboModule.mm; sourceTree = ""; }; + 46EB2E000054D0 /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTurboModuleManager.h; path = ReactCommon/RCTTurboModuleManager.h; sourceTree = ""; }; + 46EB2E000054E0 /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTTurboModuleManager.mm; path = ReactCommon/RCTTurboModuleManager.mm; sourceTree = ""; }; + 46EB2E000054F0 /* RCTTurboModuleWithJSIBindings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTurboModuleWithJSIBindings.h; path = ReactCommon/RCTTurboModuleWithJSIBindings.h; sourceTree = ""; }; + 46EB2E00005510 /* RCTDecayAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDecayAnimation.mm; sourceTree = ""; }; + 46EB2E00005520 /* RCTEventAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTEventAnimation.mm; sourceTree = ""; }; + 46EB2E00005530 /* RCTFrameAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFrameAnimation.mm; sourceTree = ""; }; + 46EB2E00005540 /* RCTSpringAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSpringAnimation.mm; sourceTree = ""; }; + 46EB2E00005560 /* RCTAdditionAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAdditionAnimatedNode.mm; sourceTree = ""; }; + 46EB2E00005570 /* RCTAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimatedNode.mm; sourceTree = ""; }; + 46EB2E00005580 /* RCTColorAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTColorAnimatedNode.mm; sourceTree = ""; }; + 46EB2E00005590 /* RCTDiffClampAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDiffClampAnimatedNode.mm; sourceTree = ""; }; + 46EB2E000055A0 /* RCTDivisionAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDivisionAnimatedNode.mm; sourceTree = ""; }; + 46EB2E000055B0 /* RCTInterpolationAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInterpolationAnimatedNode.mm; sourceTree = ""; }; + 46EB2E000055C0 /* RCTModuloAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuloAnimatedNode.mm; sourceTree = ""; }; + 46EB2E000055D0 /* RCTMultiplicationAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMultiplicationAnimatedNode.mm; sourceTree = ""; }; + 46EB2E000055E0 /* RCTObjectAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjectAnimatedNode.mm; sourceTree = ""; }; + 46EB2E000055F0 /* RCTPropsAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPropsAnimatedNode.mm; sourceTree = ""; }; + 46EB2E00005600 /* RCTStyleAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTStyleAnimatedNode.mm; sourceTree = ""; }; + 46EB2E00005610 /* RCTSubtractionAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSubtractionAnimatedNode.mm; sourceTree = ""; }; + 46EB2E00005620 /* RCTTrackingAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTrackingAnimatedNode.mm; sourceTree = ""; }; + 46EB2E00005630 /* RCTTransformAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTransformAnimatedNode.mm; sourceTree = ""; }; + 46EB2E00005640 /* RCTValueAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTValueAnimatedNode.mm; sourceTree = ""; }; + 46EB2E00005650 /* RCTAnimationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimationPlugins.mm; sourceTree = ""; }; + 46EB2E00005660 /* RCTAnimationUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimationUtils.mm; sourceTree = ""; }; + 46EB2E00005670 /* RCTNativeAnimatedModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedModule.mm; sourceTree = ""; }; + 46EB2E00005680 /* RCTNativeAnimatedNodesManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedNodesManager.mm; sourceTree = ""; }; + 46EB2E00005690 /* RCTNativeAnimatedTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedTurboModule.mm; sourceTree = ""; }; + 46EB2E000056A0 /* RCTAppDelegate+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTAppDelegate+Protected.h"; sourceTree = ""; }; + 46EB2E000056B0 /* RCTAppDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppDelegate.h; sourceTree = ""; }; + 46EB2E000056C0 /* RCTAppDelegate.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppDelegate.mm; sourceTree = ""; }; + 46EB2E000056D0 /* RCTAppSetupUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppSetupUtils.h; sourceTree = ""; }; + 46EB2E000056E0 /* RCTAppSetupUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppSetupUtils.mm; sourceTree = ""; }; + 46EB2E000056F0 /* RCTRootViewFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewFactory.h; sourceTree = ""; }; + 46EB2E00005700 /* RCTRootViewFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRootViewFactory.mm; sourceTree = ""; }; + 46EB2E00005710 /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; + 46EB2E00005720 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; + 46EB2E00005730 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; + 46EB2E00005740 /* RCTBlobPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobPlugins.h; sourceTree = ""; }; + 46EB2E00005750 /* RCTBlobPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobPlugins.mm; sourceTree = ""; }; + 46EB2E00005760 /* RCTFileReaderModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileReaderModule.mm; sourceTree = ""; }; + 46EB2E000057A0 /* RCTActivityIndicatorViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewComponentView.h; sourceTree = ""; }; + 46EB2E000057B0 /* RCTActivityIndicatorViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTActivityIndicatorViewComponentView.mm; sourceTree = ""; }; + 46EB2E000057D0 /* RCTDebuggingOverlayComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDebuggingOverlayComponentView.h; sourceTree = ""; }; + 46EB2E000057E0 /* RCTDebuggingOverlayComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDebuggingOverlayComponentView.mm; sourceTree = ""; }; + 46EB2E00005800 /* RCTImageComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageComponentView.h; sourceTree = ""; }; + 46EB2E00005810 /* RCTImageComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageComponentView.mm; sourceTree = ""; }; + 46EB2E00005830 /* RCTInputAccessoryComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryComponentView.h; sourceTree = ""; }; + 46EB2E00005840 /* RCTInputAccessoryComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryComponentView.mm; sourceTree = ""; }; + 46EB2E00005850 /* RCTInputAccessoryContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryContentView.h; sourceTree = ""; }; + 46EB2E00005860 /* RCTInputAccessoryContentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryContentView.mm; sourceTree = ""; }; + 46EB2E00005880 /* RCTLegacyViewManagerInteropComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLegacyViewManagerInteropComponentView.h; sourceTree = ""; }; + 46EB2E00005890 /* RCTLegacyViewManagerInteropComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLegacyViewManagerInteropComponentView.mm; sourceTree = ""; }; + 46EB2E000058A0 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLegacyViewManagerInteropCoordinatorAdapter.h; sourceTree = ""; }; + 46EB2E000058B0 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLegacyViewManagerInteropCoordinatorAdapter.mm; sourceTree = ""; }; + 46EB2E000058D0 /* RCTFabricModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFabricModalHostViewController.h; sourceTree = ""; }; + 46EB2E000058E0 /* RCTFabricModalHostViewController.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFabricModalHostViewController.mm; sourceTree = ""; }; + 46EB2E000058F0 /* RCTModalHostViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewComponentView.h; sourceTree = ""; }; + 46EB2E00005900 /* RCTModalHostViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModalHostViewComponentView.mm; sourceTree = ""; }; + 46EB2E00005910 /* RCTFabricComponentsPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFabricComponentsPlugins.h; sourceTree = ""; }; + 46EB2E00005920 /* RCTFabricComponentsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFabricComponentsPlugins.mm; sourceTree = ""; }; + 46EB2E00005940 /* RCTRootComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootComponentView.h; sourceTree = ""; }; + 46EB2E00005950 /* RCTRootComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRootComponentView.mm; sourceTree = ""; }; + 46EB2E00005970 /* RCTSafeAreaViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewComponentView.h; sourceTree = ""; }; + 46EB2E00005980 /* RCTSafeAreaViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSafeAreaViewComponentView.mm; sourceTree = ""; }; + 46EB2E000059A0 /* RCTCustomPullToRefreshViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomPullToRefreshViewProtocol.h; sourceTree = ""; }; + 46EB2E000059B0 /* RCTEnhancedScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEnhancedScrollView.h; sourceTree = ""; }; + 46EB2E000059C0 /* RCTEnhancedScrollView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTEnhancedScrollView.mm; sourceTree = ""; }; + 46EB2E000059D0 /* RCTPullToRefreshViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPullToRefreshViewComponentView.h; sourceTree = ""; }; + 46EB2E000059E0 /* RCTPullToRefreshViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPullToRefreshViewComponentView.mm; sourceTree = ""; }; + 46EB2E000059F0 /* RCTScrollViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewComponentView.h; sourceTree = ""; }; + 46EB2E00005A00 /* RCTScrollViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTScrollViewComponentView.mm; sourceTree = ""; }; + 46EB2E00005A20 /* RCTSwitchComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchComponentView.h; sourceTree = ""; }; + 46EB2E00005A30 /* RCTSwitchComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSwitchComponentView.mm; sourceTree = ""; }; + 46EB2E00005A50 /* RCTAccessibilityElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityElement.h; sourceTree = ""; }; + 46EB2E00005A60 /* RCTAccessibilityElement.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAccessibilityElement.mm; sourceTree = ""; }; + 46EB2E00005A70 /* RCTParagraphComponentAccessibilityProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParagraphComponentAccessibilityProvider.h; sourceTree = ""; }; + 46EB2E00005A80 /* RCTParagraphComponentAccessibilityProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTParagraphComponentAccessibilityProvider.mm; sourceTree = ""; }; + 46EB2E00005A90 /* RCTParagraphComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParagraphComponentView.h; sourceTree = ""; }; + 46EB2E00005AA0 /* RCTParagraphComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTParagraphComponentView.mm; sourceTree = ""; }; + 46EB2E00005AC0 /* RCTTextInputComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextInputComponentView.h; sourceTree = ""; }; + 46EB2E00005AD0 /* RCTTextInputComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextInputComponentView.mm; sourceTree = ""; }; + 46EB2E00005AE0 /* RCTTextInputNativeCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextInputNativeCommands.h; sourceTree = ""; }; + 46EB2E00005AF0 /* RCTTextInputUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextInputUtils.h; sourceTree = ""; }; + 46EB2E00005B00 /* RCTTextInputUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextInputUtils.mm; sourceTree = ""; }; + 46EB2E00005B20 /* RCTUnimplementedNativeComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUnimplementedNativeComponentView.h; sourceTree = ""; }; + 46EB2E00005B30 /* RCTUnimplementedNativeComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUnimplementedNativeComponentView.mm; sourceTree = ""; }; + 46EB2E00005B50 /* RCTUnimplementedViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUnimplementedViewComponentView.h; sourceTree = ""; }; + 46EB2E00005B60 /* RCTUnimplementedViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUnimplementedViewComponentView.mm; sourceTree = ""; }; + 46EB2E00005B80 /* RCTViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewComponentView.h; sourceTree = ""; }; + 46EB2E00005B90 /* RCTViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTViewComponentView.mm; sourceTree = ""; }; + 46EB2E00005BA0 /* RCTComponentViewClassDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewClassDescriptor.h; sourceTree = ""; }; + 46EB2E00005BB0 /* RCTComponentViewDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewDescriptor.h; sourceTree = ""; }; + 46EB2E00005BC0 /* RCTComponentViewFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewFactory.h; sourceTree = ""; }; + 46EB2E00005BD0 /* RCTComponentViewFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTComponentViewFactory.mm; sourceTree = ""; }; + 46EB2E00005BE0 /* RCTComponentViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewProtocol.h; sourceTree = ""; }; + 46EB2E00005BF0 /* RCTComponentViewRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewRegistry.h; sourceTree = ""; }; + 46EB2E00005C00 /* RCTComponentViewRegistry.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTComponentViewRegistry.mm; sourceTree = ""; }; + 46EB2E00005C10 /* RCTMountingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingManager.h; sourceTree = ""; }; + 46EB2E00005C20 /* RCTMountingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMountingManager.mm; sourceTree = ""; }; + 46EB2E00005C30 /* RCTMountingManagerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingManagerDelegate.h; sourceTree = ""; }; + 46EB2E00005C40 /* RCTMountingTransactionObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingTransactionObserverCoordinator.h; sourceTree = ""; }; + 46EB2E00005C50 /* RCTMountingTransactionObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMountingTransactionObserverCoordinator.mm; sourceTree = ""; }; + 46EB2E00005C60 /* RCTMountingTransactionObserving.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingTransactionObserving.h; sourceTree = ""; }; + 46EB2E00005C70 /* UIView+ComponentViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+ComponentViewProtocol.h"; sourceTree = ""; }; + 46EB2E00005C80 /* UIView+ComponentViewProtocol.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = "UIView+ComponentViewProtocol.mm"; sourceTree = ""; }; + 46EB2E00005C90 /* RCTConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTConversions.h; path = Fabric/RCTConversions.h; sourceTree = ""; }; + 46EB2E00005CA0 /* RCTImageResponseDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageResponseDelegate.h; path = Fabric/RCTImageResponseDelegate.h; sourceTree = ""; }; + 46EB2E00005CB0 /* RCTImageResponseObserverProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageResponseObserverProxy.h; path = Fabric/RCTImageResponseObserverProxy.h; sourceTree = ""; }; + 46EB2E00005CC0 /* RCTImageResponseObserverProxy.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTImageResponseObserverProxy.mm; path = Fabric/RCTImageResponseObserverProxy.mm; sourceTree = ""; }; + 46EB2E00005CD0 /* RCTLocalizationProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalizationProvider.h; path = Fabric/RCTLocalizationProvider.h; sourceTree = ""; }; + 46EB2E00005CE0 /* RCTLocalizationProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTLocalizationProvider.mm; path = Fabric/RCTLocalizationProvider.mm; sourceTree = ""; }; + 46EB2E00005CF0 /* RCTPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPrimitives.h; path = Fabric/RCTPrimitives.h; sourceTree = ""; }; + 46EB2E00005D00 /* RCTScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTScheduler.h; path = Fabric/RCTScheduler.h; sourceTree = ""; }; + 46EB2E00005D10 /* RCTScheduler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTScheduler.mm; path = Fabric/RCTScheduler.mm; sourceTree = ""; }; + 46EB2E00005D20 /* RCTSurfacePointerHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfacePointerHandler.h; path = Fabric/RCTSurfacePointerHandler.h; sourceTree = ""; }; + 46EB2E00005D30 /* RCTSurfacePointerHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfacePointerHandler.mm; path = Fabric/RCTSurfacePointerHandler.mm; sourceTree = ""; }; + 46EB2E00005D40 /* RCTSurfacePresenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfacePresenter.h; path = Fabric/RCTSurfacePresenter.h; sourceTree = ""; }; + 46EB2E00005D50 /* RCTSurfacePresenter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfacePresenter.mm; path = Fabric/RCTSurfacePresenter.mm; sourceTree = ""; }; + 46EB2E00005D60 /* RCTSurfacePresenterBridgeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfacePresenterBridgeAdapter.h; path = Fabric/RCTSurfacePresenterBridgeAdapter.h; sourceTree = ""; }; + 46EB2E00005D70 /* RCTSurfacePresenterBridgeAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfacePresenterBridgeAdapter.mm; path = Fabric/RCTSurfacePresenterBridgeAdapter.mm; sourceTree = ""; }; + 46EB2E00005D80 /* RCTSurfaceRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfaceRegistry.h; path = Fabric/RCTSurfaceRegistry.h; sourceTree = ""; }; + 46EB2E00005D90 /* RCTSurfaceRegistry.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfaceRegistry.mm; path = Fabric/RCTSurfaceRegistry.mm; sourceTree = ""; }; + 46EB2E00005DA0 /* RCTSurfaceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfaceTouchHandler.h; path = Fabric/RCTSurfaceTouchHandler.h; sourceTree = ""; }; + 46EB2E00005DB0 /* RCTSurfaceTouchHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfaceTouchHandler.mm; path = Fabric/RCTSurfaceTouchHandler.mm; sourceTree = ""; }; + 46EB2E00005DC0 /* RCTThirdPartyFabricComponentsProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTThirdPartyFabricComponentsProvider.h; path = Fabric/RCTThirdPartyFabricComponentsProvider.h; sourceTree = ""; }; + 46EB2E00005DD0 /* RCTThirdPartyFabricComponentsProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTThirdPartyFabricComponentsProvider.mm; path = Fabric/RCTThirdPartyFabricComponentsProvider.mm; sourceTree = ""; }; + 46EB2E00005DE0 /* RCTTouchableComponentViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTouchableComponentViewProtocol.h; path = Fabric/RCTTouchableComponentViewProtocol.h; sourceTree = ""; }; + 46EB2E00005E00 /* RCTFabricSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFabricSurface.h; sourceTree = ""; }; + 46EB2E00005E10 /* RCTFabricSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFabricSurface.mm; sourceTree = ""; }; + 46EB2E00005E30 /* PlatformRunLoopObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PlatformRunLoopObserver.h; sourceTree = ""; }; + 46EB2E00005E40 /* PlatformRunLoopObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = PlatformRunLoopObserver.mm; sourceTree = ""; }; + 46EB2E00005E50 /* RCTBoxShadow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBoxShadow.h; sourceTree = ""; }; + 46EB2E00005E60 /* RCTBoxShadow.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBoxShadow.mm; sourceTree = ""; }; + 46EB2E00005E70 /* RCTColorSpaceUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTColorSpaceUtils.h; sourceTree = ""; }; + 46EB2E00005E80 /* RCTColorSpaceUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTColorSpaceUtils.mm; sourceTree = ""; }; + 46EB2E00005E90 /* RCTGenericDelegateSplitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTGenericDelegateSplitter.h; sourceTree = ""; }; + 46EB2E00005EA0 /* RCTGenericDelegateSplitter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTGenericDelegateSplitter.mm; sourceTree = ""; }; + 46EB2E00005EB0 /* RCTIdentifierPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTIdentifierPool.h; sourceTree = ""; }; + 46EB2E00005EC0 /* RCTReactTaggedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReactTaggedView.h; sourceTree = ""; }; + 46EB2E00005ED0 /* RCTReactTaggedView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTReactTaggedView.mm; sourceTree = ""; }; + 46EB2E00005EE0 /* RCTAnimatedImage.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimatedImage.mm; sourceTree = ""; }; + 46EB2E00005EF0 /* RCTBundleAssetImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBundleAssetImageLoader.mm; sourceTree = ""; }; + 46EB2E00005F00 /* RCTDisplayWeakRefreshable.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDisplayWeakRefreshable.mm; sourceTree = ""; }; + 46EB2E00005F10 /* RCTGIFImageDecoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTGIFImageDecoder.mm; sourceTree = ""; }; + 46EB2E00005F20 /* RCTImageBlurUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageBlurUtils.mm; sourceTree = ""; }; + 46EB2E00005F30 /* RCTImageCache.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageCache.mm; sourceTree = ""; }; + 46EB2E00005F40 /* RCTImageEditingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageEditingManager.mm; sourceTree = ""; }; + 46EB2E00005F50 /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; + 46EB2E00005F60 /* RCTImagePlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImagePlugins.mm; sourceTree = ""; }; + 46EB2E00005F70 /* RCTImageShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageShadowView.mm; sourceTree = ""; }; + 46EB2E00005F80 /* RCTImageStoreManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageStoreManager.mm; sourceTree = ""; }; + 46EB2E00005F90 /* RCTImageURLLoaderWithAttribution.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageURLLoaderWithAttribution.mm; sourceTree = ""; }; + 46EB2E00005FA0 /* RCTImageUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageUtils.mm; sourceTree = ""; }; + 46EB2E00005FB0 /* RCTImageView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageView.mm; sourceTree = ""; }; + 46EB2E00005FC0 /* RCTImageViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageViewManager.mm; sourceTree = ""; }; + 46EB2E00005FD0 /* RCTLocalAssetImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLocalAssetImageLoader.mm; sourceTree = ""; }; + 46EB2E00005FE0 /* RCTResizeMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTResizeMode.mm; sourceTree = ""; }; + 46EB2E00005FF0 /* RCTUIImageViewAnimated.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIImageViewAnimated.mm; sourceTree = ""; }; + 46EB2E00006000 /* RCTLinkingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingManager.mm; sourceTree = ""; }; + 46EB2E00006010 /* RCTLinkingPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingPlugins.mm; sourceTree = ""; }; + 46EB2E00006020 /* RCTDataRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDataRequestHandler.mm; sourceTree = ""; }; + 46EB2E00006030 /* RCTFileRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileRequestHandler.mm; sourceTree = ""; }; + 46EB2E00006040 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; + 46EB2E00006050 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; + 46EB2E00006060 /* RCTNetworkPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkPlugins.mm; sourceTree = ""; }; + 46EB2E00006070 /* RCTNetworkTask.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkTask.mm; sourceTree = ""; }; + 46EB2E00006080 /* RCTSettingsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsManager.mm; sourceTree = ""; }; + 46EB2E00006090 /* RCTSettingsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsPlugins.mm; sourceTree = ""; }; + 46EB2E000060B0 /* RCTBaseTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextShadowView.mm; sourceTree = ""; }; + 46EB2E000060C0 /* RCTBaseTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextViewManager.mm; sourceTree = ""; }; + 46EB2E000060E0 /* RCTRawTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRawTextShadowView.mm; sourceTree = ""; }; + 46EB2E000060F0 /* RCTRawTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRawTextViewManager.mm; sourceTree = ""; }; + 46EB2E00006100 /* RCTConvert+Text.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTConvert+Text.mm"; sourceTree = ""; }; + 46EB2E00006110 /* RCTTextAttributes.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextAttributes.mm; sourceTree = ""; }; + 46EB2E00006130 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + 46EB2E00006140 /* RCTDynamicTypeRamp.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDynamicTypeRamp.mm; sourceTree = ""; }; + 46EB2E00006150 /* RCTTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextShadowView.mm; sourceTree = ""; }; + 46EB2E00006160 /* RCTTextView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextView.mm; sourceTree = ""; }; + 46EB2E00006170 /* RCTTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextViewManager.mm; sourceTree = ""; }; + 46EB2E000061A0 /* RCTMultilineTextInputView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMultilineTextInputView.mm; sourceTree = ""; }; + 46EB2E000061B0 /* RCTMultilineTextInputViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMultilineTextInputViewManager.mm; sourceTree = ""; }; + 46EB2E000061C0 /* RCTUITextView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUITextView.mm; sourceTree = ""; }; + 46EB2E000061D0 /* RCTBackedTextInputDelegateAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBackedTextInputDelegateAdapter.mm; sourceTree = ""; }; + 46EB2E000061E0 /* RCTBaseTextInputShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextInputShadowView.mm; sourceTree = ""; }; + 46EB2E000061F0 /* RCTBaseTextInputView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextInputView.mm; sourceTree = ""; }; + 46EB2E00006200 /* RCTBaseTextInputViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextInputViewManager.mm; sourceTree = ""; }; + 46EB2E00006210 /* RCTInputAccessoryShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryShadowView.mm; sourceTree = ""; }; + 46EB2E00006220 /* RCTInputAccessoryView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryView.mm; sourceTree = ""; }; + 46EB2E00006230 /* RCTInputAccessoryViewContent.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryViewContent.mm; sourceTree = ""; }; + 46EB2E00006240 /* RCTInputAccessoryViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryViewManager.mm; sourceTree = ""; }; + 46EB2E00006250 /* RCTTextSelection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextSelection.mm; sourceTree = ""; }; + 46EB2E00006270 /* RCTSinglelineTextInputView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSinglelineTextInputView.mm; sourceTree = ""; }; + 46EB2E00006280 /* RCTSinglelineTextInputViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSinglelineTextInputViewManager.mm; sourceTree = ""; }; + 46EB2E00006290 /* RCTUITextField.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUITextField.mm; sourceTree = ""; }; + 46EB2E000062B0 /* RCTVirtualTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVirtualTextShadowView.mm; sourceTree = ""; }; + 46EB2E000062C0 /* RCTVirtualTextView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVirtualTextView.mm; sourceTree = ""; }; + 46EB2E000062D0 /* RCTVirtualTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVirtualTextViewManager.mm; sourceTree = ""; }; + 46EB2E000062E0 /* RCTVibration.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibration.mm; sourceTree = ""; }; + 46EB2E000062F0 /* RCTVibrationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibrationPlugins.mm; sourceTree = ""; }; + 46EB2E00006300 /* ObjCTimerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjCTimerRegistry.h; path = ReactCommon/ObjCTimerRegistry.h; sourceTree = ""; }; + 46EB2E00006310 /* ObjCTimerRegistry.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ObjCTimerRegistry.mm; path = ReactCommon/ObjCTimerRegistry.mm; sourceTree = ""; }; + 46EB2E00006320 /* RCTContextContainerHandling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTContextContainerHandling.h; path = ReactCommon/RCTContextContainerHandling.h; sourceTree = ""; }; + 46EB2E00006330 /* RCTHermesInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHermesInstance.h; path = ReactCommon/RCTHermesInstance.h; sourceTree = ""; }; + 46EB2E00006340 /* RCTHermesInstance.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTHermesInstance.mm; path = ReactCommon/RCTHermesInstance.mm; sourceTree = ""; }; + 46EB2E00006350 /* RCTHost+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTHost+Internal.h"; path = "ReactCommon/RCTHost+Internal.h"; sourceTree = ""; }; + 46EB2E00006360 /* RCTHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHost.h; path = ReactCommon/RCTHost.h; sourceTree = ""; }; + 46EB2E00006370 /* RCTHost.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTHost.mm; path = ReactCommon/RCTHost.mm; sourceTree = ""; }; + 46EB2E00006380 /* RCTInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTInstance.h; path = ReactCommon/RCTInstance.h; sourceTree = ""; }; + 46EB2E00006390 /* RCTInstance.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTInstance.mm; path = ReactCommon/RCTInstance.mm; sourceTree = ""; }; + 46EB2E000063A0 /* RCTJSThreadManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTJSThreadManager.h; path = ReactCommon/RCTJSThreadManager.h; sourceTree = ""; }; + 46EB2E000063B0 /* RCTJSThreadManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTJSThreadManager.mm; path = ReactCommon/RCTJSThreadManager.mm; sourceTree = ""; }; + 46EB2E000063C0 /* RCTLegacyUIManagerConstantsProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLegacyUIManagerConstantsProvider.h; path = ReactCommon/RCTLegacyUIManagerConstantsProvider.h; sourceTree = ""; }; + 46EB2E000063D0 /* RCTLegacyUIManagerConstantsProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTLegacyUIManagerConstantsProvider.mm; path = ReactCommon/RCTLegacyUIManagerConstantsProvider.mm; sourceTree = ""; }; + 46EB2E000063E0 /* RCTPerformanceLoggerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPerformanceLoggerUtils.h; path = ReactCommon/RCTPerformanceLoggerUtils.h; sourceTree = ""; }; + 46EB2E000063F0 /* RCTPerformanceLoggerUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTPerformanceLoggerUtils.mm; path = ReactCommon/RCTPerformanceLoggerUtils.mm; sourceTree = ""; }; + 46EB2E00006400 /* BindingsInstaller.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BindingsInstaller.h; sourceTree = ""; }; + 46EB2E00006410 /* BridgelessNativeMethodCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = BridgelessNativeMethodCallInvoker.cpp; sourceTree = ""; }; + 46EB2E00006420 /* BridgelessNativeMethodCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BridgelessNativeMethodCallInvoker.h; sourceTree = ""; }; + 46EB2E00006430 /* BufferedRuntimeExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = BufferedRuntimeExecutor.cpp; sourceTree = ""; }; + 46EB2E00006440 /* BufferedRuntimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BufferedRuntimeExecutor.h; sourceTree = ""; }; + 46EB2E00006450 /* JSRuntimeFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSRuntimeFactory.cpp; sourceTree = ""; }; + 46EB2E00006460 /* JSRuntimeFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSRuntimeFactory.h; sourceTree = ""; }; + 46EB2E00006470 /* PlatformTimerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PlatformTimerRegistry.h; sourceTree = ""; }; + 46EB2E00006480 /* ReactInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactInstance.cpp; sourceTree = ""; }; + 46EB2E00006490 /* ReactInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactInstance.h; sourceTree = ""; }; + 46EB2E000064A0 /* TimerManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = TimerManager.cpp; sourceTree = ""; }; + 46EB2E000064B0 /* TimerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TimerManager.h; sourceTree = ""; }; + 46EB2E000064D0 /* LegacyUIManagerConstantsProviderBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = LegacyUIManagerConstantsProviderBinding.cpp; sourceTree = ""; }; + 46EB2E000064E0 /* LegacyUIManagerConstantsProviderBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LegacyUIManagerConstantsProviderBinding.h; sourceTree = ""; }; + 46EB2E000064F0 /* HermesInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HermesInstance.cpp; path = hermes/HermesInstance.cpp; sourceTree = ""; }; + 46EB2E00006500 /* HermesInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HermesInstance.h; path = hermes/HermesInstance.h; sourceTree = ""; }; + 46EB2E00006510 /* CallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallInvoker.h; path = ReactCommon/CallInvoker.h; sourceTree = ""; }; + 46EB2E00006520 /* SchedulerPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SchedulerPriority.h; path = ReactCommon/SchedulerPriority.h; sourceTree = ""; }; + 46EB2E00006530 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; + 46EB2E00006540 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CxxNativeModule.cpp; sourceTree = ""; }; + 46EB2E00006550 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; + 46EB2E00006560 /* ErrorUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ErrorUtils.h; sourceTree = ""; }; + 46EB2E00006570 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Instance.cpp; sourceTree = ""; }; + 46EB2E00006580 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; + 46EB2E00006590 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; + 46EB2E000065A0 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; + 46EB2E000065B0 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBigString.cpp; sourceTree = ""; }; + 46EB2E000065C0 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; + 46EB2E000065D0 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBundleType.cpp; sourceTree = ""; }; + 46EB2E000065E0 /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; + 46EB2E000065F0 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSExecutor.cpp; sourceTree = ""; }; + 46EB2E00006600 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; + 46EB2E00006610 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; + 46EB2E00006620 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; + 46EB2E00006630 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; + 46EB2E00006640 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; + 46EB2E00006650 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = MethodCall.cpp; sourceTree = ""; }; + 46EB2E00006660 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; + 46EB2E00006670 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleRegistry.cpp; sourceTree = ""; }; + 46EB2E00006680 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; + 46EB2E00006690 /* MoveWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MoveWrapper.h; sourceTree = ""; }; + 46EB2E000066A0 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; + 46EB2E000066B0 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeToJsBridge.cpp; sourceTree = ""; }; + 46EB2E000066C0 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; + 46EB2E000066D0 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RAMBundleRegistry.cpp; sourceTree = ""; }; + 46EB2E000066E0 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; + 46EB2E000066F0 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactMarker.cpp; sourceTree = ""; }; + 46EB2E00006700 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; + 46EB2E00006710 /* ReactNativeVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeVersion.h; sourceTree = ""; }; + 46EB2E00006720 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; + 46EB2E00006730 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; + 46EB2E00006740 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; + 46EB2E00006750 /* flags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = flags.h; sourceTree = ""; }; + 46EB2E00006760 /* react_native_assert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = react_native_assert.cpp; sourceTree = ""; }; + 46EB2E00006770 /* react_native_assert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = react_native_assert.h; sourceTree = ""; }; + 46EB2E00006780 /* react_native_expect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = react_native_expect.h; sourceTree = ""; }; + 46EB2E00006790 /* DefaultTurboModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = DefaultTurboModules.cpp; sourceTree = ""; }; + 46EB2E000067A0 /* DefaultTurboModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DefaultTurboModules.h; sourceTree = ""; }; + 46EB2E000067B0 /* NativeDOM.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeDOM.cpp; sourceTree = ""; }; + 46EB2E000067C0 /* NativeDOM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeDOM.h; sourceTree = ""; }; + 46EB2E000067D0 /* ReactNativeFeatureFlags.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactNativeFeatureFlags.cpp; sourceTree = ""; }; + 46EB2E000067E0 /* ReactNativeFeatureFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeFeatureFlags.h; sourceTree = ""; }; + 46EB2E000067F0 /* ReactNativeFeatureFlagsAccessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactNativeFeatureFlagsAccessor.cpp; sourceTree = ""; }; + 46EB2E00006800 /* ReactNativeFeatureFlagsAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeFeatureFlagsAccessor.h; sourceTree = ""; }; + 46EB2E00006810 /* ReactNativeFeatureFlagsDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeFeatureFlagsDefaults.h; sourceTree = ""; }; + 46EB2E00006820 /* ReactNativeFeatureFlagsProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeFeatureFlagsProvider.h; sourceTree = ""; }; + 46EB2E00006830 /* NativeReactNativeFeatureFlags.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeReactNativeFeatureFlags.cpp; sourceTree = ""; }; + 46EB2E00006840 /* NativeReactNativeFeatureFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeReactNativeFeatureFlags.h; sourceTree = ""; }; + 46EB2E00006850 /* BackgroundImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BackgroundImage.h; sourceTree = ""; }; + 46EB2E00006860 /* BlendMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BlendMode.h; sourceTree = ""; }; + 46EB2E00006870 /* BoxShadow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BoxShadow.h; sourceTree = ""; }; + 46EB2E00006880 /* Color.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Color.cpp; sourceTree = ""; }; + 46EB2E00006890 /* Color.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Color.h; sourceTree = ""; }; + 46EB2E000068A0 /* ColorComponents.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ColorComponents.cpp; sourceTree = ""; }; + 46EB2E000068B0 /* ColorComponents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ColorComponents.h; sourceTree = ""; }; + 46EB2E000068C0 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = conversions.h; sourceTree = ""; }; + 46EB2E000068D0 /* Filter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Filter.h; sourceTree = ""; }; + 46EB2E000068E0 /* fromRawValueShared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fromRawValueShared.h; sourceTree = ""; }; + 46EB2E000068F0 /* Geometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Geometry.h; sourceTree = ""; }; + 46EB2E00006900 /* Isolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Isolation.h; sourceTree = ""; }; + 46EB2E00006960 /* Float.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Float.h; sourceTree = ""; }; + 46EB2E00006970 /* HostPlatformColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformColor.h; sourceTree = ""; }; + 46EB2E00006980 /* HostPlatformColor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = HostPlatformColor.mm; sourceTree = ""; }; + 46EB2E00006990 /* PlatformColorParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PlatformColorParser.h; sourceTree = ""; }; + 46EB2E000069A0 /* PlatformColorParser.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = PlatformColorParser.mm; sourceTree = ""; }; + 46EB2E000069B0 /* RCTPlatformColorUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatformColorUtils.h; sourceTree = ""; }; + 46EB2E000069C0 /* RCTPlatformColorUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatformColorUtils.mm; sourceTree = ""; }; + 46EB2E000069D0 /* Point.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Point.h; sourceTree = ""; }; + 46EB2E000069E0 /* Rect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Rect.h; sourceTree = ""; }; + 46EB2E000069F0 /* RectangleCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RectangleCorners.h; sourceTree = ""; }; + 46EB2E00006A00 /* RectangleEdges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RectangleEdges.h; sourceTree = ""; }; + 46EB2E00006A10 /* rounding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = rounding.h; sourceTree = ""; }; + 46EB2E00006A20 /* Size.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Size.h; sourceTree = ""; }; + 46EB2E00006A30 /* Transform.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Transform.cpp; sourceTree = ""; }; + 46EB2E00006A40 /* Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Transform.h; sourceTree = ""; }; + 46EB2E00006A50 /* ValueUnit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ValueUnit.h; sourceTree = ""; }; + 46EB2E00006A60 /* Vector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Vector.h; sourceTree = ""; }; + 46EB2E00006A80 /* HermesExecutorFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = HermesExecutorFactory.cpp; sourceTree = ""; }; + 46EB2E00006A90 /* HermesExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HermesExecutorFactory.h; sourceTree = ""; }; + 46EB2E00006AC0 /* ConnectionDemux.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionDemux.cpp; sourceTree = ""; }; + 46EB2E00006AD0 /* ConnectionDemux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ConnectionDemux.h; sourceTree = ""; }; + 46EB2E00006AE0 /* HermesRuntimeAgentDelegate.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = HermesRuntimeAgentDelegate.cpp; sourceTree = ""; }; + 46EB2E00006AF0 /* HermesRuntimeAgentDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HermesRuntimeAgentDelegate.h; sourceTree = ""; }; + 46EB2E00006B00 /* HermesRuntimeTargetDelegate.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = HermesRuntimeTargetDelegate.cpp; sourceTree = ""; }; + 46EB2E00006B10 /* HermesRuntimeTargetDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HermesRuntimeTargetDelegate.h; sourceTree = ""; }; + 46EB2E00006B20 /* Registration.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Registration.cpp; sourceTree = ""; }; + 46EB2E00006B30 /* Registration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Registration.h; sourceTree = ""; }; + 46EB2E00006B40 /* NativeIdleCallbacks.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeIdleCallbacks.cpp; sourceTree = ""; }; + 46EB2E00006B50 /* NativeIdleCallbacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeIdleCallbacks.h; sourceTree = ""; }; + 46EB2E00006B60 /* JsErrorHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JsErrorHandler.cpp; sourceTree = ""; }; + 46EB2E00006B70 /* JsErrorHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsErrorHandler.h; sourceTree = ""; }; + 46EB2E00006B80 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decorator.h; path = jsi/decorator.h; sourceTree = ""; }; + 46EB2E00006B90 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = jsi/instrumentation.h; sourceTree = ""; }; + 46EB2E00006BA0 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "jsi-inl.h"; path = "jsi/jsi-inl.h"; sourceTree = ""; }; + 46EB2E00006BB0 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jsi.h; path = jsi/jsi.h; sourceTree = ""; }; + 46EB2E00006BC0 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIDynamic.cpp; path = jsi/JSIDynamic.cpp; sourceTree = ""; }; + 46EB2E00006BD0 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIDynamic.h; path = jsi/JSIDynamic.h; sourceTree = ""; }; + 46EB2E00006BE0 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jsilib.h; path = jsi/jsilib.h; sourceTree = ""; }; + 46EB2E00006BF0 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = threadsafe.h; path = jsi/threadsafe.h; sourceTree = ""; }; + 46EB2E00006C00 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; + 46EB2E00006C10 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; + 46EB2E00006C20 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; + 46EB2E00006C30 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; + 46EB2E00006C40 /* Base64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Base64.h; sourceTree = ""; }; + 46EB2E00006C50 /* CdpJson.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CdpJson.cpp; sourceTree = ""; }; + 46EB2E00006C60 /* CdpJson.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CdpJson.h; sourceTree = ""; }; + 46EB2E00006C70 /* ConsoleMessage.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ConsoleMessage.cpp; sourceTree = ""; }; + 46EB2E00006C80 /* ConsoleMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ConsoleMessage.h; sourceTree = ""; }; + 46EB2E00006C90 /* ExecutionContext.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ExecutionContext.cpp; sourceTree = ""; }; + 46EB2E00006CA0 /* ExecutionContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ExecutionContext.h; sourceTree = ""; }; + 46EB2E00006CB0 /* ExecutionContextManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ExecutionContextManager.cpp; sourceTree = ""; }; + 46EB2E00006CC0 /* ExecutionContextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ExecutionContextManager.h; sourceTree = ""; }; + 46EB2E00006CD0 /* FallbackRuntimeAgentDelegate.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = FallbackRuntimeAgentDelegate.cpp; sourceTree = ""; }; + 46EB2E00006CE0 /* FallbackRuntimeAgentDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FallbackRuntimeAgentDelegate.h; sourceTree = ""; }; + 46EB2E00006CF0 /* FallbackRuntimeTargetDelegate.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = FallbackRuntimeTargetDelegate.cpp; sourceTree = ""; }; + 46EB2E00006D00 /* FallbackRuntimeTargetDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FallbackRuntimeTargetDelegate.h; sourceTree = ""; }; + 46EB2E00006D10 /* ForwardingConsoleMethods.def */ = {isa = PBXFileReference; includeInIndex = 1; path = ForwardingConsoleMethods.def; sourceTree = ""; }; + 46EB2E00006D20 /* HostAgent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = HostAgent.cpp; sourceTree = ""; }; + 46EB2E00006D30 /* HostAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostAgent.h; sourceTree = ""; }; + 46EB2E00006D40 /* HostCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostCommand.h; sourceTree = ""; }; + 46EB2E00006D50 /* HostTarget.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = HostTarget.cpp; sourceTree = ""; }; + 46EB2E00006D60 /* HostTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostTarget.h; sourceTree = ""; }; + 46EB2E00006D70 /* InspectorFlags.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorFlags.cpp; sourceTree = ""; }; + 46EB2E00006D80 /* InspectorFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorFlags.h; sourceTree = ""; }; + 46EB2E00006D90 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorInterfaces.cpp; sourceTree = ""; }; + 46EB2E00006DA0 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; + 46EB2E00006DB0 /* InspectorPackagerConnection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorPackagerConnection.cpp; sourceTree = ""; }; + 46EB2E00006DC0 /* InspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorPackagerConnection.h; sourceTree = ""; }; + 46EB2E00006DD0 /* InspectorPackagerConnectionImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorPackagerConnectionImpl.h; sourceTree = ""; }; + 46EB2E00006DE0 /* InspectorUtilities.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorUtilities.cpp; sourceTree = ""; }; + 46EB2E00006DF0 /* InspectorUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorUtilities.h; sourceTree = ""; }; + 46EB2E00006E00 /* InstanceAgent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InstanceAgent.cpp; sourceTree = ""; }; + 46EB2E00006E10 /* InstanceAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InstanceAgent.h; sourceTree = ""; }; + 46EB2E00006E20 /* InstanceTarget.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InstanceTarget.cpp; sourceTree = ""; }; + 46EB2E00006E30 /* InstanceTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InstanceTarget.h; sourceTree = ""; }; + 46EB2E00006E40 /* NetworkIOAgent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NetworkIOAgent.cpp; sourceTree = ""; }; + 46EB2E00006E50 /* NetworkIOAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NetworkIOAgent.h; sourceTree = ""; }; + 46EB2E00006E60 /* ReactCdp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactCdp.h; sourceTree = ""; }; + 46EB2E00006E70 /* RuntimeAgent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeAgent.cpp; sourceTree = ""; }; + 46EB2E00006E80 /* RuntimeAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeAgent.h; sourceTree = ""; }; + 46EB2E00006E90 /* RuntimeAgentDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeAgentDelegate.h; sourceTree = ""; }; + 46EB2E00006EA0 /* RuntimeTarget.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeTarget.cpp; sourceTree = ""; }; + 46EB2E00006EB0 /* RuntimeTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeTarget.h; sourceTree = ""; }; + 46EB2E00006EC0 /* RuntimeTargetConsole.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeTargetConsole.cpp; sourceTree = ""; }; + 46EB2E00006ED0 /* RuntimeTargetDebuggerSessionObserver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeTargetDebuggerSessionObserver.cpp; sourceTree = ""; }; + 46EB2E00006EE0 /* ScopedExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ScopedExecutor.h; sourceTree = ""; }; + 46EB2E00006EF0 /* SessionState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SessionState.h; sourceTree = ""; }; + 46EB2E00006F00 /* StackTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = StackTrace.h; sourceTree = ""; }; + 46EB2E00006F10 /* UniqueMonostate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UniqueMonostate.h; sourceTree = ""; }; + 46EB2E00006F20 /* Utf8.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Utf8.h; sourceTree = ""; }; + 46EB2E00006F30 /* WeakList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WeakList.h; sourceTree = ""; }; + 46EB2E00006F40 /* WebSocketInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WebSocketInterfaces.h; sourceTree = ""; }; + 46EB2E00006F50 /* react_native_log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = react_native_log.cpp; sourceTree = ""; }; + 46EB2E00006F60 /* react_native_log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = react_native_log.h; sourceTree = ""; }; + 46EB2E00006F70 /* NativeMicrotasks.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeMicrotasks.cpp; sourceTree = ""; }; + 46EB2E00006F80 /* NativeMicrotasks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeMicrotasks.h; sourceTree = ""; }; + 46EB2E00006F90 /* ReactNativeConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ReactNativeConfig.cpp; path = react/config/ReactNativeConfig.cpp; sourceTree = ""; }; + 46EB2E00006FA0 /* ReactNativeConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeConfig.h; path = react/config/ReactNativeConfig.h; sourceTree = ""; }; + 46EB2E00006FC0 /* BridgeNativeModulePerfLogger.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = BridgeNativeModulePerfLogger.cpp; sourceTree = ""; }; + 46EB2E00006FD0 /* BridgeNativeModulePerfLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BridgeNativeModulePerfLogger.h; sourceTree = ""; }; + 46EB2E00006FE0 /* HermesPerfettoDataSource.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = HermesPerfettoDataSource.cpp; sourceTree = ""; }; + 46EB2E00006FF0 /* HermesPerfettoDataSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HermesPerfettoDataSource.h; sourceTree = ""; }; + 46EB2E00007000 /* NativeModulePerfLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModulePerfLogger.h; sourceTree = ""; }; + 46EB2E00007010 /* ReactPerfetto.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactPerfetto.cpp; sourceTree = ""; }; + 46EB2E00007020 /* ReactPerfetto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactPerfetto.h; sourceTree = ""; }; + 46EB2E00007030 /* ReactPerfettoCategories.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactPerfettoCategories.cpp; sourceTree = ""; }; + 46EB2E00007040 /* ReactPerfettoCategories.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactPerfettoCategories.h; sourceTree = ""; }; + 46EB2E00007060 /* FuseboxTracer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = FuseboxTracer.cpp; sourceTree = ""; }; + 46EB2E00007070 /* FuseboxTracer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FuseboxTracer.h; sourceTree = ""; }; + 46EB2E00007080 /* BoundedConsumableBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BoundedConsumableBuffer.h; sourceTree = ""; }; + 46EB2E00007090 /* PerformanceEntryReporter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = PerformanceEntryReporter.cpp; sourceTree = ""; }; + 46EB2E000070A0 /* PerformanceEntryReporter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PerformanceEntryReporter.h; sourceTree = ""; }; + 46EB2E000070B0 /* ScopedShadowTreeRevisionLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ScopedShadowTreeRevisionLock.h; sourceTree = ""; }; + 46EB2E000070C0 /* ShadowTreeRevisionConsistencyManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ShadowTreeRevisionConsistencyManager.cpp; sourceTree = ""; }; + 46EB2E000070D0 /* ShadowTreeRevisionConsistencyManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ShadowTreeRevisionConsistencyManager.h; sourceTree = ""; }; + 46EB2E000070E0 /* DebugStringConvertible.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = DebugStringConvertible.cpp; sourceTree = ""; }; + 46EB2E000070F0 /* DebugStringConvertible.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DebugStringConvertible.h; sourceTree = ""; }; + 46EB2E00007100 /* DebugStringConvertibleItem.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = DebugStringConvertibleItem.cpp; sourceTree = ""; }; + 46EB2E00007110 /* DebugStringConvertibleItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DebugStringConvertibleItem.h; sourceTree = ""; }; + 46EB2E00007120 /* debugStringConvertibleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = debugStringConvertibleUtils.h; sourceTree = ""; }; + 46EB2E00007130 /* flags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = flags.h; sourceTree = ""; }; + 46EB2E00007140 /* RuntimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeExecutor.h; path = ReactCommon/RuntimeExecutor.h; sourceTree = ""; }; + 46EB2E00007150 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = primitives.h; sourceTree = ""; }; + 46EB2E00007160 /* RuntimeScheduler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeScheduler.cpp; sourceTree = ""; }; + 46EB2E00007170 /* RuntimeScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeScheduler.h; sourceTree = ""; }; + 46EB2E00007180 /* RuntimeSchedulerBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeSchedulerBinding.cpp; sourceTree = ""; }; + 46EB2E00007190 /* RuntimeSchedulerBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeSchedulerBinding.h; sourceTree = ""; }; + 46EB2E000071A0 /* RuntimeSchedulerCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeSchedulerCallInvoker.cpp; sourceTree = ""; }; + 46EB2E000071B0 /* RuntimeSchedulerCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeSchedulerCallInvoker.h; sourceTree = ""; }; + 46EB2E000071C0 /* RuntimeSchedulerClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeSchedulerClock.h; sourceTree = ""; }; + 46EB2E000071D0 /* RuntimeSchedulerEventTimingDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeSchedulerEventTimingDelegate.h; sourceTree = ""; }; + 46EB2E000071E0 /* RuntimeScheduler_Legacy.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeScheduler_Legacy.cpp; sourceTree = ""; }; + 46EB2E000071F0 /* RuntimeScheduler_Legacy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeScheduler_Legacy.h; sourceTree = ""; }; + 46EB2E00007200 /* RuntimeScheduler_Modern.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeScheduler_Modern.cpp; sourceTree = ""; }; + 46EB2E00007210 /* RuntimeScheduler_Modern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeScheduler_Modern.h; sourceTree = ""; }; + 46EB2E00007220 /* SchedulerPriorityUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SchedulerPriorityUtils.h; sourceTree = ""; }; + 46EB2E00007230 /* Task.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Task.cpp; sourceTree = ""; }; + 46EB2E00007240 /* Task.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Task.h; sourceTree = ""; }; + 46EB2E00007250 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = primitives.h; sourceTree = ""; }; + 46EB2E00007260 /* ContextContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ContextContainer.h; sourceTree = ""; }; + 46EB2E00007270 /* CoreFeatures.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CoreFeatures.cpp; sourceTree = ""; }; + 46EB2E00007280 /* CoreFeatures.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CoreFeatures.h; sourceTree = ""; }; + 46EB2E00007290 /* FloatComparison.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FloatComparison.h; sourceTree = ""; }; + 46EB2E000072A0 /* fnv1a.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fnv1a.h; sourceTree = ""; }; + 46EB2E000072B0 /* hash_combine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = hash_combine.h; sourceTree = ""; }; + 46EB2E000072C0 /* jsi-utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsi-utils.cpp"; sourceTree = ""; }; + 46EB2E000072D0 /* jsi-utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-utils.h"; sourceTree = ""; }; + 46EB2E000072E0 /* ManagedObjectWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ManagedObjectWrapper.h; sourceTree = ""; }; + 46EB2E000072F0 /* ManagedObjectWrapper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = ManagedObjectWrapper.mm; sourceTree = ""; }; + 46EB2E00007300 /* OnScopeExit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = OnScopeExit.h; sourceTree = ""; }; + 46EB2E00007310 /* PackTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PackTraits.h; sourceTree = ""; }; + 46EB2E00007320 /* RunLoopObserver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RunLoopObserver.cpp; sourceTree = ""; }; + 46EB2E00007330 /* RunLoopObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RunLoopObserver.h; sourceTree = ""; }; + 46EB2E00007340 /* SharedFunction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedFunction.h; sourceTree = ""; }; + 46EB2E00007350 /* SimpleThreadSafeCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SimpleThreadSafeCache.h; sourceTree = ""; }; + 46EB2E00007360 /* Telemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Telemetry.h; sourceTree = ""; }; + 46EB2E00007370 /* to_underlying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = to_underlying.h; sourceTree = ""; }; + 46EB2E00007390 /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = "FBReactNativeSpec-generated.mm"; sourceTree = ""; }; + 46EB2E000073A0 /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FBReactNativeSpec.h; sourceTree = ""; }; + 46EB2E000073B0 /* FBReactNativeSpecJSI-generated.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "FBReactNativeSpecJSI-generated.cpp"; sourceTree = ""; }; + 46EB2E000073C0 /* FBReactNativeSpecJSI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FBReactNativeSpecJSI.h; sourceTree = ""; }; + 46EB2E000073D0 /* RCTModulesConformingToProtocolsProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModulesConformingToProtocolsProvider.h; sourceTree = ""; }; + 46EB2E000073E0 /* RCTModulesConformingToProtocolsProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModulesConformingToProtocolsProvider.mm; sourceTree = ""; }; + 46EB2E00007410 /* Array.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Array.h; path = react/bridging/Array.h; sourceTree = ""; }; + 46EB2E00007420 /* AString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AString.h; path = react/bridging/AString.h; sourceTree = ""; }; + 46EB2E00007430 /* Base.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Base.h; path = react/bridging/Base.h; sourceTree = ""; }; + 46EB2E00007440 /* Bool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bool.h; path = react/bridging/Bool.h; sourceTree = ""; }; + 46EB2E00007450 /* Bridging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bridging.h; path = react/bridging/Bridging.h; sourceTree = ""; }; + 46EB2E00007460 /* CallbackWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallbackWrapper.h; path = react/bridging/CallbackWrapper.h; sourceTree = ""; }; + 46EB2E00007470 /* Class.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Class.h; path = react/bridging/Class.h; sourceTree = ""; }; + 46EB2E00007480 /* Convert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Convert.h; path = react/bridging/Convert.h; sourceTree = ""; }; + 46EB2E00007490 /* Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Dynamic.h; path = react/bridging/Dynamic.h; sourceTree = ""; }; + 46EB2E000074A0 /* Error.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Error.h; path = react/bridging/Error.h; sourceTree = ""; }; + 46EB2E000074B0 /* EventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventEmitter.h; path = react/bridging/EventEmitter.h; sourceTree = ""; }; + 46EB2E000074C0 /* Function.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Function.h; path = react/bridging/Function.h; sourceTree = ""; }; + 46EB2E000074D0 /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LongLivedObject.cpp; path = react/bridging/LongLivedObject.cpp; sourceTree = ""; }; + 46EB2E000074E0 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = react/bridging/LongLivedObject.h; sourceTree = ""; }; + 46EB2E000074F0 /* Number.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Number.h; path = react/bridging/Number.h; sourceTree = ""; }; + 46EB2E00007500 /* Object.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Object.h; path = react/bridging/Object.h; sourceTree = ""; }; + 46EB2E00007510 /* Promise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Promise.h; path = react/bridging/Promise.h; sourceTree = ""; }; + 46EB2E00007520 /* Value.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Value.h; path = react/bridging/Value.h; sourceTree = ""; }; + 46EB2E00007540 /* CallbackWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallbackWrapper.h; path = react/nativemodule/core/ReactCommon/CallbackWrapper.h; sourceTree = ""; }; + 46EB2E00007550 /* CxxTurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CxxTurboModuleUtils.cpp; path = react/nativemodule/core/ReactCommon/CxxTurboModuleUtils.cpp; sourceTree = ""; }; + 46EB2E00007560 /* CxxTurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxTurboModuleUtils.h; path = react/nativemodule/core/ReactCommon/CxxTurboModuleUtils.h; sourceTree = ""; }; + 46EB2E00007570 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = react/nativemodule/core/ReactCommon/LongLivedObject.h; sourceTree = ""; }; + 46EB2E00007580 /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboCxxModule.cpp; path = react/nativemodule/core/ReactCommon/TurboCxxModule.cpp; sourceTree = ""; }; + 46EB2E00007590 /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = react/nativemodule/core/ReactCommon/TurboCxxModule.h; sourceTree = ""; }; + 46EB2E000075A0 /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModule.cpp; path = react/nativemodule/core/ReactCommon/TurboModule.cpp; sourceTree = ""; }; + 46EB2E000075B0 /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = react/nativemodule/core/ReactCommon/TurboModule.h; sourceTree = ""; }; + 46EB2E000075C0 /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleBinding.cpp; path = react/nativemodule/core/ReactCommon/TurboModuleBinding.cpp; sourceTree = ""; }; + 46EB2E000075D0 /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = react/nativemodule/core/ReactCommon/TurboModuleBinding.h; sourceTree = ""; }; + 46EB2E000075E0 /* TurboModulePerfLogger.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModulePerfLogger.cpp; path = react/nativemodule/core/ReactCommon/TurboModulePerfLogger.cpp; sourceTree = ""; }; + 46EB2E000075F0 /* TurboModulePerfLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModulePerfLogger.h; path = react/nativemodule/core/ReactCommon/TurboModulePerfLogger.h; sourceTree = ""; }; + 46EB2E00007600 /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleUtils.cpp; path = react/nativemodule/core/ReactCommon/TurboModuleUtils.cpp; sourceTree = ""; }; + 46EB2E00007610 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = react/nativemodule/core/ReactCommon/TurboModuleUtils.h; sourceTree = ""; }; + 46EB2E00007620 /* SRDelegateController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRDelegateController.h; path = SocketRocket/Internal/Delegate/SRDelegateController.h; sourceTree = ""; }; + 46EB2E00007630 /* SRDelegateController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRDelegateController.m; path = SocketRocket/Internal/Delegate/SRDelegateController.m; sourceTree = ""; }; + 46EB2E00007640 /* SRIOConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRIOConsumer.h; path = SocketRocket/Internal/IOConsumer/SRIOConsumer.h; sourceTree = ""; }; + 46EB2E00007650 /* SRIOConsumer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRIOConsumer.m; path = SocketRocket/Internal/IOConsumer/SRIOConsumer.m; sourceTree = ""; }; + 46EB2E00007660 /* SRIOConsumerPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRIOConsumerPool.h; path = SocketRocket/Internal/IOConsumer/SRIOConsumerPool.h; sourceTree = ""; }; + 46EB2E00007670 /* SRIOConsumerPool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRIOConsumerPool.m; path = SocketRocket/Internal/IOConsumer/SRIOConsumerPool.m; sourceTree = ""; }; + 46EB2E00007680 /* NSRunLoop+SRWebSocketPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSRunLoop+SRWebSocketPrivate.h"; path = "SocketRocket/Internal/NSRunLoop+SRWebSocketPrivate.h"; sourceTree = ""; }; + 46EB2E00007690 /* NSURLRequest+SRWebSocketPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLRequest+SRWebSocketPrivate.h"; path = "SocketRocket/Internal/NSURLRequest+SRWebSocketPrivate.h"; sourceTree = ""; }; + 46EB2E000076A0 /* SRProxyConnect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRProxyConnect.h; path = SocketRocket/Internal/Proxy/SRProxyConnect.h; sourceTree = ""; }; + 46EB2E000076B0 /* SRProxyConnect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRProxyConnect.m; path = SocketRocket/Internal/Proxy/SRProxyConnect.m; sourceTree = ""; }; + 46EB2E000076C0 /* SRRunLoopThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRRunLoopThread.h; path = SocketRocket/Internal/RunLoop/SRRunLoopThread.h; sourceTree = ""; }; + 46EB2E000076D0 /* SRRunLoopThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRRunLoopThread.m; path = SocketRocket/Internal/RunLoop/SRRunLoopThread.m; sourceTree = ""; }; + 46EB2E000076E0 /* SRPinningSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRPinningSecurityPolicy.h; path = SocketRocket/Internal/Security/SRPinningSecurityPolicy.h; sourceTree = ""; }; + 46EB2E000076F0 /* SRPinningSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRPinningSecurityPolicy.m; path = SocketRocket/Internal/Security/SRPinningSecurityPolicy.m; sourceTree = ""; }; + 46EB2E00007700 /* SRConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRConstants.h; path = SocketRocket/Internal/SRConstants.h; sourceTree = ""; }; + 46EB2E00007710 /* SRConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRConstants.m; path = SocketRocket/Internal/SRConstants.m; sourceTree = ""; }; + 46EB2E00007720 /* SRError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRError.h; path = SocketRocket/Internal/Utilities/SRError.h; sourceTree = ""; }; + 46EB2E00007730 /* SRError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRError.m; path = SocketRocket/Internal/Utilities/SRError.m; sourceTree = ""; }; + 46EB2E00007740 /* SRHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRHash.h; path = SocketRocket/Internal/Utilities/SRHash.h; sourceTree = ""; }; + 46EB2E00007750 /* SRHash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRHash.m; path = SocketRocket/Internal/Utilities/SRHash.m; sourceTree = ""; }; + 46EB2E00007760 /* SRHTTPConnectMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRHTTPConnectMessage.h; path = SocketRocket/Internal/Utilities/SRHTTPConnectMessage.h; sourceTree = ""; }; + 46EB2E00007770 /* SRHTTPConnectMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRHTTPConnectMessage.m; path = SocketRocket/Internal/Utilities/SRHTTPConnectMessage.m; sourceTree = ""; }; + 46EB2E00007780 /* SRLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRLog.h; path = SocketRocket/Internal/Utilities/SRLog.h; sourceTree = ""; }; + 46EB2E00007790 /* SRLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRLog.m; path = SocketRocket/Internal/Utilities/SRLog.m; sourceTree = ""; }; + 46EB2E000077A0 /* SRMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRMutex.h; path = SocketRocket/Internal/Utilities/SRMutex.h; sourceTree = ""; }; + 46EB2E000077B0 /* SRMutex.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRMutex.m; path = SocketRocket/Internal/Utilities/SRMutex.m; sourceTree = ""; }; + 46EB2E000077C0 /* SRRandom.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRRandom.h; path = SocketRocket/Internal/Utilities/SRRandom.h; sourceTree = ""; }; + 46EB2E000077D0 /* SRRandom.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRRandom.m; path = SocketRocket/Internal/Utilities/SRRandom.m; sourceTree = ""; }; + 46EB2E000077E0 /* SRSIMDHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRSIMDHelpers.h; path = SocketRocket/Internal/Utilities/SRSIMDHelpers.h; sourceTree = ""; }; + 46EB2E000077F0 /* SRSIMDHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRSIMDHelpers.m; path = SocketRocket/Internal/Utilities/SRSIMDHelpers.m; sourceTree = ""; }; + 46EB2E00007800 /* SRURLUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRURLUtilities.h; path = SocketRocket/Internal/Utilities/SRURLUtilities.h; sourceTree = ""; }; + 46EB2E00007810 /* SRURLUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRURLUtilities.m; path = SocketRocket/Internal/Utilities/SRURLUtilities.m; sourceTree = ""; }; + 46EB2E00007820 /* NSRunLoop+SRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSRunLoop+SRWebSocket.h"; path = "SocketRocket/NSRunLoop+SRWebSocket.h"; sourceTree = ""; }; + 46EB2E00007830 /* NSRunLoop+SRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSRunLoop+SRWebSocket.m"; path = "SocketRocket/NSRunLoop+SRWebSocket.m"; sourceTree = ""; }; + 46EB2E00007840 /* NSURLRequest+SRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLRequest+SRWebSocket.h"; path = "SocketRocket/NSURLRequest+SRWebSocket.h"; sourceTree = ""; }; + 46EB2E00007850 /* NSURLRequest+SRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLRequest+SRWebSocket.m"; path = "SocketRocket/NSURLRequest+SRWebSocket.m"; sourceTree = ""; }; + 46EB2E00007860 /* SocketRocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketRocket.h; path = SocketRocket/SocketRocket.h; sourceTree = ""; }; + 46EB2E00007870 /* SRSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRSecurityPolicy.h; path = SocketRocket/SRSecurityPolicy.h; sourceTree = ""; }; + 46EB2E00007880 /* SRSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRSecurityPolicy.m; path = SocketRocket/SRSecurityPolicy.m; sourceTree = ""; }; + 46EB2E00007890 /* SRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRWebSocket.h; path = SocketRocket/SRWebSocket.h; sourceTree = ""; }; + 46EB2E000078A0 /* SRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRWebSocket.m; path = SocketRocket/SRWebSocket.m; sourceTree = ""; }; + 46EB2E000078C0 /* AbsoluteLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = AbsoluteLayout.cpp; sourceTree = ""; }; + 46EB2E000078D0 /* AbsoluteLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AbsoluteLayout.h; sourceTree = ""; }; + 46EB2E000078E0 /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Align.h; sourceTree = ""; }; + 46EB2E000078F0 /* Baseline.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Baseline.cpp; sourceTree = ""; }; + 46EB2E00007900 /* Baseline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Baseline.h; sourceTree = ""; }; + 46EB2E00007910 /* BoundAxis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BoundAxis.h; sourceTree = ""; }; + 46EB2E00007920 /* Cache.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Cache.cpp; sourceTree = ""; }; + 46EB2E00007930 /* Cache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Cache.h; sourceTree = ""; }; + 46EB2E00007940 /* CalculateLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CalculateLayout.cpp; sourceTree = ""; }; + 46EB2E00007950 /* CalculateLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CalculateLayout.h; sourceTree = ""; }; + 46EB2E00007960 /* FlexDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FlexDirection.h; sourceTree = ""; }; + 46EB2E00007970 /* FlexLine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = FlexLine.cpp; sourceTree = ""; }; + 46EB2E00007980 /* FlexLine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FlexLine.h; sourceTree = ""; }; + 46EB2E00007990 /* PixelGrid.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = PixelGrid.cpp; sourceTree = ""; }; + 46EB2E000079A0 /* PixelGrid.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PixelGrid.h; sourceTree = ""; }; + 46EB2E000079B0 /* SizingMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SizingMode.h; sourceTree = ""; }; + 46EB2E000079C0 /* TrailingPosition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TrailingPosition.h; sourceTree = ""; }; + 46EB2E000079E0 /* Config.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Config.cpp; sourceTree = ""; }; + 46EB2E000079F0 /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Config.h; sourceTree = ""; }; + 46EB2E00007A10 /* AssertFatal.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = AssertFatal.cpp; sourceTree = ""; }; + 46EB2E00007A20 /* AssertFatal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AssertFatal.h; sourceTree = ""; }; + 46EB2E00007A30 /* Log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Log.cpp; sourceTree = ""; }; + 46EB2E00007A40 /* Log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Log.h; sourceTree = ""; }; + 46EB2E00007A60 /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Align.h; sourceTree = ""; }; + 46EB2E00007A70 /* Dimension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Dimension.h; sourceTree = ""; }; + 46EB2E00007A80 /* Direction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Direction.h; sourceTree = ""; }; + 46EB2E00007A90 /* Display.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Display.h; sourceTree = ""; }; + 46EB2E00007AA0 /* Edge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Edge.h; sourceTree = ""; }; + 46EB2E00007AB0 /* Errata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Errata.h; sourceTree = ""; }; + 46EB2E00007AC0 /* ExperimentalFeature.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ExperimentalFeature.h; sourceTree = ""; }; + 46EB2E00007AD0 /* FlexDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FlexDirection.h; sourceTree = ""; }; + 46EB2E00007AE0 /* Gutter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Gutter.h; sourceTree = ""; }; + 46EB2E00007AF0 /* Justify.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Justify.h; sourceTree = ""; }; + 46EB2E00007B00 /* LogLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LogLevel.h; sourceTree = ""; }; + 46EB2E00007B10 /* MeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MeasureMode.h; sourceTree = ""; }; + 46EB2E00007B20 /* NodeType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NodeType.h; sourceTree = ""; }; + 46EB2E00007B30 /* Overflow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Overflow.h; sourceTree = ""; }; + 46EB2E00007B40 /* PhysicalEdge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PhysicalEdge.h; sourceTree = ""; }; + 46EB2E00007B50 /* PositionType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PositionType.h; sourceTree = ""; }; + 46EB2E00007B60 /* Unit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Unit.h; sourceTree = ""; }; + 46EB2E00007B70 /* Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Wrap.h; sourceTree = ""; }; + 46EB2E00007B80 /* YogaEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = YogaEnums.h; sourceTree = ""; }; + 46EB2E00007BA0 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = event.cpp; sourceTree = ""; }; + 46EB2E00007BB0 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; + 46EB2E00007BD0 /* CachedMeasurement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CachedMeasurement.h; sourceTree = ""; }; + 46EB2E00007BE0 /* LayoutResults.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = LayoutResults.cpp; sourceTree = ""; }; + 46EB2E00007BF0 /* LayoutResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LayoutResults.h; sourceTree = ""; }; + 46EB2E00007C00 /* Node.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Node.cpp; sourceTree = ""; }; + 46EB2E00007C10 /* Node.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Node.h; sourceTree = ""; }; + 46EB2E00007C30 /* Comparison.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Comparison.h; sourceTree = ""; }; + 46EB2E00007C40 /* FloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FloatOptional.h; sourceTree = ""; }; + 46EB2E00007C60 /* SmallValueBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SmallValueBuffer.h; sourceTree = ""; }; + 46EB2E00007C70 /* Style.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Style.h; sourceTree = ""; }; + 46EB2E00007C80 /* StyleLength.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = StyleLength.h; sourceTree = ""; }; + 46EB2E00007C90 /* StyleValueHandle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = StyleValueHandle.h; sourceTree = ""; }; + 46EB2E00007CA0 /* StyleValuePool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = StyleValuePool.h; sourceTree = ""; }; + 46EB2E00007CB0 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + 46EB2E00007CC0 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + 46EB2E00007CD0 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + 46EB2E00007CE0 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + 46EB2E00007CF0 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + 46EB2E00007D00 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; + 46EB2E00007D10 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; + 46EB2E00007D20 /* YGNodeLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodeLayout.cpp; path = yoga/YGNodeLayout.cpp; sourceTree = ""; }; + 46EB2E00007D30 /* YGNodeLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodeLayout.h; path = yoga/YGNodeLayout.h; sourceTree = ""; }; + 46EB2E00007D40 /* YGNodeStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodeStyle.cpp; path = yoga/YGNodeStyle.cpp; sourceTree = ""; }; + 46EB2E00007D50 /* YGNodeStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodeStyle.h; path = yoga/YGNodeStyle.h; sourceTree = ""; }; + 46EB2E00007D60 /* YGPixelGrid.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGPixelGrid.cpp; path = yoga/YGPixelGrid.cpp; sourceTree = ""; }; + 46EB2E00007D70 /* YGPixelGrid.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGPixelGrid.h; path = yoga/YGPixelGrid.h; sourceTree = ""; }; + 46EB2E00007D80 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; + 46EB2E00007D90 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + 46EB2E00007DA0 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + 46EB2E00007DB0 /* string.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = string.hpp; path = boost/algorithm/string.hpp; sourceTree = ""; }; + 46EB2E00007DC0 /* case_conv.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = case_conv.hpp; path = boost/algorithm/string/case_conv.hpp; sourceTree = ""; }; + 46EB2E00007DD0 /* classification.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = classification.hpp; path = boost/algorithm/string/classification.hpp; sourceTree = ""; }; + 46EB2E00007DE0 /* compare.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = compare.hpp; path = boost/algorithm/string/compare.hpp; sourceTree = ""; }; + 46EB2E00007DF0 /* concept.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = concept.hpp; path = boost/algorithm/string/concept.hpp; sourceTree = ""; }; + 46EB2E00007E00 /* config.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config.hpp; path = boost/algorithm/string/config.hpp; sourceTree = ""; }; + 46EB2E00007E10 /* constants.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = constants.hpp; path = boost/algorithm/string/constants.hpp; sourceTree = ""; }; + 46EB2E00007E20 /* case_conv.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = case_conv.hpp; path = boost/algorithm/string/detail/case_conv.hpp; sourceTree = ""; }; + 46EB2E00007E30 /* classification.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = classification.hpp; path = boost/algorithm/string/detail/classification.hpp; sourceTree = ""; }; + 46EB2E00007E40 /* finder.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = finder.hpp; path = boost/algorithm/string/detail/finder.hpp; sourceTree = ""; }; + 46EB2E00007E50 /* find_format.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = find_format.hpp; path = boost/algorithm/string/detail/find_format.hpp; sourceTree = ""; }; + 46EB2E00007E60 /* find_format_all.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = find_format_all.hpp; path = boost/algorithm/string/detail/find_format_all.hpp; sourceTree = ""; }; + 46EB2E00007E70 /* find_format_store.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = find_format_store.hpp; path = boost/algorithm/string/detail/find_format_store.hpp; sourceTree = ""; }; + 46EB2E00007E80 /* find_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = find_iterator.hpp; path = boost/algorithm/string/detail/find_iterator.hpp; sourceTree = ""; }; + 46EB2E00007E90 /* formatter.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = formatter.hpp; path = boost/algorithm/string/detail/formatter.hpp; sourceTree = ""; }; + 46EB2E00007EA0 /* predicate.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = predicate.hpp; path = boost/algorithm/string/detail/predicate.hpp; sourceTree = ""; }; + 46EB2E00007EB0 /* replace_storage.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = replace_storage.hpp; path = boost/algorithm/string/detail/replace_storage.hpp; sourceTree = ""; }; + 46EB2E00007EC0 /* sequence.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = sequence.hpp; path = boost/algorithm/string/detail/sequence.hpp; sourceTree = ""; }; + 46EB2E00007ED0 /* trim.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = trim.hpp; path = boost/algorithm/string/detail/trim.hpp; sourceTree = ""; }; + 46EB2E00007EE0 /* util.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = util.hpp; path = boost/algorithm/string/detail/util.hpp; sourceTree = ""; }; + 46EB2E00007EF0 /* erase.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = erase.hpp; path = boost/algorithm/string/erase.hpp; sourceTree = ""; }; + 46EB2E00007F00 /* find.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = find.hpp; path = boost/algorithm/string/find.hpp; sourceTree = ""; }; + 46EB2E00007F10 /* finder.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = finder.hpp; path = boost/algorithm/string/finder.hpp; sourceTree = ""; }; + 46EB2E00007F20 /* find_format.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = find_format.hpp; path = boost/algorithm/string/find_format.hpp; sourceTree = ""; }; + 46EB2E00007F30 /* find_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = find_iterator.hpp; path = boost/algorithm/string/find_iterator.hpp; sourceTree = ""; }; + 46EB2E00007F40 /* formatter.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = formatter.hpp; path = boost/algorithm/string/formatter.hpp; sourceTree = ""; }; + 46EB2E00007F50 /* iter_find.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iter_find.hpp; path = boost/algorithm/string/iter_find.hpp; sourceTree = ""; }; + 46EB2E00007F60 /* join.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = join.hpp; path = boost/algorithm/string/join.hpp; sourceTree = ""; }; + 46EB2E00007F70 /* predicate.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = predicate.hpp; path = boost/algorithm/string/predicate.hpp; sourceTree = ""; }; + 46EB2E00007F80 /* predicate_facade.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = predicate_facade.hpp; path = boost/algorithm/string/predicate_facade.hpp; sourceTree = ""; }; + 46EB2E00007F90 /* replace.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = replace.hpp; path = boost/algorithm/string/replace.hpp; sourceTree = ""; }; + 46EB2E00007FA0 /* sequence_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = sequence_traits.hpp; path = boost/algorithm/string/sequence_traits.hpp; sourceTree = ""; }; + 46EB2E00007FB0 /* split.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = split.hpp; path = boost/algorithm/string/split.hpp; sourceTree = ""; }; + 46EB2E00007FC0 /* list_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = list_traits.hpp; path = boost/algorithm/string/std/list_traits.hpp; sourceTree = ""; }; + 46EB2E00007FD0 /* slist_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = slist_traits.hpp; path = boost/algorithm/string/std/slist_traits.hpp; sourceTree = ""; }; + 46EB2E00007FE0 /* string_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = string_traits.hpp; path = boost/algorithm/string/std/string_traits.hpp; sourceTree = ""; }; + 46EB2E00007FF0 /* std_containers_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = std_containers_traits.hpp; path = boost/algorithm/string/std_containers_traits.hpp; sourceTree = ""; }; + 46EB2E00008000 /* trim.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = trim.hpp; path = boost/algorithm/string/trim.hpp; sourceTree = ""; }; + 46EB2E00008010 /* yes_no_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = yes_no_type.hpp; path = boost/algorithm/string/yes_no_type.hpp; sourceTree = ""; }; + 46EB2E00008020 /* array.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array.hpp; path = boost/array.hpp; sourceTree = ""; }; + 46EB2E00008030 /* assert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = assert.hpp; path = boost/assert.hpp; sourceTree = ""; }; + 46EB2E00008040 /* source_location.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = source_location.hpp; path = boost/assert/source_location.hpp; sourceTree = ""; }; + 46EB2E00008050 /* arg.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = arg.hpp; path = boost/bind/arg.hpp; sourceTree = ""; }; + 46EB2E00008060 /* bind.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bind.hpp; path = boost/bind/bind.hpp; sourceTree = ""; }; + 46EB2E00008070 /* bind_cc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bind_cc.hpp; path = boost/bind/bind_cc.hpp; sourceTree = ""; }; + 46EB2E00008080 /* bind_mf2_cc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bind_mf2_cc.hpp; path = boost/bind/bind_mf2_cc.hpp; sourceTree = ""; }; + 46EB2E00008090 /* bind_mf_cc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bind_mf_cc.hpp; path = boost/bind/bind_mf_cc.hpp; sourceTree = ""; }; + 46EB2E000080A0 /* bind_template.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bind_template.hpp; path = boost/bind/bind_template.hpp; sourceTree = ""; }; + 46EB2E000080B0 /* is_same.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_same.hpp; path = boost/bind/detail/is_same.hpp; sourceTree = ""; }; + 46EB2E000080C0 /* requires_cxx11.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = requires_cxx11.hpp; path = boost/bind/detail/requires_cxx11.hpp; sourceTree = ""; }; + 46EB2E000080D0 /* result_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = result_traits.hpp; path = boost/bind/detail/result_traits.hpp; sourceTree = ""; }; + 46EB2E000080E0 /* mem_fn.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mem_fn.hpp; path = boost/bind/mem_fn.hpp; sourceTree = ""; }; + 46EB2E000080F0 /* mem_fn_cc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mem_fn_cc.hpp; path = boost/bind/mem_fn_cc.hpp; sourceTree = ""; }; + 46EB2E00008100 /* mem_fn_template.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mem_fn_template.hpp; path = boost/bind/mem_fn_template.hpp; sourceTree = ""; }; + 46EB2E00008110 /* mem_fn_vw.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mem_fn_vw.hpp; path = boost/bind/mem_fn_vw.hpp; sourceTree = ""; }; + 46EB2E00008120 /* placeholders.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = placeholders.hpp; path = boost/bind/placeholders.hpp; sourceTree = ""; }; + 46EB2E00008130 /* std_placeholders.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = std_placeholders.hpp; path = boost/bind/std_placeholders.hpp; sourceTree = ""; }; + 46EB2E00008140 /* storage.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = storage.hpp; path = boost/bind/storage.hpp; sourceTree = ""; }; + 46EB2E00008150 /* blank.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = blank.hpp; path = boost/blank.hpp; sourceTree = ""; }; + 46EB2E00008160 /* call_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = call_traits.hpp; path = boost/call_traits.hpp; sourceTree = ""; }; + 46EB2E00008170 /* assert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = assert.hpp; path = boost/concept/assert.hpp; sourceTree = ""; }; + 46EB2E00008180 /* backward_compatibility.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = backward_compatibility.hpp; path = boost/concept/detail/backward_compatibility.hpp; sourceTree = ""; }; + 46EB2E00008190 /* borland.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = borland.hpp; path = boost/concept/detail/borland.hpp; sourceTree = ""; }; + 46EB2E000081A0 /* concept_def.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = concept_def.hpp; path = boost/concept/detail/concept_def.hpp; sourceTree = ""; }; + 46EB2E000081B0 /* concept_undef.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = concept_undef.hpp; path = boost/concept/detail/concept_undef.hpp; sourceTree = ""; }; + 46EB2E000081C0 /* general.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = general.hpp; path = boost/concept/detail/general.hpp; sourceTree = ""; }; + 46EB2E000081D0 /* has_constraints.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_constraints.hpp; path = boost/concept/detail/has_constraints.hpp; sourceTree = ""; }; + 46EB2E000081E0 /* msvc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = msvc.hpp; path = boost/concept/detail/msvc.hpp; sourceTree = ""; }; + 46EB2E000081F0 /* usage.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = usage.hpp; path = boost/concept/usage.hpp; sourceTree = ""; }; + 46EB2E00008200 /* concept_check.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = concept_check.hpp; path = boost/concept_check.hpp; sourceTree = ""; }; + 46EB2E00008210 /* config.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config.hpp; path = boost/config.hpp; sourceTree = ""; }; + 46EB2E00008220 /* auto_link.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = auto_link.hpp; path = boost/config/auto_link.hpp; sourceTree = ""; }; + 46EB2E00008230 /* borland.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = borland.hpp; path = boost/config/compiler/borland.hpp; sourceTree = ""; }; + 46EB2E00008240 /* clang.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = clang.hpp; path = boost/config/compiler/clang.hpp; sourceTree = ""; }; + 46EB2E00008250 /* clang_version.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = clang_version.hpp; path = boost/config/compiler/clang_version.hpp; sourceTree = ""; }; + 46EB2E00008260 /* codegear.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = codegear.hpp; path = boost/config/compiler/codegear.hpp; sourceTree = ""; }; + 46EB2E00008270 /* comeau.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = comeau.hpp; path = boost/config/compiler/comeau.hpp; sourceTree = ""; }; + 46EB2E00008280 /* common_edg.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = common_edg.hpp; path = boost/config/compiler/common_edg.hpp; sourceTree = ""; }; + 46EB2E00008290 /* compaq_cxx.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = compaq_cxx.hpp; path = boost/config/compiler/compaq_cxx.hpp; sourceTree = ""; }; + 46EB2E000082A0 /* cray.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = cray.hpp; path = boost/config/compiler/cray.hpp; sourceTree = ""; }; + 46EB2E000082B0 /* digitalmars.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = digitalmars.hpp; path = boost/config/compiler/digitalmars.hpp; sourceTree = ""; }; + 46EB2E000082C0 /* gcc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = gcc.hpp; path = boost/config/compiler/gcc.hpp; sourceTree = ""; }; + 46EB2E000082D0 /* gcc_xml.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = gcc_xml.hpp; path = boost/config/compiler/gcc_xml.hpp; sourceTree = ""; }; + 46EB2E000082E0 /* greenhills.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = greenhills.hpp; path = boost/config/compiler/greenhills.hpp; sourceTree = ""; }; + 46EB2E000082F0 /* hp_acc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = hp_acc.hpp; path = boost/config/compiler/hp_acc.hpp; sourceTree = ""; }; + 46EB2E00008300 /* intel.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = intel.hpp; path = boost/config/compiler/intel.hpp; sourceTree = ""; }; + 46EB2E00008310 /* kai.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = kai.hpp; path = boost/config/compiler/kai.hpp; sourceTree = ""; }; + 46EB2E00008320 /* metrowerks.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = metrowerks.hpp; path = boost/config/compiler/metrowerks.hpp; sourceTree = ""; }; + 46EB2E00008330 /* mpw.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mpw.hpp; path = boost/config/compiler/mpw.hpp; sourceTree = ""; }; + 46EB2E00008340 /* pathscale.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pathscale.hpp; path = boost/config/compiler/pathscale.hpp; sourceTree = ""; }; + 46EB2E00008350 /* pgi.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pgi.hpp; path = boost/config/compiler/pgi.hpp; sourceTree = ""; }; + 46EB2E00008360 /* sgi_mipspro.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = sgi_mipspro.hpp; path = boost/config/compiler/sgi_mipspro.hpp; sourceTree = ""; }; + 46EB2E00008370 /* sunpro_cc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = sunpro_cc.hpp; path = boost/config/compiler/sunpro_cc.hpp; sourceTree = ""; }; + 46EB2E00008380 /* vacpp.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vacpp.hpp; path = boost/config/compiler/vacpp.hpp; sourceTree = ""; }; + 46EB2E00008390 /* visualc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = visualc.hpp; path = boost/config/compiler/visualc.hpp; sourceTree = ""; }; + 46EB2E000083A0 /* xlcpp.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = xlcpp.hpp; path = boost/config/compiler/xlcpp.hpp; sourceTree = ""; }; + 46EB2E000083B0 /* xlcpp_zos.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = xlcpp_zos.hpp; path = boost/config/compiler/xlcpp_zos.hpp; sourceTree = ""; }; + 46EB2E000083C0 /* cxx_composite.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = cxx_composite.hpp; path = boost/config/detail/cxx_composite.hpp; sourceTree = ""; }; + 46EB2E000083D0 /* posix_features.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = posix_features.hpp; path = boost/config/detail/posix_features.hpp; sourceTree = ""; }; + 46EB2E000083E0 /* select_compiler_config.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = select_compiler_config.hpp; path = boost/config/detail/select_compiler_config.hpp; sourceTree = ""; }; + 46EB2E000083F0 /* select_platform_config.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = select_platform_config.hpp; path = boost/config/detail/select_platform_config.hpp; sourceTree = ""; }; + 46EB2E00008400 /* select_stdlib_config.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = select_stdlib_config.hpp; path = boost/config/detail/select_stdlib_config.hpp; sourceTree = ""; }; + 46EB2E00008410 /* suffix.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = suffix.hpp; path = boost/config/detail/suffix.hpp; sourceTree = ""; }; + 46EB2E00008420 /* helper_macros.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = helper_macros.hpp; path = boost/config/helper_macros.hpp; sourceTree = ""; }; + 46EB2E00008430 /* macos.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = macos.hpp; path = boost/config/macos.hpp; sourceTree = ""; }; + 46EB2E00008440 /* cmath.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = cmath.hpp; path = boost/config/no_tr1/cmath.hpp; sourceTree = ""; }; + 46EB2E00008450 /* functional.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = functional.hpp; path = boost/config/no_tr1/functional.hpp; sourceTree = ""; }; + 46EB2E00008460 /* memory.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = memory.hpp; path = boost/config/no_tr1/memory.hpp; sourceTree = ""; }; + 46EB2E00008470 /* macos.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = macos.hpp; path = boost/config/platform/macos.hpp; sourceTree = ""; }; + 46EB2E00008480 /* pragma_message.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pragma_message.hpp; path = boost/config/pragma_message.hpp; sourceTree = ""; }; + 46EB2E00008490 /* libcpp.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = libcpp.hpp; path = boost/config/stdlib/libcpp.hpp; sourceTree = ""; }; + 46EB2E000084A0 /* user.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = user.hpp; path = boost/config/user.hpp; sourceTree = ""; }; + 46EB2E000084B0 /* workaround.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = workaround.hpp; path = boost/config/workaround.hpp; sourceTree = ""; }; + 46EB2E000084C0 /* allocator_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = allocator_traits.hpp; path = boost/container/allocator_traits.hpp; sourceTree = ""; }; + 46EB2E000084D0 /* container_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = container_fwd.hpp; path = boost/container/container_fwd.hpp; sourceTree = ""; }; + 46EB2E000084E0 /* advanced_insert_int.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = advanced_insert_int.hpp; path = boost/container/detail/advanced_insert_int.hpp; sourceTree = ""; }; + 46EB2E000084F0 /* algorithm.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = algorithm.hpp; path = boost/container/detail/algorithm.hpp; sourceTree = ""; }; + 46EB2E00008500 /* allocation_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = allocation_type.hpp; path = boost/container/detail/allocation_type.hpp; sourceTree = ""; }; + 46EB2E00008510 /* alloc_helpers.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = alloc_helpers.hpp; path = boost/container/detail/alloc_helpers.hpp; sourceTree = ""; }; + 46EB2E00008520 /* config_begin.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config_begin.hpp; path = boost/container/detail/config_begin.hpp; sourceTree = ""; }; + 46EB2E00008530 /* config_end.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config_end.hpp; path = boost/container/detail/config_end.hpp; sourceTree = ""; }; + 46EB2E00008540 /* construct_in_place.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = construct_in_place.hpp; path = boost/container/detail/construct_in_place.hpp; sourceTree = ""; }; + 46EB2E00008550 /* container_or_allocator_rebind.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = container_or_allocator_rebind.hpp; path = boost/container/detail/container_or_allocator_rebind.hpp; sourceTree = ""; }; + 46EB2E00008560 /* container_rebind.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = container_rebind.hpp; path = boost/container/detail/container_rebind.hpp; sourceTree = ""; }; + 46EB2E00008570 /* copy_move_algo.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = copy_move_algo.hpp; path = boost/container/detail/copy_move_algo.hpp; sourceTree = ""; }; + 46EB2E00008580 /* destroyers.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = destroyers.hpp; path = boost/container/detail/destroyers.hpp; sourceTree = ""; }; + 46EB2E00008590 /* flat_tree.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = flat_tree.hpp; path = boost/container/detail/flat_tree.hpp; sourceTree = ""; }; + 46EB2E000085A0 /* is_container.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_container.hpp; path = boost/container/detail/is_container.hpp; sourceTree = ""; }; + 46EB2E000085B0 /* is_contiguous_container.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_contiguous_container.hpp; path = boost/container/detail/is_contiguous_container.hpp; sourceTree = ""; }; + 46EB2E000085C0 /* is_pair.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_pair.hpp; path = boost/container/detail/is_pair.hpp; sourceTree = ""; }; + 46EB2E000085D0 /* is_sorted.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_sorted.hpp; path = boost/container/detail/is_sorted.hpp; sourceTree = ""; }; + 46EB2E000085E0 /* iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator.hpp; path = boost/container/detail/iterator.hpp; sourceTree = ""; }; + 46EB2E000085F0 /* iterators.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterators.hpp; path = boost/container/detail/iterators.hpp; sourceTree = ""; }; + 46EB2E00008600 /* min_max.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = min_max.hpp; path = boost/container/detail/min_max.hpp; sourceTree = ""; }; + 46EB2E00008610 /* mpl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mpl.hpp; path = boost/container/detail/mpl.hpp; sourceTree = ""; }; + 46EB2E00008620 /* next_capacity.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = next_capacity.hpp; path = boost/container/detail/next_capacity.hpp; sourceTree = ""; }; + 46EB2E00008630 /* pair.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pair.hpp; path = boost/container/detail/pair.hpp; sourceTree = ""; }; + 46EB2E00008640 /* placement_new.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = placement_new.hpp; path = boost/container/detail/placement_new.hpp; sourceTree = ""; }; + 46EB2E00008650 /* std_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = std_fwd.hpp; path = boost/container/detail/std_fwd.hpp; sourceTree = ""; }; + 46EB2E00008660 /* type_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = type_traits.hpp; path = boost/container/detail/type_traits.hpp; sourceTree = ""; }; + 46EB2E00008670 /* value_functors.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = value_functors.hpp; path = boost/container/detail/value_functors.hpp; sourceTree = ""; }; + 46EB2E00008680 /* value_init.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = value_init.hpp; path = boost/container/detail/value_init.hpp; sourceTree = ""; }; + 46EB2E00008690 /* variadic_templates_tools.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = variadic_templates_tools.hpp; path = boost/container/detail/variadic_templates_tools.hpp; sourceTree = ""; }; + 46EB2E000086A0 /* version_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = version_type.hpp; path = boost/container/detail/version_type.hpp; sourceTree = ""; }; + 46EB2E000086B0 /* workaround.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = workaround.hpp; path = boost/container/detail/workaround.hpp; sourceTree = ""; }; + 46EB2E000086C0 /* flat_map.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = flat_map.hpp; path = boost/container/flat_map.hpp; sourceTree = ""; }; + 46EB2E000086D0 /* new_allocator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = new_allocator.hpp; path = boost/container/new_allocator.hpp; sourceTree = ""; }; + 46EB2E000086E0 /* options.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = options.hpp; path = boost/container/options.hpp; sourceTree = ""; }; + 46EB2E000086F0 /* throw_exception.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = throw_exception.hpp; path = boost/container/throw_exception.hpp; sourceTree = ""; }; + 46EB2E00008700 /* vector.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vector.hpp; path = boost/container/vector.hpp; sourceTree = ""; }; + 46EB2E00008710 /* addressof.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = addressof.hpp; path = boost/core/addressof.hpp; sourceTree = ""; }; + 46EB2E00008720 /* bit.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bit.hpp; path = boost/core/bit.hpp; sourceTree = ""; }; + 46EB2E00008730 /* checked_delete.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = checked_delete.hpp; path = boost/core/checked_delete.hpp; sourceTree = ""; }; + 46EB2E00008740 /* cmath.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = cmath.hpp; path = boost/core/cmath.hpp; sourceTree = ""; }; + 46EB2E00008750 /* demangle.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = demangle.hpp; path = boost/core/demangle.hpp; sourceTree = ""; }; + 46EB2E00008760 /* enable_if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enable_if.hpp; path = boost/core/enable_if.hpp; sourceTree = ""; }; + 46EB2E00008770 /* invoke_swap.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = invoke_swap.hpp; path = boost/core/invoke_swap.hpp; sourceTree = ""; }; + 46EB2E00008780 /* noncopyable.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = noncopyable.hpp; path = boost/core/noncopyable.hpp; sourceTree = ""; }; + 46EB2E00008790 /* no_exceptions_support.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = no_exceptions_support.hpp; path = boost/core/no_exceptions_support.hpp; sourceTree = ""; }; + 46EB2E000087A0 /* nvp.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = nvp.hpp; path = boost/core/nvp.hpp; sourceTree = ""; }; + 46EB2E000087B0 /* ref.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ref.hpp; path = boost/core/ref.hpp; sourceTree = ""; }; + 46EB2E000087C0 /* serialization.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = serialization.hpp; path = boost/core/serialization.hpp; sourceTree = ""; }; + 46EB2E000087D0 /* typeinfo.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = typeinfo.hpp; path = boost/core/typeinfo.hpp; sourceTree = ""; }; + 46EB2E000087E0 /* use_default.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = use_default.hpp; path = boost/core/use_default.hpp; sourceTree = ""; }; + 46EB2E000087F0 /* cstdint.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = cstdint.hpp; path = boost/cstdint.hpp; sourceTree = ""; }; + 46EB2E00008800 /* current_function.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = current_function.hpp; path = boost/current_function.hpp; sourceTree = ""; }; + 46EB2E00008810 /* call_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = call_traits.hpp; path = boost/detail/call_traits.hpp; sourceTree = ""; }; + 46EB2E00008820 /* indirect_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = indirect_traits.hpp; path = boost/detail/indirect_traits.hpp; sourceTree = ""; }; + 46EB2E00008830 /* lightweight_mutex.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lightweight_mutex.hpp; path = boost/detail/lightweight_mutex.hpp; sourceTree = ""; }; + 46EB2E00008840 /* select_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = select_type.hpp; path = boost/detail/select_type.hpp; sourceTree = ""; }; + 46EB2E00008850 /* workaround.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = workaround.hpp; path = boost/detail/workaround.hpp; sourceTree = ""; }; + 46EB2E00008860 /* exception.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = exception.hpp; path = boost/exception/exception.hpp; sourceTree = ""; }; + 46EB2E00008870 /* function.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function.hpp; path = boost/function.hpp; sourceTree = ""; }; + 46EB2E00008880 /* epilogue.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = epilogue.hpp; path = boost/function/detail/epilogue.hpp; sourceTree = ""; }; + 46EB2E00008890 /* function_iterate.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function_iterate.hpp; path = boost/function/detail/function_iterate.hpp; sourceTree = ""; }; + 46EB2E000088A0 /* maybe_include.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = maybe_include.hpp; path = boost/function/detail/maybe_include.hpp; sourceTree = ""; }; + 46EB2E000088B0 /* prologue.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = prologue.hpp; path = boost/function/detail/prologue.hpp; sourceTree = ""; }; + 46EB2E000088C0 /* requires_cxx11.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = requires_cxx11.hpp; path = boost/function/detail/requires_cxx11.hpp; sourceTree = ""; }; + 46EB2E000088D0 /* function0.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function0.hpp; path = boost/function/function0.hpp; sourceTree = ""; }; + 46EB2E000088E0 /* function1.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function1.hpp; path = boost/function/function1.hpp; sourceTree = ""; }; + 46EB2E000088F0 /* function10.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function10.hpp; path = boost/function/function10.hpp; sourceTree = ""; }; + 46EB2E00008900 /* function2.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function2.hpp; path = boost/function/function2.hpp; sourceTree = ""; }; + 46EB2E00008910 /* function3.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function3.hpp; path = boost/function/function3.hpp; sourceTree = ""; }; + 46EB2E00008920 /* function4.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function4.hpp; path = boost/function/function4.hpp; sourceTree = ""; }; + 46EB2E00008930 /* function5.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function5.hpp; path = boost/function/function5.hpp; sourceTree = ""; }; + 46EB2E00008940 /* function6.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function6.hpp; path = boost/function/function6.hpp; sourceTree = ""; }; + 46EB2E00008950 /* function7.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function7.hpp; path = boost/function/function7.hpp; sourceTree = ""; }; + 46EB2E00008960 /* function8.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function8.hpp; path = boost/function/function8.hpp; sourceTree = ""; }; + 46EB2E00008970 /* function9.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function9.hpp; path = boost/function/function9.hpp; sourceTree = ""; }; + 46EB2E00008980 /* function_base.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function_base.hpp; path = boost/function/function_base.hpp; sourceTree = ""; }; + 46EB2E00008990 /* function_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function_fwd.hpp; path = boost/function/function_fwd.hpp; sourceTree = ""; }; + 46EB2E000089A0 /* function_template.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function_template.hpp; path = boost/function/function_template.hpp; sourceTree = ""; }; + 46EB2E000089B0 /* function_equal.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function_equal.hpp; path = boost/function_equal.hpp; sourceTree = ""; }; + 46EB2E000089C0 /* components.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = components.hpp; path = boost/function_types/components.hpp; sourceTree = ""; }; + 46EB2E000089D0 /* cc_names.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = cc_names.hpp; path = boost/function_types/config/cc_names.hpp; sourceTree = ""; }; + 46EB2E000089E0 /* compiler.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = compiler.hpp; path = boost/function_types/config/compiler.hpp; sourceTree = ""; }; + 46EB2E000089F0 /* config.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config.hpp; path = boost/function_types/config/config.hpp; sourceTree = ""; }; + 46EB2E00008A00 /* classifier.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = classifier.hpp; path = boost/function_types/detail/classifier.hpp; sourceTree = ""; }; + 46EB2E00008A10 /* class_transform.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = class_transform.hpp; path = boost/function_types/detail/class_transform.hpp; sourceTree = ""; }; + 46EB2E00008A20 /* components_as_mpl_sequence.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = components_as_mpl_sequence.hpp; path = boost/function_types/detail/components_as_mpl_sequence.hpp; sourceTree = ""; }; + 46EB2E00008A30 /* aliases_def.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = aliases_def.hpp; path = boost/function_types/detail/encoding/aliases_def.hpp; sourceTree = ""; }; + 46EB2E00008A40 /* aliases_undef.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = aliases_undef.hpp; path = boost/function_types/detail/encoding/aliases_undef.hpp; sourceTree = ""; }; + 46EB2E00008A50 /* def.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = def.hpp; path = boost/function_types/detail/encoding/def.hpp; sourceTree = ""; }; + 46EB2E00008A60 /* undef.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = undef.hpp; path = boost/function_types/detail/encoding/undef.hpp; sourceTree = ""; }; + 46EB2E00008A70 /* pp_loop.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pp_loop.hpp; path = boost/function_types/detail/pp_loop.hpp; sourceTree = ""; }; + 46EB2E00008A80 /* master.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = master.hpp; path = boost/function_types/detail/pp_retag_default_cc/master.hpp; sourceTree = ""; }; + 46EB2E00008A90 /* preprocessed.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = preprocessed.hpp; path = boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp; sourceTree = ""; }; + 46EB2E00008AA0 /* preprocessed.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = preprocessed.hpp; path = boost/function_types/detail/pp_tags/preprocessed.hpp; sourceTree = ""; }; + 46EB2E00008AB0 /* retag_default_cc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = retag_default_cc.hpp; path = boost/function_types/detail/retag_default_cc.hpp; sourceTree = ""; }; + 46EB2E00008AC0 /* function_arity.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function_arity.hpp; path = boost/function_types/function_arity.hpp; sourceTree = ""; }; + 46EB2E00008AD0 /* is_callable_builtin.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_callable_builtin.hpp; path = boost/function_types/is_callable_builtin.hpp; sourceTree = ""; }; + 46EB2E00008AE0 /* property_tags.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = property_tags.hpp; path = boost/function_types/property_tags.hpp; sourceTree = ""; }; + 46EB2E00008AF0 /* get_pointer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = get_pointer.hpp; path = boost/get_pointer.hpp; sourceTree = ""; }; + 46EB2E00008B00 /* integer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = integer.hpp; path = boost/integer.hpp; sourceTree = ""; }; + 46EB2E00008B10 /* integer_log2.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = integer_log2.hpp; path = boost/integer/integer_log2.hpp; sourceTree = ""; }; + 46EB2E00008B20 /* integer_mask.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = integer_mask.hpp; path = boost/integer/integer_mask.hpp; sourceTree = ""; }; + 46EB2E00008B30 /* static_log2.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = static_log2.hpp; path = boost/integer/static_log2.hpp; sourceTree = ""; }; + 46EB2E00008B40 /* integer_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = integer_fwd.hpp; path = boost/integer_fwd.hpp; sourceTree = ""; }; + 46EB2E00008B50 /* integer_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = integer_traits.hpp; path = boost/integer_traits.hpp; sourceTree = ""; }; + 46EB2E00008B60 /* circular_list_algorithms.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = circular_list_algorithms.hpp; path = boost/intrusive/circular_list_algorithms.hpp; sourceTree = ""; }; + 46EB2E00008B70 /* circular_slist_algorithms.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = circular_slist_algorithms.hpp; path = boost/intrusive/circular_slist_algorithms.hpp; sourceTree = ""; }; + 46EB2E00008B80 /* algorithm.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = algorithm.hpp; path = boost/intrusive/detail/algorithm.hpp; sourceTree = ""; }; + 46EB2E00008B90 /* algo_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = algo_type.hpp; path = boost/intrusive/detail/algo_type.hpp; sourceTree = ""; }; + 46EB2E00008BA0 /* array_initializer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array_initializer.hpp; path = boost/intrusive/detail/array_initializer.hpp; sourceTree = ""; }; + 46EB2E00008BB0 /* assert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = assert.hpp; path = boost/intrusive/detail/assert.hpp; sourceTree = ""; }; + 46EB2E00008BC0 /* common_slist_algorithms.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = common_slist_algorithms.hpp; path = boost/intrusive/detail/common_slist_algorithms.hpp; sourceTree = ""; }; + 46EB2E00008BD0 /* config_begin.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config_begin.hpp; path = boost/intrusive/detail/config_begin.hpp; sourceTree = ""; }; + 46EB2E00008BE0 /* config_end.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config_end.hpp; path = boost/intrusive/detail/config_end.hpp; sourceTree = ""; }; + 46EB2E00008BF0 /* default_header_holder.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = default_header_holder.hpp; path = boost/intrusive/detail/default_header_holder.hpp; sourceTree = ""; }; + 46EB2E00008C00 /* ebo_functor_holder.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ebo_functor_holder.hpp; path = boost/intrusive/detail/ebo_functor_holder.hpp; sourceTree = ""; }; + 46EB2E00008C10 /* equal_to_value.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = equal_to_value.hpp; path = boost/intrusive/detail/equal_to_value.hpp; sourceTree = ""; }; + 46EB2E00008C20 /* exception_disposer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = exception_disposer.hpp; path = boost/intrusive/detail/exception_disposer.hpp; sourceTree = ""; }; + 46EB2E00008C30 /* function_detector.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function_detector.hpp; path = boost/intrusive/detail/function_detector.hpp; sourceTree = ""; }; + 46EB2E00008C40 /* generic_hook.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = generic_hook.hpp; path = boost/intrusive/detail/generic_hook.hpp; sourceTree = ""; }; + 46EB2E00008C50 /* get_value_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = get_value_traits.hpp; path = boost/intrusive/detail/get_value_traits.hpp; sourceTree = ""; }; + 46EB2E00008C60 /* has_member_function_callable_with.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_member_function_callable_with.hpp; path = boost/intrusive/detail/has_member_function_callable_with.hpp; sourceTree = ""; }; + 46EB2E00008C70 /* hook_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = hook_traits.hpp; path = boost/intrusive/detail/hook_traits.hpp; sourceTree = ""; }; + 46EB2E00008C80 /* iiterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iiterator.hpp; path = boost/intrusive/detail/iiterator.hpp; sourceTree = ""; }; + 46EB2E00008C90 /* is_stateful_value_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_stateful_value_traits.hpp; path = boost/intrusive/detail/is_stateful_value_traits.hpp; sourceTree = ""; }; + 46EB2E00008CA0 /* iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator.hpp; path = boost/intrusive/detail/iterator.hpp; sourceTree = ""; }; + 46EB2E00008CB0 /* key_nodeptr_comp.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = key_nodeptr_comp.hpp; path = boost/intrusive/detail/key_nodeptr_comp.hpp; sourceTree = ""; }; + 46EB2E00008CC0 /* list_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = list_iterator.hpp; path = boost/intrusive/detail/list_iterator.hpp; sourceTree = ""; }; + 46EB2E00008CD0 /* list_node.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = list_node.hpp; path = boost/intrusive/detail/list_node.hpp; sourceTree = ""; }; + 46EB2E00008CE0 /* minimal_less_equal_header.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = minimal_less_equal_header.hpp; path = boost/intrusive/detail/minimal_less_equal_header.hpp; sourceTree = ""; }; + 46EB2E00008CF0 /* minimal_pair_header.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = minimal_pair_header.hpp; path = boost/intrusive/detail/minimal_pair_header.hpp; sourceTree = ""; }; + 46EB2E00008D00 /* mpl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mpl.hpp; path = boost/intrusive/detail/mpl.hpp; sourceTree = ""; }; + 46EB2E00008D10 /* node_cloner_disposer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = node_cloner_disposer.hpp; path = boost/intrusive/detail/node_cloner_disposer.hpp; sourceTree = ""; }; + 46EB2E00008D20 /* node_holder.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = node_holder.hpp; path = boost/intrusive/detail/node_holder.hpp; sourceTree = ""; }; + 46EB2E00008D30 /* parent_from_member.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = parent_from_member.hpp; path = boost/intrusive/detail/parent_from_member.hpp; sourceTree = ""; }; + 46EB2E00008D40 /* reverse_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse_iterator.hpp; path = boost/intrusive/detail/reverse_iterator.hpp; sourceTree = ""; }; + 46EB2E00008D50 /* simple_disposers.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = simple_disposers.hpp; path = boost/intrusive/detail/simple_disposers.hpp; sourceTree = ""; }; + 46EB2E00008D60 /* size_holder.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size_holder.hpp; path = boost/intrusive/detail/size_holder.hpp; sourceTree = ""; }; + 46EB2E00008D70 /* slist_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = slist_iterator.hpp; path = boost/intrusive/detail/slist_iterator.hpp; sourceTree = ""; }; + 46EB2E00008D80 /* slist_node.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = slist_node.hpp; path = boost/intrusive/detail/slist_node.hpp; sourceTree = ""; }; + 46EB2E00008D90 /* std_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = std_fwd.hpp; path = boost/intrusive/detail/std_fwd.hpp; sourceTree = ""; }; + 46EB2E00008DA0 /* tree_value_compare.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = tree_value_compare.hpp; path = boost/intrusive/detail/tree_value_compare.hpp; sourceTree = ""; }; + 46EB2E00008DB0 /* twin.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = twin.hpp; path = boost/intrusive/detail/twin.hpp; sourceTree = ""; }; + 46EB2E00008DC0 /* uncast.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = uncast.hpp; path = boost/intrusive/detail/uncast.hpp; sourceTree = ""; }; + 46EB2E00008DD0 /* value_functors.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = value_functors.hpp; path = boost/intrusive/detail/value_functors.hpp; sourceTree = ""; }; + 46EB2E00008DE0 /* workaround.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = workaround.hpp; path = boost/intrusive/detail/workaround.hpp; sourceTree = ""; }; + 46EB2E00008DF0 /* intrusive_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = intrusive_fwd.hpp; path = boost/intrusive/intrusive_fwd.hpp; sourceTree = ""; }; + 46EB2E00008E00 /* linear_slist_algorithms.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = linear_slist_algorithms.hpp; path = boost/intrusive/linear_slist_algorithms.hpp; sourceTree = ""; }; + 46EB2E00008E10 /* link_mode.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = link_mode.hpp; path = boost/intrusive/link_mode.hpp; sourceTree = ""; }; + 46EB2E00008E20 /* list.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = list.hpp; path = boost/intrusive/list.hpp; sourceTree = ""; }; + 46EB2E00008E30 /* list_hook.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = list_hook.hpp; path = boost/intrusive/list_hook.hpp; sourceTree = ""; }; + 46EB2E00008E40 /* options.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = options.hpp; path = boost/intrusive/options.hpp; sourceTree = ""; }; + 46EB2E00008E50 /* pack_options.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pack_options.hpp; path = boost/intrusive/pack_options.hpp; sourceTree = ""; }; + 46EB2E00008E60 /* parent_from_member.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = parent_from_member.hpp; path = boost/intrusive/parent_from_member.hpp; sourceTree = ""; }; + 46EB2E00008E70 /* pointer_rebind.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pointer_rebind.hpp; path = boost/intrusive/pointer_rebind.hpp; sourceTree = ""; }; + 46EB2E00008E80 /* pointer_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pointer_traits.hpp; path = boost/intrusive/pointer_traits.hpp; sourceTree = ""; }; + 46EB2E00008E90 /* slist.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = slist.hpp; path = boost/intrusive/slist.hpp; sourceTree = ""; }; + 46EB2E00008EA0 /* slist_hook.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = slist_hook.hpp; path = boost/intrusive/slist_hook.hpp; sourceTree = ""; }; + 46EB2E00008EB0 /* ios_state.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ios_state.hpp; path = boost/io/ios_state.hpp; sourceTree = ""; }; + 46EB2E00008EC0 /* io_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = io_fwd.hpp; path = boost/io_fwd.hpp; sourceTree = ""; }; + 46EB2E00008ED0 /* is_placeholder.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_placeholder.hpp; path = boost/is_placeholder.hpp; sourceTree = ""; }; + 46EB2E00008EE0 /* advance.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = advance.hpp; path = boost/iterator/advance.hpp; sourceTree = ""; }; + 46EB2E00008EF0 /* config_def.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config_def.hpp; path = boost/iterator/detail/config_def.hpp; sourceTree = ""; }; + 46EB2E00008F00 /* config_undef.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config_undef.hpp; path = boost/iterator/detail/config_undef.hpp; sourceTree = ""; }; + 46EB2E00008F10 /* enable_if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enable_if.hpp; path = boost/iterator/detail/enable_if.hpp; sourceTree = ""; }; + 46EB2E00008F20 /* facade_iterator_category.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = facade_iterator_category.hpp; path = boost/iterator/detail/facade_iterator_category.hpp; sourceTree = ""; }; + 46EB2E00008F30 /* distance.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = distance.hpp; path = boost/iterator/distance.hpp; sourceTree = ""; }; + 46EB2E00008F40 /* interoperable.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = interoperable.hpp; path = boost/iterator/interoperable.hpp; sourceTree = ""; }; + 46EB2E00008F50 /* is_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_iterator.hpp; path = boost/iterator/is_iterator.hpp; sourceTree = ""; }; + 46EB2E00008F60 /* iterator_adaptor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator_adaptor.hpp; path = boost/iterator/iterator_adaptor.hpp; sourceTree = ""; }; + 46EB2E00008F70 /* iterator_categories.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator_categories.hpp; path = boost/iterator/iterator_categories.hpp; sourceTree = ""; }; + 46EB2E00008F80 /* iterator_concepts.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator_concepts.hpp; path = boost/iterator/iterator_concepts.hpp; sourceTree = ""; }; + 46EB2E00008F90 /* iterator_facade.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator_facade.hpp; path = boost/iterator/iterator_facade.hpp; sourceTree = ""; }; + 46EB2E00008FA0 /* iterator_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator_traits.hpp; path = boost/iterator/iterator_traits.hpp; sourceTree = ""; }; + 46EB2E00008FB0 /* reverse_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse_iterator.hpp; path = boost/iterator/reverse_iterator.hpp; sourceTree = ""; }; + 46EB2E00008FC0 /* transform_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = transform_iterator.hpp; path = boost/iterator/transform_iterator.hpp; sourceTree = ""; }; + 46EB2E00008FD0 /* limits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = limits.hpp; path = boost/limits.hpp; sourceTree = ""; }; + 46EB2E00008FE0 /* mem_fn.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mem_fn.hpp; path = boost/mem_fn.hpp; sourceTree = ""; }; + 46EB2E00008FF0 /* adl_move_swap.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = adl_move_swap.hpp; path = boost/move/adl_move_swap.hpp; sourceTree = ""; }; + 46EB2E00009000 /* adaptive_merge.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = adaptive_merge.hpp; path = boost/move/algo/adaptive_merge.hpp; sourceTree = ""; }; + 46EB2E00009010 /* adaptive_sort.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = adaptive_sort.hpp; path = boost/move/algo/adaptive_sort.hpp; sourceTree = ""; }; + 46EB2E00009020 /* adaptive_sort_merge.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = adaptive_sort_merge.hpp; path = boost/move/algo/detail/adaptive_sort_merge.hpp; sourceTree = ""; }; + 46EB2E00009030 /* basic_op.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = basic_op.hpp; path = boost/move/algo/detail/basic_op.hpp; sourceTree = ""; }; + 46EB2E00009040 /* heap_sort.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = heap_sort.hpp; path = boost/move/algo/detail/heap_sort.hpp; sourceTree = ""; }; + 46EB2E00009050 /* insertion_sort.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = insertion_sort.hpp; path = boost/move/algo/detail/insertion_sort.hpp; sourceTree = ""; }; + 46EB2E00009060 /* is_sorted.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_sorted.hpp; path = boost/move/algo/detail/is_sorted.hpp; sourceTree = ""; }; + 46EB2E00009070 /* merge.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = merge.hpp; path = boost/move/algo/detail/merge.hpp; sourceTree = ""; }; + 46EB2E00009080 /* merge_sort.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = merge_sort.hpp; path = boost/move/algo/detail/merge_sort.hpp; sourceTree = ""; }; + 46EB2E00009090 /* pdqsort.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pdqsort.hpp; path = boost/move/algo/detail/pdqsort.hpp; sourceTree = ""; }; + 46EB2E000090A0 /* search.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = search.hpp; path = boost/move/algo/detail/search.hpp; sourceTree = ""; }; + 46EB2E000090B0 /* set_difference.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = set_difference.hpp; path = boost/move/algo/detail/set_difference.hpp; sourceTree = ""; }; + 46EB2E000090C0 /* move.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = move.hpp; path = boost/move/algo/move.hpp; sourceTree = ""; }; + 46EB2E000090D0 /* predicate.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = predicate.hpp; path = boost/move/algo/predicate.hpp; sourceTree = ""; }; + 46EB2E000090E0 /* unique.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = unique.hpp; path = boost/move/algo/unique.hpp; sourceTree = ""; }; + 46EB2E000090F0 /* core.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = core.hpp; path = boost/move/core.hpp; sourceTree = ""; }; + 46EB2E00009100 /* default_delete.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = default_delete.hpp; path = boost/move/default_delete.hpp; sourceTree = ""; }; + 46EB2E00009110 /* addressof.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = addressof.hpp; path = boost/move/detail/addressof.hpp; sourceTree = ""; }; + 46EB2E00009120 /* config_begin.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config_begin.hpp; path = boost/move/detail/config_begin.hpp; sourceTree = ""; }; + 46EB2E00009130 /* config_end.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config_end.hpp; path = boost/move/detail/config_end.hpp; sourceTree = ""; }; + 46EB2E00009140 /* destruct_n.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = destruct_n.hpp; path = boost/move/detail/destruct_n.hpp; sourceTree = ""; }; + 46EB2E00009150 /* force_ptr.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = force_ptr.hpp; path = boost/move/detail/force_ptr.hpp; sourceTree = ""; }; + 46EB2E00009160 /* fwd_macros.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fwd_macros.hpp; path = boost/move/detail/fwd_macros.hpp; sourceTree = ""; }; + 46EB2E00009170 /* iterator_to_raw_pointer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator_to_raw_pointer.hpp; path = boost/move/detail/iterator_to_raw_pointer.hpp; sourceTree = ""; }; + 46EB2E00009180 /* iterator_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator_traits.hpp; path = boost/move/detail/iterator_traits.hpp; sourceTree = ""; }; + 46EB2E00009190 /* meta_utils.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = meta_utils.hpp; path = boost/move/detail/meta_utils.hpp; sourceTree = ""; }; + 46EB2E000091A0 /* meta_utils_core.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = meta_utils_core.hpp; path = boost/move/detail/meta_utils_core.hpp; sourceTree = ""; }; + 46EB2E000091B0 /* move_helpers.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = move_helpers.hpp; path = boost/move/detail/move_helpers.hpp; sourceTree = ""; }; + 46EB2E000091C0 /* placement_new.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = placement_new.hpp; path = boost/move/detail/placement_new.hpp; sourceTree = ""; }; + 46EB2E000091D0 /* pointer_element.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pointer_element.hpp; path = boost/move/detail/pointer_element.hpp; sourceTree = ""; }; + 46EB2E000091E0 /* reverse_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse_iterator.hpp; path = boost/move/detail/reverse_iterator.hpp; sourceTree = ""; }; + 46EB2E000091F0 /* std_ns_begin.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = std_ns_begin.hpp; path = boost/move/detail/std_ns_begin.hpp; sourceTree = ""; }; + 46EB2E00009200 /* std_ns_end.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = std_ns_end.hpp; path = boost/move/detail/std_ns_end.hpp; sourceTree = ""; }; + 46EB2E00009210 /* to_raw_pointer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_raw_pointer.hpp; path = boost/move/detail/to_raw_pointer.hpp; sourceTree = ""; }; + 46EB2E00009220 /* type_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = type_traits.hpp; path = boost/move/detail/type_traits.hpp; sourceTree = ""; }; + 46EB2E00009230 /* unique_ptr_meta_utils.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = unique_ptr_meta_utils.hpp; path = boost/move/detail/unique_ptr_meta_utils.hpp; sourceTree = ""; }; + 46EB2E00009240 /* workaround.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = workaround.hpp; path = boost/move/detail/workaround.hpp; sourceTree = ""; }; + 46EB2E00009250 /* iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator.hpp; path = boost/move/iterator.hpp; sourceTree = ""; }; + 46EB2E00009260 /* make_unique.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = make_unique.hpp; path = boost/move/make_unique.hpp; sourceTree = ""; }; + 46EB2E00009270 /* traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = traits.hpp; path = boost/move/traits.hpp; sourceTree = ""; }; + 46EB2E00009280 /* unique_ptr.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = unique_ptr.hpp; path = boost/move/unique_ptr.hpp; sourceTree = ""; }; + 46EB2E00009290 /* utility.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = utility.hpp; path = boost/move/utility.hpp; sourceTree = ""; }; + 46EB2E000092A0 /* utility_core.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = utility_core.hpp; path = boost/move/utility_core.hpp; sourceTree = ""; }; + 46EB2E000092B0 /* advance.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = advance.hpp; path = boost/mpl/advance.hpp; sourceTree = ""; }; + 46EB2E000092C0 /* advance_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = advance_fwd.hpp; path = boost/mpl/advance_fwd.hpp; sourceTree = ""; }; + 46EB2E000092D0 /* always.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = always.hpp; path = boost/mpl/always.hpp; sourceTree = ""; }; + 46EB2E000092E0 /* and.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = and.hpp; path = boost/mpl/and.hpp; sourceTree = ""; }; + 46EB2E000092F0 /* apply.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = apply.hpp; path = boost/mpl/apply.hpp; sourceTree = ""; }; + 46EB2E00009300 /* apply_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = apply_fwd.hpp; path = boost/mpl/apply_fwd.hpp; sourceTree = ""; }; + 46EB2E00009310 /* apply_wrap.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = apply_wrap.hpp; path = boost/mpl/apply_wrap.hpp; sourceTree = ""; }; + 46EB2E00009320 /* arg.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = arg.hpp; path = boost/mpl/arg.hpp; sourceTree = ""; }; + 46EB2E00009330 /* arg_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = arg_fwd.hpp; path = boost/mpl/arg_fwd.hpp; sourceTree = ""; }; + 46EB2E00009340 /* assert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = assert.hpp; path = boost/mpl/assert.hpp; sourceTree = ""; }; + 46EB2E00009350 /* at.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = at.hpp; path = boost/mpl/at.hpp; sourceTree = ""; }; + 46EB2E00009360 /* at_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = at_fwd.hpp; path = boost/mpl/at_fwd.hpp; sourceTree = ""; }; + 46EB2E00009370 /* adl_barrier.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = adl_barrier.hpp; path = boost/mpl/aux_/adl_barrier.hpp; sourceTree = ""; }; + 46EB2E00009380 /* advance_backward.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = advance_backward.hpp; path = boost/mpl/aux_/advance_backward.hpp; sourceTree = ""; }; + 46EB2E00009390 /* advance_forward.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = advance_forward.hpp; path = boost/mpl/aux_/advance_forward.hpp; sourceTree = ""; }; + 46EB2E000093A0 /* arg_typedef.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = arg_typedef.hpp; path = boost/mpl/aux_/arg_typedef.hpp; sourceTree = ""; }; + 46EB2E000093B0 /* arithmetic_op.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = arithmetic_op.hpp; path = boost/mpl/aux_/arithmetic_op.hpp; sourceTree = ""; }; + 46EB2E000093C0 /* arity.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = arity.hpp; path = boost/mpl/aux_/arity.hpp; sourceTree = ""; }; + 46EB2E000093D0 /* arity_spec.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = arity_spec.hpp; path = boost/mpl/aux_/arity_spec.hpp; sourceTree = ""; }; + 46EB2E000093E0 /* at_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = at_impl.hpp; path = boost/mpl/aux_/at_impl.hpp; sourceTree = ""; }; + 46EB2E000093F0 /* begin_end_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = begin_end_impl.hpp; path = boost/mpl/aux_/begin_end_impl.hpp; sourceTree = ""; }; + 46EB2E00009400 /* clear_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = clear_impl.hpp; path = boost/mpl/aux_/clear_impl.hpp; sourceTree = ""; }; + 46EB2E00009410 /* common_name_wknd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = common_name_wknd.hpp; path = boost/mpl/aux_/common_name_wknd.hpp; sourceTree = ""; }; + 46EB2E00009420 /* comparison_op.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = comparison_op.hpp; path = boost/mpl/aux_/comparison_op.hpp; sourceTree = ""; }; + 46EB2E00009430 /* adl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = adl.hpp; path = boost/mpl/aux_/config/adl.hpp; sourceTree = ""; }; + 46EB2E00009440 /* arrays.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = arrays.hpp; path = boost/mpl/aux_/config/arrays.hpp; sourceTree = ""; }; + 46EB2E00009450 /* bcc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bcc.hpp; path = boost/mpl/aux_/config/bcc.hpp; sourceTree = ""; }; + 46EB2E00009460 /* bind.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bind.hpp; path = boost/mpl/aux_/config/bind.hpp; sourceTree = ""; }; + 46EB2E00009470 /* compiler.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = compiler.hpp; path = boost/mpl/aux_/config/compiler.hpp; sourceTree = ""; }; + 46EB2E00009480 /* ctps.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ctps.hpp; path = boost/mpl/aux_/config/ctps.hpp; sourceTree = ""; }; + 46EB2E00009490 /* dmc_ambiguous_ctps.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = dmc_ambiguous_ctps.hpp; path = boost/mpl/aux_/config/dmc_ambiguous_ctps.hpp; sourceTree = ""; }; + 46EB2E000094A0 /* dtp.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = dtp.hpp; path = boost/mpl/aux_/config/dtp.hpp; sourceTree = ""; }; + 46EB2E000094B0 /* eti.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = eti.hpp; path = boost/mpl/aux_/config/eti.hpp; sourceTree = ""; }; + 46EB2E000094C0 /* forwarding.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forwarding.hpp; path = boost/mpl/aux_/config/forwarding.hpp; sourceTree = ""; }; + 46EB2E000094D0 /* gcc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = gcc.hpp; path = boost/mpl/aux_/config/gcc.hpp; sourceTree = ""; }; + 46EB2E000094E0 /* gpu.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = gpu.hpp; path = boost/mpl/aux_/config/gpu.hpp; sourceTree = ""; }; + 46EB2E000094F0 /* has_apply.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_apply.hpp; path = boost/mpl/aux_/config/has_apply.hpp; sourceTree = ""; }; + 46EB2E00009500 /* has_xxx.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_xxx.hpp; path = boost/mpl/aux_/config/has_xxx.hpp; sourceTree = ""; }; + 46EB2E00009510 /* integral.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = integral.hpp; path = boost/mpl/aux_/config/integral.hpp; sourceTree = ""; }; + 46EB2E00009520 /* intel.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = intel.hpp; path = boost/mpl/aux_/config/intel.hpp; sourceTree = ""; }; + 46EB2E00009530 /* lambda.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lambda.hpp; path = boost/mpl/aux_/config/lambda.hpp; sourceTree = ""; }; + 46EB2E00009540 /* msvc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = msvc.hpp; path = boost/mpl/aux_/config/msvc.hpp; sourceTree = ""; }; + 46EB2E00009550 /* msvc_typename.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = msvc_typename.hpp; path = boost/mpl/aux_/config/msvc_typename.hpp; sourceTree = ""; }; + 46EB2E00009560 /* nttp.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = nttp.hpp; path = boost/mpl/aux_/config/nttp.hpp; sourceTree = ""; }; + 46EB2E00009570 /* operators.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = operators.hpp; path = boost/mpl/aux_/config/operators.hpp; sourceTree = ""; }; + 46EB2E00009580 /* overload_resolution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = overload_resolution.hpp; path = boost/mpl/aux_/config/overload_resolution.hpp; sourceTree = ""; }; + 46EB2E00009590 /* pp_counter.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pp_counter.hpp; path = boost/mpl/aux_/config/pp_counter.hpp; sourceTree = ""; }; + 46EB2E000095A0 /* preprocessor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = preprocessor.hpp; path = boost/mpl/aux_/config/preprocessor.hpp; sourceTree = ""; }; + 46EB2E000095B0 /* static_constant.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = static_constant.hpp; path = boost/mpl/aux_/config/static_constant.hpp; sourceTree = ""; }; + 46EB2E000095C0 /* ttp.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ttp.hpp; path = boost/mpl/aux_/config/ttp.hpp; sourceTree = ""; }; + 46EB2E000095D0 /* typeof.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = typeof.hpp; path = boost/mpl/aux_/config/typeof.hpp; sourceTree = ""; }; + 46EB2E000095E0 /* use_preprocessed.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = use_preprocessed.hpp; path = boost/mpl/aux_/config/use_preprocessed.hpp; sourceTree = ""; }; + 46EB2E000095F0 /* workaround.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = workaround.hpp; path = boost/mpl/aux_/config/workaround.hpp; sourceTree = ""; }; + 46EB2E00009600 /* contains_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = contains_impl.hpp; path = boost/mpl/aux_/contains_impl.hpp; sourceTree = ""; }; + 46EB2E00009610 /* count_args.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = count_args.hpp; path = boost/mpl/aux_/count_args.hpp; sourceTree = ""; }; + 46EB2E00009620 /* empty_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = empty_impl.hpp; path = boost/mpl/aux_/empty_impl.hpp; sourceTree = ""; }; + 46EB2E00009630 /* find_if_pred.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = find_if_pred.hpp; path = boost/mpl/aux_/find_if_pred.hpp; sourceTree = ""; }; + 46EB2E00009640 /* fold_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_impl.hpp; path = boost/mpl/aux_/fold_impl.hpp; sourceTree = ""; }; + 46EB2E00009650 /* fold_impl_body.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_impl_body.hpp; path = boost/mpl/aux_/fold_impl_body.hpp; sourceTree = ""; }; + 46EB2E00009660 /* front_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = front_impl.hpp; path = boost/mpl/aux_/front_impl.hpp; sourceTree = ""; }; + 46EB2E00009670 /* full_lambda.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = full_lambda.hpp; path = boost/mpl/aux_/full_lambda.hpp; sourceTree = ""; }; + 46EB2E00009680 /* has_apply.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_apply.hpp; path = boost/mpl/aux_/has_apply.hpp; sourceTree = ""; }; + 46EB2E00009690 /* has_begin.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_begin.hpp; path = boost/mpl/aux_/has_begin.hpp; sourceTree = ""; }; + 46EB2E000096A0 /* has_key_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_key_impl.hpp; path = boost/mpl/aux_/has_key_impl.hpp; sourceTree = ""; }; + 46EB2E000096B0 /* has_rebind.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_rebind.hpp; path = boost/mpl/aux_/has_rebind.hpp; sourceTree = ""; }; + 46EB2E000096C0 /* has_size.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_size.hpp; path = boost/mpl/aux_/has_size.hpp; sourceTree = ""; }; + 46EB2E000096D0 /* has_tag.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_tag.hpp; path = boost/mpl/aux_/has_tag.hpp; sourceTree = ""; }; + 46EB2E000096E0 /* has_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_type.hpp; path = boost/mpl/aux_/has_type.hpp; sourceTree = ""; }; + 46EB2E000096F0 /* include_preprocessed.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = include_preprocessed.hpp; path = boost/mpl/aux_/include_preprocessed.hpp; sourceTree = ""; }; + 46EB2E00009700 /* inserter_algorithm.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = inserter_algorithm.hpp; path = boost/mpl/aux_/inserter_algorithm.hpp; sourceTree = ""; }; + 46EB2E00009710 /* insert_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = insert_impl.hpp; path = boost/mpl/aux_/insert_impl.hpp; sourceTree = ""; }; + 46EB2E00009720 /* integral_wrapper.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = integral_wrapper.hpp; path = boost/mpl/aux_/integral_wrapper.hpp; sourceTree = ""; }; + 46EB2E00009730 /* is_msvc_eti_arg.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_msvc_eti_arg.hpp; path = boost/mpl/aux_/is_msvc_eti_arg.hpp; sourceTree = ""; }; + 46EB2E00009740 /* iter_apply.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iter_apply.hpp; path = boost/mpl/aux_/iter_apply.hpp; sourceTree = ""; }; + 46EB2E00009750 /* iter_fold_if_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iter_fold_if_impl.hpp; path = boost/mpl/aux_/iter_fold_if_impl.hpp; sourceTree = ""; }; + 46EB2E00009760 /* iter_fold_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iter_fold_impl.hpp; path = boost/mpl/aux_/iter_fold_impl.hpp; sourceTree = ""; }; + 46EB2E00009770 /* joint_iter.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = joint_iter.hpp; path = boost/mpl/aux_/joint_iter.hpp; sourceTree = ""; }; + 46EB2E00009780 /* lambda_arity_param.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lambda_arity_param.hpp; path = boost/mpl/aux_/lambda_arity_param.hpp; sourceTree = ""; }; + 46EB2E00009790 /* lambda_no_ctps.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lambda_no_ctps.hpp; path = boost/mpl/aux_/lambda_no_ctps.hpp; sourceTree = ""; }; + 46EB2E000097A0 /* lambda_spec.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lambda_spec.hpp; path = boost/mpl/aux_/lambda_spec.hpp; sourceTree = ""; }; + 46EB2E000097B0 /* lambda_support.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lambda_support.hpp; path = boost/mpl/aux_/lambda_support.hpp; sourceTree = ""; }; + 46EB2E000097C0 /* largest_int.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = largest_int.hpp; path = boost/mpl/aux_/largest_int.hpp; sourceTree = ""; }; + 46EB2E000097D0 /* logical_op.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = logical_op.hpp; path = boost/mpl/aux_/logical_op.hpp; sourceTree = ""; }; + 46EB2E000097E0 /* msvc_dtw.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = msvc_dtw.hpp; path = boost/mpl/aux_/msvc_dtw.hpp; sourceTree = ""; }; + 46EB2E000097F0 /* msvc_eti_base.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = msvc_eti_base.hpp; path = boost/mpl/aux_/msvc_eti_base.hpp; sourceTree = ""; }; + 46EB2E00009800 /* msvc_is_class.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = msvc_is_class.hpp; path = boost/mpl/aux_/msvc_is_class.hpp; sourceTree = ""; }; + 46EB2E00009810 /* msvc_never_true.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = msvc_never_true.hpp; path = boost/mpl/aux_/msvc_never_true.hpp; sourceTree = ""; }; + 46EB2E00009820 /* msvc_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = msvc_type.hpp; path = boost/mpl/aux_/msvc_type.hpp; sourceTree = ""; }; + 46EB2E00009830 /* na.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = na.hpp; path = boost/mpl/aux_/na.hpp; sourceTree = ""; }; + 46EB2E00009840 /* na_assert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = na_assert.hpp; path = boost/mpl/aux_/na_assert.hpp; sourceTree = ""; }; + 46EB2E00009850 /* na_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = na_fwd.hpp; path = boost/mpl/aux_/na_fwd.hpp; sourceTree = ""; }; + 46EB2E00009860 /* na_spec.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = na_spec.hpp; path = boost/mpl/aux_/na_spec.hpp; sourceTree = ""; }; + 46EB2E00009870 /* nested_type_wknd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = nested_type_wknd.hpp; path = boost/mpl/aux_/nested_type_wknd.hpp; sourceTree = ""; }; + 46EB2E00009880 /* nttp_decl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = nttp_decl.hpp; path = boost/mpl/aux_/nttp_decl.hpp; sourceTree = ""; }; + 46EB2E00009890 /* numeric_cast_utils.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = numeric_cast_utils.hpp; path = boost/mpl/aux_/numeric_cast_utils.hpp; sourceTree = ""; }; + 46EB2E000098A0 /* numeric_op.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = numeric_op.hpp; path = boost/mpl/aux_/numeric_op.hpp; sourceTree = ""; }; + 46EB2E000098B0 /* O1_size_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = O1_size_impl.hpp; path = boost/mpl/aux_/O1_size_impl.hpp; sourceTree = ""; }; + 46EB2E000098C0 /* overload_names.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = overload_names.hpp; path = boost/mpl/aux_/overload_names.hpp; sourceTree = ""; }; + 46EB2E000098D0 /* advance_backward.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = advance_backward.hpp; path = boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp; sourceTree = ""; }; + 46EB2E000098E0 /* advance_forward.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = advance_forward.hpp; path = boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp; sourceTree = ""; }; + 46EB2E000098F0 /* and.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = and.hpp; path = boost/mpl/aux_/preprocessed/gcc/and.hpp; sourceTree = ""; }; + 46EB2E00009900 /* apply.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = apply.hpp; path = boost/mpl/aux_/preprocessed/gcc/apply.hpp; sourceTree = ""; }; + 46EB2E00009910 /* apply_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = apply_fwd.hpp; path = boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp; sourceTree = ""; }; + 46EB2E00009920 /* apply_wrap.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = apply_wrap.hpp; path = boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp; sourceTree = ""; }; + 46EB2E00009930 /* arg.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = arg.hpp; path = boost/mpl/aux_/preprocessed/gcc/arg.hpp; sourceTree = ""; }; + 46EB2E00009940 /* basic_bind.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = basic_bind.hpp; path = boost/mpl/aux_/preprocessed/gcc/basic_bind.hpp; sourceTree = ""; }; + 46EB2E00009950 /* bind.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bind.hpp; path = boost/mpl/aux_/preprocessed/gcc/bind.hpp; sourceTree = ""; }; + 46EB2E00009960 /* bind_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bind_fwd.hpp; path = boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp; sourceTree = ""; }; + 46EB2E00009970 /* bitand.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bitand.hpp; path = boost/mpl/aux_/preprocessed/gcc/bitand.hpp; sourceTree = ""; }; + 46EB2E00009980 /* bitor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bitor.hpp; path = boost/mpl/aux_/preprocessed/gcc/bitor.hpp; sourceTree = ""; }; + 46EB2E00009990 /* bitxor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bitxor.hpp; path = boost/mpl/aux_/preprocessed/gcc/bitxor.hpp; sourceTree = ""; }; + 46EB2E000099A0 /* deque.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = deque.hpp; path = boost/mpl/aux_/preprocessed/gcc/deque.hpp; sourceTree = ""; }; + 46EB2E000099B0 /* divides.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = divides.hpp; path = boost/mpl/aux_/preprocessed/gcc/divides.hpp; sourceTree = ""; }; + 46EB2E000099C0 /* equal_to.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = equal_to.hpp; path = boost/mpl/aux_/preprocessed/gcc/equal_to.hpp; sourceTree = ""; }; + 46EB2E000099D0 /* fold_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_impl.hpp; path = boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp; sourceTree = ""; }; + 46EB2E000099E0 /* full_lambda.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = full_lambda.hpp; path = boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp; sourceTree = ""; }; + 46EB2E000099F0 /* greater.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = greater.hpp; path = boost/mpl/aux_/preprocessed/gcc/greater.hpp; sourceTree = ""; }; + 46EB2E00009A00 /* greater_equal.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = greater_equal.hpp; path = boost/mpl/aux_/preprocessed/gcc/greater_equal.hpp; sourceTree = ""; }; + 46EB2E00009A10 /* inherit.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = inherit.hpp; path = boost/mpl/aux_/preprocessed/gcc/inherit.hpp; sourceTree = ""; }; + 46EB2E00009A20 /* iter_fold_if_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iter_fold_if_impl.hpp; path = boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp; sourceTree = ""; }; + 46EB2E00009A30 /* iter_fold_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iter_fold_impl.hpp; path = boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp; sourceTree = ""; }; + 46EB2E00009A40 /* lambda_no_ctps.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lambda_no_ctps.hpp; path = boost/mpl/aux_/preprocessed/gcc/lambda_no_ctps.hpp; sourceTree = ""; }; + 46EB2E00009A50 /* less.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = less.hpp; path = boost/mpl/aux_/preprocessed/gcc/less.hpp; sourceTree = ""; }; + 46EB2E00009A60 /* less_equal.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = less_equal.hpp; path = boost/mpl/aux_/preprocessed/gcc/less_equal.hpp; sourceTree = ""; }; + 46EB2E00009A70 /* list.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = list.hpp; path = boost/mpl/aux_/preprocessed/gcc/list.hpp; sourceTree = ""; }; + 46EB2E00009A80 /* list_c.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = list_c.hpp; path = boost/mpl/aux_/preprocessed/gcc/list_c.hpp; sourceTree = ""; }; + 46EB2E00009A90 /* map.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = map.hpp; path = boost/mpl/aux_/preprocessed/gcc/map.hpp; sourceTree = ""; }; + 46EB2E00009AA0 /* minus.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = minus.hpp; path = boost/mpl/aux_/preprocessed/gcc/minus.hpp; sourceTree = ""; }; + 46EB2E00009AB0 /* modulus.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = modulus.hpp; path = boost/mpl/aux_/preprocessed/gcc/modulus.hpp; sourceTree = ""; }; + 46EB2E00009AC0 /* not_equal_to.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = not_equal_to.hpp; path = boost/mpl/aux_/preprocessed/gcc/not_equal_to.hpp; sourceTree = ""; }; + 46EB2E00009AD0 /* or.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = or.hpp; path = boost/mpl/aux_/preprocessed/gcc/or.hpp; sourceTree = ""; }; + 46EB2E00009AE0 /* placeholders.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = placeholders.hpp; path = boost/mpl/aux_/preprocessed/gcc/placeholders.hpp; sourceTree = ""; }; + 46EB2E00009AF0 /* plus.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = plus.hpp; path = boost/mpl/aux_/preprocessed/gcc/plus.hpp; sourceTree = ""; }; + 46EB2E00009B00 /* quote.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = quote.hpp; path = boost/mpl/aux_/preprocessed/gcc/quote.hpp; sourceTree = ""; }; + 46EB2E00009B10 /* reverse_fold_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse_fold_impl.hpp; path = boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp; sourceTree = ""; }; + 46EB2E00009B20 /* reverse_iter_fold_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse_iter_fold_impl.hpp; path = boost/mpl/aux_/preprocessed/gcc/reverse_iter_fold_impl.hpp; sourceTree = ""; }; + 46EB2E00009B30 /* set.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = set.hpp; path = boost/mpl/aux_/preprocessed/gcc/set.hpp; sourceTree = ""; }; + 46EB2E00009B40 /* set_c.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = set_c.hpp; path = boost/mpl/aux_/preprocessed/gcc/set_c.hpp; sourceTree = ""; }; + 46EB2E00009B50 /* shift_left.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = shift_left.hpp; path = boost/mpl/aux_/preprocessed/gcc/shift_left.hpp; sourceTree = ""; }; + 46EB2E00009B60 /* shift_right.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = shift_right.hpp; path = boost/mpl/aux_/preprocessed/gcc/shift_right.hpp; sourceTree = ""; }; + 46EB2E00009B70 /* template_arity.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = template_arity.hpp; path = boost/mpl/aux_/preprocessed/gcc/template_arity.hpp; sourceTree = ""; }; + 46EB2E00009B80 /* times.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = times.hpp; path = boost/mpl/aux_/preprocessed/gcc/times.hpp; sourceTree = ""; }; + 46EB2E00009B90 /* unpack_args.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = unpack_args.hpp; path = boost/mpl/aux_/preprocessed/gcc/unpack_args.hpp; sourceTree = ""; }; + 46EB2E00009BA0 /* vector.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vector.hpp; path = boost/mpl/aux_/preprocessed/gcc/vector.hpp; sourceTree = ""; }; + 46EB2E00009BB0 /* vector_c.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vector_c.hpp; path = boost/mpl/aux_/preprocessed/gcc/vector_c.hpp; sourceTree = ""; }; + 46EB2E00009BC0 /* add.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = add.hpp; path = boost/mpl/aux_/preprocessor/add.hpp; sourceTree = ""; }; + 46EB2E00009BD0 /* default_params.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = default_params.hpp; path = boost/mpl/aux_/preprocessor/default_params.hpp; sourceTree = ""; }; + 46EB2E00009BE0 /* def_params_tail.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = def_params_tail.hpp; path = boost/mpl/aux_/preprocessor/def_params_tail.hpp; sourceTree = ""; }; + 46EB2E00009BF0 /* enum.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum.hpp; path = boost/mpl/aux_/preprocessor/enum.hpp; sourceTree = ""; }; + 46EB2E00009C00 /* ext_params.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ext_params.hpp; path = boost/mpl/aux_/preprocessor/ext_params.hpp; sourceTree = ""; }; + 46EB2E00009C10 /* filter_params.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = filter_params.hpp; path = boost/mpl/aux_/preprocessor/filter_params.hpp; sourceTree = ""; }; + 46EB2E00009C20 /* params.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = params.hpp; path = boost/mpl/aux_/preprocessor/params.hpp; sourceTree = ""; }; + 46EB2E00009C30 /* partial_spec_params.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = partial_spec_params.hpp; path = boost/mpl/aux_/preprocessor/partial_spec_params.hpp; sourceTree = ""; }; + 46EB2E00009C40 /* range.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = range.hpp; path = boost/mpl/aux_/preprocessor/range.hpp; sourceTree = ""; }; + 46EB2E00009C50 /* repeat.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = repeat.hpp; path = boost/mpl/aux_/preprocessor/repeat.hpp; sourceTree = ""; }; + 46EB2E00009C60 /* sub.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = sub.hpp; path = boost/mpl/aux_/preprocessor/sub.hpp; sourceTree = ""; }; + 46EB2E00009C70 /* tuple.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = tuple.hpp; path = boost/mpl/aux_/preprocessor/tuple.hpp; sourceTree = ""; }; + 46EB2E00009C80 /* ptr_to_ref.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ptr_to_ref.hpp; path = boost/mpl/aux_/ptr_to_ref.hpp; sourceTree = ""; }; + 46EB2E00009C90 /* push_back_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = push_back_impl.hpp; path = boost/mpl/aux_/push_back_impl.hpp; sourceTree = ""; }; + 46EB2E00009CA0 /* push_front_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = push_front_impl.hpp; path = boost/mpl/aux_/push_front_impl.hpp; sourceTree = ""; }; + 46EB2E00009CB0 /* reverse_fold_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse_fold_impl.hpp; path = boost/mpl/aux_/reverse_fold_impl.hpp; sourceTree = ""; }; + 46EB2E00009CC0 /* reverse_fold_impl_body.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse_fold_impl_body.hpp; path = boost/mpl/aux_/reverse_fold_impl_body.hpp; sourceTree = ""; }; + 46EB2E00009CD0 /* reverse_iter_fold_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse_iter_fold_impl.hpp; path = boost/mpl/aux_/reverse_iter_fold_impl.hpp; sourceTree = ""; }; + 46EB2E00009CE0 /* sequence_wrapper.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = sequence_wrapper.hpp; path = boost/mpl/aux_/sequence_wrapper.hpp; sourceTree = ""; }; + 46EB2E00009CF0 /* size_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size_impl.hpp; path = boost/mpl/aux_/size_impl.hpp; sourceTree = ""; }; + 46EB2E00009D00 /* static_cast.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = static_cast.hpp; path = boost/mpl/aux_/static_cast.hpp; sourceTree = ""; }; + 46EB2E00009D10 /* template_arity.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = template_arity.hpp; path = boost/mpl/aux_/template_arity.hpp; sourceTree = ""; }; + 46EB2E00009D20 /* template_arity_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = template_arity_fwd.hpp; path = boost/mpl/aux_/template_arity_fwd.hpp; sourceTree = ""; }; + 46EB2E00009D30 /* traits_lambda_spec.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = traits_lambda_spec.hpp; path = boost/mpl/aux_/traits_lambda_spec.hpp; sourceTree = ""; }; + 46EB2E00009D40 /* type_wrapper.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = type_wrapper.hpp; path = boost/mpl/aux_/type_wrapper.hpp; sourceTree = ""; }; + 46EB2E00009D50 /* value_wknd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = value_wknd.hpp; path = boost/mpl/aux_/value_wknd.hpp; sourceTree = ""; }; + 46EB2E00009D60 /* yes_no.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = yes_no.hpp; path = boost/mpl/aux_/yes_no.hpp; sourceTree = ""; }; + 46EB2E00009D70 /* back_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = back_fwd.hpp; path = boost/mpl/back_fwd.hpp; sourceTree = ""; }; + 46EB2E00009D80 /* back_inserter.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = back_inserter.hpp; path = boost/mpl/back_inserter.hpp; sourceTree = ""; }; + 46EB2E00009D90 /* base.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = base.hpp; path = boost/mpl/base.hpp; sourceTree = ""; }; + 46EB2E00009DA0 /* begin.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = begin.hpp; path = boost/mpl/begin.hpp; sourceTree = ""; }; + 46EB2E00009DB0 /* begin_end.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = begin_end.hpp; path = boost/mpl/begin_end.hpp; sourceTree = ""; }; + 46EB2E00009DC0 /* begin_end_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = begin_end_fwd.hpp; path = boost/mpl/begin_end_fwd.hpp; sourceTree = ""; }; + 46EB2E00009DD0 /* bind.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bind.hpp; path = boost/mpl/bind.hpp; sourceTree = ""; }; + 46EB2E00009DE0 /* bind_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bind_fwd.hpp; path = boost/mpl/bind_fwd.hpp; sourceTree = ""; }; + 46EB2E00009DF0 /* bitand.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bitand.hpp; path = boost/mpl/bitand.hpp; sourceTree = ""; }; + 46EB2E00009E00 /* bitxor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bitxor.hpp; path = boost/mpl/bitxor.hpp; sourceTree = ""; }; + 46EB2E00009E10 /* bool.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bool.hpp; path = boost/mpl/bool.hpp; sourceTree = ""; }; + 46EB2E00009E20 /* bool_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bool_fwd.hpp; path = boost/mpl/bool_fwd.hpp; sourceTree = ""; }; + 46EB2E00009E30 /* clear.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = clear.hpp; path = boost/mpl/clear.hpp; sourceTree = ""; }; + 46EB2E00009E40 /* clear_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = clear_fwd.hpp; path = boost/mpl/clear_fwd.hpp; sourceTree = ""; }; + 46EB2E00009E50 /* contains.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = contains.hpp; path = boost/mpl/contains.hpp; sourceTree = ""; }; + 46EB2E00009E60 /* contains_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = contains_fwd.hpp; path = boost/mpl/contains_fwd.hpp; sourceTree = ""; }; + 46EB2E00009E70 /* copy.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = copy.hpp; path = boost/mpl/copy.hpp; sourceTree = ""; }; + 46EB2E00009E80 /* deref.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = deref.hpp; path = boost/mpl/deref.hpp; sourceTree = ""; }; + 46EB2E00009E90 /* distance.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = distance.hpp; path = boost/mpl/distance.hpp; sourceTree = ""; }; + 46EB2E00009EA0 /* distance_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = distance_fwd.hpp; path = boost/mpl/distance_fwd.hpp; sourceTree = ""; }; + 46EB2E00009EB0 /* empty.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = empty.hpp; path = boost/mpl/empty.hpp; sourceTree = ""; }; + 46EB2E00009EC0 /* empty_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = empty_fwd.hpp; path = boost/mpl/empty_fwd.hpp; sourceTree = ""; }; + 46EB2E00009ED0 /* equal_to.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = equal_to.hpp; path = boost/mpl/equal_to.hpp; sourceTree = ""; }; + 46EB2E00009EE0 /* erase_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = erase_fwd.hpp; path = boost/mpl/erase_fwd.hpp; sourceTree = ""; }; + 46EB2E00009EF0 /* erase_key_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = erase_key_fwd.hpp; path = boost/mpl/erase_key_fwd.hpp; sourceTree = ""; }; + 46EB2E00009F00 /* eval_if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = eval_if.hpp; path = boost/mpl/eval_if.hpp; sourceTree = ""; }; + 46EB2E00009F10 /* find.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = find.hpp; path = boost/mpl/find.hpp; sourceTree = ""; }; + 46EB2E00009F20 /* find_if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = find_if.hpp; path = boost/mpl/find_if.hpp; sourceTree = ""; }; + 46EB2E00009F30 /* fold.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold.hpp; path = boost/mpl/fold.hpp; sourceTree = ""; }; + 46EB2E00009F40 /* front.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = front.hpp; path = boost/mpl/front.hpp; sourceTree = ""; }; + 46EB2E00009F50 /* front_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = front_fwd.hpp; path = boost/mpl/front_fwd.hpp; sourceTree = ""; }; + 46EB2E00009F60 /* front_inserter.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = front_inserter.hpp; path = boost/mpl/front_inserter.hpp; sourceTree = ""; }; + 46EB2E00009F70 /* has_key.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_key.hpp; path = boost/mpl/has_key.hpp; sourceTree = ""; }; + 46EB2E00009F80 /* has_key_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_key_fwd.hpp; path = boost/mpl/has_key_fwd.hpp; sourceTree = ""; }; + 46EB2E00009F90 /* has_xxx.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_xxx.hpp; path = boost/mpl/has_xxx.hpp; sourceTree = ""; }; + 46EB2E00009FA0 /* identity.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = identity.hpp; path = boost/mpl/identity.hpp; sourceTree = ""; }; + 46EB2E00009FB0 /* if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = if.hpp; path = boost/mpl/if.hpp; sourceTree = ""; }; + 46EB2E00009FC0 /* insert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = insert.hpp; path = boost/mpl/insert.hpp; sourceTree = ""; }; + 46EB2E00009FD0 /* inserter.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = inserter.hpp; path = boost/mpl/inserter.hpp; sourceTree = ""; }; + 46EB2E00009FE0 /* insert_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = insert_fwd.hpp; path = boost/mpl/insert_fwd.hpp; sourceTree = ""; }; + 46EB2E00009FF0 /* insert_range_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = insert_range_fwd.hpp; path = boost/mpl/insert_range_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A000 /* int.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = int.hpp; path = boost/mpl/int.hpp; sourceTree = ""; }; + 46EB2E0000A010 /* integral_c.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = integral_c.hpp; path = boost/mpl/integral_c.hpp; sourceTree = ""; }; + 46EB2E0000A020 /* integral_c_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = integral_c_fwd.hpp; path = boost/mpl/integral_c_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A030 /* integral_c_tag.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = integral_c_tag.hpp; path = boost/mpl/integral_c_tag.hpp; sourceTree = ""; }; + 46EB2E0000A040 /* int_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = int_fwd.hpp; path = boost/mpl/int_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A050 /* is_placeholder.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_placeholder.hpp; path = boost/mpl/is_placeholder.hpp; sourceTree = ""; }; + 46EB2E0000A060 /* is_sequence.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_sequence.hpp; path = boost/mpl/is_sequence.hpp; sourceTree = ""; }; + 46EB2E0000A070 /* iterator_category.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator_category.hpp; path = boost/mpl/iterator_category.hpp; sourceTree = ""; }; + 46EB2E0000A080 /* iterator_range.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator_range.hpp; path = boost/mpl/iterator_range.hpp; sourceTree = ""; }; + 46EB2E0000A090 /* iterator_tags.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator_tags.hpp; path = boost/mpl/iterator_tags.hpp; sourceTree = ""; }; + 46EB2E0000A0A0 /* iter_fold.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iter_fold.hpp; path = boost/mpl/iter_fold.hpp; sourceTree = ""; }; + 46EB2E0000A0B0 /* iter_fold_if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iter_fold_if.hpp; path = boost/mpl/iter_fold_if.hpp; sourceTree = ""; }; + 46EB2E0000A0C0 /* joint_view.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = joint_view.hpp; path = boost/mpl/joint_view.hpp; sourceTree = ""; }; + 46EB2E0000A0D0 /* key_type_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = key_type_fwd.hpp; path = boost/mpl/key_type_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A0E0 /* lambda.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lambda.hpp; path = boost/mpl/lambda.hpp; sourceTree = ""; }; + 46EB2E0000A0F0 /* lambda_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lambda_fwd.hpp; path = boost/mpl/lambda_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A100 /* less.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = less.hpp; path = boost/mpl/less.hpp; sourceTree = ""; }; + 46EB2E0000A110 /* arity.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = arity.hpp; path = boost/mpl/limits/arity.hpp; sourceTree = ""; }; + 46EB2E0000A120 /* unrolling.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = unrolling.hpp; path = boost/mpl/limits/unrolling.hpp; sourceTree = ""; }; + 46EB2E0000A130 /* vector.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vector.hpp; path = boost/mpl/limits/vector.hpp; sourceTree = ""; }; + 46EB2E0000A140 /* logical.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = logical.hpp; path = boost/mpl/logical.hpp; sourceTree = ""; }; + 46EB2E0000A150 /* long.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = long.hpp; path = boost/mpl/long.hpp; sourceTree = ""; }; + 46EB2E0000A160 /* long_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = long_fwd.hpp; path = boost/mpl/long_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A170 /* minus.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = minus.hpp; path = boost/mpl/minus.hpp; sourceTree = ""; }; + 46EB2E0000A180 /* min_max.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = min_max.hpp; path = boost/mpl/min_max.hpp; sourceTree = ""; }; + 46EB2E0000A190 /* negate.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = negate.hpp; path = boost/mpl/negate.hpp; sourceTree = ""; }; + 46EB2E0000A1A0 /* next.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = next.hpp; path = boost/mpl/next.hpp; sourceTree = ""; }; + 46EB2E0000A1B0 /* next_prior.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = next_prior.hpp; path = boost/mpl/next_prior.hpp; sourceTree = ""; }; + 46EB2E0000A1C0 /* not.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = not.hpp; path = boost/mpl/not.hpp; sourceTree = ""; }; + 46EB2E0000A1D0 /* numeric_cast.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = numeric_cast.hpp; path = boost/mpl/numeric_cast.hpp; sourceTree = ""; }; + 46EB2E0000A1E0 /* O1_size.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = O1_size.hpp; path = boost/mpl/O1_size.hpp; sourceTree = ""; }; + 46EB2E0000A1F0 /* O1_size_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = O1_size_fwd.hpp; path = boost/mpl/O1_size_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A200 /* or.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = or.hpp; path = boost/mpl/or.hpp; sourceTree = ""; }; + 46EB2E0000A210 /* pair.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pair.hpp; path = boost/mpl/pair.hpp; sourceTree = ""; }; + 46EB2E0000A220 /* pair_view.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pair_view.hpp; path = boost/mpl/pair_view.hpp; sourceTree = ""; }; + 46EB2E0000A230 /* placeholders.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = placeholders.hpp; path = boost/mpl/placeholders.hpp; sourceTree = ""; }; + 46EB2E0000A240 /* plus.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = plus.hpp; path = boost/mpl/plus.hpp; sourceTree = ""; }; + 46EB2E0000A250 /* pop_back_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pop_back_fwd.hpp; path = boost/mpl/pop_back_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A260 /* pop_front_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pop_front_fwd.hpp; path = boost/mpl/pop_front_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A270 /* prior.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = prior.hpp; path = boost/mpl/prior.hpp; sourceTree = ""; }; + 46EB2E0000A280 /* protect.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = protect.hpp; path = boost/mpl/protect.hpp; sourceTree = ""; }; + 46EB2E0000A290 /* push_back.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = push_back.hpp; path = boost/mpl/push_back.hpp; sourceTree = ""; }; + 46EB2E0000A2A0 /* push_back_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = push_back_fwd.hpp; path = boost/mpl/push_back_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A2B0 /* push_front.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = push_front.hpp; path = boost/mpl/push_front.hpp; sourceTree = ""; }; + 46EB2E0000A2C0 /* push_front_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = push_front_fwd.hpp; path = boost/mpl/push_front_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A2D0 /* quote.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = quote.hpp; path = boost/mpl/quote.hpp; sourceTree = ""; }; + 46EB2E0000A2E0 /* remove.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = remove.hpp; path = boost/mpl/remove.hpp; sourceTree = ""; }; + 46EB2E0000A2F0 /* remove_if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = remove_if.hpp; path = boost/mpl/remove_if.hpp; sourceTree = ""; }; + 46EB2E0000A300 /* reverse_fold.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse_fold.hpp; path = boost/mpl/reverse_fold.hpp; sourceTree = ""; }; + 46EB2E0000A310 /* reverse_iter_fold.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse_iter_fold.hpp; path = boost/mpl/reverse_iter_fold.hpp; sourceTree = ""; }; + 46EB2E0000A320 /* same_as.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = same_as.hpp; path = boost/mpl/same_as.hpp; sourceTree = ""; }; + 46EB2E0000A330 /* sequence_tag.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = sequence_tag.hpp; path = boost/mpl/sequence_tag.hpp; sourceTree = ""; }; + 46EB2E0000A340 /* sequence_tag_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = sequence_tag_fwd.hpp; path = boost/mpl/sequence_tag_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A350 /* at_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = at_impl.hpp; path = boost/mpl/set/aux_/at_impl.hpp; sourceTree = ""; }; + 46EB2E0000A360 /* begin_end_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = begin_end_impl.hpp; path = boost/mpl/set/aux_/begin_end_impl.hpp; sourceTree = ""; }; + 46EB2E0000A370 /* clear_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = clear_impl.hpp; path = boost/mpl/set/aux_/clear_impl.hpp; sourceTree = ""; }; + 46EB2E0000A380 /* empty_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = empty_impl.hpp; path = boost/mpl/set/aux_/empty_impl.hpp; sourceTree = ""; }; + 46EB2E0000A390 /* erase_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = erase_impl.hpp; path = boost/mpl/set/aux_/erase_impl.hpp; sourceTree = ""; }; + 46EB2E0000A3A0 /* erase_key_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = erase_key_impl.hpp; path = boost/mpl/set/aux_/erase_key_impl.hpp; sourceTree = ""; }; + 46EB2E0000A3B0 /* has_key_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_key_impl.hpp; path = boost/mpl/set/aux_/has_key_impl.hpp; sourceTree = ""; }; + 46EB2E0000A3C0 /* insert_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = insert_impl.hpp; path = boost/mpl/set/aux_/insert_impl.hpp; sourceTree = ""; }; + 46EB2E0000A3D0 /* insert_range_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = insert_range_impl.hpp; path = boost/mpl/set/aux_/insert_range_impl.hpp; sourceTree = ""; }; + 46EB2E0000A3E0 /* item.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = item.hpp; path = boost/mpl/set/aux_/item.hpp; sourceTree = ""; }; + 46EB2E0000A3F0 /* iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator.hpp; path = boost/mpl/set/aux_/iterator.hpp; sourceTree = ""; }; + 46EB2E0000A400 /* key_type_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = key_type_impl.hpp; path = boost/mpl/set/aux_/key_type_impl.hpp; sourceTree = ""; }; + 46EB2E0000A410 /* set0.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = set0.hpp; path = boost/mpl/set/aux_/set0.hpp; sourceTree = ""; }; + 46EB2E0000A420 /* size_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size_impl.hpp; path = boost/mpl/set/aux_/size_impl.hpp; sourceTree = ""; }; + 46EB2E0000A430 /* tag.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = tag.hpp; path = boost/mpl/set/aux_/tag.hpp; sourceTree = ""; }; + 46EB2E0000A440 /* value_type_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = value_type_impl.hpp; path = boost/mpl/set/aux_/value_type_impl.hpp; sourceTree = ""; }; + 46EB2E0000A450 /* set0.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = set0.hpp; path = boost/mpl/set/set0.hpp; sourceTree = ""; }; + 46EB2E0000A460 /* size.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size.hpp; path = boost/mpl/size.hpp; sourceTree = ""; }; + 46EB2E0000A470 /* size_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size_fwd.hpp; path = boost/mpl/size_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A480 /* tag.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = tag.hpp; path = boost/mpl/tag.hpp; sourceTree = ""; }; + 46EB2E0000A490 /* transform.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = transform.hpp; path = boost/mpl/transform.hpp; sourceTree = ""; }; + 46EB2E0000A4A0 /* value_type_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = value_type_fwd.hpp; path = boost/mpl/value_type_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A4B0 /* vector.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vector.hpp; path = boost/mpl/vector.hpp; sourceTree = ""; }; + 46EB2E0000A4C0 /* at.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = at.hpp; path = boost/mpl/vector/aux_/at.hpp; sourceTree = ""; }; + 46EB2E0000A4D0 /* back.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = back.hpp; path = boost/mpl/vector/aux_/back.hpp; sourceTree = ""; }; + 46EB2E0000A4E0 /* begin_end.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = begin_end.hpp; path = boost/mpl/vector/aux_/begin_end.hpp; sourceTree = ""; }; + 46EB2E0000A4F0 /* clear.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = clear.hpp; path = boost/mpl/vector/aux_/clear.hpp; sourceTree = ""; }; + 46EB2E0000A500 /* empty.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = empty.hpp; path = boost/mpl/vector/aux_/empty.hpp; sourceTree = ""; }; + 46EB2E0000A510 /* front.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = front.hpp; path = boost/mpl/vector/aux_/front.hpp; sourceTree = ""; }; + 46EB2E0000A520 /* include_preprocessed.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = include_preprocessed.hpp; path = boost/mpl/vector/aux_/include_preprocessed.hpp; sourceTree = ""; }; + 46EB2E0000A530 /* item.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = item.hpp; path = boost/mpl/vector/aux_/item.hpp; sourceTree = ""; }; + 46EB2E0000A540 /* iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator.hpp; path = boost/mpl/vector/aux_/iterator.hpp; sourceTree = ""; }; + 46EB2E0000A550 /* O1_size.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = O1_size.hpp; path = boost/mpl/vector/aux_/O1_size.hpp; sourceTree = ""; }; + 46EB2E0000A560 /* pop_back.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pop_back.hpp; path = boost/mpl/vector/aux_/pop_back.hpp; sourceTree = ""; }; + 46EB2E0000A570 /* pop_front.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pop_front.hpp; path = boost/mpl/vector/aux_/pop_front.hpp; sourceTree = ""; }; + 46EB2E0000A580 /* push_back.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = push_back.hpp; path = boost/mpl/vector/aux_/push_back.hpp; sourceTree = ""; }; + 46EB2E0000A590 /* push_front.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = push_front.hpp; path = boost/mpl/vector/aux_/push_front.hpp; sourceTree = ""; }; + 46EB2E0000A5A0 /* size.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size.hpp; path = boost/mpl/vector/aux_/size.hpp; sourceTree = ""; }; + 46EB2E0000A5B0 /* tag.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = tag.hpp; path = boost/mpl/vector/aux_/tag.hpp; sourceTree = ""; }; + 46EB2E0000A5C0 /* vector0.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vector0.hpp; path = boost/mpl/vector/aux_/vector0.hpp; sourceTree = ""; }; + 46EB2E0000A5D0 /* vector0.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vector0.hpp; path = boost/mpl/vector/vector0.hpp; sourceTree = ""; }; + 46EB2E0000A5E0 /* vector10.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vector10.hpp; path = boost/mpl/vector/vector10.hpp; sourceTree = ""; }; + 46EB2E0000A5F0 /* vector20.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vector20.hpp; path = boost/mpl/vector/vector20.hpp; sourceTree = ""; }; + 46EB2E0000A600 /* vector30.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vector30.hpp; path = boost/mpl/vector/vector30.hpp; sourceTree = ""; }; + 46EB2E0000A610 /* vector40.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vector40.hpp; path = boost/mpl/vector/vector40.hpp; sourceTree = ""; }; + 46EB2E0000A620 /* vector50.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vector50.hpp; path = boost/mpl/vector/vector50.hpp; sourceTree = ""; }; + 46EB2E0000A630 /* void.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = void.hpp; path = boost/mpl/void.hpp; sourceTree = ""; }; + 46EB2E0000A640 /* void_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = void_fwd.hpp; path = boost/mpl/void_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A650 /* access_specifier.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = access_specifier.hpp; path = boost/multi_index/detail/access_specifier.hpp; sourceTree = ""; }; + 46EB2E0000A660 /* adl_swap.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = adl_swap.hpp; path = boost/multi_index/detail/adl_swap.hpp; sourceTree = ""; }; + 46EB2E0000A670 /* allocator_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = allocator_traits.hpp; path = boost/multi_index/detail/allocator_traits.hpp; sourceTree = ""; }; + 46EB2E0000A680 /* any_container_view.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = any_container_view.hpp; path = boost/multi_index/detail/any_container_view.hpp; sourceTree = ""; }; + 46EB2E0000A690 /* archive_constructed.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = archive_constructed.hpp; path = boost/multi_index/detail/archive_constructed.hpp; sourceTree = ""; }; + 46EB2E0000A6A0 /* auto_space.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = auto_space.hpp; path = boost/multi_index/detail/auto_space.hpp; sourceTree = ""; }; + 46EB2E0000A6B0 /* bad_archive_exception.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bad_archive_exception.hpp; path = boost/multi_index/detail/bad_archive_exception.hpp; sourceTree = ""; }; + 46EB2E0000A6C0 /* base_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = base_type.hpp; path = boost/multi_index/detail/base_type.hpp; sourceTree = ""; }; + 46EB2E0000A6D0 /* bidir_node_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bidir_node_iterator.hpp; path = boost/multi_index/detail/bidir_node_iterator.hpp; sourceTree = ""; }; + 46EB2E0000A6E0 /* converter.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = converter.hpp; path = boost/multi_index/detail/converter.hpp; sourceTree = ""; }; + 46EB2E0000A6F0 /* copy_map.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = copy_map.hpp; path = boost/multi_index/detail/copy_map.hpp; sourceTree = ""; }; + 46EB2E0000A700 /* define_if_constexpr_macro.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = define_if_constexpr_macro.hpp; path = boost/multi_index/detail/define_if_constexpr_macro.hpp; sourceTree = ""; }; + 46EB2E0000A710 /* do_not_copy_elements_tag.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = do_not_copy_elements_tag.hpp; path = boost/multi_index/detail/do_not_copy_elements_tag.hpp; sourceTree = ""; }; + 46EB2E0000A720 /* duplicates_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = duplicates_iterator.hpp; path = boost/multi_index/detail/duplicates_iterator.hpp; sourceTree = ""; }; + 46EB2E0000A730 /* has_tag.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_tag.hpp; path = boost/multi_index/detail/has_tag.hpp; sourceTree = ""; }; + 46EB2E0000A740 /* header_holder.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = header_holder.hpp; path = boost/multi_index/detail/header_holder.hpp; sourceTree = ""; }; + 46EB2E0000A750 /* ignore_wstrict_aliasing.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ignore_wstrict_aliasing.hpp; path = boost/multi_index/detail/ignore_wstrict_aliasing.hpp; sourceTree = ""; }; + 46EB2E0000A760 /* index_access_sequence.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = index_access_sequence.hpp; path = boost/multi_index/detail/index_access_sequence.hpp; sourceTree = ""; }; + 46EB2E0000A770 /* index_base.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = index_base.hpp; path = boost/multi_index/detail/index_base.hpp; sourceTree = ""; }; + 46EB2E0000A780 /* index_loader.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = index_loader.hpp; path = boost/multi_index/detail/index_loader.hpp; sourceTree = ""; }; + 46EB2E0000A790 /* index_matcher.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = index_matcher.hpp; path = boost/multi_index/detail/index_matcher.hpp; sourceTree = ""; }; + 46EB2E0000A7A0 /* index_node_base.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = index_node_base.hpp; path = boost/multi_index/detail/index_node_base.hpp; sourceTree = ""; }; + 46EB2E0000A7B0 /* index_saver.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = index_saver.hpp; path = boost/multi_index/detail/index_saver.hpp; sourceTree = ""; }; + 46EB2E0000A7C0 /* invalidate_iterators.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = invalidate_iterators.hpp; path = boost/multi_index/detail/invalidate_iterators.hpp; sourceTree = ""; }; + 46EB2E0000A7D0 /* invariant_assert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = invariant_assert.hpp; path = boost/multi_index/detail/invariant_assert.hpp; sourceTree = ""; }; + 46EB2E0000A7E0 /* is_index_list.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_index_list.hpp; path = boost/multi_index/detail/is_index_list.hpp; sourceTree = ""; }; + 46EB2E0000A7F0 /* is_transparent.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_transparent.hpp; path = boost/multi_index/detail/is_transparent.hpp; sourceTree = ""; }; + 46EB2E0000A800 /* iter_adaptor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iter_adaptor.hpp; path = boost/multi_index/detail/iter_adaptor.hpp; sourceTree = ""; }; + 46EB2E0000A810 /* modify_key_adaptor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = modify_key_adaptor.hpp; path = boost/multi_index/detail/modify_key_adaptor.hpp; sourceTree = ""; }; + 46EB2E0000A820 /* node_handle.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = node_handle.hpp; path = boost/multi_index/detail/node_handle.hpp; sourceTree = ""; }; + 46EB2E0000A830 /* node_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = node_type.hpp; path = boost/multi_index/detail/node_type.hpp; sourceTree = ""; }; + 46EB2E0000A840 /* no_duplicate_tags.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = no_duplicate_tags.hpp; path = boost/multi_index/detail/no_duplicate_tags.hpp; sourceTree = ""; }; + 46EB2E0000A850 /* ord_index_args.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ord_index_args.hpp; path = boost/multi_index/detail/ord_index_args.hpp; sourceTree = ""; }; + 46EB2E0000A860 /* ord_index_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ord_index_impl.hpp; path = boost/multi_index/detail/ord_index_impl.hpp; sourceTree = ""; }; + 46EB2E0000A870 /* ord_index_impl_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ord_index_impl_fwd.hpp; path = boost/multi_index/detail/ord_index_impl_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A880 /* ord_index_node.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ord_index_node.hpp; path = boost/multi_index/detail/ord_index_node.hpp; sourceTree = ""; }; + 46EB2E0000A890 /* ord_index_ops.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ord_index_ops.hpp; path = boost/multi_index/detail/ord_index_ops.hpp; sourceTree = ""; }; + 46EB2E0000A8A0 /* promotes_arg.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = promotes_arg.hpp; path = boost/multi_index/detail/promotes_arg.hpp; sourceTree = ""; }; + 46EB2E0000A8B0 /* raw_ptr.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = raw_ptr.hpp; path = boost/multi_index/detail/raw_ptr.hpp; sourceTree = ""; }; + 46EB2E0000A8C0 /* restore_wstrict_aliasing.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = restore_wstrict_aliasing.hpp; path = boost/multi_index/detail/restore_wstrict_aliasing.hpp; sourceTree = ""; }; + 46EB2E0000A8D0 /* safe_mode.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = safe_mode.hpp; path = boost/multi_index/detail/safe_mode.hpp; sourceTree = ""; }; + 46EB2E0000A8E0 /* scoped_bilock.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = scoped_bilock.hpp; path = boost/multi_index/detail/scoped_bilock.hpp; sourceTree = ""; }; + 46EB2E0000A8F0 /* scope_guard.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = scope_guard.hpp; path = boost/multi_index/detail/scope_guard.hpp; sourceTree = ""; }; + 46EB2E0000A900 /* serialization_version.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = serialization_version.hpp; path = boost/multi_index/detail/serialization_version.hpp; sourceTree = ""; }; + 46EB2E0000A910 /* uintptr_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = uintptr_type.hpp; path = boost/multi_index/detail/uintptr_type.hpp; sourceTree = ""; }; + 46EB2E0000A920 /* unbounded.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = unbounded.hpp; path = boost/multi_index/detail/unbounded.hpp; sourceTree = ""; }; + 46EB2E0000A930 /* undef_if_constexpr_macro.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = undef_if_constexpr_macro.hpp; path = boost/multi_index/detail/undef_if_constexpr_macro.hpp; sourceTree = ""; }; + 46EB2E0000A940 /* value_compare.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = value_compare.hpp; path = boost/multi_index/detail/value_compare.hpp; sourceTree = ""; }; + 46EB2E0000A950 /* vartempl_support.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vartempl_support.hpp; path = boost/multi_index/detail/vartempl_support.hpp; sourceTree = ""; }; + 46EB2E0000A960 /* identity.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = identity.hpp; path = boost/multi_index/identity.hpp; sourceTree = ""; }; + 46EB2E0000A970 /* identity_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = identity_fwd.hpp; path = boost/multi_index/identity_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A980 /* indexed_by.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = indexed_by.hpp; path = boost/multi_index/indexed_by.hpp; sourceTree = ""; }; + 46EB2E0000A990 /* member.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = member.hpp; path = boost/multi_index/member.hpp; sourceTree = ""; }; + 46EB2E0000A9A0 /* ordered_index.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ordered_index.hpp; path = boost/multi_index/ordered_index.hpp; sourceTree = ""; }; + 46EB2E0000A9B0 /* ordered_index_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ordered_index_fwd.hpp; path = boost/multi_index/ordered_index_fwd.hpp; sourceTree = ""; }; + 46EB2E0000A9C0 /* safe_mode_errors.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = safe_mode_errors.hpp; path = boost/multi_index/safe_mode_errors.hpp; sourceTree = ""; }; + 46EB2E0000A9D0 /* tag.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = tag.hpp; path = boost/multi_index/tag.hpp; sourceTree = ""; }; + 46EB2E0000A9E0 /* multi_index_container.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = multi_index_container.hpp; path = boost/multi_index_container.hpp; sourceTree = ""; }; + 46EB2E0000A9F0 /* multi_index_container_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = multi_index_container_fwd.hpp; path = boost/multi_index_container_fwd.hpp; sourceTree = ""; }; + 46EB2E0000AA00 /* next_prior.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = next_prior.hpp; path = boost/next_prior.hpp; sourceTree = ""; }; + 46EB2E0000AA10 /* noncopyable.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = noncopyable.hpp; path = boost/noncopyable.hpp; sourceTree = ""; }; + 46EB2E0000AA20 /* operators.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = operators.hpp; path = boost/operators.hpp; sourceTree = ""; }; + 46EB2E0000AA30 /* arithmetic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = arithmetic.hpp; path = boost/preprocessor/arithmetic.hpp; sourceTree = ""; }; + 46EB2E0000AA40 /* add.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = add.hpp; path = boost/preprocessor/arithmetic/add.hpp; sourceTree = ""; }; + 46EB2E0000AA50 /* dec.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = dec.hpp; path = boost/preprocessor/arithmetic/dec.hpp; sourceTree = ""; }; + 46EB2E0000AA60 /* div_base.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = div_base.hpp; path = boost/preprocessor/arithmetic/detail/div_base.hpp; sourceTree = ""; }; + 46EB2E0000AA70 /* is_1_number.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_1_number.hpp; path = boost/preprocessor/arithmetic/detail/is_1_number.hpp; sourceTree = ""; }; + 46EB2E0000AA80 /* is_maximum_number.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_maximum_number.hpp; path = boost/preprocessor/arithmetic/detail/is_maximum_number.hpp; sourceTree = ""; }; + 46EB2E0000AA90 /* is_minimum_number.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_minimum_number.hpp; path = boost/preprocessor/arithmetic/detail/is_minimum_number.hpp; sourceTree = ""; }; + 46EB2E0000AAA0 /* maximum_number.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = maximum_number.hpp; path = boost/preprocessor/arithmetic/detail/maximum_number.hpp; sourceTree = ""; }; + 46EB2E0000AAB0 /* div.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = div.hpp; path = boost/preprocessor/arithmetic/div.hpp; sourceTree = ""; }; + 46EB2E0000AAC0 /* inc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = inc.hpp; path = boost/preprocessor/arithmetic/inc.hpp; sourceTree = ""; }; + 46EB2E0000AAD0 /* dec_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = dec_1024.hpp; path = boost/preprocessor/arithmetic/limits/dec_1024.hpp; sourceTree = ""; }; + 46EB2E0000AAE0 /* dec_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = dec_256.hpp; path = boost/preprocessor/arithmetic/limits/dec_256.hpp; sourceTree = ""; }; + 46EB2E0000AAF0 /* dec_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = dec_512.hpp; path = boost/preprocessor/arithmetic/limits/dec_512.hpp; sourceTree = ""; }; + 46EB2E0000AB00 /* inc_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = inc_1024.hpp; path = boost/preprocessor/arithmetic/limits/inc_1024.hpp; sourceTree = ""; }; + 46EB2E0000AB10 /* inc_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = inc_256.hpp; path = boost/preprocessor/arithmetic/limits/inc_256.hpp; sourceTree = ""; }; + 46EB2E0000AB20 /* inc_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = inc_512.hpp; path = boost/preprocessor/arithmetic/limits/inc_512.hpp; sourceTree = ""; }; + 46EB2E0000AB30 /* mod.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mod.hpp; path = boost/preprocessor/arithmetic/mod.hpp; sourceTree = ""; }; + 46EB2E0000AB40 /* mul.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mul.hpp; path = boost/preprocessor/arithmetic/mul.hpp; sourceTree = ""; }; + 46EB2E0000AB50 /* sub.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = sub.hpp; path = boost/preprocessor/arithmetic/sub.hpp; sourceTree = ""; }; + 46EB2E0000AB60 /* array.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = array.hpp; path = boost/preprocessor/array.hpp; sourceTree = ""; }; + 46EB2E0000AB70 /* data.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = data.hpp; path = boost/preprocessor/array/data.hpp; sourceTree = ""; }; + 46EB2E0000AB80 /* get_data.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = get_data.hpp; path = boost/preprocessor/array/detail/get_data.hpp; sourceTree = ""; }; + 46EB2E0000AB90 /* elem.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = elem.hpp; path = boost/preprocessor/array/elem.hpp; sourceTree = ""; }; + 46EB2E0000ABA0 /* enum.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum.hpp; path = boost/preprocessor/array/enum.hpp; sourceTree = ""; }; + 46EB2E0000ABB0 /* insert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = insert.hpp; path = boost/preprocessor/array/insert.hpp; sourceTree = ""; }; + 46EB2E0000ABC0 /* pop_back.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pop_back.hpp; path = boost/preprocessor/array/pop_back.hpp; sourceTree = ""; }; + 46EB2E0000ABD0 /* pop_front.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pop_front.hpp; path = boost/preprocessor/array/pop_front.hpp; sourceTree = ""; }; + 46EB2E0000ABE0 /* push_back.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = push_back.hpp; path = boost/preprocessor/array/push_back.hpp; sourceTree = ""; }; + 46EB2E0000ABF0 /* push_front.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = push_front.hpp; path = boost/preprocessor/array/push_front.hpp; sourceTree = ""; }; + 46EB2E0000AC00 /* remove.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = remove.hpp; path = boost/preprocessor/array/remove.hpp; sourceTree = ""; }; + 46EB2E0000AC10 /* replace.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = replace.hpp; path = boost/preprocessor/array/replace.hpp; sourceTree = ""; }; + 46EB2E0000AC20 /* reverse.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse.hpp; path = boost/preprocessor/array/reverse.hpp; sourceTree = ""; }; + 46EB2E0000AC30 /* size.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size.hpp; path = boost/preprocessor/array/size.hpp; sourceTree = ""; }; + 46EB2E0000AC40 /* to_list.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_list.hpp; path = boost/preprocessor/array/to_list.hpp; sourceTree = ""; }; + 46EB2E0000AC50 /* to_seq.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_seq.hpp; path = boost/preprocessor/array/to_seq.hpp; sourceTree = ""; }; + 46EB2E0000AC60 /* to_tuple.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_tuple.hpp; path = boost/preprocessor/array/to_tuple.hpp; sourceTree = ""; }; + 46EB2E0000AC70 /* assert_msg.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = assert_msg.hpp; path = boost/preprocessor/assert_msg.hpp; sourceTree = ""; }; + 46EB2E0000AC80 /* cat.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = cat.hpp; path = boost/preprocessor/cat.hpp; sourceTree = ""; }; + 46EB2E0000AC90 /* comma.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = comma.hpp; path = boost/preprocessor/comma.hpp; sourceTree = ""; }; + 46EB2E0000ACA0 /* comma_if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = comma_if.hpp; path = boost/preprocessor/comma_if.hpp; sourceTree = ""; }; + 46EB2E0000ACB0 /* comparison.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = comparison.hpp; path = boost/preprocessor/comparison.hpp; sourceTree = ""; }; + 46EB2E0000ACC0 /* equal.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = equal.hpp; path = boost/preprocessor/comparison/equal.hpp; sourceTree = ""; }; + 46EB2E0000ACD0 /* greater.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = greater.hpp; path = boost/preprocessor/comparison/greater.hpp; sourceTree = ""; }; + 46EB2E0000ACE0 /* greater_equal.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = greater_equal.hpp; path = boost/preprocessor/comparison/greater_equal.hpp; sourceTree = ""; }; + 46EB2E0000ACF0 /* less.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = less.hpp; path = boost/preprocessor/comparison/less.hpp; sourceTree = ""; }; + 46EB2E0000AD00 /* less_equal.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = less_equal.hpp; path = boost/preprocessor/comparison/less_equal.hpp; sourceTree = ""; }; + 46EB2E0000AD10 /* not_equal_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = not_equal_1024.hpp; path = boost/preprocessor/comparison/limits/not_equal_1024.hpp; sourceTree = ""; }; + 46EB2E0000AD20 /* not_equal_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = not_equal_256.hpp; path = boost/preprocessor/comparison/limits/not_equal_256.hpp; sourceTree = ""; }; + 46EB2E0000AD30 /* not_equal_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = not_equal_512.hpp; path = boost/preprocessor/comparison/limits/not_equal_512.hpp; sourceTree = ""; }; + 46EB2E0000AD40 /* not_equal.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = not_equal.hpp; path = boost/preprocessor/comparison/not_equal.hpp; sourceTree = ""; }; + 46EB2E0000AD50 /* config.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config.hpp; path = boost/preprocessor/config/config.hpp; sourceTree = ""; }; + 46EB2E0000AD60 /* limits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = limits.hpp; path = boost/preprocessor/config/limits.hpp; sourceTree = ""; }; + 46EB2E0000AD70 /* control.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = control.hpp; path = boost/preprocessor/control.hpp; sourceTree = ""; }; + 46EB2E0000AD80 /* deduce_d.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = deduce_d.hpp; path = boost/preprocessor/control/deduce_d.hpp; sourceTree = ""; }; + 46EB2E0000AD90 /* while.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while.hpp; path = boost/preprocessor/control/detail/dmc/while.hpp; sourceTree = ""; }; + 46EB2E0000ADA0 /* while_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while_1024.hpp; path = boost/preprocessor/control/detail/edg/limits/while_1024.hpp; sourceTree = ""; }; + 46EB2E0000ADB0 /* while_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while_256.hpp; path = boost/preprocessor/control/detail/edg/limits/while_256.hpp; sourceTree = ""; }; + 46EB2E0000ADC0 /* while_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while_512.hpp; path = boost/preprocessor/control/detail/edg/limits/while_512.hpp; sourceTree = ""; }; + 46EB2E0000ADD0 /* while.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while.hpp; path = boost/preprocessor/control/detail/edg/while.hpp; sourceTree = ""; }; + 46EB2E0000ADE0 /* while_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while_1024.hpp; path = boost/preprocessor/control/detail/limits/while_1024.hpp; sourceTree = ""; }; + 46EB2E0000ADF0 /* while_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while_256.hpp; path = boost/preprocessor/control/detail/limits/while_256.hpp; sourceTree = ""; }; + 46EB2E0000AE00 /* while_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while_512.hpp; path = boost/preprocessor/control/detail/limits/while_512.hpp; sourceTree = ""; }; + 46EB2E0000AE10 /* while.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while.hpp; path = boost/preprocessor/control/detail/msvc/while.hpp; sourceTree = ""; }; + 46EB2E0000AE20 /* while.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while.hpp; path = boost/preprocessor/control/detail/while.hpp; sourceTree = ""; }; + 46EB2E0000AE30 /* expr_if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = expr_if.hpp; path = boost/preprocessor/control/expr_if.hpp; sourceTree = ""; }; + 46EB2E0000AE40 /* expr_iif.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = expr_iif.hpp; path = boost/preprocessor/control/expr_iif.hpp; sourceTree = ""; }; + 46EB2E0000AE50 /* if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = if.hpp; path = boost/preprocessor/control/if.hpp; sourceTree = ""; }; + 46EB2E0000AE60 /* iif.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iif.hpp; path = boost/preprocessor/control/iif.hpp; sourceTree = ""; }; + 46EB2E0000AE70 /* while_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while_1024.hpp; path = boost/preprocessor/control/limits/while_1024.hpp; sourceTree = ""; }; + 46EB2E0000AE80 /* while_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while_256.hpp; path = boost/preprocessor/control/limits/while_256.hpp; sourceTree = ""; }; + 46EB2E0000AE90 /* while_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while_512.hpp; path = boost/preprocessor/control/limits/while_512.hpp; sourceTree = ""; }; + 46EB2E0000AEA0 /* while.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while.hpp; path = boost/preprocessor/control/while.hpp; sourceTree = ""; }; + 46EB2E0000AEB0 /* debug.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = debug.hpp; path = boost/preprocessor/debug.hpp; sourceTree = ""; }; + 46EB2E0000AEC0 /* assert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = assert.hpp; path = boost/preprocessor/debug/assert.hpp; sourceTree = ""; }; + 46EB2E0000AED0 /* error.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = error.hpp; path = boost/preprocessor/debug/error.hpp; sourceTree = ""; }; + 46EB2E0000AEE0 /* line.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = line.hpp; path = boost/preprocessor/debug/line.hpp; sourceTree = ""; }; + 46EB2E0000AEF0 /* dec.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = dec.hpp; path = boost/preprocessor/dec.hpp; sourceTree = ""; }; + 46EB2E0000AF00 /* auto_rec.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = auto_rec.hpp; path = boost/preprocessor/detail/auto_rec.hpp; sourceTree = ""; }; + 46EB2E0000AF10 /* check.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = check.hpp; path = boost/preprocessor/detail/check.hpp; sourceTree = ""; }; + 46EB2E0000AF20 /* auto_rec.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = auto_rec.hpp; path = boost/preprocessor/detail/dmc/auto_rec.hpp; sourceTree = ""; }; + 46EB2E0000AF30 /* is_binary.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_binary.hpp; path = boost/preprocessor/detail/is_binary.hpp; sourceTree = ""; }; + 46EB2E0000AF40 /* is_nullary.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_nullary.hpp; path = boost/preprocessor/detail/is_nullary.hpp; sourceTree = ""; }; + 46EB2E0000AF50 /* is_unary.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_unary.hpp; path = boost/preprocessor/detail/is_unary.hpp; sourceTree = ""; }; + 46EB2E0000AF60 /* auto_rec_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = auto_rec_1024.hpp; path = boost/preprocessor/detail/limits/auto_rec_1024.hpp; sourceTree = ""; }; + 46EB2E0000AF70 /* auto_rec_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = auto_rec_256.hpp; path = boost/preprocessor/detail/limits/auto_rec_256.hpp; sourceTree = ""; }; + 46EB2E0000AF80 /* auto_rec_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = auto_rec_512.hpp; path = boost/preprocessor/detail/limits/auto_rec_512.hpp; sourceTree = ""; }; + 46EB2E0000AF90 /* null.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = null.hpp; path = boost/preprocessor/detail/null.hpp; sourceTree = ""; }; + 46EB2E0000AFA0 /* split.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = split.hpp; path = boost/preprocessor/detail/split.hpp; sourceTree = ""; }; + 46EB2E0000AFB0 /* empty.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = empty.hpp; path = boost/preprocessor/empty.hpp; sourceTree = ""; }; + 46EB2E0000AFC0 /* enum.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum.hpp; path = boost/preprocessor/enum.hpp; sourceTree = ""; }; + 46EB2E0000AFD0 /* enum_params.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_params.hpp; path = boost/preprocessor/enum_params.hpp; sourceTree = ""; }; + 46EB2E0000AFE0 /* enum_params_with_a_default.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_params_with_a_default.hpp; path = boost/preprocessor/enum_params_with_a_default.hpp; sourceTree = ""; }; + 46EB2E0000AFF0 /* enum_params_with_defaults.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_params_with_defaults.hpp; path = boost/preprocessor/enum_params_with_defaults.hpp; sourceTree = ""; }; + 46EB2E0000B000 /* enum_shifted.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_shifted.hpp; path = boost/preprocessor/enum_shifted.hpp; sourceTree = ""; }; + 46EB2E0000B010 /* enum_shifted_params.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_shifted_params.hpp; path = boost/preprocessor/enum_shifted_params.hpp; sourceTree = ""; }; + 46EB2E0000B020 /* expand.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = expand.hpp; path = boost/preprocessor/expand.hpp; sourceTree = ""; }; + 46EB2E0000B030 /* expr_if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = expr_if.hpp; path = boost/preprocessor/expr_if.hpp; sourceTree = ""; }; + 46EB2E0000B040 /* facilities.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = facilities.hpp; path = boost/preprocessor/facilities.hpp; sourceTree = ""; }; + 46EB2E0000B050 /* apply.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = apply.hpp; path = boost/preprocessor/facilities/apply.hpp; sourceTree = ""; }; + 46EB2E0000B060 /* check_empty.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = check_empty.hpp; path = boost/preprocessor/facilities/check_empty.hpp; sourceTree = ""; }; + 46EB2E0000B070 /* is_empty.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_empty.hpp; path = boost/preprocessor/facilities/detail/is_empty.hpp; sourceTree = ""; }; + 46EB2E0000B080 /* empty.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = empty.hpp; path = boost/preprocessor/facilities/empty.hpp; sourceTree = ""; }; + 46EB2E0000B090 /* expand.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = expand.hpp; path = boost/preprocessor/facilities/expand.hpp; sourceTree = ""; }; + 46EB2E0000B0A0 /* identity.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = identity.hpp; path = boost/preprocessor/facilities/identity.hpp; sourceTree = ""; }; + 46EB2E0000B0B0 /* intercept.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = intercept.hpp; path = boost/preprocessor/facilities/intercept.hpp; sourceTree = ""; }; + 46EB2E0000B0C0 /* is_1.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_1.hpp; path = boost/preprocessor/facilities/is_1.hpp; sourceTree = ""; }; + 46EB2E0000B0D0 /* is_empty.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_empty.hpp; path = boost/preprocessor/facilities/is_empty.hpp; sourceTree = ""; }; + 46EB2E0000B0E0 /* is_empty_or_1.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_empty_or_1.hpp; path = boost/preprocessor/facilities/is_empty_or_1.hpp; sourceTree = ""; }; + 46EB2E0000B0F0 /* is_empty_variadic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_empty_variadic.hpp; path = boost/preprocessor/facilities/is_empty_variadic.hpp; sourceTree = ""; }; + 46EB2E0000B100 /* intercept_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = intercept_1024.hpp; path = boost/preprocessor/facilities/limits/intercept_1024.hpp; sourceTree = ""; }; + 46EB2E0000B110 /* intercept_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = intercept_256.hpp; path = boost/preprocessor/facilities/limits/intercept_256.hpp; sourceTree = ""; }; + 46EB2E0000B120 /* intercept_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = intercept_512.hpp; path = boost/preprocessor/facilities/limits/intercept_512.hpp; sourceTree = ""; }; + 46EB2E0000B130 /* overload.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = overload.hpp; path = boost/preprocessor/facilities/overload.hpp; sourceTree = ""; }; + 46EB2E0000B140 /* va_opt.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = va_opt.hpp; path = boost/preprocessor/facilities/va_opt.hpp; sourceTree = ""; }; + 46EB2E0000B150 /* for.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for.hpp; path = boost/preprocessor/for.hpp; sourceTree = ""; }; + 46EB2E0000B160 /* identity.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = identity.hpp; path = boost/preprocessor/identity.hpp; sourceTree = ""; }; + 46EB2E0000B170 /* if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = if.hpp; path = boost/preprocessor/if.hpp; sourceTree = ""; }; + 46EB2E0000B180 /* inc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = inc.hpp; path = boost/preprocessor/inc.hpp; sourceTree = ""; }; + 46EB2E0000B190 /* iterate.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterate.hpp; path = boost/preprocessor/iterate.hpp; sourceTree = ""; }; + 46EB2E0000B1A0 /* iteration.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iteration.hpp; path = boost/preprocessor/iteration.hpp; sourceTree = ""; }; + 46EB2E0000B1B0 /* lower1.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lower1.hpp; path = boost/preprocessor/iteration/detail/bounds/lower1.hpp; sourceTree = ""; }; + 46EB2E0000B1C0 /* lower2.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lower2.hpp; path = boost/preprocessor/iteration/detail/bounds/lower2.hpp; sourceTree = ""; }; + 46EB2E0000B1D0 /* lower3.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lower3.hpp; path = boost/preprocessor/iteration/detail/bounds/lower3.hpp; sourceTree = ""; }; + 46EB2E0000B1E0 /* lower4.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lower4.hpp; path = boost/preprocessor/iteration/detail/bounds/lower4.hpp; sourceTree = ""; }; + 46EB2E0000B1F0 /* lower5.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lower5.hpp; path = boost/preprocessor/iteration/detail/bounds/lower5.hpp; sourceTree = ""; }; + 46EB2E0000B200 /* upper1.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = upper1.hpp; path = boost/preprocessor/iteration/detail/bounds/upper1.hpp; sourceTree = ""; }; + 46EB2E0000B210 /* upper2.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = upper2.hpp; path = boost/preprocessor/iteration/detail/bounds/upper2.hpp; sourceTree = ""; }; + 46EB2E0000B220 /* upper3.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = upper3.hpp; path = boost/preprocessor/iteration/detail/bounds/upper3.hpp; sourceTree = ""; }; + 46EB2E0000B230 /* upper4.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = upper4.hpp; path = boost/preprocessor/iteration/detail/bounds/upper4.hpp; sourceTree = ""; }; + 46EB2E0000B240 /* upper5.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = upper5.hpp; path = boost/preprocessor/iteration/detail/bounds/upper5.hpp; sourceTree = ""; }; + 46EB2E0000B250 /* finish.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = finish.hpp; path = boost/preprocessor/iteration/detail/finish.hpp; sourceTree = ""; }; + 46EB2E0000B260 /* forward1.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward1.hpp; path = boost/preprocessor/iteration/detail/iter/forward1.hpp; sourceTree = ""; }; + 46EB2E0000B270 /* forward2.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward2.hpp; path = boost/preprocessor/iteration/detail/iter/forward2.hpp; sourceTree = ""; }; + 46EB2E0000B280 /* forward3.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward3.hpp; path = boost/preprocessor/iteration/detail/iter/forward3.hpp; sourceTree = ""; }; + 46EB2E0000B290 /* forward4.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward4.hpp; path = boost/preprocessor/iteration/detail/iter/forward4.hpp; sourceTree = ""; }; + 46EB2E0000B2A0 /* forward5.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward5.hpp; path = boost/preprocessor/iteration/detail/iter/forward5.hpp; sourceTree = ""; }; + 46EB2E0000B2B0 /* forward1_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward1_1024.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward1_1024.hpp; sourceTree = ""; }; + 46EB2E0000B2C0 /* forward1_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward1_256.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward1_256.hpp; sourceTree = ""; }; + 46EB2E0000B2D0 /* forward1_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward1_512.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward1_512.hpp; sourceTree = ""; }; + 46EB2E0000B2E0 /* forward2_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward2_1024.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward2_1024.hpp; sourceTree = ""; }; + 46EB2E0000B2F0 /* forward2_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward2_256.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward2_256.hpp; sourceTree = ""; }; + 46EB2E0000B300 /* forward2_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward2_512.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward2_512.hpp; sourceTree = ""; }; + 46EB2E0000B310 /* forward3_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward3_1024.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward3_1024.hpp; sourceTree = ""; }; + 46EB2E0000B320 /* forward3_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward3_256.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward3_256.hpp; sourceTree = ""; }; + 46EB2E0000B330 /* forward3_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward3_512.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward3_512.hpp; sourceTree = ""; }; + 46EB2E0000B340 /* forward4_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward4_1024.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward4_1024.hpp; sourceTree = ""; }; + 46EB2E0000B350 /* forward4_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward4_256.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward4_256.hpp; sourceTree = ""; }; + 46EB2E0000B360 /* forward4_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward4_512.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward4_512.hpp; sourceTree = ""; }; + 46EB2E0000B370 /* forward5_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward5_1024.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward5_1024.hpp; sourceTree = ""; }; + 46EB2E0000B380 /* forward5_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward5_256.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward5_256.hpp; sourceTree = ""; }; + 46EB2E0000B390 /* forward5_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = forward5_512.hpp; path = boost/preprocessor/iteration/detail/iter/limits/forward5_512.hpp; sourceTree = ""; }; + 46EB2E0000B3A0 /* reverse1_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse1_1024.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse1_1024.hpp; sourceTree = ""; }; + 46EB2E0000B3B0 /* reverse1_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse1_256.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse1_256.hpp; sourceTree = ""; }; + 46EB2E0000B3C0 /* reverse1_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse1_512.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse1_512.hpp; sourceTree = ""; }; + 46EB2E0000B3D0 /* reverse2_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse2_1024.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse2_1024.hpp; sourceTree = ""; }; + 46EB2E0000B3E0 /* reverse2_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse2_256.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse2_256.hpp; sourceTree = ""; }; + 46EB2E0000B3F0 /* reverse2_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse2_512.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse2_512.hpp; sourceTree = ""; }; + 46EB2E0000B400 /* reverse3_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse3_1024.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse3_1024.hpp; sourceTree = ""; }; + 46EB2E0000B410 /* reverse3_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse3_256.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse3_256.hpp; sourceTree = ""; }; + 46EB2E0000B420 /* reverse3_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse3_512.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse3_512.hpp; sourceTree = ""; }; + 46EB2E0000B430 /* reverse4_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse4_1024.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse4_1024.hpp; sourceTree = ""; }; + 46EB2E0000B440 /* reverse4_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse4_256.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse4_256.hpp; sourceTree = ""; }; + 46EB2E0000B450 /* reverse4_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse4_512.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse4_512.hpp; sourceTree = ""; }; + 46EB2E0000B460 /* reverse5_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse5_1024.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse5_1024.hpp; sourceTree = ""; }; + 46EB2E0000B470 /* reverse5_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse5_256.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse5_256.hpp; sourceTree = ""; }; + 46EB2E0000B480 /* reverse5_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse5_512.hpp; path = boost/preprocessor/iteration/detail/iter/limits/reverse5_512.hpp; sourceTree = ""; }; + 46EB2E0000B490 /* reverse1.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse1.hpp; path = boost/preprocessor/iteration/detail/iter/reverse1.hpp; sourceTree = ""; }; + 46EB2E0000B4A0 /* reverse2.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse2.hpp; path = boost/preprocessor/iteration/detail/iter/reverse2.hpp; sourceTree = ""; }; + 46EB2E0000B4B0 /* reverse3.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse3.hpp; path = boost/preprocessor/iteration/detail/iter/reverse3.hpp; sourceTree = ""; }; + 46EB2E0000B4C0 /* reverse4.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse4.hpp; path = boost/preprocessor/iteration/detail/iter/reverse4.hpp; sourceTree = ""; }; + 46EB2E0000B4D0 /* reverse5.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse5.hpp; path = boost/preprocessor/iteration/detail/iter/reverse5.hpp; sourceTree = ""; }; + 46EB2E0000B4E0 /* local_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = local_1024.hpp; path = boost/preprocessor/iteration/detail/limits/local_1024.hpp; sourceTree = ""; }; + 46EB2E0000B4F0 /* local_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = local_256.hpp; path = boost/preprocessor/iteration/detail/limits/local_256.hpp; sourceTree = ""; }; + 46EB2E0000B500 /* local_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = local_512.hpp; path = boost/preprocessor/iteration/detail/limits/local_512.hpp; sourceTree = ""; }; + 46EB2E0000B510 /* rlocal_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = rlocal_1024.hpp; path = boost/preprocessor/iteration/detail/limits/rlocal_1024.hpp; sourceTree = ""; }; + 46EB2E0000B520 /* rlocal_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = rlocal_256.hpp; path = boost/preprocessor/iteration/detail/limits/rlocal_256.hpp; sourceTree = ""; }; + 46EB2E0000B530 /* rlocal_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = rlocal_512.hpp; path = boost/preprocessor/iteration/detail/limits/rlocal_512.hpp; sourceTree = ""; }; + 46EB2E0000B540 /* local.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = local.hpp; path = boost/preprocessor/iteration/detail/local.hpp; sourceTree = ""; }; + 46EB2E0000B550 /* rlocal.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = rlocal.hpp; path = boost/preprocessor/iteration/detail/rlocal.hpp; sourceTree = ""; }; + 46EB2E0000B560 /* self.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = self.hpp; path = boost/preprocessor/iteration/detail/self.hpp; sourceTree = ""; }; + 46EB2E0000B570 /* start.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = start.hpp; path = boost/preprocessor/iteration/detail/start.hpp; sourceTree = ""; }; + 46EB2E0000B580 /* iterate.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterate.hpp; path = boost/preprocessor/iteration/iterate.hpp; sourceTree = ""; }; + 46EB2E0000B590 /* local.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = local.hpp; path = boost/preprocessor/iteration/local.hpp; sourceTree = ""; }; + 46EB2E0000B5A0 /* self.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = self.hpp; path = boost/preprocessor/iteration/self.hpp; sourceTree = ""; }; + 46EB2E0000B5B0 /* library.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = library.hpp; path = boost/preprocessor/library.hpp; sourceTree = ""; }; + 46EB2E0000B5C0 /* limits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = limits.hpp; path = boost/preprocessor/limits.hpp; sourceTree = ""; }; + 46EB2E0000B5D0 /* list.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = list.hpp; path = boost/preprocessor/list.hpp; sourceTree = ""; }; + 46EB2E0000B5E0 /* adt.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = adt.hpp; path = boost/preprocessor/list/adt.hpp; sourceTree = ""; }; + 46EB2E0000B5F0 /* append.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = append.hpp; path = boost/preprocessor/list/append.hpp; sourceTree = ""; }; + 46EB2E0000B600 /* at.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = at.hpp; path = boost/preprocessor/list/at.hpp; sourceTree = ""; }; + 46EB2E0000B610 /* cat.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = cat.hpp; path = boost/preprocessor/list/cat.hpp; sourceTree = ""; }; + 46EB2E0000B620 /* fold_left.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left.hpp; path = boost/preprocessor/list/detail/dmc/fold_left.hpp; sourceTree = ""; }; + 46EB2E0000B630 /* fold_left.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left.hpp; path = boost/preprocessor/list/detail/edg/fold_left.hpp; sourceTree = ""; }; + 46EB2E0000B640 /* fold_right.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_right.hpp; path = boost/preprocessor/list/detail/edg/fold_right.hpp; sourceTree = ""; }; + 46EB2E0000B650 /* fold_left_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left_1024.hpp; path = boost/preprocessor/list/detail/edg/limits/fold_left_1024.hpp; sourceTree = ""; }; + 46EB2E0000B660 /* fold_left_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left_256.hpp; path = boost/preprocessor/list/detail/edg/limits/fold_left_256.hpp; sourceTree = ""; }; + 46EB2E0000B670 /* fold_left_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left_512.hpp; path = boost/preprocessor/list/detail/edg/limits/fold_left_512.hpp; sourceTree = ""; }; + 46EB2E0000B680 /* fold_right_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_right_1024.hpp; path = boost/preprocessor/list/detail/edg/limits/fold_right_1024.hpp; sourceTree = ""; }; + 46EB2E0000B690 /* fold_right_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_right_256.hpp; path = boost/preprocessor/list/detail/edg/limits/fold_right_256.hpp; sourceTree = ""; }; + 46EB2E0000B6A0 /* fold_right_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_right_512.hpp; path = boost/preprocessor/list/detail/edg/limits/fold_right_512.hpp; sourceTree = ""; }; + 46EB2E0000B6B0 /* fold_left.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left.hpp; path = boost/preprocessor/list/detail/fold_left.hpp; sourceTree = ""; }; + 46EB2E0000B6C0 /* fold_right.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_right.hpp; path = boost/preprocessor/list/detail/fold_right.hpp; sourceTree = ""; }; + 46EB2E0000B6D0 /* fold_left_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left_1024.hpp; path = boost/preprocessor/list/detail/limits/fold_left_1024.hpp; sourceTree = ""; }; + 46EB2E0000B6E0 /* fold_left_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left_256.hpp; path = boost/preprocessor/list/detail/limits/fold_left_256.hpp; sourceTree = ""; }; + 46EB2E0000B6F0 /* fold_left_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left_512.hpp; path = boost/preprocessor/list/detail/limits/fold_left_512.hpp; sourceTree = ""; }; + 46EB2E0000B700 /* fold_right_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_right_1024.hpp; path = boost/preprocessor/list/detail/limits/fold_right_1024.hpp; sourceTree = ""; }; + 46EB2E0000B710 /* fold_right_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_right_256.hpp; path = boost/preprocessor/list/detail/limits/fold_right_256.hpp; sourceTree = ""; }; + 46EB2E0000B720 /* fold_right_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_right_512.hpp; path = boost/preprocessor/list/detail/limits/fold_right_512.hpp; sourceTree = ""; }; + 46EB2E0000B730 /* enum.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum.hpp; path = boost/preprocessor/list/enum.hpp; sourceTree = ""; }; + 46EB2E0000B740 /* filter.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = filter.hpp; path = boost/preprocessor/list/filter.hpp; sourceTree = ""; }; + 46EB2E0000B750 /* first_n.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = first_n.hpp; path = boost/preprocessor/list/first_n.hpp; sourceTree = ""; }; + 46EB2E0000B760 /* fold_left.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left.hpp; path = boost/preprocessor/list/fold_left.hpp; sourceTree = ""; }; + 46EB2E0000B770 /* fold_right.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_right.hpp; path = boost/preprocessor/list/fold_right.hpp; sourceTree = ""; }; + 46EB2E0000B780 /* for_each.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_each.hpp; path = boost/preprocessor/list/for_each.hpp; sourceTree = ""; }; + 46EB2E0000B790 /* for_each_i.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_each_i.hpp; path = boost/preprocessor/list/for_each_i.hpp; sourceTree = ""; }; + 46EB2E0000B7A0 /* for_each_product.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_each_product.hpp; path = boost/preprocessor/list/for_each_product.hpp; sourceTree = ""; }; + 46EB2E0000B7B0 /* fold_left_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left_1024.hpp; path = boost/preprocessor/list/limits/fold_left_1024.hpp; sourceTree = ""; }; + 46EB2E0000B7C0 /* fold_left_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left_256.hpp; path = boost/preprocessor/list/limits/fold_left_256.hpp; sourceTree = ""; }; + 46EB2E0000B7D0 /* fold_left_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left_512.hpp; path = boost/preprocessor/list/limits/fold_left_512.hpp; sourceTree = ""; }; + 46EB2E0000B7E0 /* rest_n.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = rest_n.hpp; path = boost/preprocessor/list/rest_n.hpp; sourceTree = ""; }; + 46EB2E0000B7F0 /* reverse.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse.hpp; path = boost/preprocessor/list/reverse.hpp; sourceTree = ""; }; + 46EB2E0000B800 /* size.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size.hpp; path = boost/preprocessor/list/size.hpp; sourceTree = ""; }; + 46EB2E0000B810 /* to_array.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_array.hpp; path = boost/preprocessor/list/to_array.hpp; sourceTree = ""; }; + 46EB2E0000B820 /* to_seq.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_seq.hpp; path = boost/preprocessor/list/to_seq.hpp; sourceTree = ""; }; + 46EB2E0000B830 /* to_tuple.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_tuple.hpp; path = boost/preprocessor/list/to_tuple.hpp; sourceTree = ""; }; + 46EB2E0000B840 /* transform.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = transform.hpp; path = boost/preprocessor/list/transform.hpp; sourceTree = ""; }; + 46EB2E0000B850 /* logical.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = logical.hpp; path = boost/preprocessor/logical.hpp; sourceTree = ""; }; + 46EB2E0000B860 /* and.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = and.hpp; path = boost/preprocessor/logical/and.hpp; sourceTree = ""; }; + 46EB2E0000B870 /* bitand.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bitand.hpp; path = boost/preprocessor/logical/bitand.hpp; sourceTree = ""; }; + 46EB2E0000B880 /* bitnor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bitnor.hpp; path = boost/preprocessor/logical/bitnor.hpp; sourceTree = ""; }; + 46EB2E0000B890 /* bitor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bitor.hpp; path = boost/preprocessor/logical/bitor.hpp; sourceTree = ""; }; + 46EB2E0000B8A0 /* bitxor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bitxor.hpp; path = boost/preprocessor/logical/bitxor.hpp; sourceTree = ""; }; + 46EB2E0000B8B0 /* bool.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bool.hpp; path = boost/preprocessor/logical/bool.hpp; sourceTree = ""; }; + 46EB2E0000B8C0 /* compl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = compl.hpp; path = boost/preprocessor/logical/compl.hpp; sourceTree = ""; }; + 46EB2E0000B8D0 /* bool_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bool_1024.hpp; path = boost/preprocessor/logical/limits/bool_1024.hpp; sourceTree = ""; }; + 46EB2E0000B8E0 /* bool_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bool_256.hpp; path = boost/preprocessor/logical/limits/bool_256.hpp; sourceTree = ""; }; + 46EB2E0000B8F0 /* bool_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bool_512.hpp; path = boost/preprocessor/logical/limits/bool_512.hpp; sourceTree = ""; }; + 46EB2E0000B900 /* nor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = nor.hpp; path = boost/preprocessor/logical/nor.hpp; sourceTree = ""; }; + 46EB2E0000B910 /* not.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = not.hpp; path = boost/preprocessor/logical/not.hpp; sourceTree = ""; }; + 46EB2E0000B920 /* or.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = or.hpp; path = boost/preprocessor/logical/or.hpp; sourceTree = ""; }; + 46EB2E0000B930 /* xor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = xor.hpp; path = boost/preprocessor/logical/xor.hpp; sourceTree = ""; }; + 46EB2E0000B940 /* max.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = max.hpp; path = boost/preprocessor/max.hpp; sourceTree = ""; }; + 46EB2E0000B950 /* min.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = min.hpp; path = boost/preprocessor/min.hpp; sourceTree = ""; }; + 46EB2E0000B960 /* punctuation.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = punctuation.hpp; path = boost/preprocessor/punctuation.hpp; sourceTree = ""; }; + 46EB2E0000B970 /* comma.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = comma.hpp; path = boost/preprocessor/punctuation/comma.hpp; sourceTree = ""; }; + 46EB2E0000B980 /* comma_if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = comma_if.hpp; path = boost/preprocessor/punctuation/comma_if.hpp; sourceTree = ""; }; + 46EB2E0000B990 /* is_begin_parens.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_begin_parens.hpp; path = boost/preprocessor/punctuation/detail/is_begin_parens.hpp; sourceTree = ""; }; + 46EB2E0000B9A0 /* is_begin_parens.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_begin_parens.hpp; path = boost/preprocessor/punctuation/is_begin_parens.hpp; sourceTree = ""; }; + 46EB2E0000B9B0 /* paren.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = paren.hpp; path = boost/preprocessor/punctuation/paren.hpp; sourceTree = ""; }; + 46EB2E0000B9C0 /* paren_if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = paren_if.hpp; path = boost/preprocessor/punctuation/paren_if.hpp; sourceTree = ""; }; + 46EB2E0000B9D0 /* remove_parens.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = remove_parens.hpp; path = boost/preprocessor/punctuation/remove_parens.hpp; sourceTree = ""; }; + 46EB2E0000B9E0 /* repeat.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = repeat.hpp; path = boost/preprocessor/repeat.hpp; sourceTree = ""; }; + 46EB2E0000B9F0 /* repeat_2nd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = repeat_2nd.hpp; path = boost/preprocessor/repeat_2nd.hpp; sourceTree = ""; }; + 46EB2E0000BA00 /* repeat_3rd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = repeat_3rd.hpp; path = boost/preprocessor/repeat_3rd.hpp; sourceTree = ""; }; + 46EB2E0000BA10 /* repeat_from_to.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = repeat_from_to.hpp; path = boost/preprocessor/repeat_from_to.hpp; sourceTree = ""; }; + 46EB2E0000BA20 /* repeat_from_to_2nd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = repeat_from_to_2nd.hpp; path = boost/preprocessor/repeat_from_to_2nd.hpp; sourceTree = ""; }; + 46EB2E0000BA30 /* repeat_from_to_3rd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = repeat_from_to_3rd.hpp; path = boost/preprocessor/repeat_from_to_3rd.hpp; sourceTree = ""; }; + 46EB2E0000BA40 /* repetition.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = repetition.hpp; path = boost/preprocessor/repetition.hpp; sourceTree = ""; }; + 46EB2E0000BA50 /* deduce_r.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = deduce_r.hpp; path = boost/preprocessor/repetition/deduce_r.hpp; sourceTree = ""; }; + 46EB2E0000BA60 /* deduce_z.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = deduce_z.hpp; path = boost/preprocessor/repetition/deduce_z.hpp; sourceTree = ""; }; + 46EB2E0000BA70 /* for.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for.hpp; path = boost/preprocessor/repetition/detail/dmc/for.hpp; sourceTree = ""; }; + 46EB2E0000BA80 /* for.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for.hpp; path = boost/preprocessor/repetition/detail/edg/for.hpp; sourceTree = ""; }; + 46EB2E0000BA90 /* for_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_1024.hpp; path = boost/preprocessor/repetition/detail/edg/limits/for_1024.hpp; sourceTree = ""; }; + 46EB2E0000BAA0 /* for_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_256.hpp; path = boost/preprocessor/repetition/detail/edg/limits/for_256.hpp; sourceTree = ""; }; + 46EB2E0000BAB0 /* for_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_512.hpp; path = boost/preprocessor/repetition/detail/edg/limits/for_512.hpp; sourceTree = ""; }; + 46EB2E0000BAC0 /* for.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for.hpp; path = boost/preprocessor/repetition/detail/for.hpp; sourceTree = ""; }; + 46EB2E0000BAD0 /* for_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_1024.hpp; path = boost/preprocessor/repetition/detail/limits/for_1024.hpp; sourceTree = ""; }; + 46EB2E0000BAE0 /* for_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_256.hpp; path = boost/preprocessor/repetition/detail/limits/for_256.hpp; sourceTree = ""; }; + 46EB2E0000BAF0 /* for_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_512.hpp; path = boost/preprocessor/repetition/detail/limits/for_512.hpp; sourceTree = ""; }; + 46EB2E0000BB00 /* for.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for.hpp; path = boost/preprocessor/repetition/detail/msvc/for.hpp; sourceTree = ""; }; + 46EB2E0000BB10 /* enum.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum.hpp; path = boost/preprocessor/repetition/enum.hpp; sourceTree = ""; }; + 46EB2E0000BB20 /* enum_binary_params.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_binary_params.hpp; path = boost/preprocessor/repetition/enum_binary_params.hpp; sourceTree = ""; }; + 46EB2E0000BB30 /* enum_params.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_params.hpp; path = boost/preprocessor/repetition/enum_params.hpp; sourceTree = ""; }; + 46EB2E0000BB40 /* enum_params_with_a_default.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_params_with_a_default.hpp; path = boost/preprocessor/repetition/enum_params_with_a_default.hpp; sourceTree = ""; }; + 46EB2E0000BB50 /* enum_params_with_defaults.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_params_with_defaults.hpp; path = boost/preprocessor/repetition/enum_params_with_defaults.hpp; sourceTree = ""; }; + 46EB2E0000BB60 /* enum_shifted.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_shifted.hpp; path = boost/preprocessor/repetition/enum_shifted.hpp; sourceTree = ""; }; + 46EB2E0000BB70 /* enum_shifted_binary_params.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_shifted_binary_params.hpp; path = boost/preprocessor/repetition/enum_shifted_binary_params.hpp; sourceTree = ""; }; + 46EB2E0000BB80 /* enum_shifted_params.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_shifted_params.hpp; path = boost/preprocessor/repetition/enum_shifted_params.hpp; sourceTree = ""; }; + 46EB2E0000BB90 /* enum_trailing.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_trailing.hpp; path = boost/preprocessor/repetition/enum_trailing.hpp; sourceTree = ""; }; + 46EB2E0000BBA0 /* enum_trailing_binary_params.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_trailing_binary_params.hpp; path = boost/preprocessor/repetition/enum_trailing_binary_params.hpp; sourceTree = ""; }; + 46EB2E0000BBB0 /* enum_trailing_params.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_trailing_params.hpp; path = boost/preprocessor/repetition/enum_trailing_params.hpp; sourceTree = ""; }; + 46EB2E0000BBC0 /* for.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for.hpp; path = boost/preprocessor/repetition/for.hpp; sourceTree = ""; }; + 46EB2E0000BBD0 /* for_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_1024.hpp; path = boost/preprocessor/repetition/limits/for_1024.hpp; sourceTree = ""; }; + 46EB2E0000BBE0 /* for_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_256.hpp; path = boost/preprocessor/repetition/limits/for_256.hpp; sourceTree = ""; }; + 46EB2E0000BBF0 /* for_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_512.hpp; path = boost/preprocessor/repetition/limits/for_512.hpp; sourceTree = ""; }; + 46EB2E0000BC00 /* repeat_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = repeat_1024.hpp; path = boost/preprocessor/repetition/limits/repeat_1024.hpp; sourceTree = ""; }; + 46EB2E0000BC10 /* repeat_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = repeat_256.hpp; path = boost/preprocessor/repetition/limits/repeat_256.hpp; sourceTree = ""; }; + 46EB2E0000BC20 /* repeat_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = repeat_512.hpp; path = boost/preprocessor/repetition/limits/repeat_512.hpp; sourceTree = ""; }; + 46EB2E0000BC30 /* repeat.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = repeat.hpp; path = boost/preprocessor/repetition/repeat.hpp; sourceTree = ""; }; + 46EB2E0000BC40 /* repeat_from_to.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = repeat_from_to.hpp; path = boost/preprocessor/repetition/repeat_from_to.hpp; sourceTree = ""; }; + 46EB2E0000BC50 /* selection.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = selection.hpp; path = boost/preprocessor/selection.hpp; sourceTree = ""; }; + 46EB2E0000BC60 /* max.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = max.hpp; path = boost/preprocessor/selection/max.hpp; sourceTree = ""; }; + 46EB2E0000BC70 /* min.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = min.hpp; path = boost/preprocessor/selection/min.hpp; sourceTree = ""; }; + 46EB2E0000BC80 /* seq.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = seq.hpp; path = boost/preprocessor/seq.hpp; sourceTree = ""; }; + 46EB2E0000BC90 /* cat.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = cat.hpp; path = boost/preprocessor/seq/cat.hpp; sourceTree = ""; }; + 46EB2E0000BCA0 /* binary_transform.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = binary_transform.hpp; path = boost/preprocessor/seq/detail/binary_transform.hpp; sourceTree = ""; }; + 46EB2E0000BCB0 /* is_empty.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_empty.hpp; path = boost/preprocessor/seq/detail/is_empty.hpp; sourceTree = ""; }; + 46EB2E0000BCC0 /* split_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = split_1024.hpp; path = boost/preprocessor/seq/detail/limits/split_1024.hpp; sourceTree = ""; }; + 46EB2E0000BCD0 /* split_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = split_256.hpp; path = boost/preprocessor/seq/detail/limits/split_256.hpp; sourceTree = ""; }; + 46EB2E0000BCE0 /* split_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = split_512.hpp; path = boost/preprocessor/seq/detail/limits/split_512.hpp; sourceTree = ""; }; + 46EB2E0000BCF0 /* split.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = split.hpp; path = boost/preprocessor/seq/detail/split.hpp; sourceTree = ""; }; + 46EB2E0000BD00 /* to_list_msvc.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_list_msvc.hpp; path = boost/preprocessor/seq/detail/to_list_msvc.hpp; sourceTree = ""; }; + 46EB2E0000BD10 /* elem.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = elem.hpp; path = boost/preprocessor/seq/elem.hpp; sourceTree = ""; }; + 46EB2E0000BD20 /* enum.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum.hpp; path = boost/preprocessor/seq/enum.hpp; sourceTree = ""; }; + 46EB2E0000BD30 /* filter.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = filter.hpp; path = boost/preprocessor/seq/filter.hpp; sourceTree = ""; }; + 46EB2E0000BD40 /* first_n.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = first_n.hpp; path = boost/preprocessor/seq/first_n.hpp; sourceTree = ""; }; + 46EB2E0000BD50 /* fold_left.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left.hpp; path = boost/preprocessor/seq/fold_left.hpp; sourceTree = ""; }; + 46EB2E0000BD60 /* fold_right.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_right.hpp; path = boost/preprocessor/seq/fold_right.hpp; sourceTree = ""; }; + 46EB2E0000BD70 /* for_each.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_each.hpp; path = boost/preprocessor/seq/for_each.hpp; sourceTree = ""; }; + 46EB2E0000BD80 /* for_each_i.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_each_i.hpp; path = boost/preprocessor/seq/for_each_i.hpp; sourceTree = ""; }; + 46EB2E0000BD90 /* for_each_product.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = for_each_product.hpp; path = boost/preprocessor/seq/for_each_product.hpp; sourceTree = ""; }; + 46EB2E0000BDA0 /* insert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = insert.hpp; path = boost/preprocessor/seq/insert.hpp; sourceTree = ""; }; + 46EB2E0000BDB0 /* elem_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = elem_1024.hpp; path = boost/preprocessor/seq/limits/elem_1024.hpp; sourceTree = ""; }; + 46EB2E0000BDC0 /* elem_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = elem_256.hpp; path = boost/preprocessor/seq/limits/elem_256.hpp; sourceTree = ""; }; + 46EB2E0000BDD0 /* elem_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = elem_512.hpp; path = boost/preprocessor/seq/limits/elem_512.hpp; sourceTree = ""; }; + 46EB2E0000BDE0 /* enum_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_1024.hpp; path = boost/preprocessor/seq/limits/enum_1024.hpp; sourceTree = ""; }; + 46EB2E0000BDF0 /* enum_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_256.hpp; path = boost/preprocessor/seq/limits/enum_256.hpp; sourceTree = ""; }; + 46EB2E0000BE00 /* enum_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum_512.hpp; path = boost/preprocessor/seq/limits/enum_512.hpp; sourceTree = ""; }; + 46EB2E0000BE10 /* fold_left_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left_1024.hpp; path = boost/preprocessor/seq/limits/fold_left_1024.hpp; sourceTree = ""; }; + 46EB2E0000BE20 /* fold_left_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left_256.hpp; path = boost/preprocessor/seq/limits/fold_left_256.hpp; sourceTree = ""; }; + 46EB2E0000BE30 /* fold_left_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_left_512.hpp; path = boost/preprocessor/seq/limits/fold_left_512.hpp; sourceTree = ""; }; + 46EB2E0000BE40 /* fold_right_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_right_1024.hpp; path = boost/preprocessor/seq/limits/fold_right_1024.hpp; sourceTree = ""; }; + 46EB2E0000BE50 /* fold_right_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_right_256.hpp; path = boost/preprocessor/seq/limits/fold_right_256.hpp; sourceTree = ""; }; + 46EB2E0000BE60 /* fold_right_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fold_right_512.hpp; path = boost/preprocessor/seq/limits/fold_right_512.hpp; sourceTree = ""; }; + 46EB2E0000BE70 /* size_1024.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size_1024.hpp; path = boost/preprocessor/seq/limits/size_1024.hpp; sourceTree = ""; }; + 46EB2E0000BE80 /* size_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size_256.hpp; path = boost/preprocessor/seq/limits/size_256.hpp; sourceTree = ""; }; + 46EB2E0000BE90 /* size_512.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size_512.hpp; path = boost/preprocessor/seq/limits/size_512.hpp; sourceTree = ""; }; + 46EB2E0000BEA0 /* pop_back.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pop_back.hpp; path = boost/preprocessor/seq/pop_back.hpp; sourceTree = ""; }; + 46EB2E0000BEB0 /* pop_front.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pop_front.hpp; path = boost/preprocessor/seq/pop_front.hpp; sourceTree = ""; }; + 46EB2E0000BEC0 /* push_back.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = push_back.hpp; path = boost/preprocessor/seq/push_back.hpp; sourceTree = ""; }; + 46EB2E0000BED0 /* push_front.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = push_front.hpp; path = boost/preprocessor/seq/push_front.hpp; sourceTree = ""; }; + 46EB2E0000BEE0 /* remove.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = remove.hpp; path = boost/preprocessor/seq/remove.hpp; sourceTree = ""; }; + 46EB2E0000BEF0 /* replace.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = replace.hpp; path = boost/preprocessor/seq/replace.hpp; sourceTree = ""; }; + 46EB2E0000BF00 /* rest_n.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = rest_n.hpp; path = boost/preprocessor/seq/rest_n.hpp; sourceTree = ""; }; + 46EB2E0000BF10 /* reverse.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse.hpp; path = boost/preprocessor/seq/reverse.hpp; sourceTree = ""; }; + 46EB2E0000BF20 /* seq.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = seq.hpp; path = boost/preprocessor/seq/seq.hpp; sourceTree = ""; }; + 46EB2E0000BF30 /* size.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size.hpp; path = boost/preprocessor/seq/size.hpp; sourceTree = ""; }; + 46EB2E0000BF40 /* subseq.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = subseq.hpp; path = boost/preprocessor/seq/subseq.hpp; sourceTree = ""; }; + 46EB2E0000BF50 /* to_array.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_array.hpp; path = boost/preprocessor/seq/to_array.hpp; sourceTree = ""; }; + 46EB2E0000BF60 /* to_list.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_list.hpp; path = boost/preprocessor/seq/to_list.hpp; sourceTree = ""; }; + 46EB2E0000BF70 /* to_tuple.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_tuple.hpp; path = boost/preprocessor/seq/to_tuple.hpp; sourceTree = ""; }; + 46EB2E0000BF80 /* transform.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = transform.hpp; path = boost/preprocessor/seq/transform.hpp; sourceTree = ""; }; + 46EB2E0000BF90 /* variadic_seq_to_seq.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = variadic_seq_to_seq.hpp; path = boost/preprocessor/seq/variadic_seq_to_seq.hpp; sourceTree = ""; }; + 46EB2E0000BFA0 /* slot.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = slot.hpp; path = boost/preprocessor/slot.hpp; sourceTree = ""; }; + 46EB2E0000BFB0 /* counter.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = counter.hpp; path = boost/preprocessor/slot/counter.hpp; sourceTree = ""; }; + 46EB2E0000BFC0 /* counter.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = counter.hpp; path = boost/preprocessor/slot/detail/counter.hpp; sourceTree = ""; }; + 46EB2E0000BFD0 /* def.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = def.hpp; path = boost/preprocessor/slot/detail/def.hpp; sourceTree = ""; }; + 46EB2E0000BFE0 /* shared.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = shared.hpp; path = boost/preprocessor/slot/detail/shared.hpp; sourceTree = ""; }; + 46EB2E0000BFF0 /* slot1.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = slot1.hpp; path = boost/preprocessor/slot/detail/slot1.hpp; sourceTree = ""; }; + 46EB2E0000C000 /* slot2.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = slot2.hpp; path = boost/preprocessor/slot/detail/slot2.hpp; sourceTree = ""; }; + 46EB2E0000C010 /* slot3.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = slot3.hpp; path = boost/preprocessor/slot/detail/slot3.hpp; sourceTree = ""; }; + 46EB2E0000C020 /* slot4.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = slot4.hpp; path = boost/preprocessor/slot/detail/slot4.hpp; sourceTree = ""; }; + 46EB2E0000C030 /* slot5.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = slot5.hpp; path = boost/preprocessor/slot/detail/slot5.hpp; sourceTree = ""; }; + 46EB2E0000C040 /* slot.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = slot.hpp; path = boost/preprocessor/slot/slot.hpp; sourceTree = ""; }; + 46EB2E0000C050 /* stringize.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = stringize.hpp; path = boost/preprocessor/stringize.hpp; sourceTree = ""; }; + 46EB2E0000C060 /* tuple.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = tuple.hpp; path = boost/preprocessor/tuple.hpp; sourceTree = ""; }; + 46EB2E0000C070 /* is_single_return.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_single_return.hpp; path = boost/preprocessor/tuple/detail/is_single_return.hpp; sourceTree = ""; }; + 46EB2E0000C080 /* eat.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = eat.hpp; path = boost/preprocessor/tuple/eat.hpp; sourceTree = ""; }; + 46EB2E0000C090 /* elem.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = elem.hpp; path = boost/preprocessor/tuple/elem.hpp; sourceTree = ""; }; + 46EB2E0000C0A0 /* enum.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enum.hpp; path = boost/preprocessor/tuple/enum.hpp; sourceTree = ""; }; + 46EB2E0000C0B0 /* insert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = insert.hpp; path = boost/preprocessor/tuple/insert.hpp; sourceTree = ""; }; + 46EB2E0000C0C0 /* reverse_128.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse_128.hpp; path = boost/preprocessor/tuple/limits/reverse_128.hpp; sourceTree = ""; }; + 46EB2E0000C0D0 /* reverse_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse_256.hpp; path = boost/preprocessor/tuple/limits/reverse_256.hpp; sourceTree = ""; }; + 46EB2E0000C0E0 /* reverse_64.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse_64.hpp; path = boost/preprocessor/tuple/limits/reverse_64.hpp; sourceTree = ""; }; + 46EB2E0000C0F0 /* to_list_128.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_list_128.hpp; path = boost/preprocessor/tuple/limits/to_list_128.hpp; sourceTree = ""; }; + 46EB2E0000C100 /* to_list_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_list_256.hpp; path = boost/preprocessor/tuple/limits/to_list_256.hpp; sourceTree = ""; }; + 46EB2E0000C110 /* to_list_64.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_list_64.hpp; path = boost/preprocessor/tuple/limits/to_list_64.hpp; sourceTree = ""; }; + 46EB2E0000C120 /* to_seq_128.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_seq_128.hpp; path = boost/preprocessor/tuple/limits/to_seq_128.hpp; sourceTree = ""; }; + 46EB2E0000C130 /* to_seq_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_seq_256.hpp; path = boost/preprocessor/tuple/limits/to_seq_256.hpp; sourceTree = ""; }; + 46EB2E0000C140 /* to_seq_64.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_seq_64.hpp; path = boost/preprocessor/tuple/limits/to_seq_64.hpp; sourceTree = ""; }; + 46EB2E0000C150 /* pop_back.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pop_back.hpp; path = boost/preprocessor/tuple/pop_back.hpp; sourceTree = ""; }; + 46EB2E0000C160 /* pop_front.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = pop_front.hpp; path = boost/preprocessor/tuple/pop_front.hpp; sourceTree = ""; }; + 46EB2E0000C170 /* push_back.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = push_back.hpp; path = boost/preprocessor/tuple/push_back.hpp; sourceTree = ""; }; + 46EB2E0000C180 /* push_front.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = push_front.hpp; path = boost/preprocessor/tuple/push_front.hpp; sourceTree = ""; }; + 46EB2E0000C190 /* rem.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = rem.hpp; path = boost/preprocessor/tuple/rem.hpp; sourceTree = ""; }; + 46EB2E0000C1A0 /* remove.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = remove.hpp; path = boost/preprocessor/tuple/remove.hpp; sourceTree = ""; }; + 46EB2E0000C1B0 /* replace.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = replace.hpp; path = boost/preprocessor/tuple/replace.hpp; sourceTree = ""; }; + 46EB2E0000C1C0 /* reverse.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse.hpp; path = boost/preprocessor/tuple/reverse.hpp; sourceTree = ""; }; + 46EB2E0000C1D0 /* size.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size.hpp; path = boost/preprocessor/tuple/size.hpp; sourceTree = ""; }; + 46EB2E0000C1E0 /* to_array.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_array.hpp; path = boost/preprocessor/tuple/to_array.hpp; sourceTree = ""; }; + 46EB2E0000C1F0 /* to_list.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_list.hpp; path = boost/preprocessor/tuple/to_list.hpp; sourceTree = ""; }; + 46EB2E0000C200 /* to_seq.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_seq.hpp; path = boost/preprocessor/tuple/to_seq.hpp; sourceTree = ""; }; + 46EB2E0000C210 /* variadic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = variadic.hpp; path = boost/preprocessor/variadic.hpp; sourceTree = ""; }; + 46EB2E0000C220 /* has_opt.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_opt.hpp; path = boost/preprocessor/variadic/detail/has_opt.hpp; sourceTree = ""; }; + 46EB2E0000C230 /* is_single_return.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_single_return.hpp; path = boost/preprocessor/variadic/detail/is_single_return.hpp; sourceTree = ""; }; + 46EB2E0000C240 /* elem.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = elem.hpp; path = boost/preprocessor/variadic/elem.hpp; sourceTree = ""; }; + 46EB2E0000C250 /* has_opt.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_opt.hpp; path = boost/preprocessor/variadic/has_opt.hpp; sourceTree = ""; }; + 46EB2E0000C260 /* elem_128.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = elem_128.hpp; path = boost/preprocessor/variadic/limits/elem_128.hpp; sourceTree = ""; }; + 46EB2E0000C270 /* elem_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = elem_256.hpp; path = boost/preprocessor/variadic/limits/elem_256.hpp; sourceTree = ""; }; + 46EB2E0000C280 /* elem_64.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = elem_64.hpp; path = boost/preprocessor/variadic/limits/elem_64.hpp; sourceTree = ""; }; + 46EB2E0000C290 /* size_128.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size_128.hpp; path = boost/preprocessor/variadic/limits/size_128.hpp; sourceTree = ""; }; + 46EB2E0000C2A0 /* size_256.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size_256.hpp; path = boost/preprocessor/variadic/limits/size_256.hpp; sourceTree = ""; }; + 46EB2E0000C2B0 /* size_64.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size_64.hpp; path = boost/preprocessor/variadic/limits/size_64.hpp; sourceTree = ""; }; + 46EB2E0000C2C0 /* size.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size.hpp; path = boost/preprocessor/variadic/size.hpp; sourceTree = ""; }; + 46EB2E0000C2D0 /* to_array.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_array.hpp; path = boost/preprocessor/variadic/to_array.hpp; sourceTree = ""; }; + 46EB2E0000C2E0 /* to_list.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_list.hpp; path = boost/preprocessor/variadic/to_list.hpp; sourceTree = ""; }; + 46EB2E0000C2F0 /* to_seq.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_seq.hpp; path = boost/preprocessor/variadic/to_seq.hpp; sourceTree = ""; }; + 46EB2E0000C300 /* to_tuple.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = to_tuple.hpp; path = boost/preprocessor/variadic/to_tuple.hpp; sourceTree = ""; }; + 46EB2E0000C310 /* while.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = while.hpp; path = boost/preprocessor/while.hpp; sourceTree = ""; }; + 46EB2E0000C320 /* wstringize.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = wstringize.hpp; path = boost/preprocessor/wstringize.hpp; sourceTree = ""; }; + 46EB2E0000C330 /* random.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = random.hpp; path = boost/random.hpp; sourceTree = ""; }; + 46EB2E0000C340 /* additive_combine.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = additive_combine.hpp; path = boost/random/additive_combine.hpp; sourceTree = ""; }; + 46EB2E0000C350 /* bernoulli_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = bernoulli_distribution.hpp; path = boost/random/bernoulli_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C360 /* beta_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = beta_distribution.hpp; path = boost/random/beta_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C370 /* binomial_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = binomial_distribution.hpp; path = boost/random/binomial_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C380 /* cauchy_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = cauchy_distribution.hpp; path = boost/random/cauchy_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C390 /* chi_squared_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = chi_squared_distribution.hpp; path = boost/random/chi_squared_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C3A0 /* config.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config.hpp; path = boost/random/detail/config.hpp; sourceTree = ""; }; + 46EB2E0000C3B0 /* const_mod.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = const_mod.hpp; path = boost/random/detail/const_mod.hpp; sourceTree = ""; }; + 46EB2E0000C3C0 /* disable_warnings.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = disable_warnings.hpp; path = boost/random/detail/disable_warnings.hpp; sourceTree = ""; }; + 46EB2E0000C3D0 /* enable_warnings.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enable_warnings.hpp; path = boost/random/detail/enable_warnings.hpp; sourceTree = ""; }; + 46EB2E0000C3E0 /* generator_bits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = generator_bits.hpp; path = boost/random/detail/generator_bits.hpp; sourceTree = ""; }; + 46EB2E0000C3F0 /* generator_seed_seq.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = generator_seed_seq.hpp; path = boost/random/detail/generator_seed_seq.hpp; sourceTree = ""; }; + 46EB2E0000C400 /* integer_log2.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = integer_log2.hpp; path = boost/random/detail/integer_log2.hpp; sourceTree = ""; }; + 46EB2E0000C410 /* int_float_pair.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = int_float_pair.hpp; path = boost/random/detail/int_float_pair.hpp; sourceTree = ""; }; + 46EB2E0000C420 /* large_arithmetic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = large_arithmetic.hpp; path = boost/random/detail/large_arithmetic.hpp; sourceTree = ""; }; + 46EB2E0000C430 /* operators.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = operators.hpp; path = boost/random/detail/operators.hpp; sourceTree = ""; }; + 46EB2E0000C440 /* polynomial.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = polynomial.hpp; path = boost/random/detail/polynomial.hpp; sourceTree = ""; }; + 46EB2E0000C450 /* ptr_helper.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ptr_helper.hpp; path = boost/random/detail/ptr_helper.hpp; sourceTree = ""; }; + 46EB2E0000C460 /* seed.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = seed.hpp; path = boost/random/detail/seed.hpp; sourceTree = ""; }; + 46EB2E0000C470 /* seed_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = seed_impl.hpp; path = boost/random/detail/seed_impl.hpp; sourceTree = ""; }; + 46EB2E0000C480 /* signed_unsigned_tools.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = signed_unsigned_tools.hpp; path = boost/random/detail/signed_unsigned_tools.hpp; sourceTree = ""; }; + 46EB2E0000C490 /* uniform_int_float.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = uniform_int_float.hpp; path = boost/random/detail/uniform_int_float.hpp; sourceTree = ""; }; + 46EB2E0000C4A0 /* vector_io.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = vector_io.hpp; path = boost/random/detail/vector_io.hpp; sourceTree = ""; }; + 46EB2E0000C4B0 /* discard_block.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = discard_block.hpp; path = boost/random/discard_block.hpp; sourceTree = ""; }; + 46EB2E0000C4C0 /* discrete_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = discrete_distribution.hpp; path = boost/random/discrete_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C4D0 /* exponential_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = exponential_distribution.hpp; path = boost/random/exponential_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C4E0 /* extreme_value_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = extreme_value_distribution.hpp; path = boost/random/extreme_value_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C4F0 /* fisher_f_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = fisher_f_distribution.hpp; path = boost/random/fisher_f_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C500 /* gamma_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = gamma_distribution.hpp; path = boost/random/gamma_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C510 /* generate_canonical.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = generate_canonical.hpp; path = boost/random/generate_canonical.hpp; sourceTree = ""; }; + 46EB2E0000C520 /* geometric_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = geometric_distribution.hpp; path = boost/random/geometric_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C530 /* hyperexponential_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = hyperexponential_distribution.hpp; path = boost/random/hyperexponential_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C540 /* independent_bits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = independent_bits.hpp; path = boost/random/independent_bits.hpp; sourceTree = ""; }; + 46EB2E0000C550 /* inversive_congruential.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = inversive_congruential.hpp; path = boost/random/inversive_congruential.hpp; sourceTree = ""; }; + 46EB2E0000C560 /* lagged_fibonacci.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lagged_fibonacci.hpp; path = boost/random/lagged_fibonacci.hpp; sourceTree = ""; }; + 46EB2E0000C570 /* laplace_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = laplace_distribution.hpp; path = boost/random/laplace_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C580 /* linear_congruential.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = linear_congruential.hpp; path = boost/random/linear_congruential.hpp; sourceTree = ""; }; + 46EB2E0000C590 /* linear_feedback_shift.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = linear_feedback_shift.hpp; path = boost/random/linear_feedback_shift.hpp; sourceTree = ""; }; + 46EB2E0000C5A0 /* lognormal_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lognormal_distribution.hpp; path = boost/random/lognormal_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C5B0 /* mersenne_twister.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mersenne_twister.hpp; path = boost/random/mersenne_twister.hpp; sourceTree = ""; }; + 46EB2E0000C5C0 /* mixmax.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mixmax.hpp; path = boost/random/mixmax.hpp; sourceTree = ""; }; + 46EB2E0000C5D0 /* negative_binomial_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = negative_binomial_distribution.hpp; path = boost/random/negative_binomial_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C5E0 /* non_central_chi_squared_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = non_central_chi_squared_distribution.hpp; path = boost/random/non_central_chi_squared_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C5F0 /* normal_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = normal_distribution.hpp; path = boost/random/normal_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C600 /* piecewise_constant_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = piecewise_constant_distribution.hpp; path = boost/random/piecewise_constant_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C610 /* piecewise_linear_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = piecewise_linear_distribution.hpp; path = boost/random/piecewise_linear_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C620 /* poisson_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = poisson_distribution.hpp; path = boost/random/poisson_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C630 /* random_number_generator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = random_number_generator.hpp; path = boost/random/random_number_generator.hpp; sourceTree = ""; }; + 46EB2E0000C640 /* ranlux.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ranlux.hpp; path = boost/random/ranlux.hpp; sourceTree = ""; }; + 46EB2E0000C650 /* seed_seq.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = seed_seq.hpp; path = boost/random/seed_seq.hpp; sourceTree = ""; }; + 46EB2E0000C660 /* shuffle_order.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = shuffle_order.hpp; path = boost/random/shuffle_order.hpp; sourceTree = ""; }; + 46EB2E0000C670 /* shuffle_output.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = shuffle_output.hpp; path = boost/random/shuffle_output.hpp; sourceTree = ""; }; + 46EB2E0000C680 /* student_t_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = student_t_distribution.hpp; path = boost/random/student_t_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C690 /* subtract_with_carry.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = subtract_with_carry.hpp; path = boost/random/subtract_with_carry.hpp; sourceTree = ""; }; + 46EB2E0000C6A0 /* taus88.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = taus88.hpp; path = boost/random/taus88.hpp; sourceTree = ""; }; + 46EB2E0000C6B0 /* traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = traits.hpp; path = boost/random/traits.hpp; sourceTree = ""; }; + 46EB2E0000C6C0 /* triangle_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = triangle_distribution.hpp; path = boost/random/triangle_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C6D0 /* uniform_01.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = uniform_01.hpp; path = boost/random/uniform_01.hpp; sourceTree = ""; }; + 46EB2E0000C6E0 /* uniform_int.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = uniform_int.hpp; path = boost/random/uniform_int.hpp; sourceTree = ""; }; + 46EB2E0000C6F0 /* uniform_int_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = uniform_int_distribution.hpp; path = boost/random/uniform_int_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C700 /* uniform_on_sphere.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = uniform_on_sphere.hpp; path = boost/random/uniform_on_sphere.hpp; sourceTree = ""; }; + 46EB2E0000C710 /* uniform_real.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = uniform_real.hpp; path = boost/random/uniform_real.hpp; sourceTree = ""; }; + 46EB2E0000C720 /* uniform_real_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = uniform_real_distribution.hpp; path = boost/random/uniform_real_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C730 /* uniform_smallint.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = uniform_smallint.hpp; path = boost/random/uniform_smallint.hpp; sourceTree = ""; }; + 46EB2E0000C740 /* variate_generator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = variate_generator.hpp; path = boost/random/variate_generator.hpp; sourceTree = ""; }; + 46EB2E0000C750 /* weibull_distribution.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = weibull_distribution.hpp; path = boost/random/weibull_distribution.hpp; sourceTree = ""; }; + 46EB2E0000C760 /* xor_combine.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = xor_combine.hpp; path = boost/random/xor_combine.hpp; sourceTree = ""; }; + 46EB2E0000C770 /* equal.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = equal.hpp; path = boost/range/algorithm/equal.hpp; sourceTree = ""; }; + 46EB2E0000C780 /* as_literal.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = as_literal.hpp; path = boost/range/as_literal.hpp; sourceTree = ""; }; + 46EB2E0000C790 /* begin.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = begin.hpp; path = boost/range/begin.hpp; sourceTree = ""; }; + 46EB2E0000C7A0 /* concepts.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = concepts.hpp; path = boost/range/concepts.hpp; sourceTree = ""; }; + 46EB2E0000C7B0 /* config.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config.hpp; path = boost/range/config.hpp; sourceTree = ""; }; + 46EB2E0000C7C0 /* const_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = const_iterator.hpp; path = boost/range/const_iterator.hpp; sourceTree = ""; }; + 46EB2E0000C7D0 /* common.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = common.hpp; path = boost/range/detail/common.hpp; sourceTree = ""; }; + 46EB2E0000C7E0 /* extract_optional_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = extract_optional_type.hpp; path = boost/range/detail/extract_optional_type.hpp; sourceTree = ""; }; + 46EB2E0000C7F0 /* has_member_size.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_member_size.hpp; path = boost/range/detail/has_member_size.hpp; sourceTree = ""; }; + 46EB2E0000C800 /* implementation_help.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = implementation_help.hpp; path = boost/range/detail/implementation_help.hpp; sourceTree = ""; }; + 46EB2E0000C810 /* misc_concept.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = misc_concept.hpp; path = boost/range/detail/misc_concept.hpp; sourceTree = ""; }; + 46EB2E0000C820 /* msvc_has_iterator_workaround.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = msvc_has_iterator_workaround.hpp; path = boost/range/detail/msvc_has_iterator_workaround.hpp; sourceTree = ""; }; + 46EB2E0000C830 /* safe_bool.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = safe_bool.hpp; path = boost/range/detail/safe_bool.hpp; sourceTree = ""; }; + 46EB2E0000C840 /* sfinae.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = sfinae.hpp; path = boost/range/detail/sfinae.hpp; sourceTree = ""; }; + 46EB2E0000C850 /* str_types.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = str_types.hpp; path = boost/range/detail/str_types.hpp; sourceTree = ""; }; + 46EB2E0000C860 /* difference_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = difference_type.hpp; path = boost/range/difference_type.hpp; sourceTree = ""; }; + 46EB2E0000C870 /* distance.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = distance.hpp; path = boost/range/distance.hpp; sourceTree = ""; }; + 46EB2E0000C880 /* empty.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = empty.hpp; path = boost/range/empty.hpp; sourceTree = ""; }; + 46EB2E0000C890 /* end.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = end.hpp; path = boost/range/end.hpp; sourceTree = ""; }; + 46EB2E0000C8A0 /* functions.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = functions.hpp; path = boost/range/functions.hpp; sourceTree = ""; }; + 46EB2E0000C8B0 /* has_range_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_range_iterator.hpp; path = boost/range/has_range_iterator.hpp; sourceTree = ""; }; + 46EB2E0000C8C0 /* iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator.hpp; path = boost/range/iterator.hpp; sourceTree = ""; }; + 46EB2E0000C8D0 /* iterator_range.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator_range.hpp; path = boost/range/iterator_range.hpp; sourceTree = ""; }; + 46EB2E0000C8E0 /* iterator_range_core.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator_range_core.hpp; path = boost/range/iterator_range_core.hpp; sourceTree = ""; }; + 46EB2E0000C8F0 /* iterator_range_io.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = iterator_range_io.hpp; path = boost/range/iterator_range_io.hpp; sourceTree = ""; }; + 46EB2E0000C900 /* mutable_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = mutable_iterator.hpp; path = boost/range/mutable_iterator.hpp; sourceTree = ""; }; + 46EB2E0000C910 /* range_fwd.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = range_fwd.hpp; path = boost/range/range_fwd.hpp; sourceTree = ""; }; + 46EB2E0000C920 /* rbegin.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = rbegin.hpp; path = boost/range/rbegin.hpp; sourceTree = ""; }; + 46EB2E0000C930 /* rend.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = rend.hpp; path = boost/range/rend.hpp; sourceTree = ""; }; + 46EB2E0000C940 /* reverse_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = reverse_iterator.hpp; path = boost/range/reverse_iterator.hpp; sourceTree = ""; }; + 46EB2E0000C950 /* size.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size.hpp; path = boost/range/size.hpp; sourceTree = ""; }; + 46EB2E0000C960 /* size_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = size_type.hpp; path = boost/range/size_type.hpp; sourceTree = ""; }; + 46EB2E0000C970 /* value_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = value_type.hpp; path = boost/range/value_type.hpp; sourceTree = ""; }; + 46EB2E0000C980 /* config.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config.hpp; path = boost/regex/config.hpp; sourceTree = ""; }; + 46EB2E0000C990 /* borland.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = borland.hpp; path = boost/regex/config/borland.hpp; sourceTree = ""; }; + 46EB2E0000C9A0 /* cwchar.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = cwchar.hpp; path = boost/regex/config/cwchar.hpp; sourceTree = ""; }; + 46EB2E0000C9B0 /* unicode_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = unicode_iterator.hpp; path = boost/regex/pending/unicode_iterator.hpp; sourceTree = ""; }; + 46EB2E0000C9C0 /* unicode_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = unicode_iterator.hpp; path = boost/regex/v4/unicode_iterator.hpp; sourceTree = ""; }; + 46EB2E0000C9D0 /* unicode_iterator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = unicode_iterator.hpp; path = boost/regex/v5/unicode_iterator.hpp; sourceTree = ""; }; + 46EB2E0000C9E0 /* lightweight_mutex.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lightweight_mutex.hpp; path = boost/smart_ptr/detail/lightweight_mutex.hpp; sourceTree = ""; }; + 46EB2E0000C9F0 /* lwm_pthreads.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lwm_pthreads.hpp; path = boost/smart_ptr/detail/lwm_pthreads.hpp; sourceTree = ""; }; + 46EB2E0000CA00 /* lwm_std_mutex.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lwm_std_mutex.hpp; path = boost/smart_ptr/detail/lwm_std_mutex.hpp; sourceTree = ""; }; + 46EB2E0000CA10 /* lwm_win32_cs.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = lwm_win32_cs.hpp; path = boost/smart_ptr/detail/lwm_win32_cs.hpp; sourceTree = ""; }; + 46EB2E0000CA20 /* static_assert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = static_assert.hpp; path = boost/static_assert.hpp; sourceTree = ""; }; + 46EB2E0000CA30 /* throw_exception.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = throw_exception.hpp; path = boost/throw_exception.hpp; sourceTree = ""; }; + 46EB2E0000CA40 /* tuple_basic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = tuple_basic.hpp; path = boost/tuple/detail/tuple_basic.hpp; sourceTree = ""; }; + 46EB2E0000CA50 /* tuple.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = tuple.hpp; path = boost/tuple/tuple.hpp; sourceTree = ""; }; + 46EB2E0000CA60 /* type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = type.hpp; path = boost/type.hpp; sourceTree = ""; }; + 46EB2E0000CA70 /* add_const.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = add_const.hpp; path = boost/type_traits/add_const.hpp; sourceTree = ""; }; + 46EB2E0000CA80 /* add_cv.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = add_cv.hpp; path = boost/type_traits/add_cv.hpp; sourceTree = ""; }; + 46EB2E0000CA90 /* add_lvalue_reference.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = add_lvalue_reference.hpp; path = boost/type_traits/add_lvalue_reference.hpp; sourceTree = ""; }; + 46EB2E0000CAA0 /* add_pointer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = add_pointer.hpp; path = boost/type_traits/add_pointer.hpp; sourceTree = ""; }; + 46EB2E0000CAB0 /* add_reference.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = add_reference.hpp; path = boost/type_traits/add_reference.hpp; sourceTree = ""; }; + 46EB2E0000CAC0 /* add_rvalue_reference.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = add_rvalue_reference.hpp; path = boost/type_traits/add_rvalue_reference.hpp; sourceTree = ""; }; + 46EB2E0000CAD0 /* add_volatile.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = add_volatile.hpp; path = boost/type_traits/add_volatile.hpp; sourceTree = ""; }; + 46EB2E0000CAE0 /* aligned_storage.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = aligned_storage.hpp; path = boost/type_traits/aligned_storage.hpp; sourceTree = ""; }; + 46EB2E0000CAF0 /* alignment_of.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = alignment_of.hpp; path = boost/type_traits/alignment_of.hpp; sourceTree = ""; }; + 46EB2E0000CB00 /* composite_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = composite_traits.hpp; path = boost/type_traits/composite_traits.hpp; sourceTree = ""; }; + 46EB2E0000CB10 /* conditional.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = conditional.hpp; path = boost/type_traits/conditional.hpp; sourceTree = ""; }; + 46EB2E0000CB20 /* conjunction.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = conjunction.hpp; path = boost/type_traits/conjunction.hpp; sourceTree = ""; }; + 46EB2E0000CB30 /* conversion_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = conversion_traits.hpp; path = boost/type_traits/conversion_traits.hpp; sourceTree = ""; }; + 46EB2E0000CB40 /* cv_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = cv_traits.hpp; path = boost/type_traits/cv_traits.hpp; sourceTree = ""; }; + 46EB2E0000CB50 /* declval.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = declval.hpp; path = boost/type_traits/declval.hpp; sourceTree = ""; }; + 46EB2E0000CB60 /* config.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = config.hpp; path = boost/type_traits/detail/config.hpp; sourceTree = ""; }; + 46EB2E0000CB70 /* has_binary_operator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_binary_operator.hpp; path = boost/type_traits/detail/has_binary_operator.hpp; sourceTree = ""; }; + 46EB2E0000CB80 /* has_prefix_operator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_prefix_operator.hpp; path = boost/type_traits/detail/has_prefix_operator.hpp; sourceTree = ""; }; + 46EB2E0000CB90 /* is_function_cxx_03.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_function_cxx_03.hpp; path = boost/type_traits/detail/is_function_cxx_03.hpp; sourceTree = ""; }; + 46EB2E0000CBA0 /* is_function_cxx_11.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_function_cxx_11.hpp; path = boost/type_traits/detail/is_function_cxx_11.hpp; sourceTree = ""; }; + 46EB2E0000CBB0 /* is_function_msvc10_fix.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_function_msvc10_fix.hpp; path = boost/type_traits/detail/is_function_msvc10_fix.hpp; sourceTree = ""; }; + 46EB2E0000CBC0 /* is_function_ptr_helper.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_function_ptr_helper.hpp; path = boost/type_traits/detail/is_function_ptr_helper.hpp; sourceTree = ""; }; + 46EB2E0000CBD0 /* is_function_ptr_tester.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_function_ptr_tester.hpp; path = boost/type_traits/detail/is_function_ptr_tester.hpp; sourceTree = ""; }; + 46EB2E0000CBE0 /* is_likely_lambda.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_likely_lambda.hpp; path = boost/type_traits/detail/is_likely_lambda.hpp; sourceTree = ""; }; + 46EB2E0000CBF0 /* is_member_function_pointer_cxx_03.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_member_function_pointer_cxx_03.hpp; path = boost/type_traits/detail/is_member_function_pointer_cxx_03.hpp; sourceTree = ""; }; + 46EB2E0000CC00 /* is_member_function_pointer_cxx_11.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_member_function_pointer_cxx_11.hpp; path = boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp; sourceTree = ""; }; + 46EB2E0000CC10 /* is_mem_fun_pointer_impl.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_mem_fun_pointer_impl.hpp; path = boost/type_traits/detail/is_mem_fun_pointer_impl.hpp; sourceTree = ""; }; + 46EB2E0000CC20 /* is_mem_fun_pointer_tester.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_mem_fun_pointer_tester.hpp; path = boost/type_traits/detail/is_mem_fun_pointer_tester.hpp; sourceTree = ""; }; + 46EB2E0000CC30 /* is_rvalue_reference_msvc10_fix.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_rvalue_reference_msvc10_fix.hpp; path = boost/type_traits/detail/is_rvalue_reference_msvc10_fix.hpp; sourceTree = ""; }; + 46EB2E0000CC40 /* yes_no_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = yes_no_type.hpp; path = boost/type_traits/detail/yes_no_type.hpp; sourceTree = ""; }; + 46EB2E0000CC50 /* enable_if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enable_if.hpp; path = boost/type_traits/enable_if.hpp; sourceTree = ""; }; + 46EB2E0000CC60 /* function_traits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = function_traits.hpp; path = boost/type_traits/function_traits.hpp; sourceTree = ""; }; + 46EB2E0000CC70 /* has_minus.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_minus.hpp; path = boost/type_traits/has_minus.hpp; sourceTree = ""; }; + 46EB2E0000CC80 /* has_minus_assign.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_minus_assign.hpp; path = boost/type_traits/has_minus_assign.hpp; sourceTree = ""; }; + 46EB2E0000CC90 /* has_plus.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_plus.hpp; path = boost/type_traits/has_plus.hpp; sourceTree = ""; }; + 46EB2E0000CCA0 /* has_plus_assign.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_plus_assign.hpp; path = boost/type_traits/has_plus_assign.hpp; sourceTree = ""; }; + 46EB2E0000CCB0 /* has_pre_increment.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_pre_increment.hpp; path = boost/type_traits/has_pre_increment.hpp; sourceTree = ""; }; + 46EB2E0000CCC0 /* has_trivial_copy.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_trivial_copy.hpp; path = boost/type_traits/has_trivial_copy.hpp; sourceTree = ""; }; + 46EB2E0000CCD0 /* has_trivial_destructor.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = has_trivial_destructor.hpp; path = boost/type_traits/has_trivial_destructor.hpp; sourceTree = ""; }; + 46EB2E0000CCE0 /* integral_constant.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = integral_constant.hpp; path = boost/type_traits/integral_constant.hpp; sourceTree = ""; }; + 46EB2E0000CCF0 /* intrinsics.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = intrinsics.hpp; path = boost/type_traits/intrinsics.hpp; sourceTree = ""; }; + 46EB2E0000CD00 /* is_abstract.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_abstract.hpp; path = boost/type_traits/is_abstract.hpp; sourceTree = ""; }; + 46EB2E0000CD10 /* is_arithmetic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_arithmetic.hpp; path = boost/type_traits/is_arithmetic.hpp; sourceTree = ""; }; + 46EB2E0000CD20 /* is_array.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_array.hpp; path = boost/type_traits/is_array.hpp; sourceTree = ""; }; + 46EB2E0000CD30 /* is_base_and_derived.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_base_and_derived.hpp; path = boost/type_traits/is_base_and_derived.hpp; sourceTree = ""; }; + 46EB2E0000CD40 /* is_base_of.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_base_of.hpp; path = boost/type_traits/is_base_of.hpp; sourceTree = ""; }; + 46EB2E0000CD50 /* is_class.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_class.hpp; path = boost/type_traits/is_class.hpp; sourceTree = ""; }; + 46EB2E0000CD60 /* is_complete.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_complete.hpp; path = boost/type_traits/is_complete.hpp; sourceTree = ""; }; + 46EB2E0000CD70 /* is_const.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_const.hpp; path = boost/type_traits/is_const.hpp; sourceTree = ""; }; + 46EB2E0000CD80 /* is_constructible.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_constructible.hpp; path = boost/type_traits/is_constructible.hpp; sourceTree = ""; }; + 46EB2E0000CD90 /* is_convertible.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_convertible.hpp; path = boost/type_traits/is_convertible.hpp; sourceTree = ""; }; + 46EB2E0000CDA0 /* is_copy_constructible.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_copy_constructible.hpp; path = boost/type_traits/is_copy_constructible.hpp; sourceTree = ""; }; + 46EB2E0000CDB0 /* is_default_constructible.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_default_constructible.hpp; path = boost/type_traits/is_default_constructible.hpp; sourceTree = ""; }; + 46EB2E0000CDC0 /* is_destructible.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_destructible.hpp; path = boost/type_traits/is_destructible.hpp; sourceTree = ""; }; + 46EB2E0000CDD0 /* is_empty.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_empty.hpp; path = boost/type_traits/is_empty.hpp; sourceTree = ""; }; + 46EB2E0000CDE0 /* is_enum.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_enum.hpp; path = boost/type_traits/is_enum.hpp; sourceTree = ""; }; + 46EB2E0000CDF0 /* is_final.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_final.hpp; path = boost/type_traits/is_final.hpp; sourceTree = ""; }; + 46EB2E0000CE00 /* is_floating_point.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_floating_point.hpp; path = boost/type_traits/is_floating_point.hpp; sourceTree = ""; }; + 46EB2E0000CE10 /* is_function.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_function.hpp; path = boost/type_traits/is_function.hpp; sourceTree = ""; }; + 46EB2E0000CE20 /* is_fundamental.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_fundamental.hpp; path = boost/type_traits/is_fundamental.hpp; sourceTree = ""; }; + 46EB2E0000CE30 /* is_integral.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_integral.hpp; path = boost/type_traits/is_integral.hpp; sourceTree = ""; }; + 46EB2E0000CE40 /* is_lvalue_reference.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_lvalue_reference.hpp; path = boost/type_traits/is_lvalue_reference.hpp; sourceTree = ""; }; + 46EB2E0000CE50 /* is_member_function_pointer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_member_function_pointer.hpp; path = boost/type_traits/is_member_function_pointer.hpp; sourceTree = ""; }; + 46EB2E0000CE60 /* is_member_pointer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_member_pointer.hpp; path = boost/type_traits/is_member_pointer.hpp; sourceTree = ""; }; + 46EB2E0000CE70 /* is_noncopyable.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_noncopyable.hpp; path = boost/type_traits/is_noncopyable.hpp; sourceTree = ""; }; + 46EB2E0000CE80 /* is_pod.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_pod.hpp; path = boost/type_traits/is_pod.hpp; sourceTree = ""; }; + 46EB2E0000CE90 /* is_pointer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_pointer.hpp; path = boost/type_traits/is_pointer.hpp; sourceTree = ""; }; + 46EB2E0000CEA0 /* is_polymorphic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_polymorphic.hpp; path = boost/type_traits/is_polymorphic.hpp; sourceTree = ""; }; + 46EB2E0000CEB0 /* is_reference.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_reference.hpp; path = boost/type_traits/is_reference.hpp; sourceTree = ""; }; + 46EB2E0000CEC0 /* is_rvalue_reference.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_rvalue_reference.hpp; path = boost/type_traits/is_rvalue_reference.hpp; sourceTree = ""; }; + 46EB2E0000CED0 /* is_same.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_same.hpp; path = boost/type_traits/is_same.hpp; sourceTree = ""; }; + 46EB2E0000CEE0 /* is_scalar.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_scalar.hpp; path = boost/type_traits/is_scalar.hpp; sourceTree = ""; }; + 46EB2E0000CEF0 /* is_signed.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_signed.hpp; path = boost/type_traits/is_signed.hpp; sourceTree = ""; }; + 46EB2E0000CF00 /* is_union.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_union.hpp; path = boost/type_traits/is_union.hpp; sourceTree = ""; }; + 46EB2E0000CF10 /* is_unsigned.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_unsigned.hpp; path = boost/type_traits/is_unsigned.hpp; sourceTree = ""; }; + 46EB2E0000CF20 /* is_void.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_void.hpp; path = boost/type_traits/is_void.hpp; sourceTree = ""; }; + 46EB2E0000CF30 /* is_volatile.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = is_volatile.hpp; path = boost/type_traits/is_volatile.hpp; sourceTree = ""; }; + 46EB2E0000CF40 /* make_unsigned.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = make_unsigned.hpp; path = boost/type_traits/make_unsigned.hpp; sourceTree = ""; }; + 46EB2E0000CF50 /* make_void.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = make_void.hpp; path = boost/type_traits/make_void.hpp; sourceTree = ""; }; + 46EB2E0000CF60 /* negation.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = negation.hpp; path = boost/type_traits/negation.hpp; sourceTree = ""; }; + 46EB2E0000CF70 /* remove_const.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = remove_const.hpp; path = boost/type_traits/remove_const.hpp; sourceTree = ""; }; + 46EB2E0000CF80 /* remove_cv.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = remove_cv.hpp; path = boost/type_traits/remove_cv.hpp; sourceTree = ""; }; + 46EB2E0000CF90 /* remove_pointer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = remove_pointer.hpp; path = boost/type_traits/remove_pointer.hpp; sourceTree = ""; }; + 46EB2E0000CFA0 /* remove_reference.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = remove_reference.hpp; path = boost/type_traits/remove_reference.hpp; sourceTree = ""; }; + 46EB2E0000CFB0 /* remove_volatile.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = remove_volatile.hpp; path = boost/type_traits/remove_volatile.hpp; sourceTree = ""; }; + 46EB2E0000CFC0 /* type_identity.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = type_identity.hpp; path = boost/type_traits/type_identity.hpp; sourceTree = ""; }; + 46EB2E0000CFD0 /* type_with_alignment.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = type_with_alignment.hpp; path = boost/type_traits/type_with_alignment.hpp; sourceTree = ""; }; + 46EB2E0000CFE0 /* utility.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = utility.hpp; path = boost/utility.hpp; sourceTree = ""; }; + 46EB2E0000CFF0 /* base_from_member.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = base_from_member.hpp; path = boost/utility/base_from_member.hpp; sourceTree = ""; }; + 46EB2E0000D000 /* binary.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = binary.hpp; path = boost/utility/binary.hpp; sourceTree = ""; }; + 46EB2E0000D010 /* result_of_iterate.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = result_of_iterate.hpp; path = boost/utility/detail/result_of_iterate.hpp; sourceTree = ""; }; + 46EB2E0000D020 /* result_of_variadic.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = result_of_variadic.hpp; path = boost/utility/detail/result_of_variadic.hpp; sourceTree = ""; }; + 46EB2E0000D030 /* enable_if.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = enable_if.hpp; path = boost/utility/enable_if.hpp; sourceTree = ""; }; + 46EB2E0000D040 /* identity_type.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = identity_type.hpp; path = boost/utility/identity_type.hpp; sourceTree = ""; }; + 46EB2E0000D050 /* result_of.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = result_of.hpp; path = boost/utility/result_of.hpp; sourceTree = ""; }; + 46EB2E0000D060 /* version.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = version.hpp; path = boost/version.hpp; sourceTree = ""; }; + 46EB2E0000D070 /* visit_each.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = visit_each.hpp; path = boost/visit_each.hpp; sourceTree = ""; }; + 46EB2E0000D080 /* args.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = args.h; path = include/fmt/args.h; sourceTree = ""; }; + 46EB2E0000D090 /* chrono.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = chrono.h; path = include/fmt/chrono.h; sourceTree = ""; }; + 46EB2E0000D0A0 /* color.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = color.h; path = include/fmt/color.h; sourceTree = ""; }; + 46EB2E0000D0B0 /* compile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = compile.h; path = include/fmt/compile.h; sourceTree = ""; }; + 46EB2E0000D0C0 /* core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = core.h; path = include/fmt/core.h; sourceTree = ""; }; + 46EB2E0000D0D0 /* format-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "format-inl.h"; path = "include/fmt/format-inl.h"; sourceTree = ""; }; + 46EB2E0000D0E0 /* format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format.h; path = include/fmt/format.h; sourceTree = ""; }; + 46EB2E0000D0F0 /* os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = os.h; path = include/fmt/os.h; sourceTree = ""; }; + 46EB2E0000D100 /* ostream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ostream.h; path = include/fmt/ostream.h; sourceTree = ""; }; + 46EB2E0000D110 /* printf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = printf.h; path = include/fmt/printf.h; sourceTree = ""; }; + 46EB2E0000D120 /* ranges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ranges.h; path = include/fmt/ranges.h; sourceTree = ""; }; + 46EB2E0000D130 /* std.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = std.h; path = include/fmt/std.h; sourceTree = ""; }; + 46EB2E0000D140 /* xchar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = xchar.h; path = include/fmt/xchar.h; sourceTree = ""; }; + 46EB2E0000D150 /* format.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = format.cc; path = src/format.cc; sourceTree = ""; }; + 46EB2E0000D160 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; + 46EB2E0000D170 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; + 46EB2E0000D180 /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; + 46EB2E0000D190 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; + 46EB2E0000D1A0 /* 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 = ""; }; + 46EB2E0000D1B0 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; + 46EB2E0000D1C0 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; + 46EB2E0000D1D0 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; + 46EB2E0000D1E0 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; + 46EB2E0000D1F0 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; + 46EB2E0000D200 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; + 46EB2E0000D210 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; + 46EB2E0000D230 /* AsyncDebuggerAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncDebuggerAPI.h; path = destroot/include/hermes/AsyncDebuggerAPI.h; sourceTree = ""; }; + 46EB2E0000D240 /* CallbackOStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallbackOStream.h; path = destroot/include/hermes/cdp/CallbackOStream.h; sourceTree = ""; }; + 46EB2E0000D250 /* CDPAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDPAgent.h; path = destroot/include/hermes/cdp/CDPAgent.h; sourceTree = ""; }; + 46EB2E0000D260 /* CDPDebugAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDPDebugAPI.h; path = destroot/include/hermes/cdp/CDPDebugAPI.h; sourceTree = ""; }; + 46EB2E0000D270 /* ConsoleMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConsoleMessage.h; path = destroot/include/hermes/cdp/ConsoleMessage.h; sourceTree = ""; }; + 46EB2E0000D280 /* DebuggerDomainAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DebuggerDomainAgent.h; path = destroot/include/hermes/cdp/DebuggerDomainAgent.h; sourceTree = ""; }; + 46EB2E0000D290 /* DomainAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DomainAgent.h; path = destroot/include/hermes/cdp/DomainAgent.h; sourceTree = ""; }; + 46EB2E0000D2A0 /* DomainState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DomainState.h; path = destroot/include/hermes/cdp/DomainState.h; sourceTree = ""; }; + 46EB2E0000D2B0 /* HeapProfilerDomainAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HeapProfilerDomainAgent.h; path = destroot/include/hermes/cdp/HeapProfilerDomainAgent.h; sourceTree = ""; }; + 46EB2E0000D2C0 /* JSONValueInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSONValueInterfaces.h; path = destroot/include/hermes/cdp/JSONValueInterfaces.h; sourceTree = ""; }; + 46EB2E0000D2D0 /* MessageConverters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageConverters.h; path = destroot/include/hermes/cdp/MessageConverters.h; sourceTree = ""; }; + 46EB2E0000D2E0 /* MessageInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageInterfaces.h; path = destroot/include/hermes/cdp/MessageInterfaces.h; sourceTree = ""; }; + 46EB2E0000D2F0 /* MessageTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageTypes.h; path = destroot/include/hermes/cdp/MessageTypes.h; sourceTree = ""; }; + 46EB2E0000D300 /* MessageTypesInlines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageTypesInlines.h; path = destroot/include/hermes/cdp/MessageTypesInlines.h; sourceTree = ""; }; + 46EB2E0000D310 /* ProfilerDomainAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProfilerDomainAgent.h; path = destroot/include/hermes/cdp/ProfilerDomainAgent.h; sourceTree = ""; }; + 46EB2E0000D320 /* RemoteObjectConverters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RemoteObjectConverters.h; path = destroot/include/hermes/cdp/RemoteObjectConverters.h; sourceTree = ""; }; + 46EB2E0000D330 /* RemoteObjectsTable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RemoteObjectsTable.h; path = destroot/include/hermes/cdp/RemoteObjectsTable.h; sourceTree = ""; }; + 46EB2E0000D340 /* RuntimeDomainAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeDomainAgent.h; path = destroot/include/hermes/cdp/RuntimeDomainAgent.h; sourceTree = ""; }; + 46EB2E0000D350 /* CompileJS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompileJS.h; path = destroot/include/hermes/CompileJS.h; sourceTree = ""; }; + 46EB2E0000D360 /* DebuggerAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DebuggerAPI.h; path = destroot/include/hermes/DebuggerAPI.h; sourceTree = ""; }; + 46EB2E0000D370 /* hermes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hermes.h; path = destroot/include/hermes/hermes.h; sourceTree = ""; }; + 46EB2E0000D380 /* hermes_tracing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hermes_tracing.h; path = destroot/include/hermes/hermes_tracing.h; sourceTree = ""; }; + 46EB2E0000D390 /* CallbackOStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallbackOStream.h; path = destroot/include/hermes/inspector/chrome/CallbackOStream.h; sourceTree = ""; }; + 46EB2E0000D3A0 /* CDPHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CDPHandler.h; path = destroot/include/hermes/inspector/chrome/CDPHandler.h; sourceTree = ""; }; + 46EB2E0000D3B0 /* JSONValueInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSONValueInterfaces.h; path = destroot/include/hermes/inspector/chrome/JSONValueInterfaces.h; sourceTree = ""; }; + 46EB2E0000D3C0 /* MessageConverters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageConverters.h; path = destroot/include/hermes/inspector/chrome/MessageConverters.h; sourceTree = ""; }; + 46EB2E0000D3D0 /* MessageInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageInterfaces.h; path = destroot/include/hermes/inspector/chrome/MessageInterfaces.h; sourceTree = ""; }; + 46EB2E0000D3E0 /* MessageTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageTypes.h; path = destroot/include/hermes/inspector/chrome/MessageTypes.h; sourceTree = ""; }; + 46EB2E0000D3F0 /* MessageTypesInlines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageTypesInlines.h; path = destroot/include/hermes/inspector/chrome/MessageTypesInlines.h; sourceTree = ""; }; + 46EB2E0000D400 /* RemoteObjectConverters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RemoteObjectConverters.h; path = destroot/include/hermes/inspector/chrome/RemoteObjectConverters.h; sourceTree = ""; }; + 46EB2E0000D410 /* RemoteObjectsTable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RemoteObjectsTable.h; path = destroot/include/hermes/inspector/chrome/RemoteObjectsTable.h; sourceTree = ""; }; + 46EB2E0000D420 /* RuntimeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeAdapter.h; path = destroot/include/hermes/inspector/RuntimeAdapter.h; sourceTree = ""; }; + 46EB2E0000D430 /* Buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Buffer.h; path = destroot/include/hermes/Public/Buffer.h; sourceTree = ""; }; + 46EB2E0000D440 /* CrashManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CrashManager.h; path = destroot/include/hermes/Public/CrashManager.h; sourceTree = ""; }; + 46EB2E0000D450 /* CtorConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CtorConfig.h; path = destroot/include/hermes/Public/CtorConfig.h; sourceTree = ""; }; + 46EB2E0000D460 /* DebuggerTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DebuggerTypes.h; path = destroot/include/hermes/Public/DebuggerTypes.h; sourceTree = ""; }; + 46EB2E0000D470 /* GCConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCConfig.h; path = destroot/include/hermes/Public/GCConfig.h; sourceTree = ""; }; + 46EB2E0000D480 /* GCTripwireContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCTripwireContext.h; path = destroot/include/hermes/Public/GCTripwireContext.h; sourceTree = ""; }; + 46EB2E0000D490 /* HermesExport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HermesExport.h; path = destroot/include/hermes/Public/HermesExport.h; sourceTree = ""; }; + 46EB2E0000D4A0 /* JSOutOfMemoryError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSOutOfMemoryError.h; path = destroot/include/hermes/Public/JSOutOfMemoryError.h; sourceTree = ""; }; + 46EB2E0000D4B0 /* RuntimeConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeConfig.h; path = destroot/include/hermes/Public/RuntimeConfig.h; sourceTree = ""; }; + 46EB2E0000D4C0 /* RuntimeTaskRunner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeTaskRunner.h; path = destroot/include/hermes/RuntimeTaskRunner.h; sourceTree = ""; }; + 46EB2E0000D4D0 /* SynthTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynthTrace.h; path = destroot/include/hermes/SynthTrace.h; sourceTree = ""; }; + 46EB2E0000D4E0 /* SynthTraceParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynthTraceParser.h; path = destroot/include/hermes/SynthTraceParser.h; sourceTree = ""; }; + 46EB2E0000D4F0 /* ThreadSafetyAnalysis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadSafetyAnalysis.h; path = destroot/include/hermes/ThreadSafetyAnalysis.h; sourceTree = ""; }; + 46EB2E0000D500 /* TimerStats.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerStats.h; path = destroot/include/hermes/TimerStats.h; sourceTree = ""; }; + 46EB2E0000D510 /* TraceInterpreter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TraceInterpreter.h; path = destroot/include/hermes/TraceInterpreter.h; sourceTree = ""; }; + 46EB2E0000D520 /* TracingRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TracingRuntime.h; path = destroot/include/hermes/TracingRuntime.h; sourceTree = ""; }; + 46EB2E0000D540 /* hermes.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = hermes.xcframework; path = destroot/Library/Frameworks/universal/hermes.xcframework; sourceTree = ""; }; + 46EB2E0000D550 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = React/Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 46EB2E0000D560 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 46EB2E0000D580 /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000D5A0 /* RCTDeprecation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTDeprecation.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000D5B0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 46EB2E0000D5D0 /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000D5F0 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000D610 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000D630 /* 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; }; + 46EB2E0000D650 /* 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; }; + 46EB2E0000D670 /* 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; }; + 46EB2E0000D690 /* React-FabricComponents.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-FabricComponents.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000D6B0 /* 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; }; + 46EB2E0000D6D0 /* 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; }; + 46EB2E0000D6F0 /* 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; }; + 46EB2E0000D710 /* 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; }; + 46EB2E0000D730 /* 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; }; + 46EB2E0000D750 /* 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; }; + 46EB2E0000D770 /* 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; }; + 46EB2E0000D790 /* 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; }; + 46EB2E0000D7B0 /* 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; }; + 46EB2E0000D7D0 /* 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; }; + 46EB2E0000D7F0 /* 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; }; + 46EB2E0000D810 /* 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; }; + 46EB2E0000D830 /* 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; }; + 46EB2E0000D850 /* 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; }; + 46EB2E0000D870 /* 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; }; + 46EB2E0000D890 /* 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; }; + 46EB2E0000D8B0 /* 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; }; + 46EB2E0000D8D0 /* 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; }; + 46EB2E0000D8F0 /* 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; }; + 46EB2E0000D910 /* 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; }; + 46EB2E0000D930 /* 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; }; + 46EB2E0000D950 /* React-defaultsnativemodule.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-defaultsnativemodule.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000D970 /* React-domnativemodule.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-domnativemodule.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000D990 /* 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; }; + 46EB2E0000D9B0 /* React-featureflagsnativemodule.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-featureflagsnativemodule.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000D9D0 /* 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; }; + 46EB2E0000D9F0 /* 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; }; + 46EB2E0000DA10 /* React-idlecallbacksnativemodule.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-idlecallbacksnativemodule.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000DA30 /* 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; }; + 46EB2E0000DA50 /* 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; }; + 46EB2E0000DA70 /* 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; }; + 46EB2E0000DA90 /* 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; }; + 46EB2E0000DAB0 /* 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; }; + 46EB2E0000DAD0 /* 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; }; + 46EB2E0000DAF0 /* React-microtasksnativemodule.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-microtasksnativemodule.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000DB10 /* 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; }; + 46EB2E0000DB30 /* 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; }; + 46EB2E0000DB50 /* React-performancetimeline.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-performancetimeline.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000DB70 /* React-rendererconsistency.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-rendererconsistency.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000DB90 /* 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; }; + 46EB2E0000DBB0 /* 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; }; + 46EB2E0000DBD0 /* 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; }; + 46EB2E0000DBF0 /* 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; }; + 46EB2E0000DC10 /* React-timing.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-timing.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000DC30 /* 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; }; + 46EB2E0000DC50 /* ReactCodegen.podspec.json */ = {isa = PBXFileReference; includeInIndex = 1; path = ReactCodegen.podspec.json; sourceTree = ""; }; + 46EB2E0000DC70 /* ReactCommon.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactCommon.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000DC90 /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46EB2E0000DE50 /* DoubleConversion.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.debug.xcconfig; sourceTree = ""; }; + 46EB2E0000DE60 /* DoubleConversion.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.release.xcconfig; sourceTree = ""; }; + 46EB2E0000DE70 /* DoubleConversion.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DoubleConversion.modulemap; sourceTree = ""; }; + 46EB2E0000DE80 /* DoubleConversion-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-umbrella.h"; sourceTree = ""; }; + 46EB2E0000DEA0 /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; + 46EB2E0000DEB0 /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; + 46EB2E0000DF20 /* FBLazyVector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.debug.xcconfig; sourceTree = ""; }; + 46EB2E0000DF30 /* FBLazyVector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.release.xcconfig; sourceTree = ""; }; + 46EB2E0000E050 /* ResourceBundle-RCT-Folly_privacy-RCT-Folly-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-RCT-Folly_privacy-RCT-Folly-Info.plist"; sourceTree = ""; }; + 46EB2E0000F700 /* RCT-Folly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "RCT-Folly.debug.xcconfig"; sourceTree = ""; }; + 46EB2E0000F710 /* RCT-Folly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "RCT-Folly.release.xcconfig"; sourceTree = ""; }; + 46EB2E0000F720 /* RCT-Folly.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "RCT-Folly.modulemap"; sourceTree = ""; }; + 46EB2E0000F730 /* RCT-Folly-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCT-Folly-umbrella.h"; sourceTree = ""; }; + 46EB2E0000F750 /* RCT-Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCT-Folly-prefix.pch"; sourceTree = ""; }; + 46EB2E0000F760 /* RCT-Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCT-Folly-dummy.m"; sourceTree = ""; }; + 46EB2E0000F830 /* RCTDeprecation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTDeprecation.debug.xcconfig; sourceTree = ""; }; + 46EB2E0000F840 /* RCTDeprecation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTDeprecation.release.xcconfig; sourceTree = ""; }; + 46EB2E0000F850 /* RCTDeprecation.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RCTDeprecation.modulemap; sourceTree = ""; }; + 46EB2E0000F860 /* RCTDeprecation-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTDeprecation-umbrella.h"; sourceTree = ""; }; + 46EB2E0000F880 /* RCTDeprecation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTDeprecation-prefix.pch"; sourceTree = ""; }; + 46EB2E0000F890 /* RCTDeprecation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTDeprecation-dummy.m"; sourceTree = ""; }; + 46EB2E0000F900 /* RCTRequired.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.debug.xcconfig; sourceTree = ""; }; + 46EB2E0000F910 /* RCTRequired.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.release.xcconfig; sourceTree = ""; }; + 46EB2E0000F9F0 /* RCTTypeSafety.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.debug.xcconfig; sourceTree = ""; }; + 46EB2E0000FA00 /* RCTTypeSafety.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.release.xcconfig; sourceTree = ""; }; + 46EB2E0000FA10 /* RCTTypeSafety.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RCTTypeSafety.modulemap; sourceTree = ""; }; + 46EB2E0000FA20 /* RCTTypeSafety-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-umbrella.h"; sourceTree = ""; }; + 46EB2E0000FA40 /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; + 46EB2E0000FA50 /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; + 46EB2E0000FAC0 /* React.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.debug.xcconfig; sourceTree = ""; }; + 46EB2E0000FAD0 /* React.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.release.xcconfig; sourceTree = ""; }; + 46EB2E0000FC00 /* ResourceBundle-React-Core_privacy-React-Core-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-React-Core_privacy-React-Core-Info.plist"; sourceTree = ""; }; + 46EB2E00011590 /* React-Core.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.debug.xcconfig"; sourceTree = ""; }; + 46EB2E000115A0 /* React-Core.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.release.xcconfig"; sourceTree = ""; }; + 46EB2E000115B0 /* React-Core.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Core.modulemap"; sourceTree = ""; }; + 46EB2E000115C0 /* React-Core-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-umbrella.h"; sourceTree = ""; }; + 46EB2E000115E0 /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; + 46EB2E000115F0 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; + 46EB2E00011850 /* React-CoreModules.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00011860 /* React-CoreModules.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.release.xcconfig"; sourceTree = ""; }; + 46EB2E00011870 /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; + 46EB2E00011880 /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; + 46EB2E000128C0 /* React-Fabric.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Fabric.debug.xcconfig"; sourceTree = ""; }; + 46EB2E000128D0 /* React-Fabric.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Fabric.release.xcconfig"; sourceTree = ""; }; + 46EB2E000128E0 /* React-Fabric.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Fabric.modulemap"; sourceTree = ""; }; + 46EB2E000128F0 /* React-Fabric-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Fabric-umbrella.h"; sourceTree = ""; }; + 46EB2E00012910 /* React-Fabric-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Fabric-prefix.pch"; sourceTree = ""; }; + 46EB2E00012920 /* React-Fabric-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Fabric-dummy.m"; sourceTree = ""; }; + 46EB2E00012FF0 /* React-FabricComponents.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-FabricComponents.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00013000 /* React-FabricComponents.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-FabricComponents.release.xcconfig"; sourceTree = ""; }; + 46EB2E00013010 /* React-FabricComponents.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-FabricComponents.modulemap"; sourceTree = ""; }; + 46EB2E00013020 /* React-FabricComponents-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-FabricComponents-umbrella.h"; sourceTree = ""; }; + 46EB2E00013040 /* React-FabricComponents-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-FabricComponents-prefix.pch"; sourceTree = ""; }; + 46EB2E00013050 /* React-FabricComponents-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-FabricComponents-dummy.m"; sourceTree = ""; }; + 46EB2E000131B0 /* React-FabricImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-FabricImage.debug.xcconfig"; sourceTree = ""; }; + 46EB2E000131C0 /* React-FabricImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-FabricImage.release.xcconfig"; sourceTree = ""; }; + 46EB2E000131D0 /* React-FabricImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-FabricImage-prefix.pch"; sourceTree = ""; }; + 46EB2E000131E0 /* React-FabricImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-FabricImage-dummy.m"; sourceTree = ""; }; + 46EB2E00013300 /* React-ImageManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-ImageManager.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00013310 /* React-ImageManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-ImageManager.release.xcconfig"; sourceTree = ""; }; + 46EB2E00013320 /* React-ImageManager.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-ImageManager.modulemap"; sourceTree = ""; }; + 46EB2E00013330 /* React-ImageManager-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-ImageManager-umbrella.h"; sourceTree = ""; }; + 46EB2E00013350 /* React-ImageManager-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-ImageManager-prefix.pch"; sourceTree = ""; }; + 46EB2E00013360 /* React-ImageManager-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-ImageManager-dummy.m"; sourceTree = ""; }; + 46EB2E00013450 /* React-Mapbuffer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Mapbuffer.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00013460 /* React-Mapbuffer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Mapbuffer.release.xcconfig"; sourceTree = ""; }; + 46EB2E00013470 /* React-Mapbuffer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Mapbuffer-prefix.pch"; sourceTree = ""; }; + 46EB2E00013480 /* React-Mapbuffer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Mapbuffer-dummy.m"; sourceTree = ""; }; + 46EB2E000135C0 /* React-NativeModulesApple.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-NativeModulesApple.debug.xcconfig"; sourceTree = ""; }; + 46EB2E000135D0 /* React-NativeModulesApple.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-NativeModulesApple.release.xcconfig"; sourceTree = ""; }; + 46EB2E000135E0 /* React-NativeModulesApple.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-NativeModulesApple.modulemap"; sourceTree = ""; }; + 46EB2E000135F0 /* React-NativeModulesApple-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-NativeModulesApple-umbrella.h"; sourceTree = ""; }; + 46EB2E00013610 /* React-NativeModulesApple-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-NativeModulesApple-prefix.pch"; sourceTree = ""; }; + 46EB2E00013620 /* React-NativeModulesApple-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-NativeModulesApple-dummy.m"; sourceTree = ""; }; + 46EB2E00013690 /* React-RCTActionSheet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.debug.xcconfig"; sourceTree = ""; }; + 46EB2E000136A0 /* React-RCTActionSheet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.release.xcconfig"; sourceTree = ""; }; + 46EB2E00013A50 /* React-RCTAnimation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00013A60 /* React-RCTAnimation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.release.xcconfig"; sourceTree = ""; }; + 46EB2E00013A70 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; + 46EB2E00013A80 /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; + 46EB2E00013BA0 /* React-RCTAppDelegate.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAppDelegate.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00013BB0 /* React-RCTAppDelegate.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAppDelegate.release.xcconfig"; sourceTree = ""; }; + 46EB2E00013BC0 /* React-RCTAppDelegate.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-RCTAppDelegate.modulemap"; sourceTree = ""; }; + 46EB2E00013BD0 /* React-RCTAppDelegate-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAppDelegate-umbrella.h"; sourceTree = ""; }; + 46EB2E00013BF0 /* React-RCTAppDelegate-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAppDelegate-prefix.pch"; sourceTree = ""; }; + 46EB2E00013C00 /* React-RCTAppDelegate-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAppDelegate-dummy.m"; sourceTree = ""; }; + 46EB2E00013D30 /* React-RCTBlob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00013D40 /* React-RCTBlob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.release.xcconfig"; sourceTree = ""; }; + 46EB2E00013D50 /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; + 46EB2E00013D60 /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; + 46EB2E00014450 /* React-RCTFabric.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTFabric.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00014460 /* React-RCTFabric.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTFabric.release.xcconfig"; sourceTree = ""; }; + 46EB2E00014470 /* React-RCTFabric.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-RCTFabric.modulemap"; sourceTree = ""; }; + 46EB2E00014480 /* React-RCTFabric-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTFabric-umbrella.h"; sourceTree = ""; }; + 46EB2E000144A0 /* React-RCTFabric-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTFabric-prefix.pch"; sourceTree = ""; }; + 46EB2E000144B0 /* React-RCTFabric-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTFabric-dummy.m"; sourceTree = ""; }; + 46EB2E00014680 /* React-RCTImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00014690 /* React-RCTImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.release.xcconfig"; sourceTree = ""; }; + 46EB2E000146A0 /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; + 46EB2E000146B0 /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; + 46EB2E00014780 /* React-RCTLinking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00014790 /* React-RCTLinking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.release.xcconfig"; sourceTree = ""; }; + 46EB2E000147A0 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; + 46EB2E000147B0 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; + 46EB2E000148C0 /* React-RCTNetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.debug.xcconfig"; sourceTree = ""; }; + 46EB2E000148D0 /* React-RCTNetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.release.xcconfig"; sourceTree = ""; }; + 46EB2E000148E0 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; + 46EB2E000148F0 /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; + 46EB2E000149C0 /* React-RCTSettings.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.debug.xcconfig"; sourceTree = ""; }; + 46EB2E000149D0 /* React-RCTSettings.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.release.xcconfig"; sourceTree = ""; }; + 46EB2E000149E0 /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; + 46EB2E000149F0 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; + 46EB2E00014E70 /* React-RCTText.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00014E80 /* React-RCTText.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.release.xcconfig"; sourceTree = ""; }; + 46EB2E00014E90 /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; + 46EB2E00014EA0 /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; + 46EB2E00014F70 /* React-RCTVibration.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00014F80 /* React-RCTVibration.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.release.xcconfig"; sourceTree = ""; }; + 46EB2E00014F90 /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; + 46EB2E00014FA0 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; + 46EB2E00015150 /* React-RuntimeApple.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeApple.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00015160 /* React-RuntimeApple.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeApple.release.xcconfig"; sourceTree = ""; }; + 46EB2E00015170 /* React-RuntimeApple-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RuntimeApple-prefix.pch"; sourceTree = ""; }; + 46EB2E00015180 /* React-RuntimeApple-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RuntimeApple-dummy.m"; sourceTree = ""; }; + 46EB2E00015310 /* React-RuntimeCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeCore.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00015320 /* React-RuntimeCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeCore.release.xcconfig"; sourceTree = ""; }; + 46EB2E00015330 /* React-RuntimeCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RuntimeCore-prefix.pch"; sourceTree = ""; }; + 46EB2E00015340 /* React-RuntimeCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RuntimeCore-dummy.m"; sourceTree = ""; }; + 46EB2E00015410 /* React-RuntimeHermes.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeHermes.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00015420 /* React-RuntimeHermes.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeHermes.release.xcconfig"; sourceTree = ""; }; + 46EB2E00015430 /* React-RuntimeHermes-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RuntimeHermes-prefix.pch"; sourceTree = ""; }; + 46EB2E00015440 /* React-RuntimeHermes-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RuntimeHermes-dummy.m"; sourceTree = ""; }; + 46EB2E000154B0 /* React-callinvoker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.debug.xcconfig"; sourceTree = ""; }; + 46EB2E000154C0 /* React-callinvoker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.release.xcconfig"; sourceTree = ""; }; + 46EB2E000155F0 /* ResourceBundle-React-cxxreact_privacy-React-cxxreact-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-React-cxxreact_privacy-React-cxxreact-Info.plist"; sourceTree = ""; }; + 46EB2E00015820 /* React-cxxreact.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00015830 /* React-cxxreact.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.release.xcconfig"; sourceTree = ""; }; + 46EB2E00015840 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; + 46EB2E00015850 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; + 46EB2E00015940 /* React-debug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-debug.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00015950 /* React-debug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-debug.release.xcconfig"; sourceTree = ""; }; + 46EB2E00015960 /* React-debug.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-debug.modulemap"; sourceTree = ""; }; + 46EB2E00015970 /* React-debug-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-debug-umbrella.h"; sourceTree = ""; }; + 46EB2E00015990 /* React-debug-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-debug-prefix.pch"; sourceTree = ""; }; + 46EB2E000159A0 /* React-debug-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-debug-dummy.m"; sourceTree = ""; }; + 46EB2E00015A70 /* React-defaultsnativemodule.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-defaultsnativemodule.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00015A80 /* React-defaultsnativemodule.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-defaultsnativemodule.release.xcconfig"; sourceTree = ""; }; + 46EB2E00015A90 /* React-defaultsnativemodule.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-defaultsnativemodule.modulemap"; sourceTree = ""; }; + 46EB2E00015AA0 /* React-defaultsnativemodule-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-defaultsnativemodule-umbrella.h"; sourceTree = ""; }; + 46EB2E00015AC0 /* React-defaultsnativemodule-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-defaultsnativemodule-prefix.pch"; sourceTree = ""; }; + 46EB2E00015AD0 /* React-defaultsnativemodule-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-defaultsnativemodule-dummy.m"; sourceTree = ""; }; + 46EB2E00015BA0 /* React-domnativemodule.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-domnativemodule.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00015BB0 /* React-domnativemodule.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-domnativemodule.release.xcconfig"; sourceTree = ""; }; + 46EB2E00015BC0 /* React-domnativemodule.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-domnativemodule.modulemap"; sourceTree = ""; }; + 46EB2E00015BD0 /* React-domnativemodule-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-domnativemodule-umbrella.h"; sourceTree = ""; }; + 46EB2E00015BF0 /* React-domnativemodule-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-domnativemodule-prefix.pch"; sourceTree = ""; }; + 46EB2E00015C00 /* React-domnativemodule-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-domnativemodule-dummy.m"; sourceTree = ""; }; + 46EB2E00015D10 /* React-featureflags.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-featureflags.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00015D20 /* React-featureflags.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-featureflags.release.xcconfig"; sourceTree = ""; }; + 46EB2E00015D30 /* React-featureflags.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-featureflags.modulemap"; sourceTree = ""; }; + 46EB2E00015D40 /* React-featureflags-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-featureflags-umbrella.h"; sourceTree = ""; }; + 46EB2E00015D60 /* React-featureflags-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-featureflags-prefix.pch"; sourceTree = ""; }; + 46EB2E00015D70 /* React-featureflags-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-featureflags-dummy.m"; sourceTree = ""; }; + 46EB2E00015E40 /* React-featureflagsnativemodule.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-featureflagsnativemodule.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00015E50 /* React-featureflagsnativemodule.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-featureflagsnativemodule.release.xcconfig"; sourceTree = ""; }; + 46EB2E00015E60 /* React-featureflagsnativemodule.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-featureflagsnativemodule.modulemap"; sourceTree = ""; }; + 46EB2E00015E70 /* React-featureflagsnativemodule-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-featureflagsnativemodule-umbrella.h"; sourceTree = ""; }; + 46EB2E00015E90 /* React-featureflagsnativemodule-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-featureflagsnativemodule-prefix.pch"; sourceTree = ""; }; + 46EB2E00015EA0 /* React-featureflagsnativemodule-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-featureflagsnativemodule-dummy.m"; sourceTree = ""; }; + 46EB2E00016120 /* React-graphics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-graphics.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00016130 /* React-graphics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-graphics.release.xcconfig"; sourceTree = ""; }; + 46EB2E00016140 /* React-graphics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-graphics.modulemap"; sourceTree = ""; }; + 46EB2E00016150 /* React-graphics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-graphics-umbrella.h"; sourceTree = ""; }; + 46EB2E00016170 /* React-graphics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-graphics-prefix.pch"; sourceTree = ""; }; + 46EB2E00016180 /* React-graphics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-graphics-dummy.m"; sourceTree = ""; }; + 46EB2E000162D0 /* React-hermes.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-hermes.debug.xcconfig"; sourceTree = ""; }; + 46EB2E000162E0 /* React-hermes.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-hermes.release.xcconfig"; sourceTree = ""; }; + 46EB2E000162F0 /* React-hermes-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-hermes-prefix.pch"; sourceTree = ""; }; + 46EB2E00016300 /* React-hermes-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-hermes-dummy.m"; sourceTree = ""; }; + 46EB2E000163D0 /* React-idlecallbacksnativemodule.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-idlecallbacksnativemodule.debug.xcconfig"; sourceTree = ""; }; + 46EB2E000163E0 /* React-idlecallbacksnativemodule.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-idlecallbacksnativemodule.release.xcconfig"; sourceTree = ""; }; + 46EB2E000163F0 /* React-idlecallbacksnativemodule.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-idlecallbacksnativemodule.modulemap"; sourceTree = ""; }; + 46EB2E00016400 /* React-idlecallbacksnativemodule-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-idlecallbacksnativemodule-umbrella.h"; sourceTree = ""; }; + 46EB2E00016420 /* React-idlecallbacksnativemodule-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-idlecallbacksnativemodule-prefix.pch"; sourceTree = ""; }; + 46EB2E00016430 /* React-idlecallbacksnativemodule-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-idlecallbacksnativemodule-dummy.m"; sourceTree = ""; }; + 46EB2E00016500 /* React-jserrorhandler.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jserrorhandler.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00016510 /* React-jserrorhandler.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jserrorhandler.release.xcconfig"; sourceTree = ""; }; + 46EB2E00016520 /* React-jserrorhandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jserrorhandler-prefix.pch"; sourceTree = ""; }; + 46EB2E00016530 /* React-jserrorhandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jserrorhandler-dummy.m"; sourceTree = ""; }; + 46EB2E00016660 /* React-jsi.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00016670 /* React-jsi.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.release.xcconfig"; sourceTree = ""; }; + 46EB2E00016680 /* React-jsi.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-jsi.modulemap"; sourceTree = ""; }; + 46EB2E00016690 /* React-jsi-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-umbrella.h"; sourceTree = ""; }; + 46EB2E000166B0 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; + 46EB2E000166C0 /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; + 46EB2E000167B0 /* React-jsiexecutor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.debug.xcconfig"; sourceTree = ""; }; + 46EB2E000167C0 /* React-jsiexecutor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.release.xcconfig"; sourceTree = ""; }; + 46EB2E000167D0 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; + 46EB2E000167E0 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; + 46EB2E00016BA0 /* React-jsinspector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00016BB0 /* React-jsinspector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.release.xcconfig"; sourceTree = ""; }; + 46EB2E00016BC0 /* React-jsinspector.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-jsinspector.modulemap"; sourceTree = ""; }; + 46EB2E00016BD0 /* React-jsinspector-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-umbrella.h"; sourceTree = ""; }; + 46EB2E00016BF0 /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; + 46EB2E00016C00 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; + 46EB2E00016C70 /* React-jsitracing.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsitracing.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00016C80 /* React-jsitracing.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsitracing.release.xcconfig"; sourceTree = ""; }; + 46EB2E00016D40 /* React-logger.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-logger.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00016D50 /* React-logger.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-logger.release.xcconfig"; sourceTree = ""; }; + 46EB2E00016D60 /* React-logger-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-logger-prefix.pch"; sourceTree = ""; }; + 46EB2E00016D70 /* React-logger-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-logger-dummy.m"; sourceTree = ""; }; + 46EB2E00016E40 /* React-microtasksnativemodule.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-microtasksnativemodule.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00016E50 /* React-microtasksnativemodule.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-microtasksnativemodule.release.xcconfig"; sourceTree = ""; }; + 46EB2E00016E60 /* React-microtasksnativemodule.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-microtasksnativemodule.modulemap"; sourceTree = ""; }; + 46EB2E00016E70 /* React-microtasksnativemodule-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-microtasksnativemodule-umbrella.h"; sourceTree = ""; }; + 46EB2E00016E90 /* React-microtasksnativemodule-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-microtasksnativemodule-prefix.pch"; sourceTree = ""; }; + 46EB2E00016EA0 /* React-microtasksnativemodule-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-microtasksnativemodule-dummy.m"; sourceTree = ""; }; + 46EB2E00016F70 /* React-nativeconfig.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-nativeconfig.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00016F80 /* React-nativeconfig.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-nativeconfig.release.xcconfig"; sourceTree = ""; }; + 46EB2E00016F90 /* React-nativeconfig-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-nativeconfig-prefix.pch"; sourceTree = ""; }; + 46EB2E00016FA0 /* React-nativeconfig-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-nativeconfig-dummy.m"; sourceTree = ""; }; + 46EB2E00017100 /* React-perflogger.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-perflogger.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00017110 /* React-perflogger.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-perflogger.release.xcconfig"; sourceTree = ""; }; + 46EB2E00017120 /* React-perflogger-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-perflogger-prefix.pch"; sourceTree = ""; }; + 46EB2E00017130 /* React-perflogger-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-perflogger-dummy.m"; sourceTree = ""; }; + 46EB2E00017210 /* React-performancetimeline.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-performancetimeline.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00017220 /* React-performancetimeline.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-performancetimeline.release.xcconfig"; sourceTree = ""; }; + 46EB2E00017230 /* React-performancetimeline-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-performancetimeline-prefix.pch"; sourceTree = ""; }; + 46EB2E00017240 /* React-performancetimeline-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-performancetimeline-dummy.m"; sourceTree = ""; }; + 46EB2E00017320 /* React-rendererconsistency.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rendererconsistency.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00017330 /* React-rendererconsistency.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rendererconsistency.release.xcconfig"; sourceTree = ""; }; + 46EB2E00017340 /* React-rendererconsistency-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-rendererconsistency-prefix.pch"; sourceTree = ""; }; + 46EB2E00017350 /* React-rendererconsistency-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-rendererconsistency-dummy.m"; sourceTree = ""; }; + 46EB2E00017460 /* React-rendererdebug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rendererdebug.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00017470 /* React-rendererdebug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rendererdebug.release.xcconfig"; sourceTree = ""; }; + 46EB2E00017480 /* React-rendererdebug.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-rendererdebug.modulemap"; sourceTree = ""; }; + 46EB2E00017490 /* React-rendererdebug-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-rendererdebug-umbrella.h"; sourceTree = ""; }; + 46EB2E000174B0 /* React-rendererdebug-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-rendererdebug-prefix.pch"; sourceTree = ""; }; + 46EB2E000174C0 /* React-rendererdebug-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-rendererdebug-dummy.m"; sourceTree = ""; }; + 46EB2E00017530 /* React-rncore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rncore.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00017540 /* React-rncore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rncore.release.xcconfig"; sourceTree = ""; }; + 46EB2E000175A0 /* React-runtimeexecutor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimeexecutor.debug.xcconfig"; sourceTree = ""; }; + 46EB2E000175B0 /* React-runtimeexecutor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimeexecutor.release.xcconfig"; sourceTree = ""; }; + 46EB2E00017750 /* React-runtimescheduler.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimescheduler.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00017760 /* React-runtimescheduler.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimescheduler.release.xcconfig"; sourceTree = ""; }; + 46EB2E00017770 /* React-runtimescheduler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-runtimescheduler-prefix.pch"; sourceTree = ""; }; + 46EB2E00017780 /* React-runtimescheduler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-runtimescheduler-dummy.m"; sourceTree = ""; }; + 46EB2E000177F0 /* React-timing.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-timing.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00017800 /* React-timing.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-timing.release.xcconfig"; sourceTree = ""; }; + 46EB2E000179C0 /* React-utils.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-utils.debug.xcconfig"; sourceTree = ""; }; + 46EB2E000179D0 /* React-utils.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-utils.release.xcconfig"; sourceTree = ""; }; + 46EB2E000179E0 /* React-utils.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-utils.modulemap"; sourceTree = ""; }; + 46EB2E000179F0 /* React-utils-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-utils-umbrella.h"; sourceTree = ""; }; + 46EB2E00017A10 /* React-utils-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-utils-prefix.pch"; sourceTree = ""; }; + 46EB2E00017A20 /* React-utils-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-utils-dummy.m"; sourceTree = ""; }; + 46EB2E00017B30 /* ReactCodegen.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCodegen.debug.xcconfig; sourceTree = ""; }; + 46EB2E00017B40 /* ReactCodegen.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCodegen.release.xcconfig; sourceTree = ""; }; + 46EB2E00017B50 /* ReactCodegen.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReactCodegen.modulemap; sourceTree = ""; }; + 46EB2E00017B60 /* ReactCodegen-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCodegen-umbrella.h"; sourceTree = ""; }; + 46EB2E00017B80 /* ReactCodegen-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCodegen-prefix.pch"; sourceTree = ""; }; + 46EB2E00017B90 /* ReactCodegen-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCodegen-dummy.m"; sourceTree = ""; }; + 46EB2E00017E40 /* ReactCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.debug.xcconfig; sourceTree = ""; }; + 46EB2E00017E50 /* ReactCommon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.release.xcconfig; sourceTree = ""; }; + 46EB2E00017E60 /* ReactCommon.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReactCommon.modulemap; sourceTree = ""; }; + 46EB2E00017E70 /* ReactCommon-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-umbrella.h"; sourceTree = ""; }; + 46EB2E00017E90 /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; + 46EB2E00017EA0 /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; + 46EB2E000181E0 /* SocketRocket.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SocketRocket.debug.xcconfig; sourceTree = ""; }; + 46EB2E000181F0 /* SocketRocket.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SocketRocket.release.xcconfig; sourceTree = ""; }; + 46EB2E00018200 /* SocketRocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SocketRocket-prefix.pch"; sourceTree = ""; }; + 46EB2E00018210 /* SocketRocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SocketRocket-dummy.m"; sourceTree = ""; }; + 46EB2E00018740 /* Yoga.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.debug.xcconfig; sourceTree = ""; }; + 46EB2E00018750 /* Yoga.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.release.xcconfig; sourceTree = ""; }; + 46EB2E00018760 /* Yoga.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Yoga.modulemap; sourceTree = ""; }; + 46EB2E00018770 /* Yoga-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-umbrella.h"; sourceTree = ""; }; + 46EB2E00018790 /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; + 46EB2E000187A0 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; + 46EB2E00018890 /* ResourceBundle-boost_privacy-boost-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-boost_privacy-boost-Info.plist"; sourceTree = ""; }; + 46EB2E000188A0 /* boost.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = boost.debug.xcconfig; sourceTree = ""; }; + 46EB2E000188B0 /* boost.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = boost.release.xcconfig; sourceTree = ""; }; + 46EB2E00018A30 /* fmt.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = fmt.debug.xcconfig; sourceTree = ""; }; + 46EB2E00018A40 /* fmt.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = fmt.release.xcconfig; sourceTree = ""; }; + 46EB2E00018A50 /* fmt-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "fmt-prefix.pch"; sourceTree = ""; }; + 46EB2E00018A60 /* fmt-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "fmt-dummy.m"; sourceTree = ""; }; + 46EB2E00018B90 /* ResourceBundle-glog_privacy-glog-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-glog_privacy-glog-Info.plist"; sourceTree = ""; }; + 46EB2E00018C60 /* glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.debug.xcconfig; sourceTree = ""; }; + 46EB2E00018C70 /* glog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.release.xcconfig; sourceTree = ""; }; + 46EB2E00018C80 /* glog.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = glog.modulemap; sourceTree = ""; }; + 46EB2E00018C90 /* glog-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-umbrella.h"; sourceTree = ""; }; + 46EB2E00018CB0 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; + 46EB2E00018CC0 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; + 46EB2E00018D30 /* hermes-engine-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "hermes-engine-xcframeworks.sh"; sourceTree = ""; }; + 46EB2E00018D40 /* hermes-engine.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "hermes-engine.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00018D50 /* hermes-engine.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "hermes-engine.release.xcconfig"; sourceTree = ""; }; + 46EB2E00018DF0 /* Pods-ARMSX.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ARMSX.release.xcconfig"; sourceTree = ""; }; + 46EB2E00018E00 /* Pods-ARMSX.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ARMSX.debug.xcconfig"; sourceTree = ""; }; + 46EB2E00018E10 /* Pods-ARMSX-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ARMSX-frameworks.sh"; sourceTree = ""; }; + 46EB2E00018E20 /* Pods-ARMSX-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ARMSX-resources.sh"; sourceTree = ""; }; + 46EB2E00018E30 /* Pods-ARMSX-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ARMSX-acknowledgements.plist"; sourceTree = ""; }; + 46EB2E00018E40 /* Pods-ARMSX-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ARMSX-acknowledgements.markdown"; sourceTree = ""; }; + 46EB2E00018E50 /* Pods-ARMSX-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ARMSX-dummy.m"; 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 = ""; }; - 4FEBC617C2F052F11C4C4AD31421C1ED /* AsynchronousEventBeat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsynchronousEventBeat.cpp; path = react/renderer/scheduler/AsynchronousEventBeat.cpp; sourceTree = ""; }; - 4FEEEDE257EE0CCC364F216D4A3A21F4 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; - 4FF0661520262C045FEEDE571D24E0CD /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; - 505CF1ED823E5100D0FEA99C701C42F8 /* TimerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TimerManager.h; sourceTree = ""; }; - 506A5EB970B15ADBF0D61002534BC9B1 /* SysMman.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMman.h; path = folly/portability/SysMman.h; sourceTree = ""; }; - 508CBA0B4A5A8019B3E15D9A411FB488 /* React-jserrorhandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jserrorhandler-dummy.m"; sourceTree = ""; }; - 50A063D0B84A8706BF9D36E052AFDCA4 /* SysResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysResource.h; path = folly/portability/SysResource.h; sourceTree = ""; }; - 50FE9332A5075676DEE62FF0F858ED3C /* LegacyViewManagerInteropShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropShadowNode.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropShadowNode.h; sourceTree = ""; }; - 5103086866E218893F5BEED230C23CFF /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; - 511A3FF9F16D36E0856C481962CB5B54 /* RCTComponentViewHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTComponentViewHelpers.h; path = react/renderer/components/scrollview/RCTComponentViewHelpers.h; sourceTree = ""; }; - 51266F8C630344F394B10BF81D0472FB /* RCTNativeAnimatedTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedTurboModule.mm; sourceTree = ""; }; - 5192F2B205C41F923B4A70F6AF8C065C /* RCTSinglelineTextInputView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSinglelineTextInputView.mm; sourceTree = ""; }; - 51BFECF146A1165D167989F92AE6C0CC /* TypeInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeInfo.h; path = folly/lang/TypeInfo.h; sourceTree = ""; }; - 51CD2D3427629EF8F11671FDE089F230 /* LayoutConstraints.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutConstraints.cpp; path = react/renderer/core/LayoutConstraints.cpp; sourceTree = ""; }; - 51FE9B21247870879EC65D0DC00A93EE /* RCTComponentViewClassDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewClassDescriptor.h; sourceTree = ""; }; - 522269B8DAFA9F8734D95340BC29600A /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; - 5257F23C5357E985C7F173239E94AC12 /* DynamicPropsUtilities.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DynamicPropsUtilities.cpp; path = react/renderer/core/DynamicPropsUtilities.cpp; sourceTree = ""; }; - 52601502065F13988B3B21AB31F1FD67 /* ImageState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageState.cpp; path = react/renderer/components/image/ImageState.cpp; sourceTree = ""; }; - 526BDE1D134B7F2FD12A14E1C78DAD64 /* RCTImageManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTImageManager.mm; path = react/renderer/imagemanager/RCTImageManager.mm; sourceTree = ""; }; - 52B30053B942F0924EA1844F046664D1 /* React-Fabric.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Fabric.debug.xcconfig"; sourceTree = ""; }; - 52E0D9665484EB34EEEC7E5F55486829 /* PageTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PageTarget.h; sourceTree = ""; }; - 52ED39D7AE4821B05BC87764F8065283 /* MountingTransaction.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MountingTransaction.cpp; path = react/renderer/mounting/MountingTransaction.cpp; 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 = ""; }; - 53332ECC2353BBF139360E467EB497E0 /* ParagraphLayoutManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphLayoutManager.cpp; path = react/renderer/components/text/ParagraphLayoutManager.cpp; sourceTree = ""; }; - 5359AA3853D3535B73BCAFA0B81181CF /* UIManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UIManager.cpp; path = react/renderer/uimanager/UIManager.cpp; sourceTree = ""; }; - 5360C610477ED14434E623419F4BC6C6 /* RCTImageView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageView.mm; sourceTree = ""; }; - 53683C17D288A9D0B3B1D16D5B5688AE /* RootProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootProps.h; path = react/renderer/components/root/RootProps.h; sourceTree = ""; }; - 538B5E1AF8D200D5C748453FB0830C8A /* SimpleThreadSafeCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SimpleThreadSafeCache.h; sourceTree = ""; }; - 5390598E549AE5FA91B9FF90F3C9FBD9 /* RCTRootViewFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewFactory.h; sourceTree = ""; }; - 5398BE1A1E03D5297032DDF97C02D30C /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; - 53BDB27BA544C79B1470962E69A1295B /* UIView+ComponentViewProtocol.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = "UIView+ComponentViewProtocol.mm"; sourceTree = ""; }; - 53DB364A58B870FBB71D683BD410B705 /* RCTImageLoaderLoggable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderLoggable.h; path = Libraries/Image/RCTImageLoaderLoggable.h; sourceTree = ""; }; - 54312AD05CDF81E4E0A70B2F257BE981 /* RCTFileRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileRequestHandler.mm; 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 = ""; }; - 544527E39EE59DCEAACC51D8B597AA95 /* react_native_assert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = react_native_assert.h; sourceTree = ""; }; - 54977C60EFA8732D452D9D03923B5270 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - 5499F4448C4F3F99D95C90320FC9CCEF /* React-nativeconfig.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-nativeconfig.debug.xcconfig"; sourceTree = ""; }; - 54AD1B9A03C7913A51A0485D3B28FB85 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; - 54B70F1F9F806BA017EF8BB3CB991800 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTStatusBarManager.h; path = React/CoreModules/RCTStatusBarManager.h; sourceTree = ""; }; - 54B8F3DA90B855518304AA1865A53A6E /* RCTTypeSafety.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.debug.xcconfig; sourceTree = ""; }; - 54C3134B4FA97F946996018EB76D6F2B /* Builtins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Builtins.h; path = folly/portability/Builtins.h; sourceTree = ""; }; - 54D6173C414B2470867E34D98A3E164F /* RCTAppDelegate.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppDelegate.mm; sourceTree = ""; }; - 5504376BD7458B08FCC3C2E9CCDF3701 /* EventLogger.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventLogger.cpp; path = react/renderer/core/EventLogger.cpp; sourceTree = ""; }; - 5513CCF2B490A00B720D4EE74132258E /* React-jsi.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-jsi.modulemap"; sourceTree = ""; }; - 552B0E24B8D5AC7835BD83006E858611 /* flags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = flags.h; sourceTree = ""; }; - 553967D7C1E460B2FF3E819215A2EC75 /* CrashManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CrashManager.h; path = destroot/include/hermes/Public/CrashManager.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 = ""; }; - 5568996931C28EC635455B719E262DBC /* RuntimeScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeScheduler.h; sourceTree = ""; }; - 556F5312C1F738B58230B1063C047FD3 /* ModalHostViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModalHostViewComponentDescriptor.h; path = react/renderer/components/modal/ModalHostViewComponentDescriptor.h; sourceTree = ""; }; - 558A2EBBB9500DC131AEC7C0A404E3B9 /* TracingRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TracingRuntime.h; path = destroot/include/hermes/TracingRuntime.h; sourceTree = ""; }; - 55BB048CB3ED0500BC5E984EC4283580 /* FingerprintPolynomial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FingerprintPolynomial.h; path = folly/detail/FingerprintPolynomial.h; sourceTree = ""; }; - 55D4B5E176808EA430E6746FBA7FD5F9 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; - 55DAD4094DBDE17D4BA50C26E16B8C5E /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; - 55EADA43B34BE3D62BAE2D869390C842 /* Futex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Futex.cpp; path = folly/detail/Futex.cpp; sourceTree = ""; }; - 5606CB70C9402EA9462FE7934C3E845A /* ScrollViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewShadowNode.cpp; path = react/renderer/components/scrollview/ScrollViewShadowNode.cpp; sourceTree = ""; }; - 561C2BF4C1B754CC987BD95FC0FA1F37 /* hermes-engine-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "hermes-engine-xcframeworks.sh"; sourceTree = ""; }; - 561E990085E494A3087B4A7F3B79876A /* SafeAreaViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAreaViewComponentDescriptor.h; path = react/renderer/components/safeareaview/SafeAreaViewComponentDescriptor.h; sourceTree = ""; }; - 562561CC40E83C7848C521307C680573 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; - 564ABFEEFB24F5FC4398EB984C6E19D8 /* RCTTextLayoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextLayoutManager.h; sourceTree = ""; }; - 565707BC9E345D08F2E43F9D424AEBBD /* 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 = ""; }; - 56597DC7F5B40DD7589E03C7DEFEC6E0 /* HermesExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HermesExecutorFactory.h; sourceTree = ""; }; - 5671AD120864F71635B5C5BD07138E67 /* F14Mask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Mask.h; path = folly/container/detail/F14Mask.h; sourceTree = ""; }; - 568DFFD95D8A9B54B30D3475B3369CAC /* BaseViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseViewProps.cpp; path = react/renderer/components/view/BaseViewProps.cpp; 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 = ""; }; - 56B5BC420CE6B3E651F381F8DCF87379 /* ValueUnit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ValueUnit.h; sourceTree = ""; }; - 56F697685D3CE04FA5659D3229EEFC0F /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - 56F856CC17486F5B80DE3842E4AE5735 /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTTurboModule.mm; path = ReactCommon/RCTTurboModule.mm; sourceTree = ""; }; - 572E80B71DF84A32EABC90806E5D1123 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; - 5776F9A564A106E1D34D8C2B6FB41C78 /* TcpInfoTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpInfoTypes.h; path = folly/net/TcpInfoTypes.h; sourceTree = ""; }; - 57987ADEF07BA12277E11C2A44944803 /* React-RCTLinking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.debug.xcconfig"; sourceTree = ""; }; - 57FEF470958B25D684D3D96CB14DE231 /* RCTIdentifierPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTIdentifierPool.h; sourceTree = ""; }; - 5811D605958CB9D11FB7C4F98D522CB8 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; - 58188913302813856F5D098FAD5A1777 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; - 581A1FBA46FBC346F25CDD31C00AE6B9 /* SingletonThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonThreadLocal.h; path = folly/SingletonThreadLocal.h; 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 = ""; }; - 584D6A6B67AB97BCFA2845768E956138 /* RCTSurfacePresenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfacePresenter.h; path = Fabric/RCTSurfacePresenter.h; sourceTree = ""; }; - 58591CA75671A3724AEF97FE040632D7 /* GFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GFlags.h; path = folly/portability/GFlags.h; sourceTree = ""; }; - 585F269F85B6E26EADFCA783005C60FD /* React-RCTSettings.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.debug.xcconfig"; sourceTree = ""; }; - 58600C5793DEB38845B957AAB8B8A0B9 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; - 586BE0D668A4FAAEE338C3991530ACC0 /* PThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PThread.h; path = folly/portability/PThread.h; sourceTree = ""; }; - 5898FB502BD09DAFB1E69917310A726A /* ReactNativeFeatureFlagsAccessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactNativeFeatureFlagsAccessor.cpp; sourceTree = ""; }; - 58B548A2C55831264828B2298FF825B1 /* CpuId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CpuId.h; path = folly/CpuId.h; sourceTree = ""; }; - 59164B030AA6BE9DC3304EDD7E90FEEE /* F14Table.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Table.h; path = folly/container/detail/F14Table.h; sourceTree = ""; }; - 591A36992BFD21DE9EB82B2AEC3E5288 /* StatePipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StatePipe.h; path = react/renderer/core/StatePipe.h; sourceTree = ""; }; - 591C27D82158EDC3C48A8AE3AA35D9CD /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; - 593097FE54CDD418799699524B6242F9 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; - 594FDAB5A7FF02438826DC122B509C0D /* SafeAreaViewState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAreaViewState.h; path = react/renderer/components/safeareaview/SafeAreaViewState.h; sourceTree = ""; }; - 596BE344971A74F0526B5FA6AE3FCE48 /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; - 599B8525AED1F7D4893C74EB923620E4 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; - 59EC3BAB3316FDDF4BA7ECE7C5234B34 /* RCTViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewComponentView.h; sourceTree = ""; }; - 5A7F8DEB29D0B55584F9FE338DE37C9E /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/uimanager/primitives.h; sourceTree = ""; }; - 5AA2023631D59D3C6E563D20D2B553DB /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; 5AA54A19E2135E09B9C8C0767385FD3A /* React-graphics */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-graphics"; path = "libReact-graphics.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5AE0F2FF525795848454BBC3E20B4C14 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; - 5AE62E3EA1E11A2011DFB36206854AB4 /* Aligned.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Aligned.h; path = folly/lang/Aligned.h; sourceTree = ""; }; - 5B0063EAA3340B0FD3D787979A58596A /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; - 5B47F199F6E2C8E0A5B19E452BACCA48 /* ShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowView.h; path = react/renderer/mounting/ShadowView.h; sourceTree = ""; }; - 5B5052CCED51CF6AC3A3676620F347F2 /* RCTPLTag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPLTag.h; sourceTree = ""; }; - 5B5F0AB0BA5E6BF40A2CF4403B6BB5E9 /* RCTBlobPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobPlugins.mm; sourceTree = ""; }; - 5B72EF9B14BF0563BD7F8C1434313E14 /* LayoutContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutContext.h; path = react/renderer/core/LayoutContext.h; sourceTree = ""; }; - 5B9634BB96E6CF1C2488BB6CEE05B048 /* RCTEventDispatcherProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcherProtocol.h; sourceTree = ""; }; - 5B99C20E02378DF0593DD1ECB7424611 /* Bool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bool.h; path = react/bridging/Bool.h; sourceTree = ""; }; - 5BA5303FC10D866C7FF7F5E0154C2F0D /* React-RuntimeCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RuntimeCore-prefix.pch"; sourceTree = ""; }; - 5BC02F3E47FCD4AAA7553BEE8E2F6328 /* ImageEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageEventEmitter.h; path = react/renderer/components/image/ImageEventEmitter.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 = ""; }; - 5C05B0D7C95B747359E31D9D2C2BA094 /* RCTInterpolationAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInterpolationAnimatedNode.mm; sourceTree = ""; }; - 5C27AA58F5386F78359D754A658CD601 /* CallbackWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallbackWrapper.h; path = react/nativemodule/core/ReactCommon/CallbackWrapper.h; sourceTree = ""; }; - 5C3B75D92E2717D9E389E607FF38B956 /* Promise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Promise.h; path = react/bridging/Promise.h; sourceTree = ""; }; - 5C54A77AACDC4EFCA476CD638F5287E1 /* Shell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Shell.h; path = folly/system/Shell.h; sourceTree = ""; }; - 5C5955DB6C99703F4A41049D768CF3E1 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; - 5C8C905C1FF8A1463289F2B07F11E268 /* ScrollViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewProps.h; path = react/renderer/components/scrollview/ScrollViewProps.h; sourceTree = ""; }; - 5C978526D5D558D0938BFDED50DF3264 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; - 5CBC443BC5DE5E365DD13DE19BB6041A /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; - 5D024556120FC57697C2ECE69C53D36B /* AsyncTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTrace.h; path = folly/detail/AsyncTrace.h; sourceTree = ""; }; - 5D53CED35EEF04D69871EA1E5664CD7F /* RCTImageURLLoaderWithAttribution.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoaderWithAttribution.h; path = Libraries/Image/RCTImageURLLoaderWithAttribution.h; sourceTree = ""; }; - 5D826D3061A245096B1C382B690FA981 /* ostream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ostream.h; path = include/fmt/ostream.h; sourceTree = ""; }; - 5D83F3E3E32F09BAFA24DA769DC3387C /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; - 5DC564DE6AA0B074EA1F011A822032BA /* RCTReactTaggedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReactTaggedView.h; sourceTree = ""; }; - 5DC5AD5C90390C13DD621B5A02EEE993 /* Chrono.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Chrono.h; path = folly/Chrono.h; sourceTree = ""; }; - 5DEAC111B04E72A2B3C1F711F67D8027 /* ParagraphShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphShadowNode.cpp; path = react/renderer/components/text/ParagraphShadowNode.cpp; sourceTree = ""; }; - 5DF370281329A1CB3623FCFE5F61B4A7 /* ImageManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = ImageManager.mm; path = react/renderer/imagemanager/ImageManager.mm; sourceTree = ""; }; - 5E08C1229511DE5F11A5D0235BB42789 /* MessageTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageTypes.h; path = destroot/include/hermes/inspector/chrome/MessageTypes.h; sourceTree = ""; }; - 5E24AC76CBDEDF3619C8D6A9B515B60E /* ConcreteComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteComponentDescriptor.h; path = react/renderer/core/ConcreteComponentDescriptor.h; sourceTree = ""; }; - 5E3D0F5D1726EA295D56D0D74AAF5398 /* SurfaceTelemetry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceTelemetry.cpp; path = react/renderer/telemetry/SurfaceTelemetry.cpp; sourceTree = ""; }; - 5E73BA452F9A3841B8F70BCBFBE0A098 /* RunLoopObserver.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RunLoopObserver.cpp; sourceTree = ""; }; - 5E745C18EFA47BE9828C298066E9F6F5 /* core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = core.h; path = include/fmt/core.h; sourceTree = ""; }; - 5E8BF6DADE0B43886BB38476E955011A /* ContextContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ContextContainer.h; sourceTree = ""; }; - 5EA69687FAEA4C4BC1A5198A3ACBC0FF /* RCTDeprecation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTDeprecation.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5EC92CC855CAF1C20BA52BEB5AD4E038 /* Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Wrap.h; sourceTree = ""; }; - 5ED53EC43FC74FD8B1F3A1C21AF5D357 /* DoubleConversion.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DoubleConversion.modulemap; sourceTree = ""; }; - 5F3120F3BB93023104BE3F55233CA47D /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; 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 = ""; }; - 5F89D8053611CBB105B845E2A780A752 /* ImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageManager.h; path = react/renderer/imagemanager/ImageManager.h; sourceTree = ""; }; - 5F8E380C0D44C30A7EB64835C56687EA /* FormatArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatArg.h; path = folly/FormatArg.h; sourceTree = ""; }; - 5F8E8BC4DFAF4D772E880D158955C6CA /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; - 5F8FF73D75BAD92757A169CC5D5CC45E /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; - 5FAC834F5ADBD6F3EEF6BE67C8BE5F06 /* FixedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FixedString.h; path = folly/FixedString.h; sourceTree = ""; }; - 5FD4165A1E4AE93392853BD2FA26BF1C /* Baseline.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Baseline.cpp; sourceTree = ""; }; - 5FD76DB8A83861EF7CD0449CFC4DE097 /* Filesystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Filesystem.h; path = folly/portability/Filesystem.h; sourceTree = ""; }; - 603512FF75543B017A5AF688D6C1E86D /* RCTBaseTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextViewManager.mm; sourceTree = ""; }; - 60B6FDAEA7F1F74C6155EF59EFCCA58E /* SysFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysFile.h; path = folly/portability/SysFile.h; sourceTree = ""; }; - 60C98BAE2CB02B89F75DE32885EAFDB3 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; 60D5A56E763D6E7C4FBE797565062EEA /* React-nativeconfig */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-nativeconfig"; path = "libReact-nativeconfig.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 60FB1AC75F5CF0FB1C390BB940296A4C /* React-graphics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-graphics-dummy.m"; sourceTree = ""; }; - 6117F9BDA4E91FB3D03F3728A914954A /* SRRunLoopThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRRunLoopThread.h; path = SocketRocket/Internal/RunLoop/SRRunLoopThread.h; sourceTree = ""; }; - 611B3C611A93AD603AF32F7170FA5988 /* React-Core-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-umbrella.h"; sourceTree = ""; }; - 6148122B6CC7A02136B2A9E18658CD2E /* RCTFabricComponentsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFabricComponentsPlugins.mm; sourceTree = ""; }; - 61728880AC433F72F4FDE994D41AD0AF /* PointerHoverTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PointerHoverTracker.h; path = react/renderer/uimanager/PointerHoverTracker.h; sourceTree = ""; }; 61A80F68AE163B384B7D7A9E76B6046C /* React-FabricImage */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-FabricImage"; path = "libReact-FabricImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 61D144681219EDF4FCE0B7F32C220639 /* Differentiator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Differentiator.h; path = react/renderer/mounting/Differentiator.h; sourceTree = ""; }; - 61DBC372906F57FF233F70CAA0EE74E6 /* RCTFrameAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFrameAnimation.mm; sourceTree = ""; }; - 61FDACE1245DCD70518CE0D806A09C2D /* EventDispatcher.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventDispatcher.cpp; path = react/renderer/core/EventDispatcher.cpp; sourceTree = ""; }; - 61FE30FA3E1CC31143929FEF1524EBF5 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; - 61FFBD5CF510B101B310233B592FC6AB /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = react/renderer/animations/utils.h; sourceTree = ""; }; - 620383F1B2E002A88361060F4654FF73 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; - 620938EF3D22C195B1CCC71AAD8F813F /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = React/CoreModules/RCTWebSocketExecutor.h; sourceTree = ""; }; - 623048ED1F88CBACF9530B7FF1B43A76 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; - 6287EFCA434F16BC5041D9138EC2657D /* React-cxxreact.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.debug.xcconfig"; sourceTree = ""; }; - 6394F45C338E06A8CAB6315B7D7C8004 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; - 639D04447D4B25FA8F84955CD4767676 /* RCTTiming.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTiming.mm; sourceTree = ""; }; - 63B3B00A3AAC44C23D4F7E237FE0D5C5 /* SimdCharPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimdCharPlatform.h; path = folly/detail/SimdCharPlatform.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 = ""; }; - 641D3487869E9B187AB41DAB3243DE70 /* 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; }; - 643607989E60D9FA15B20CA6957541A2 /* EventQueueProcessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventQueueProcessor.cpp; path = react/renderer/core/EventQueueProcessor.cpp; sourceTree = ""; }; - 645E0FE9719CAF4DA8EECF7A640D27C3 /* Number.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Number.h; path = react/bridging/Number.h; sourceTree = ""; }; - 64849997758D5B38C6EA88AB8BD5C526 /* Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Dynamic.h; path = react/bridging/Dynamic.h; sourceTree = ""; }; - 64A92A11C861B7A2D8C75CA6E4072415 /* LegacyViewManagerInteropShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LegacyViewManagerInteropShadowNode.cpp; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropShadowNode.cpp; sourceTree = ""; }; - 64BA0BDE323CF07D8A9D3578F44D70A4 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; - 64E2B851455B3EDFCA51A42A86575F0D /* RCTBaseTextInputView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextInputView.mm; sourceTree = ""; }; - 64F5AFE9ED984A720A876077E880E0CB /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - 65444A2985E846087B622C9B6887D311 /* SchedulerPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SchedulerPriority.h; path = ReactCommon/SchedulerPriority.h; sourceTree = ""; }; - 654C3E5582C0ACB8257ACDBBB48F080E /* RCTSourceCode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSourceCode.mm; sourceTree = ""; }; - 6551222A25B1F6FAF1575662C8BDA2AB /* RelaxedAtomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RelaxedAtomic.h; path = folly/synchronization/RelaxedAtomic.h; sourceTree = ""; }; - 657AE5F975BB09DC56A6E3A6B4DFEAED /* HermesRuntimeAgentDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HermesRuntimeAgentDelegate.h; sourceTree = ""; }; - 6583BA0397EB6F86B7DB4BB114B48BA9 /* Transform.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Transform.cpp; sourceTree = ""; }; - 659927553B71E0763381A5F34B92060F /* TextAttributes.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextAttributes.cpp; path = react/renderer/attributedstring/TextAttributes.cpp; sourceTree = ""; }; - 65A45C6E8452133CC0352F098A012139 /* Parsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Parsing.h; sourceTree = ""; }; 65D0A19C165FA1126B1360680FE6DB12 /* Yoga */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = Yoga; path = libYoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 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 = ""; }; - 664E824AD4E1431CC98D8F54AC1CF1D4 /* RCTAppSetupUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppSetupUtils.mm; sourceTree = ""; }; - 6656D3AF07FBA8800885EA1FA4E32FFA /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; 666E72807891C591E025A75410CD2A26 /* React-perflogger */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-perflogger"; path = "libReact-perflogger.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 66C9CDB63BA2D2FD4FCD5F884193C864 /* HazptrObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObj.h; path = folly/synchronization/HazptrObj.h; sourceTree = ""; }; - 672139DF81ED7A7D82B48F015F1BDC31 /* React-FabricImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-FabricImage-dummy.m"; sourceTree = ""; }; - 672462DC44BB30457BE236484F3C6E87 /* Hazptr-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Hazptr-fwd.h"; path = "folly/synchronization/Hazptr-fwd.h"; sourceTree = ""; }; - 672A6D8A852BB97574AD390519421429 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; - 672AD2C0449C0CD27F71B6E3AE749FBE /* RCTDeviceInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDeviceInfo.mm; sourceTree = ""; }; - 672AE72D9BC28E70309987BA20815CFE /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "jsi-inl.h"; path = "jsi/jsi-inl.h"; sourceTree = ""; }; - 67610BE7173AD3B20491234782354847 /* SynchronizedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynchronizedPtr.h; path = folly/SynchronizedPtr.h; sourceTree = ""; }; - 6764AAEBDE1F8A1DDCD8183A2C683E56 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; 6771D231F4C8C5976470A369C474B32E /* React-CoreModules */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-CoreModules"; path = "libReact-CoreModules.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 679DD3B7CBE5A1C9162FF1E3DE6CE6D4 /* StubViewTree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StubViewTree.h; path = react/renderer/mounting/StubViewTree.h; sourceTree = ""; }; - 67C176DBC5E28C815D7D59024C3C343A /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; - 6818515953715C8C04B5365C2FF99D99 /* RuntimeAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeAgent.h; sourceTree = ""; }; - 68233D5F6FF581626F38B2893DDDD717 /* RCTBundleURLProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBundleURLProvider.mm; sourceTree = ""; }; - 6823FAE71A2A2635FE70EE73E3BF2114 /* RCTTextInputComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextInputComponentView.h; sourceTree = ""; }; - 68267A5559BB39BF27DCA12314FE2200 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; - 6831515DAF9CB1DB32785BE0FCB93E6A /* RCTInputAccessoryView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryView.mm; sourceTree = ""; }; - 6835186D4B8EA8DC809C19EB20FCE227 /* RCTComponentViewFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentViewFactory.h; sourceTree = ""; }; - 6841530ADE3773BEFDD88966B2B946A1 /* ManagedObjectWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ManagedObjectWrapper.h; 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 = ""; }; - 68B8B809308F3F9F01639B047CDCCB8E /* PhysicalEdge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PhysicalEdge.h; sourceTree = ""; }; - 68B93C3006874E7153B6D1650F734DD3 /* RCTPerformanceLoggerLabels.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLoggerLabels.h; sourceTree = ""; }; - 68CCFF44D9D2EA102070912AC7FC2AA2 /* Baseline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Baseline.h; sourceTree = ""; }; - 68E594D709EDF0B88FADBD4176CE8D73 /* React-jsinspector.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-jsinspector.modulemap"; sourceTree = ""; }; - 68EBC9B6E40FB1077B388CED1013D467 /* Error.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Error.h; path = react/bridging/Error.h; sourceTree = ""; }; - 68F0D8EDEFB2730168C212F9AA84E9E1 /* to_underlying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = to_underlying.h; sourceTree = ""; }; - 69352C05A027A6A634F16CB5EA5819B7 /* 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; }; - 695B5C5C690E4472E4E29BC6CD0871EB /* en-GB.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "en-GB.lproj"; path = "React/I18n/strings/en-GB.lproj"; sourceTree = ""; }; - 696D9C59C6F80DB952F1142DBCBBF620 /* SimpleSimdStringUtilsImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimpleSimdStringUtilsImpl.h; path = folly/detail/SimpleSimdStringUtilsImpl.h; sourceTree = ""; }; - 6970529DA8CF030187DFAF5A698B6EA8 /* 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; }; - 698263CC86FB05CB153D449A0863F908 /* 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; }; - 69855E63BB58D914A3051F610C65ABF2 /* InspectorPackagerConnection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorPackagerConnection.cpp; sourceTree = ""; }; - 69916F1A9FA76DA4856BB5146B886C0F /* ScrollViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewProps.cpp; path = react/renderer/components/scrollview/ScrollViewProps.cpp; sourceTree = ""; }; - 69C7CB7851D1F94C890CE8A8A538B143 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; - 69EEB65F44F9D5115238A0CA3B9FD5B7 /* React-jsiexecutor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.debug.xcconfig"; sourceTree = ""; }; - 6A0B898D3F8C785127794A668ACF5EAB /* 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 = ""; }; - 6A18F05B5D4633CD6C9F8D001BDDBC37 /* LogLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LogLevel.h; sourceTree = ""; }; - 6A2008DB4CB2932C0392674068ED82A6 /* EnableSharedFromThis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnableSharedFromThis.h; path = folly/memory/EnableSharedFromThis.h; sourceTree = ""; }; - 6A253754DE163ED64FC2612DED1BE761 /* RCTHost.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTHost.mm; path = ReactCommon/RCTHost.mm; sourceTree = ""; }; - 6A3EDF523AE8279DAD3E84193359461D /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; - 6A6EBF0BB09004A087091221E2247AF3 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = threadsafe.h; path = jsi/threadsafe.h; sourceTree = ""; }; - 6A732660A46D8B89E811D42131A47E43 /* MacAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MacAddress.h; path = folly/MacAddress.h; sourceTree = ""; }; - 6A8A8EEBA28CED5E1B2DC1E2C8687DA7 /* React-graphics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-graphics-prefix.pch"; sourceTree = ""; }; - 6A9D9C88E93750BF0E118C863370F8FC /* Yoga.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Yoga.modulemap; sourceTree = ""; }; - 6AD19C12E75E63E7DC70E787ABC93975 /* RCTImageURLLoaderWithAttribution.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageURLLoaderWithAttribution.mm; sourceTree = ""; }; - 6B055684D9328D7F80AEBDCFCFCED117 /* 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; }; - 6B0DE6592938C7F3AB29031F4264F640 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; - 6B1BD59BE72D49F35C01A25BB394D970 /* HermesInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HermesInstance.cpp; path = hermes/HermesInstance.cpp; sourceTree = ""; }; - 6B2F42A9290F3DBCACE988D04FF2BB89 /* LegacyViewManagerInteropComponentDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = LegacyViewManagerInteropComponentDescriptor.mm; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropComponentDescriptor.mm; sourceTree = ""; }; - 6B46D14923C0473F70A95F3A49E2E092 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; - 6B81342026AE756C3654F09072332B62 /* State.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = State.h; path = react/renderer/core/State.h; sourceTree = ""; }; - 6B82A4D58CE4A33ADD9F23D696E57506 /* JsErrorHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JsErrorHandler.cpp; sourceTree = ""; }; - 6B948B1B3E7D8AF890EB8B1F076E4F01 /* ImageResponseObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageResponseObserverCoordinator.h; path = react/renderer/imagemanager/ImageResponseObserverCoordinator.h; sourceTree = ""; }; - 6B9509822D0A4EC87A2AA3BC68342DF3 /* SysTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTypes.h; path = folly/portability/SysTypes.h; sourceTree = ""; }; - 6B983D67E44224E7578EC3394F536AEA /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTurboModuleManager.h; path = ReactCommon/RCTTurboModuleManager.h; sourceTree = ""; }; - 6BC97FBF532A34C9C63857EE3D18A81E /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; - 6BF0506BB0BD93E1069B978DC8D06774 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; - 6BFB8CF7738FE2070DE8D22F2C0B6E1B /* RCTTextInputComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextInputComponentView.mm; sourceTree = ""; }; - 6C29505FE26407D60A3192B15F52BE49 /* RCTTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextViewManager.mm; sourceTree = ""; }; - 6C2DD300B38C72BCC61859B42446DFD1 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; - 6C2DEC08A8005B0CBED661FC2BFD0D82 /* CoreFeatures.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CoreFeatures.cpp; sourceTree = ""; }; - 6C30808428BCC0C23F202ED8E7B890F7 /* JSRuntimeFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSRuntimeFactory.cpp; sourceTree = ""; }; - 6C44C387D46619A72452663AEAE0B66C /* React-Codegen-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Codegen-dummy.m"; sourceTree = ""; }; - 6C58A6941F61B7F07DC4E63167500444 /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; - 6C6DA0CD9208417046E12463D78906E7 /* RCTSurfacePointerHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfacePointerHandler.mm; path = Fabric/RCTSurfacePointerHandler.mm; sourceTree = ""; }; - 6C94A64D9F72E1C73F90DF5D933B2482 /* Yoga-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-umbrella.h"; sourceTree = ""; }; - 6CA38E07EBA75420D2E3C5C4B52A3B22 /* Event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Event.h; path = folly/portability/Event.h; sourceTree = ""; }; - 6CBB22476088774ECCA7F371B576A320 /* RCTJSIExecutorRuntimeInstaller.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJSIExecutorRuntimeInstaller.mm; sourceTree = ""; }; - 6CCBFD5C52917F9C411C538CEC656890 /* React.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.debug.xcconfig; sourceTree = ""; }; - 6CD702447664E9814FDF64C2521FE0A8 /* glog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.release.xcconfig; sourceTree = ""; }; - 6CE9B79FFDDC3E2098C4798A9532E78A /* React-RCTAppDelegate.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAppDelegate.release.xcconfig"; sourceTree = ""; }; - 6D134F9EFE0C3867ED98A3E48709EA16 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; - 6D17DA30EFCAF458EE4C2111B8A8DEC9 /* React-hermes-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-hermes-dummy.m"; sourceTree = ""; }; - 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 = ""; }; - 6D38B6F407BE4DF76B89D94A410FB525 /* YogaEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = YogaEnums.h; sourceTree = ""; }; - 6D4DC7D2BEB1593169B033160B10F249 /* SharedFunction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedFunction.h; sourceTree = ""; }; - 6D773278A8ABC4902FF620D910305CC1 /* React-Core.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.release.xcconfig"; 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 = ""; }; - 6DE07F48775AC4E4A75A62C348971A59 /* RCTSinglelineTextInputViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSinglelineTextInputViewManager.mm; sourceTree = ""; }; - 6DEEA8C2DE2A23C14A90912AAA2814F0 /* graphicsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = graphicsConversions.h; path = react/renderer/core/graphicsConversions.h; sourceTree = ""; }; - 6DFF46C1DE451B9051058FCC51BBCD7F /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; - 6E66D5405C44D0791F61D90B251EFE3E /* RCTJSThreadManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTJSThreadManager.h; path = ReactCommon/RCTJSThreadManager.h; sourceTree = ""; }; - 6E7F50E04075CCC81E57FFA2B5D42D0E /* MapBufferBuilder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MapBufferBuilder.cpp; path = react/renderer/mapbuffer/MapBufferBuilder.cpp; sourceTree = ""; }; - 6E909717001D32A2FDF0F706518B7447 /* UIView+ComponentViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+ComponentViewProtocol.h"; sourceTree = ""; }; 6ED2C07E6AE77BBD9A6856E523EF6A06 /* React-debug */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-debug"; path = "libReact-debug.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 6F2BCB43F2D90CA90AFD57677AF6013E /* ConstexprMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConstexprMath.h; path = folly/ConstexprMath.h; sourceTree = ""; }; - 6F31324052D15FDFD1993DA1F5D7FA44 /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; - 6F3CE6C5B501D1E1D2852C705DEDDBC7 /* SRSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRSecurityPolicy.h; path = SocketRocket/SRSecurityPolicy.h; sourceTree = ""; }; - 6F6B4237B181B4FD91AE01D59B2F8EF1 /* React-rendererdebug-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-rendererdebug-umbrella.h"; sourceTree = ""; }; - 6F7A2D8706FA3AFC27E898D091F087BA /* RCTAlertController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertController.h; path = React/CoreModules/RCTAlertController.h; sourceTree = ""; }; - 6F83BDB9C6A1CD4464D3274F285A0604 /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; - 6F891A311CBDCBBB8CCCC34FF078DA6C /* AbsoluteLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = AbsoluteLayout.cpp; sourceTree = ""; }; - 6F9A7D467E30F1383A11DE8EA731A421 /* Overload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Overload.h; path = folly/Overload.h; sourceTree = ""; }; - 6FC77928D710E7327FE86C70DF8ACDCB /* 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 = ""; }; - 6FD38FAD8A311E35017382E7DE572186 /* React-RCTAnimation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.release.xcconfig"; sourceTree = ""; }; - 6FFAD9769DE92D744B6181125D39B726 /* RCTPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPrimitives.h; path = Fabric/RCTPrimitives.h; sourceTree = ""; }; 6FFB7B2992BB53405E6B771A5BA1E97D /* DoubleConversion */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DoubleConversion; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 701DA5EF2C35D3F8011D186617366218 /* MallctlHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallctlHelper.h; path = folly/memory/MallctlHelper.h; sourceTree = ""; }; - 7033FDC249F96E3FA25A2448A14309E6 /* LegacyViewManagerInteropViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropViewProps.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewProps.h; sourceTree = ""; }; - 70ABC8DA207A3A8A45463E985A6A9015 /* RCTDynamicTypeRamp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDynamicTypeRamp.h; sourceTree = ""; }; - 70DC41C10D582E727DA3BC7000EB2217 /* RootShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RootShadowNode.cpp; path = react/renderer/components/root/RootShadowNode.cpp; sourceTree = ""; }; - 70E5A8D2888F115BFA774729905B85D4 /* InputAccessoryShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InputAccessoryShadowNode.h; path = react/renderer/components/inputaccessory/InputAccessoryShadowNode.h; sourceTree = ""; }; - 710F026F983B17060BC541732BA2E5E7 /* React-CoreModules.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.release.xcconfig"; sourceTree = ""; }; - 7130F091284B04E59AC3B61D682835C5 /* React-RCTAppDelegate-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAppDelegate-dummy.m"; sourceTree = ""; }; - 7144604DADD0AF104F8A8936C08D3299 /* RCTDeprecation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeprecation.h; sourceTree = ""; }; - 7157DE4FF39A888005019A6919C6304D /* boost.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = boost.release.xcconfig; sourceTree = ""; }; - 715CC4FFB1543773CC9243A7C81A0540 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "React/I18n/strings/zh-Hans.lproj"; sourceTree = ""; }; - 7185D7F700090409397E2024E771101D /* RawValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawValue.cpp; path = react/renderer/core/RawValue.cpp; sourceTree = ""; }; - 718BA92ED8D9DB27328957A4672E3980 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; - 718D4D78E0BAE0CC2A7AE58A6FBEA36A /* SafeAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAssert.h; path = folly/lang/SafeAssert.h; sourceTree = ""; }; - 72188071CCFD3B99269572936DAC43DD /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/Math.h; sourceTree = ""; }; - 721C1F5D32D91C9EDACC1DDE52E50C13 /* SizingMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SizingMode.h; sourceTree = ""; }; - 723CD21A5983E2EEB1D5C5C0ED4AB002 /* AttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AttributedString.h; path = react/renderer/attributedstring/AttributedString.h; sourceTree = ""; }; - 7279CE3F33264B701FBDD4FA067549FD /* React-Fabric-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Fabric-dummy.m"; sourceTree = ""; }; - 729855E0C41B82077DDA2290F0B0BCBD /* RCT-Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCT-Folly-dummy.m"; sourceTree = ""; }; - 72C4C8188DCE019DF0CC800A71794161 /* RCTFontProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFontProperties.h; sourceTree = ""; }; - 72EB645CDB2F99BC29E70A028BCD9C8E /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; - 730235DDA150C36CC2CB7DE4E053C4DF /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDeviceInfo.h; path = React/CoreModules/RCTDeviceInfo.h; sourceTree = ""; }; - 730D97184A125EF55709BB9A2F121F61 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; - 7312162C2F1520D72135CAE5BF35F2F0 /* ImageResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageResponse.h; path = react/renderer/imagemanager/ImageResponse.h; sourceTree = ""; }; - 731262C9CB979CB1AD98C71D7C7CF606 /* RCTActivityIndicatorViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTActivityIndicatorViewComponentView.mm; sourceTree = ""; }; - 732688D92C1058B4D3B68B3EF5CB178C /* dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dynamic.h; path = folly/dynamic.h; sourceTree = ""; }; - 732B61BD1B3ED5B0D69F19B50C439986 /* RCTLocalAssetImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLocalAssetImageLoader.mm; sourceTree = ""; }; - 733162AA885C229D969A8D2D46A539BC /* RCTAlertController.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAlertController.mm; sourceTree = ""; }; - 733BFFD3B016C6F70CC399D8815C1C89 /* BaseTouch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseTouch.h; path = react/renderer/components/view/BaseTouch.h; sourceTree = ""; }; - 7350D90D235F0E829948F766094A036B /* FollyMemcpy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FollyMemcpy.h; path = folly/FollyMemcpy.h; sourceTree = ""; }; - 7359DE378D0EDA07BE8B122BCBFF5578 /* EventEmitters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventEmitters.h; path = react/renderer/components/rncore/EventEmitters.h; sourceTree = ""; }; - 73B88D422170852619645B9967D23FC3 /* RCTLogBoxView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLogBoxView.h; path = React/CoreModules/RCTLogBoxView.h; sourceTree = ""; }; - 73DDD7177482B397EF1E5766FA058DFA /* Overflow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Overflow.h; sourceTree = ""; }; - 73F9F5B50A8454106AEB1EAA5892325D /* SRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRWebSocket.h; path = SocketRocket/SRWebSocket.h; sourceTree = ""; }; - 7407F1CA66E64194C662583CFDA85769 /* RCTMultiplicationAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMultiplicationAnimatedNode.mm; sourceTree = ""; }; - 7421CC90E46ABD435AB0387EE1EA9734 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; - 742C3AF45C6DFCCD59E50F7E16853B11 /* React-RCTLinking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.release.xcconfig"; sourceTree = ""; }; - 7433BC11862172106E2F5C35B6657339 /* Invoke.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Invoke.h; path = folly/functional/Invoke.h; sourceTree = ""; }; - 747A52CAE7852C7CF244F4F05849E835 /* LegacyViewManagerInteropViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropViewEventEmitter.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewEventEmitter.h; sourceTree = ""; }; - 74ABAD4AF534C810D1EF5502593B545D /* ShadowNodeFragment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodeFragment.h; path = react/renderer/core/ShadowNodeFragment.h; sourceTree = ""; }; - 74BD35C9E3AB51092A6885FB44E0450B /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBigString.cpp; sourceTree = ""; }; - 74C2C2A0E994E59EC1C51CEF553541EF /* UTF8String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UTF8String.h; path = folly/UTF8String.h; sourceTree = ""; }; - 74F2F889FBF335D9E75D85B951027A20 /* TextShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextShadowNode.h; path = react/renderer/components/text/TextShadowNode.h; sourceTree = ""; }; - 750B6C214AD664C7ED59FB45BD98130C /* 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; }; - 752E5C5E87FAD1AECB11EA5402ADCEAA /* Value.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Value.h; path = react/bridging/Value.h; sourceTree = ""; }; - 7584CB198B86355D8108A694F7821C82 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; - 758A7013B5CA06065EBC5E66238D2598 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFPSGraph.h; path = React/CoreModules/RCTFPSGraph.h; sourceTree = ""; }; - 758DC83B367011431B2D60F803297BD8 /* TouchEvent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TouchEvent.cpp; path = react/renderer/components/view/TouchEvent.cpp; sourceTree = ""; }; - 75A1EC0889B2FF4178C4B15A8C8EAE88 /* ranges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ranges.h; path = include/fmt/ranges.h; sourceTree = ""; }; - 75C5E150D5A514306290A9E7C24C2A0D /* RCTDebuggingOverlayComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDebuggingOverlayComponentView.h; sourceTree = ""; }; - 75D3929A4BC32FBF1BC7B4894572370D /* DebugStringConvertible.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DebugStringConvertible.h; sourceTree = ""; }; - 769BAEE9C92AEEA6A5C4C98AE6FFBD88 /* SimdAnyOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimdAnyOf.h; path = folly/detail/SimdAnyOf.h; sourceTree = ""; }; - 76CA25B1F93ED604DC4E61EAF6D0978C /* BridgelessNativeMethodCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = BridgelessNativeMethodCallInvoker.cpp; sourceTree = ""; }; - 76E0D6A8D590F4F6413E9D16B5EF9A14 /* TextLayoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TextLayoutManager.h; sourceTree = ""; }; - 76F7F73B28269D68B5A04074DDD1EBEB /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; - 7701D60E3AFE1F4F7CF3228F2EB1792B /* DynamicPropsUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicPropsUtilities.h; path = react/renderer/core/DynamicPropsUtilities.h; sourceTree = ""; }; - 7706A182348778EF9482CF0A0A02DC41 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; - 77260F112D6761723348677A23213A75 /* LegacyUIManagerConstantsProviderBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LegacyUIManagerConstantsProviderBinding.h; sourceTree = ""; }; - 77355301C3F9B800166FAFF1B2E09A29 /* RootComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootComponentDescriptor.h; path = react/renderer/components/root/RootComponentDescriptor.h; sourceTree = ""; }; - 7777F6D0013ADB2C7FBD5FE217F042EE /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; - 777CC3EAA5569061A3FF50D574050329 /* RCTRedBoxSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxSetEnabled.h; sourceTree = ""; }; - 77A1CFA157156B29C57AF9F7AACA682D /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/Memory.h; sourceTree = ""; }; - 77B99168E6021298797F07B5B41C5A77 /* Try-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Try-inl.h"; path = "folly/Try-inl.h"; sourceTree = ""; }; - 77CE993F9446B711B336A9AF061A5504 /* fmt.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = fmt.release.xcconfig; sourceTree = ""; }; - 781D69A4824E62BDEA007E77FE7C7288 /* ReactCommon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.release.xcconfig; sourceTree = ""; }; - 785B9FA99B79FC87BCFD6D5B37E05181 /* Pods-ARMSXHost-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ARMSXHost-dummy.m"; sourceTree = ""; }; - 7879619F2C68A16E24B3B26358A77D21 /* StateData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StateData.h; path = react/renderer/core/StateData.h; sourceTree = ""; }; - 787FB74E991421B8AEDB185B0BBAEAD8 /* ReactEventPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactEventPriority.h; path = react/renderer/core/ReactEventPriority.h; 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 = ""; }; - 78AD7158E5A400113CDE110A5030FAC5 /* RCTParagraphComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParagraphComponentView.h; sourceTree = ""; }; - 78B7C7B2B6E065B5004BE13FC19AAEE3 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; - 78CDE0FCF899953D2C2B73508F3AF39C /* RCTUnimplementedNativeComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUnimplementedNativeComponentView.mm; sourceTree = ""; }; - 78CE762868D5B2E46E27A22F1D7D340C /* TextMeasureCache.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextMeasureCache.cpp; path = react/renderer/textlayoutmanager/TextMeasureCache.cpp; sourceTree = ""; }; - 78E1CC226AF07F8BD8256F2155F91C68 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; - 7913A680A7173FA86C4B18FAEAEFFEC3 /* cs.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = cs.lproj; path = React/I18n/strings/cs.lproj; sourceTree = ""; }; - 791AECE23370168CA73DD8DC26ED3CB4 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; - 792014C5B5CC53C6A4E7C3EAFA69D6ED /* Array.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Array.h; path = folly/container/Array.h; sourceTree = ""; }; - 79699708600AEDB701536AA6F6C45AD4 /* ReactCommon-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-umbrella.h"; sourceTree = ""; }; - 7976EC64C5025A11ED15F7D549315801 /* RCTPerformanceLogger.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPerformanceLogger.mm; sourceTree = ""; }; - 79935ABC77CDB209D63CDB2A5C8B0F40 /* BenchmarkUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BenchmarkUtil.h; path = folly/BenchmarkUtil.h; sourceTree = ""; }; - 7999062E448D01962BA8738941E0CE14 /* RCTVirtualTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextView.h; sourceTree = ""; }; - 79CC003D3F5205C371DC8BCBE46FD022 /* SysUio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysUio.h; path = folly/portability/SysUio.h; sourceTree = ""; }; - 79D46BDF48B2F09905E98B9940B2C75F /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = React/I18n/strings/ja.lproj; sourceTree = ""; }; - 79EC44685F3EAD560FCFF1B10F591A79 /* InstanceTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InstanceTarget.h; sourceTree = ""; }; - 79F230CA43B3923BA705770F29C504C6 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; - 7A1025A95B90136351A6183BA106D0A0 /* States.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = States.h; path = react/renderer/components/rncore/States.h; 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 = ""; }; - 7A4BF80CA1D1C2008701059A32351654 /* DebugStringConvertibleItem.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = DebugStringConvertibleItem.cpp; sourceTree = ""; }; - 7A4D45A1805126ED1CD25C84B4FFE9C2 /* SRPinningSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRPinningSecurityPolicy.h; path = SocketRocket/Internal/Security/SRPinningSecurityPolicy.h; sourceTree = ""; }; - 7A53C936AD95FE221E66FEB7B68B677F /* RCTGenericDelegateSplitter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTGenericDelegateSplitter.mm; sourceTree = ""; }; - 7A7404AB8D8964BFE0531C56682163D1 /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/synchronization/MicroSpinLock.h; sourceTree = ""; }; - 7AB42AC0EB19257BDB4CB23DD77110E6 /* base64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = base64.h; path = folly/base64.h; sourceTree = ""; }; - 7B0A8E8F61759E910B9953C7FF640925 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/lang/Bits.h; sourceTree = ""; }; - 7B292553D4F61C21C058393BBC5C292F /* SRHash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRHash.m; path = SocketRocket/Internal/Utilities/SRHash.m; sourceTree = ""; }; - 7B50DA9D8145563CDB81A540AD44A27A /* el.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = el.lproj; path = React/I18n/strings/el.lproj; sourceTree = ""; }; - 7B514510C45046BE196402FD4E82FB33 /* SRIOConsumer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRIOConsumer.m; path = SocketRocket/Internal/IOConsumer/SRIOConsumer.m; sourceTree = ""; }; - 7B5B3F15E7911D3E6C9DE70A968B0F80 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - 7B799169876F75C6B694791908FAA1EB /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/Singleton.h; sourceTree = ""; }; - 7B99DFF63971B1E43EE970337DA587CF /* RuntimeSchedulerBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeSchedulerBinding.h; sourceTree = ""; }; - 7BA8A3BD8BD7DB8632DA71A8C54B665E /* RCTMountingManagerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingManagerDelegate.h; sourceTree = ""; }; - 7BC53C7A5BEF3847B101FEF307CA2F92 /* RCTLocalizationProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTLocalizationProvider.mm; path = Fabric/RCTLocalizationProvider.mm; sourceTree = ""; }; - 7BD19BD4369DA23FCE174C4310A91CC4 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; - 7BE1E23B8571A5646C7E6B62276CE434 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; - 7BEF951846FA55FDFB0C6C6DEB66A0F4 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; - 7C0C0DAB40CE9F75B1F3EE036D65216E /* sv.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = sv.lproj; path = React/I18n/strings/sv.lproj; sourceTree = ""; }; - 7C1A9C63A4A1A6AF7BC8AA204E6A51CE /* RCTImagePrimitivesConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePrimitivesConversions.h; path = react/renderer/imagemanager/RCTImagePrimitivesConversions.h; sourceTree = ""; }; - 7C52213DB2E4B9F60E20E249A20BE397 /* RCTRootViewFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRootViewFactory.mm; sourceTree = ""; }; - 7C8D17581D6C8E0516DFF5EDA39B5522 /* UnstableLegacyViewManagerInteropComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnstableLegacyViewManagerInteropComponentDescriptor.h; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerInteropComponentDescriptor.h; sourceTree = ""; }; - 7C9509515A2A6AB7F72A1A2AA42DD66F /* RCTDebuggingOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDebuggingOverlay.m; sourceTree = ""; }; - 7CBABF2CEB074E60668C673296D22CD0 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; - 7D045BEF7C5B7DA1D883549094CE92E2 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; - 7D0EBA765F12D617EFC58ADC9B1FDEDA /* SafeAreaViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAreaViewShadowNode.h; path = react/renderer/components/safeareaview/SafeAreaViewShadowNode.h; sourceTree = ""; }; - 7D46BA0BA9EECC8D915CA3448D350C46 /* 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; }; - 7D4B16C5729900BD0CF675EE898C8327 /* Synchronized.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Synchronized.h; path = folly/Synchronized.h; sourceTree = ""; }; - 7D6807340C5CADC8C4DEE4640D8620A4 /* React-debug-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-debug-dummy.m"; sourceTree = ""; }; - 7DD17DA36D640E0C4D4E2433A7D47595 /* React-jsi.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.release.xcconfig"; sourceTree = ""; }; - 7E057124F833AB2E455306CBDEC39D74 /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; - 7E424FA9074DD171A4AE55BE52EFAFAB /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; - 7E428E403B2FE1D86C9C01037BA0B0D4 /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTTurboModuleManager.mm; path = ReactCommon/RCTTurboModuleManager.mm; sourceTree = ""; }; - 7E5DABFDE2FAFFBB08480917664B699F /* FlexLine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FlexLine.h; sourceTree = ""; }; - 7E8209264577462872BC1AE7772C476E /* PackedSyncPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PackedSyncPtr.h; path = folly/PackedSyncPtr.h; sourceTree = ""; }; - 7E91D5B262BA640D1E482D0F3176D0A0 /* YogaStylableProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YogaStylableProps.h; path = react/renderer/components/view/YogaStylableProps.h; sourceTree = ""; }; - 7E97294C8FC0C914CDC05FED45336737 /* React-ImageManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-ImageManager.release.xcconfig"; sourceTree = ""; }; - 7EAB5C076EC5BA3D8E0D48CBF9F38DC1 /* TcpInfoDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpInfoDispatcher.h; path = folly/net/TcpInfoDispatcher.h; sourceTree = ""; }; - 7F523C77ABC62B6440B58D3B107A5038 /* React-nativeconfig.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-nativeconfig.release.xcconfig"; sourceTree = ""; }; - 7F87CFACA789A834E9BDE2CDE2817E98 /* LegacyViewManagerInteropState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropState.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropState.h; sourceTree = ""; }; - 7FAF302D3C9D307E6B32CDE6624CBF5D /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; - 7FC160F54A9D50F8F44284D5349F1FC0 /* TextLayoutContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextLayoutContext.h; path = react/renderer/textlayoutmanager/TextLayoutContext.h; sourceTree = ""; }; - 7FD75A2814B33B617B927D38ADBF8A31 /* RCTTouchableComponentViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTouchableComponentViewProtocol.h; path = Fabric/RCTTouchableComponentViewProtocol.h; sourceTree = ""; }; - 7FF4EAD135EA436CA19A2CFAA4085304 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; 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 = ""; }; - 8005688C28A0ABA7A0F699B749222543 /* ExecutionContext.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ExecutionContext.cpp; sourceTree = ""; }; - 8010CC4BA1B1EFE5940915332D084957 /* StubView.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StubView.cpp; path = react/renderer/mounting/StubView.cpp; sourceTree = ""; }; + 7F71D8750C4958911C903FB23321273E /* React-featureflagsnativemodule */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-featureflagsnativemodule"; path = "libReact-featureflagsnativemodule.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 802121F5B756ACBFDD6D08C36246DADD /* React-RCTLinking */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTLinking"; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8028C80B9555B73D8506ED80CC77976D /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; - 803CD3E01ED15C86CE647D538E0A699D /* React-utils.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-utils.debug.xcconfig"; sourceTree = ""; }; - 803E7468EE3C8D2022AA330E982445B3 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; - 808B7909DAF77795B5CAC884D6E8F4D5 /* EventBeat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBeat.cpp; path = react/renderer/core/EventBeat.cpp; sourceTree = ""; }; - 808C3DF73EDCFD47A21FDB81992E3ADB /* format-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "format-inl.h"; path = "include/fmt/format-inl.h"; sourceTree = ""; }; - 80F0BA5DD4EBF5415BE558CBCC6775FF /* RCTMountingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMountingManager.mm; sourceTree = ""; }; - 8158D883521AD1C6E74E9ADA8348322F /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; - 8176863C104CD771DDB717C9059C2ADE /* NSRunLoop+SRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSRunLoop+SRWebSocket.m"; path = "SocketRocket/NSRunLoop+SRWebSocket.m"; sourceTree = ""; }; - 817C6DA0DF2257FC446AAA38B0E47D1F /* RCTComponentViewFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTComponentViewFactory.mm; sourceTree = ""; }; - 81D0F3A14F363F1608E82046BCE6A351 /* RCTColorAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTColorAnimatedNode.h; sourceTree = ""; }; - 8253576244435E870E1D74542BB23ABD /* SmallValueBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SmallValueBuffer.h; sourceTree = ""; }; - 82612A541AC6E496BA48F1D403845984 /* RCTDevLoadingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevLoadingView.mm; sourceTree = ""; }; - 82BDE129A63F08D401D705753189D8B0 /* ThreadId.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadId.cpp; path = folly/system/ThreadId.cpp; sourceTree = ""; }; - 82EBBECA89A3766697D39627C1AA7919 /* SurfaceRegistryBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceRegistryBinding.h; path = react/renderer/uimanager/SurfaceRegistryBinding.h; sourceTree = ""; }; - 831D0A50DA681729D11964A68BBE76B8 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLegacyViewManagerInteropCoordinatorAdapter.mm; 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 = ""; }; - 836A52822AC306D0D74B8AA00560896E /* UIManagerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerDelegate.h; path = react/renderer/uimanager/UIManagerDelegate.h; sourceTree = ""; }; - 837041DFB4BD9BC06D3A57A2C5085BA8 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; - 8399C3FD21BCD992B7C6EF8E65D7C561 /* JSONValueInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSONValueInterfaces.h; path = destroot/include/hermes/inspector/chrome/JSONValueInterfaces.h; sourceTree = ""; }; - 839D658F64809A8904D6F3D76F102F11 /* 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; }; - 83A3B192F64881083392BE94894B0007 /* HermesExecutorFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = HermesExecutorFactory.cpp; sourceTree = ""; }; - 83A7A6D8C76C1C91914B9DAED295AD66 /* Function.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Function.h; path = react/bridging/Function.h; sourceTree = ""; }; - 83A9BF8C806CDAC162103892DE0EF6D8 /* RCTObjectAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjectAnimatedNode.mm; sourceTree = ""; }; - 83B1804846FC5FA7ACBFC82E7F5B9746 /* Unicode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unicode.h; path = folly/Unicode.h; sourceTree = ""; }; - 83B5E92936F08918659E05C0D4C7DCA0 /* RCTAnimatedImage.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimatedImage.mm; sourceTree = ""; }; - 83B7138A4BC765E790CC8C810B8595B6 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; - 83B7DD5970EC44F4CFA157F22B5EF831 /* YGPixelGrid.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGPixelGrid.h; path = yoga/YGPixelGrid.h; sourceTree = ""; }; - 83B9EF6857BF1A4D02FC370DCED6FCA9 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - 83D60FC0472C44AE0EB307C8EBC943AA /* SynthTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynthTrace.h; path = destroot/include/hermes/SynthTrace.h; sourceTree = ""; }; - 8426C44DA26861762164FA1A760C912E /* EventTarget.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventTarget.cpp; path = react/renderer/core/EventTarget.cpp; sourceTree = ""; }; - 842D0CBA4F9A81E4EB27D8F91FDEF20F /* RCTVirtualTextViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVirtualTextViewManager.mm; sourceTree = ""; }; - 8445CF9D61F75DFAC0F579F9AE24E00E /* RCTDynamicTypeRamp.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDynamicTypeRamp.mm; sourceTree = ""; }; - 84747AFC799BEA22D0EC081BDFC36A32 /* RCTRedBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRedBox.mm; sourceTree = ""; }; - 84861068E0BD421B437C1FB5C00F434D /* AtFork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtFork.h; path = folly/system/AtFork.h; sourceTree = ""; }; - 848A64396F42C25BE7087273CBB7F0BB /* React-RCTFabric-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTFabric-umbrella.h"; sourceTree = ""; }; - 849C42E861B1A7BB6DBF6990DE316DB3 /* es-ES.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "es-ES.lproj"; path = "React/I18n/strings/es-ES.lproj"; sourceTree = ""; }; - 84AA447264724F849ACB0AC5F9376047 /* React-Codegen.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Codegen.modulemap"; sourceTree = ""; }; - 84ABA6351EF3389F4732C614A8621121 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; - 8511C4034AC942B934951037FF155A6D /* RCTLogBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLogBox.h; path = React/CoreModules/RCTLogBox.h; sourceTree = ""; }; - 8514E5F95700CB5164C90DA67F76B066 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleRegistry.cpp; sourceTree = ""; }; - 8522B0B2F57A609C0920BF454192FD30 /* RCTLegacyViewManagerInteropComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLegacyViewManagerInteropComponentView.mm; sourceTree = ""; }; - 852403D6B9903100D8D899C9A588F950 /* Pods-ARMSXHost-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ARMSXHost-resources.sh"; sourceTree = ""; }; - 856575C5A576BBE72D1C55601F788145 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - 85792048E6607D309F96F970178CE7F9 /* RCTMultilineTextInputView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMultilineTextInputView.mm; sourceTree = ""; }; 85A01882ED06DFEA2E0CE78BCDB204A7 /* SocketRocket */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SocketRocket; path = libSocketRocket.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 85D78A4720D3FE266A9CF5B0E3C3D3C2 /* RCTSurfacePointerHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfacePointerHandler.h; path = Fabric/RCTSurfacePointerHandler.h; sourceTree = ""; }; - 861317CC673A47B1E4F09442BCD2A738 /* React-RCTActionSheet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.debug.xcconfig"; 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 = ""; }; - 863223676C3B0411784645295A8D4522 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppState.h; path = React/CoreModules/RCTAppState.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 = ""; }; - 86A6C90B011BAACB6EC45480B7FDE31C /* React-Fabric-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Fabric-prefix.pch"; sourceTree = ""; }; - 86CD21C661338CF76FD714E4819D0BEF /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/detail/Singleton.h; sourceTree = ""; }; - 86CEE34FB48D3B911CBA8C5894EA2C8B /* ViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewProps.h; path = react/renderer/components/view/ViewProps.h; sourceTree = ""; }; - 86D0FB670ADAA6BCED1D4950B27B1CFC /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; - 86DCCF8BC7AF31B4818D653C68BB2D7B /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = "FBReactNativeSpec-generated.mm"; sourceTree = ""; }; - 86E4DBA0C611DA72F16A30E45F0B0753 /* ModalHostViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModalHostViewShadowNode.h; path = react/renderer/components/modal/ModalHostViewShadowNode.h; sourceTree = ""; }; - 87B91442ED11F32004E4E74BD282E4DE /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTI18nManager.h; path = React/CoreModules/RCTI18nManager.h; sourceTree = ""; }; - 882413CDCFB2DEE2D8961387BC6CD4AB /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; - 8866BA12B5F7E399698D5839CDFF2D68 /* InstanceHandle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InstanceHandle.cpp; path = react/renderer/core/InstanceHandle.cpp; sourceTree = ""; }; - 887562F1F4991A6942557CE79B53805E /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; - 88967B13C6717CB683996A45DEC57875 /* React-RCTActionSheet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.release.xcconfig"; sourceTree = ""; }; - 88A992CFB4ECCF6CAC2216F0856DB65F /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 88D16BE9001AFA250E05B0A6DF12044A /* TextProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextProps.cpp; path = react/renderer/components/text/TextProps.cpp; sourceTree = ""; }; - 88E308C417A725A796578824E892878E /* ParagraphAttributes.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphAttributes.cpp; path = react/renderer/attributedstring/ParagraphAttributes.cpp; sourceTree = ""; }; - 88F78A57046E1AE06A6F3D2C657E4574 /* TrailingPosition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TrailingPosition.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 = ""; }; - 8980B7C2D6023D0EC77EF277C17227D1 /* HardwareConcurrency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HardwareConcurrency.h; path = folly/system/HardwareConcurrency.h; sourceTree = ""; }; - 89AEA81A40FBE58FD8F197342A3682EF /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - 89B476B2B2F476CB8A0818A25883EAB8 /* React-debug-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-debug-umbrella.h"; sourceTree = ""; }; - 89EA02F7CF0AFCCF9CD8933F501931EE /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; - 8A3C2D7A4025E39FC1FDAFDB55C6A440 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; - 8A4E4F2CB7EBF53F6378C3C1F3827FE5 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; - 8A771AE62F4169383FE7260D6DD6D138 /* React-RCTAppDelegate.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAppDelegate.debug.xcconfig"; sourceTree = ""; }; - 8A971D96C60E5B8A60C64840F9A2A41B /* EventPayloadType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPayloadType.h; path = react/renderer/core/EventPayloadType.h; sourceTree = ""; }; - 8A987A6F8C29E8883B8AD95C5076232E /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; - 8AAE8CC35982681A17144AA7022C354D /* SocketAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketAddress.h; path = folly/SocketAddress.h; sourceTree = ""; }; - 8AD3C7101DE90BCFBE4F1B7F280AF2E3 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; - 8AD5478C02CE20A445EC3E678FF9E5CA /* LayoutResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LayoutResults.h; sourceTree = ""; }; - 8AFE8F048924F7A8798499375AA68271 /* CString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CString.cpp; path = folly/lang/CString.cpp; sourceTree = ""; }; - 8B0C5DC158FA39492DECC3F499AAE6F5 /* RuntimeSchedulerBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeSchedulerBinding.cpp; sourceTree = ""; }; - 8B1383BDE236892AA7E4483B3C877AF7 /* EventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventDispatcher.h; path = react/renderer/core/EventDispatcher.h; sourceTree = ""; }; - 8B333373D4AB0D4175FB88DCE6FA67D4 /* React-featureflags-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-featureflags-umbrella.h"; sourceTree = ""; }; - 8B39F79A21A084E7218972681DF1212C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 8B7D86572DB2B5C7CF324979D3984A2B /* AtomicHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashMap.h; path = folly/AtomicHashMap.h; sourceTree = ""; }; - 8B876A9D3A4A844820B54900FF013BD5 /* ScrollViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewEventEmitter.h; path = react/renderer/components/scrollview/ScrollViewEventEmitter.h; sourceTree = ""; }; - 8B962CABD038A826CB632B9C820D3BC1 /* InputAccessoryState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InputAccessoryState.h; path = react/renderer/components/inputaccessory/InputAccessoryState.h; sourceTree = ""; }; - 8BD2FCAE648DAE287BC8B3C5E50D320F /* UniqueMonostate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UniqueMonostate.h; sourceTree = ""; }; - 8BD3222659878BC9796189417AFC5643 /* RCTSwitchComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSwitchComponentView.mm; sourceTree = ""; }; - 8BD523469474145748E8943C25386EB4 /* RCTSafeAreaViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSafeAreaViewComponentView.mm; sourceTree = ""; }; - 8BE0B3E3E9FE32D2A0140932AFE1105E /* ShadowView.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowView.cpp; path = react/renderer/mounting/ShadowView.cpp; sourceTree = ""; }; - 8BECAA8C902BB9CB16BA90F31A2B4AF6 /* RCTSurfacePresenterBridgeAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfacePresenterBridgeAdapter.mm; path = Fabric/RCTSurfacePresenterBridgeAdapter.mm; sourceTree = ""; }; - 8C1D759A01F346E3AB28340A0A26539A /* SurfaceRegistryBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceRegistryBinding.cpp; path = react/renderer/uimanager/SurfaceRegistryBinding.cpp; sourceTree = ""; }; - 8C249049B94EA7B7498951AF128ED7D1 /* 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; }; - 8C7A64A435E4F2EB8F9E62EE59C3C9D5 /* RawValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawValue.h; path = react/renderer/core/RawValue.h; sourceTree = ""; }; - 8C83DDBE593D0EC0673B4FC575A474FB /* React-runtimeexecutor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimeexecutor.debug.xcconfig"; sourceTree = ""; }; - 8CA37BAD16C2F21BA58A5657E51A1EF8 /* RCTBaseTextInputShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextInputShadowView.mm; sourceTree = ""; }; - 8CAAE190AD01D4A52E8AD389B7F19640 /* Convert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Convert.h; path = react/bridging/Convert.h; sourceTree = ""; }; - 8CB1121446D7C929D8D9FA2FE85F48EB /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; - 8CBA5FDFACE636F02F888E2E87813953 /* RCTLegacyUIManagerConstantsProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTLegacyUIManagerConstantsProvider.mm; path = ReactCommon/RCTLegacyUIManagerConstantsProvider.mm; sourceTree = ""; }; - 8CCE87C95D84F47DF70641910265728E /* SynchronousEventBeat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynchronousEventBeat.h; path = react/renderer/scheduler/SynchronousEventBeat.h; sourceTree = ""; }; - 8CD9DC9F9B2B8CE898DC1C8AAAA0735C /* Array.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Array.h; path = react/bridging/Array.h; sourceTree = ""; }; - 8CE927620143A73493282E99FA9EDCFA /* LayoutAnimationStatusDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationStatusDelegate.h; path = react/renderer/uimanager/LayoutAnimationStatusDelegate.h; sourceTree = ""; }; - 8D07443F9F8CE58F73EE39187877455E /* hermes-engine.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "hermes-engine.debug.xcconfig"; sourceTree = ""; }; - 8D221C7986E72F3793621DB38FB3C4A0 /* Gutter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Gutter.h; sourceTree = ""; }; - 8D72B336AAEA17CD76F573B26352F4FF /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; - 8D7B9C536BB311834141FE5B41A839A3 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; - 8D8A5CE593D8FC9D55A728AAEC19B1AD /* ImageEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageEventEmitter.cpp; path = react/renderer/components/image/ImageEventEmitter.cpp; sourceTree = ""; }; - 8DBF6E1A4168A9C13C4A54DACCCB9CAF /* RCTDebuggingOverlayManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDebuggingOverlayManager.m; sourceTree = ""; }; - 8DE5D388D4D2DC91001361CA74FD1AAB /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; - 8DF6E53574BB45F833682450E4A7339C /* ComponentDescriptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptor.cpp; path = react/renderer/core/ComponentDescriptor.cpp; sourceTree = ""; }; - 8E4EAC0B41FDB49FB486A1491615C567 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; - 8E748C5FBED7C0C756FC4C4A6B5C2E8C /* OpenSSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSL.h; path = folly/portability/OpenSSL.h; sourceTree = ""; }; - 8EE6F0A56B3808390DDD679607CCF72D /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; - 8F172D220F95765CFA361637BAAAA417 /* compile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = compile.h; path = include/fmt/compile.h; sourceTree = ""; }; - 8F2447F846365AD82D3F3577D1FA202F /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; - 8F671A2A4E4BD8E767A5A396E4793F09 /* NetOps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetOps.cpp; path = folly/net/NetOps.cpp; sourceTree = ""; }; - 8F7A7AB82A938EB15CBA2658530256AF /* PageAgent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = PageAgent.cpp; sourceTree = ""; }; - 8FDD74A51002058B82FB55AE5D657564 /* SpookyHashV2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV2.h; path = folly/hash/SpookyHashV2.h; sourceTree = ""; }; - 904CE627E99C677C419B0EB8DCF8BFEA /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; - 9052E26FF92020AFAA064B27532BDD02 /* Enumerate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Enumerate.h; path = folly/container/Enumerate.h; sourceTree = ""; }; - 9059DBE8B26E250613A2D0E82F3BA75F /* AssertFatal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AssertFatal.h; sourceTree = ""; }; - 905BA47C4D9F2CAE68056FF3F32E8301 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; - 905D30DA58596952C5E4AE987463B47E /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; - 906EC23B856C57F6AF327C3DF4EB43E8 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = React/I18n/strings/fr.lproj; sourceTree = ""; }; - 908D006CABFC90D4BADBF7B0C2544818 /* Access.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Access.h; path = folly/container/Access.h; sourceTree = ""; }; - 90A19668235FBD1875C6FC37636CDB37 /* RCTAnimationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimationPlugins.mm; sourceTree = ""; }; - 90C01A0B4DB17D752D3BDD87C1B4D35E /* SRHTTPConnectMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRHTTPConnectMessage.h; path = SocketRocket/Internal/Utilities/SRHTTPConnectMessage.h; sourceTree = ""; }; - 90E941D8F55CEF82EC3824FDE0376BF3 /* ValueFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ValueFactory.h; path = react/renderer/core/ValueFactory.h; sourceTree = ""; }; - 90EFA0B2E7A7C618CB34265AC1B81532 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decorator.h; path = jsi/decorator.h; sourceTree = ""; }; - 90FB4F6CF790D17598DE9C0562632C52 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; - 917B25EF0D073A826D0E80F0B81BFB26 /* json_patch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_patch.h; path = folly/json_patch.h; sourceTree = ""; }; - 917F804BCBB647BB979E26D81818A66A /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; - 918DDD95AD4112E4584E96100AF895A8 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; - 91B53126F00778E3792F8BDC9EF291DA /* CancellationToken-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CancellationToken-inl.h"; path = "folly/CancellationToken-inl.h"; sourceTree = ""; }; - 91E06CCE89D738151E95EA2CB87840BB /* ScrollViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewShadowNode.h; path = react/renderer/components/scrollview/ScrollViewShadowNode.h; sourceTree = ""; }; - 91E5E966C9BA06A775879A6EFFEF786D /* Hazptr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hazptr.h; path = folly/synchronization/Hazptr.h; sourceTree = ""; }; - 92290D3A93A395D069A7BAD9925FF990 /* React-RuntimeCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RuntimeCore-dummy.m"; sourceTree = ""; }; - 928F86E170BEE789EE9C7C344382C914 /* PointerEventsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PointerEventsProcessor.h; path = react/renderer/uimanager/PointerEventsProcessor.h; sourceTree = ""; }; - 93521BC8881C6D40E850987ECDCB8066 /* RCTModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuleRegistry.m; sourceTree = ""; }; - 937EF872F9B051F189B72F49D8D54CAD /* RangeSse42.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeSse42.h; path = folly/detail/RangeSse42.h; sourceTree = ""; }; - 938853A511ADEF345485AD3F69557463 /* RCTInitializing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInitializing.h; sourceTree = ""; }; - 938DC03F8EB05E7BDD33175BF907D170 /* IPAddressV4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV4.h; path = folly/IPAddressV4.h; sourceTree = ""; }; - 93DBDFC746DC71A1636382679061F17B /* RCTMountingTransactionObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMountingTransactionObserverCoordinator.mm; sourceTree = ""; }; - 940E39922E6A20F1986D0F9A5DCD18E1 /* RCTPullToRefreshViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPullToRefreshViewComponentView.h; sourceTree = ""; }; - 9411B293D33E27DF660B0AD46B471D58 /* CalculateLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CalculateLayout.cpp; sourceTree = ""; }; - 9420D7AD954A3382154ED6752B259F05 /* bindingUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = bindingUtils.cpp; path = react/renderer/uimanager/bindingUtils.cpp; sourceTree = ""; }; - 9421A3E84FA6421C8630EC29A59E8B88 /* ErrorUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ErrorUtils.h; sourceTree = ""; }; - 943CF320102AC2260C2887DD123CE846 /* RCTModuloAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuloAnimatedNode.mm; sourceTree = ""; }; - 948D041840A006446DF347EF464CDB97 /* Pods-ARMSXHost-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ARMSXHost-frameworks.sh"; sourceTree = ""; }; - 94BC1DA98B23814F8182260065F722AA /* ShadowNodes.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodes.cpp; path = react/renderer/components/rncore/ShadowNodes.cpp; sourceTree = ""; }; - 94D87B59FEAC0DBA4F9A7E928431AAAE /* Random.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Random.h; path = folly/Random.h; sourceTree = ""; }; - 94E861E527D3E712B7DA0B76FB73D1D9 /* ShadowNodeFamily.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodeFamily.cpp; path = react/renderer/core/ShadowNodeFamily.cpp; sourceTree = ""; }; - 95AB1381ACD7A904CB2E31B03BB5780B /* RCTBaseTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBaseTextShadowView.mm; sourceTree = ""; }; - 95AE7E2CE2FC343544A6B893E4D7E229 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; - 95F4490C7C830CE7EDFD1E7F79557E18 /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = folly/Demangle.h; sourceTree = ""; }; - 96091B0D3B89FA3418D00757D2A1ACA0 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; - 96113ADEC0123151F7A91B85E7E04DB1 /* 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; }; - 962AA8023E519A1F58D71BC1F73C95D0 /* GroupVarintDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarintDetail.h; path = folly/detail/GroupVarintDetail.h; sourceTree = ""; }; - 96489235CABA0BF8A10434FC133718C8 /* AtomicNotification-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicNotification-inl.h"; path = "folly/synchronization/AtomicNotification-inl.h"; sourceTree = ""; }; - 964F574D7321EA827F9D8C57E26C4356 /* hi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hi.lproj; path = React/I18n/strings/hi.lproj; sourceTree = ""; }; - 9660FD17F1B4D2CE1710A29410A8532B /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboCxxModule.cpp; path = react/nativemodule/core/ReactCommon/TurboCxxModule.cpp; sourceTree = ""; }; - 9668F22AD81B720182D9C7F1133935F2 /* hermes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hermes.h; path = destroot/include/hermes/hermes.h; sourceTree = ""; }; - 969722C85D53A300D66C47001CEABFFA /* React-jsinspector-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-umbrella.h"; sourceTree = ""; }; - 969D216DADA9AF02B0339E42E569D42B /* SRIOConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRIOConsumer.h; path = SocketRocket/Internal/IOConsumer/SRIOConsumer.h; sourceTree = ""; }; - 96BFC7A3906ED88F1ADB9B239643A183 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; - 96FDA6BB5E1BD7EDEDAABAAB292FD798 /* React-featureflags.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-featureflags.debug.xcconfig"; sourceTree = ""; }; - 9701851AB467621B0F5FC7F0E02E4330 /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; + 8985EE10A70481BB75C24328A843219B /* boost-boost_privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "boost-boost_privacy"; path = boost_privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; + 89E826D97CCB875AC8AC1FE400311A0F /* React-FabricComponents */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-FabricComponents"; path = "libReact-FabricComponents.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 971F6C319DDD4BD078954A5EF77B5BA7 /* React-featureflags */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-featureflags"; path = "libReact-featureflags.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 975894BABE2B7FE673D35AF6D5589E7A /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; - 977FB42CD545522302B7AEA55376D2F7 /* ExceptionWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionWrapper.h; path = folly/ExceptionWrapper.h; sourceTree = ""; }; - 9784916171D641F8797EA5D740233B01 /* TouchEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TouchEventEmitter.h; path = react/renderer/components/view/TouchEventEmitter.h; sourceTree = ""; }; - 979C366C06F66839D29EECED6CE53107 /* ScrollViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewComponentDescriptor.h; path = react/renderer/components/scrollview/ScrollViewComponentDescriptor.h; 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 = ""; }; - 97E8796B3B6546DB75BD5B36F63F4827 /* RCTDeprecation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeprecation.m; sourceTree = ""; }; - 982AAB27F58C71E3FA007537ED46BB9D /* PolyDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyDetail.h; path = folly/detail/PolyDetail.h; sourceTree = ""; }; - 982FB9397593FB7CCA013C458AACAD7B /* RawTextComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawTextComponentDescriptor.h; path = react/renderer/components/text/RawTextComponentDescriptor.h; sourceTree = ""; }; - 9848E5EDA897DF122EF07B42AF3EEB86 /* GTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTest.h; path = folly/portability/GTest.h; 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 = ""; }; - 988A32BDFB9DB4A15D432025E1B8189C /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; - 988E46C02320D5296247259E2C36FEB0 /* RCTSyncImageManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSyncImageManager.mm; path = react/renderer/imagemanager/RCTSyncImageManager.mm; sourceTree = ""; }; - 9893EA1FB63F742E71AC9FF86B13CAA0 /* RCTInputAccessoryViewContent.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryViewContent.mm; sourceTree = ""; }; - 98A9BB0219FED1FF1585F9AF0080D33C /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; - 98AFE3E11F27139731341387FCF39591 /* CachedMeasurement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CachedMeasurement.h; sourceTree = ""; }; - 98B663A4501CA259CEFF286DB21AF75A /* RCTThirdPartyFabricComponentsProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTThirdPartyFabricComponentsProvider.h; path = Fabric/RCTThirdPartyFabricComponentsProvider.h; sourceTree = ""; }; - 99312AED7ECC730C855ECA610BC722F6 /* React-jsinspector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.release.xcconfig"; sourceTree = ""; }; - 997B7B2A3CC26B9D704D7CB940D7E4C6 /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Align.h; path = folly/lang/Align.h; sourceTree = ""; }; - 99A9A92017677C191675411E55A26E15 /* Telemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Telemetry.h; sourceTree = ""; }; - 99AC806FED17616EFE5CC1539C40E647 /* RCTInputAccessoryContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryContentView.h; sourceTree = ""; }; - 99E851596D4A5EE743DC493671DB9DA3 /* Partial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Partial.h; path = folly/functional/Partial.h; sourceTree = ""; }; - 99EE5CAB5B1A31434BFE2966CC2CDD3B /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; - 99F6AF5D23058E812A2C7D0E582E5576 /* RCTTrackingAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTrackingAnimatedNode.mm; sourceTree = ""; }; - 99FDB0B92432227016961FE6B18CC147 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnstableLegacyViewManagerAutomaticComponentDescriptor.h; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.h; sourceTree = ""; }; - 9A0C8866BA8AF71050E6EF048027041A /* React-RCTImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.debug.xcconfig"; sourceTree = ""; }; - 9A2D6448732AEF55248C8A5444D05053 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.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 = ""; }; - 9A62D11BB82CB6A24A13CAE4D0F6632A /* GCTripwireContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCTripwireContext.h; path = destroot/include/hermes/Public/GCTripwireContext.h; sourceTree = ""; }; - 9A7E0B4304900884F1F7552E271BAE80 /* SplitStringSimd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SplitStringSimd.h; path = folly/detail/SplitStringSimd.h; sourceTree = ""; }; - 9AA2A7851D7CF7F2958658535FBA37E5 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; - 9AA2B44E9E49B9863C4C5BA8CB6A28E7 /* TextProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextProps.h; path = react/renderer/components/text/TextProps.h; sourceTree = ""; }; - 9AA606BF74D8B413256BD1E27F027216 /* propsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = propsConversions.h; path = react/renderer/core/propsConversions.h; sourceTree = ""; }; - 9ABAB090A4FC3BB4A45BC76CC7252A7F /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; - 9B1AC2AFEA0E249306273D56BE3590E5 /* EventTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventTarget.h; path = react/renderer/core/EventTarget.h; sourceTree = ""; }; - 9B79B1DB75D9B325D8C8169A80D4A3B2 /* RCTLogBoxView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLogBoxView.mm; sourceTree = ""; }; - 9BAE4355DB02CCAD2DFEA7415072C9E7 /* React-graphics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-graphics.debug.xcconfig"; sourceTree = ""; }; - 9C0FAA307377663772FDCD8EEA4D9752 /* SRLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRLog.h; path = SocketRocket/Internal/Utilities/SRLog.h; sourceTree = ""; }; - 9C2C86849EFF4540E17985878BA3D310 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; - 9C4C729C4CFCE004E2B8FB3FDBCD27D3 /* BaseTextShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseTextShadowNode.h; path = react/renderer/components/text/BaseTextShadowNode.h; sourceTree = ""; }; - 9C8E60D1A85074013102AB37CC3AC244 /* RCTWebSocketModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketModule.mm; sourceTree = ""; }; - 9CA3417ED0B8CDE1906D3202E80B148D /* Iterators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterators.h; path = folly/detail/Iterators.h; sourceTree = ""; }; - 9CD54D7F194F0BD9489F42A2D3E64C4E /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; - 9CE099CBF34256DACE7D464D9AFEE370 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; - 9CF866653F6F48704A2353BCAD0651E7 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; - 9D4810C6E9690ADC9492C08B4924FC04 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; - 9D4C9889A06836355BB265ABF84D3D79 /* ImageRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageRequest.h; path = react/renderer/imagemanager/ImageRequest.h; sourceTree = ""; }; - 9D4F433A894BEB76CE99603ECCB3CAFD /* CoreFeatures.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CoreFeatures.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; }; - 9D99B50356C9778BA542FCE4CD9BB0AC /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; 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 = ""; }; - 9E10B75635C6529FAC3434C03130AD1C /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; - 9E3A917CB3BA26B9BC0F3F4FBD5997AB /* RCTRootComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootComponentView.h; sourceTree = ""; }; - 9E426A95185ACA0887A87616ED998250 /* LayoutMetrics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutMetrics.h; path = react/renderer/core/LayoutMetrics.h; sourceTree = ""; }; - 9E6068776F49102288177FE25869B4F8 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; - 9E7B867D7DB4CF516F004F37863BB256 /* RCTAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimatedNode.mm; sourceTree = ""; }; - 9E9FCBEA8F08B2916D2926B96E30BC04 /* RCTHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHost.h; path = ReactCommon/RCTHost.h; sourceTree = ""; }; - 9EB378BB69B6DAAF3F48BD7CBE642388 /* ImageComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageComponentDescriptor.h; path = react/renderer/components/image/ImageComponentDescriptor.h; sourceTree = ""; }; - 9EF22F9FEF599CD68768FB539BDFF2EA /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; - 9F28D242BEF1402D8B9C8C562951C9F7 /* React-Core.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.debug.xcconfig"; sourceTree = ""; }; - 9F430B94B3843A911314AF58774586AD /* 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; }; - A008CCFC5413C3AB8ACFA946E72D0391 /* Color.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Color.h; sourceTree = ""; }; - A0197A4DC36B2D5912A64EE87E22F5C7 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/animations/conversions.h; sourceTree = ""; }; - A039B416955B3A3A5630B48286855DAF /* React-debug.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-debug.modulemap"; sourceTree = ""; }; - A03B32E4E0DE628E68B2898250C84108 /* React-featureflags-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-featureflags-dummy.m"; sourceTree = ""; }; - A0563166E9176C76AB4A964101191BC9 /* ParagraphEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphEventEmitter.cpp; path = react/renderer/components/text/ParagraphEventEmitter.cpp; sourceTree = ""; }; - A09332652A2DA7B2F95FDC212274928B /* Fcntl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fcntl.h; path = folly/portability/Fcntl.h; sourceTree = ""; }; - A14A8291138DC9BA0F188009A07F615D /* React-Codegen.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Codegen.release.xcconfig"; sourceTree = ""; }; - A15839F814DADB41C64C22E4110F06A0 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; - A1BB280BEFD80D66923C09252A0B60BC /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; - A1CEF46D0C7C7E998683378E42C3497D /* HostPlatformViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformViewProps.h; sourceTree = ""; }; - A1D0FC1AEF422E097A8D82DB46C6A297 /* zu.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = zu.lproj; path = React/I18n/strings/zu.lproj; sourceTree = ""; }; - A1D31BC19CDB2744564B68ABF2C9835F /* RCTSpringAnimation.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSpringAnimation.mm; sourceTree = ""; }; - A1E73B5FB53931E406FC32D77790097D /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; - A1EC9A4A6250BE316F17C86AA9D296F5 /* RCTParagraphComponentAccessibilityProvider.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTParagraphComponentAccessibilityProvider.mm; sourceTree = ""; }; - A1F56CAB50E999AD2214D30A36B4DA79 /* MapBufferBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapBufferBuilder.h; path = react/renderer/mapbuffer/MapBufferBuilder.h; sourceTree = ""; }; - A20C4310F37B27157202B5958F9B98B5 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; - A21102F799BECBA7DD6D1B4572FEFC39 /* ShadowTree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTree.h; path = react/renderer/mounting/ShadowTree.h; sourceTree = ""; }; - A211E2AA3192C6B32189CBDE68927CAC /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; - A24A54F908C73FA0A61B73A977E54CCA /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; - A24D349FAA75EB24D77BAAFCBFCEA7C7 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeToJsBridge.cpp; sourceTree = ""; }; - A275DD42FB75440C81B2F60BD6B23196 /* fmt.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = fmt.debug.xcconfig; sourceTree = ""; }; - A292FA71FE711F1ADCEA40EE7B755C68 /* React-jserrorhandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jserrorhandler-prefix.pch"; sourceTree = ""; }; - A2A78F7537FA92BE9E0B34A0DE157212 /* EventQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventQueue.h; path = react/renderer/core/EventQueue.h; sourceTree = ""; }; - A2AC6B64BBD7E1AE9042C3A78D170624 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; - A2E0CC7FE1E13A74C4D36B9CD35F9BD2 /* AttributedStringBox.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AttributedStringBox.cpp; path = react/renderer/attributedstring/AttributedStringBox.cpp; sourceTree = ""; }; - A2E8652189AEFEC58162855B790CFA15 /* Futex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Futex.h; path = folly/detail/Futex.h; sourceTree = ""; }; - A38A53B0D7873409A09BC3776937F6BA /* PageTarget.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = PageTarget.cpp; sourceTree = ""; }; - A3B4504723D37DDB3A1BBB28AE41070F /* Dirent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Dirent.h; path = folly/portability/Dirent.h; sourceTree = ""; }; - A3BEDA63847792F073E059313578D0B3 /* RCTSwitchComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchComponentView.h; sourceTree = ""; }; - A3C9D1E98313560B81892BE279A713CE /* RCTLinkingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingManager.mm; sourceTree = ""; }; - A3E7EFC6E7C60A83E2646217CA048AD4 /* RCTDevLoadingViewSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingViewSetEnabled.m; sourceTree = ""; }; - A412EE9F47BA5A8D06868E0269309349 /* RCTHost+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTHost+Internal.h"; path = "ReactCommon/RCTHost+Internal.h"; sourceTree = ""; }; - A4139D4722C46C68313B5EB99F76A9C5 /* RCTAccessibilityManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAccessibilityManager.mm; sourceTree = ""; }; - A42F52E67217821D593A9899821282FC /* LayoutMetrics.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutMetrics.cpp; path = react/renderer/core/LayoutMetrics.cpp; sourceTree = ""; }; - A434F26C3BADFB2132EFD865DB26C006 /* SchedulerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SchedulerDelegate.h; path = react/renderer/scheduler/SchedulerDelegate.h; sourceTree = ""; }; - A43C1B14F1018F4B603503BF2E6E2524 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - A4B66E5EE613B50508C9843E979B62AB /* Point.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Point.h; sourceTree = ""; }; - A4BF608C8381FDCBB2F9569AC050577C /* RCTReactTaggedView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTReactTaggedView.mm; sourceTree = ""; }; - A4DBF56470408F62F5CFC5811EC41C55 /* ParkingLot.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParkingLot.cpp; path = folly/synchronization/ParkingLot.cpp; sourceTree = ""; }; - A4DDC9D9C0D677E599F4AFA9F49C13C4 /* RawPropsKey.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawPropsKey.cpp; path = react/renderer/core/RawPropsKey.cpp; sourceTree = ""; }; - A50261C398CB13ACC11FDF512576358F /* RCTVirtualTextShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVirtualTextShadowView.mm; sourceTree = ""; }; - A51E241CE73DEC0FA9F72D544D18EAAB /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A52B026F48910CB6D176FB5AE1BD82CF /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; - A569412B7BA16F97F7F6FB5AEDE08F8C /* Dimension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Dimension.h; sourceTree = ""; }; - A59B4516CD846173BE025374FD7945AE /* React-cxxreact.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.release.xcconfig"; sourceTree = ""; }; A5B49761F8D1EB12585DD45CAA2E489F /* React-logger */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-logger"; path = "libReact-logger.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A5E3F9DD67CF6CCF23FCA3F637624E7A /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.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 = ""; }; - A6089080D87F1EA61392D51457C78F30 /* React-RCTVibration.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.release.xcconfig"; sourceTree = ""; }; - A60AF9FCCCE5BF31883FCC330EB0B803 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; - A623F7C48D60831122175706C71A74EA /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.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; }; - A6BB42C32564D7C067A75160B7457050 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - A6E21B3D9A76F241B93CEF7D2AA19709 /* New.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = New.h; path = folly/lang/New.h; sourceTree = ""; }; - A71CEB58958B86A748DE0D85A952DC21 /* NativeComponentRegistryBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeComponentRegistryBinding.h; path = react/renderer/componentregistry/native/NativeComponentRegistryBinding.h; sourceTree = ""; }; - A73C5E230E9CFC9ECD972DCA522B0F7F /* RCTSettingsPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsPlugins.h; path = Libraries/Settings/RCTSettingsPlugins.h; sourceTree = ""; }; - A78A0789C1D17212CE78F74D52B9EEAB /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; - A7A10B4DCE4A128687BB5B604031AEF4 /* RCTTextPrimitivesConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextPrimitivesConversions.h; sourceTree = ""; }; - A7CDF9E97D044762C37CF380DC086899 /* AtomicIntrusiveLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicIntrusiveLinkedList.h; path = folly/AtomicIntrusiveLinkedList.h; sourceTree = ""; }; - A7CFA7A2304D3D777B0FBF4A2E8661A3 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; - A7D7A393B495A94F9DCE8B80EB5AA103 /* InputAccessoryComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InputAccessoryComponentDescriptor.h; path = react/renderer/components/inputaccessory/InputAccessoryComponentDescriptor.h; sourceTree = ""; }; - A7E629347F88F47B0B45BD8E4D8A0BF6 /* RCTDefaultCxxLogFunction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefaultCxxLogFunction.h; sourceTree = ""; }; - A7F8E36C9D81FB57DDA7EB8EC20A60D3 /* RCTTextAttributes.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextAttributes.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 = ""; }; - A85CEF5EBE8292CAA7A6A85BF610EAD7 /* RuntimeScheduler_Modern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeScheduler_Modern.h; sourceTree = ""; }; - A899981F40E5C561A1BBA17F0ECBBD96 /* React-rendererdebug-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-rendererdebug-prefix.pch"; sourceTree = ""; }; - A8A477AA317D2F4BCDC091391C6A29E1 /* RawPropsParser.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawPropsParser.cpp; path = react/renderer/core/RawPropsParser.cpp; sourceTree = ""; }; - A8AE9DACDA5CC8730FD0177B10997AB4 /* RawTextShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawTextShadowNode.cpp; path = react/renderer/components/text/RawTextShadowNode.cpp; sourceTree = ""; }; - A8C887ADCF6F6D1E5FC6EBC2F4571D6C /* RCTActivityIndicatorViewComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewComponentView.h; sourceTree = ""; }; - A9043A1A89BC54C1210D53E7AF2ABC5A /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; - A918BEAB03A1B7509CA3FD953673E1D5 /* RCTImageResponseDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageResponseDelegate.h; path = Fabric/RCTImageResponseDelegate.h; sourceTree = ""; }; - A930C7D76B1903159B465AE350790694 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; - A945AE383969D5B4AC29974625C53F64 /* Rcu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Rcu.h; path = folly/synchronization/Rcu.h; sourceTree = ""; }; - A94F7B69E14A38FC9A94C8450BA067B5 /* ko.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ko.lproj; path = React/I18n/strings/ko.lproj; sourceTree = ""; }; - A973A9E051CAE387C846E0C778B66ED9 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; - A98351F0320C9AF31CA592437F51DFD5 /* Pods-ARMSXHost */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "Pods-ARMSXHost"; path = "libPods-ARMSXHost.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A9B4FDC281D57460A7A3B27400ADC113 /* RectangleEdges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RectangleEdges.h; sourceTree = ""; }; - A9F8AEC654615A18952845DC088AD98E /* RawTextProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RawTextProps.cpp; path = react/renderer/components/text/RawTextProps.cpp; sourceTree = ""; }; - AA00B5E22396877C8EFA071E6225AD21 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; - AA25D3C52F429A9D8BD5082246F02D26 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; - AA3A3C340B0E34E2DE91A75386812EC9 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; - AA3F185266B8E4E5A4AE9A8DC2922CD2 /* RCTConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConstants.m; sourceTree = ""; }; - AA4742126BD58E1262D51BF14B48DEEE /* LayoutResults.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = LayoutResults.cpp; sourceTree = ""; }; - AA7F07EF37D4596AE0186B980BB34356 /* RCTAlertManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAlertManager.mm; sourceTree = ""; }; - AA9AD0BAB451F4712B6E21C20412ED8D /* EventBeat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBeat.h; path = react/renderer/core/EventBeat.h; sourceTree = ""; }; - AA9BFE26E831DA12A8DBB9F01A6F87BF /* RCTBridgeProxy.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBridgeProxy.mm; sourceTree = ""; }; - AAD39B6573A41BD7D6602597239DED50 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; - AAE7B5B91DF91D2E6142821597C256E1 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; - AAF4DA1DA2D688AADC65A0DA9B5471DF /* SRError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRError.h; path = SocketRocket/Internal/Utilities/SRError.h; sourceTree = ""; }; - AB01BD84F3F4680CEDA591BAC7FE61F7 /* RCTRuntimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRuntimeExecutor.h; path = ReactCommon/RCTRuntimeExecutor.h; sourceTree = ""; }; - AB0582F68004A908B1AD696E25B23CF5 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; - AB1459102548D6C97BDF32F7673BD1DC /* Checksum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Checksum.h; path = folly/hash/Checksum.h; sourceTree = ""; }; - AB2C3E39EF0480003392B1B34382441C /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; - AB3065BC1723E238FF985D2A37F0A542 /* RCT-Folly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "RCT-Folly.release.xcconfig"; sourceTree = ""; }; - AB34590D8728EB8F012D05C4127344CF /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; - AB6B32F88010B897C8CBEDA90F51EF81 /* SimpleSimdStringUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SimpleSimdStringUtils.h; path = folly/detail/SimpleSimdStringUtils.h; sourceTree = ""; }; - ABBA551280206771922D5DC817EFBF28 /* RCTDevLoadingViewSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewSetEnabled.h; sourceTree = ""; }; - ABDCD3454DE0CF0CC0BF931C0E5447CE /* RCTCursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCursor.h; sourceTree = ""; }; - ABFB31B1CFA919E3A2A14C8CC694BE21 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAccessibilityManager.h; path = React/CoreModules/RCTAccessibilityManager.h; sourceTree = ""; }; - AC04A5C67B4CC06104E1FAC9CDF58712 /* SharedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedMutex.h; path = folly/SharedMutex.h; sourceTree = ""; }; - AC6EFE8DBF35FE077A6901E6F7D34861 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; - AC78FE2264081DAE21E1EA4CCD20FFD9 /* RCTTextLayoutManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextLayoutManager.mm; sourceTree = ""; }; - ACB19B3834326BB6D82BE056BDEDFA04 /* uk.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = uk.lproj; path = React/I18n/strings/uk.lproj; sourceTree = ""; }; - AD16D5AA10E8416443D8D1FF1460C44B /* Format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Format.h; path = folly/Format.h; sourceTree = ""; }; - AD29B45C17572843FBF6146FD5BF87E6 /* SRIOConsumerPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRIOConsumerPool.h; path = SocketRocket/Internal/IOConsumer/SRIOConsumerPool.h; sourceTree = ""; }; - AD3F4A324C01435E44A01B398167D607 /* RCTInputAccessoryViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInputAccessoryViewManager.mm; sourceTree = ""; }; - AD601E06293D3A3930BE7C2006B41F2B /* SaturatingSemaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SaturatingSemaphore.h; path = folly/synchronization/SaturatingSemaphore.h; sourceTree = ""; }; - AD6843527C30E58A8AED0FE5E88EE252 /* React-perflogger-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-perflogger-dummy.m"; sourceTree = ""; }; - AD9F7065064489383E01F85885787331 /* WebSocketInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WebSocketInterfaces.h; sourceTree = ""; }; - ADB1EB7B64740066B60B011E8520D8B3 /* AccessibilityProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AccessibilityProps.cpp; path = react/renderer/components/view/AccessibilityProps.cpp; sourceTree = ""; }; - ADC1F7EE30C81C0C295DBCE75FF97144 /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleBinding.cpp; path = react/nativemodule/core/ReactCommon/TurboModuleBinding.cpp; sourceTree = ""; }; - ADC21E6203A42D717BE49E8E588CB0D5 /* SplitStringSimdImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SplitStringSimdImpl.h; path = folly/detail/SplitStringSimdImpl.h; sourceTree = ""; }; - ADFB94DF20815CA867FAEA9D35F9D00F /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; - AE45D4CB885CACA4B317542378B0D81F /* NSURLRequest+SRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLRequest+SRWebSocket.h"; path = "SocketRocket/NSURLRequest+SRWebSocket.h"; sourceTree = ""; }; - AE8C9FA47D47B64CE6F506ABE68FCF06 /* DiscriminatedPtrDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtrDetail.h; path = folly/detail/DiscriminatedPtrDetail.h; sourceTree = ""; }; - AF297E87957501039602459E49565C20 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; - AF4F2747F8432A28255D7C55A70B234C /* React-RCTSettings.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.release.xcconfig"; sourceTree = ""; }; - AF50566AA315264062C67DAAC94A4CBE /* ParagraphProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphProps.h; path = react/renderer/components/text/ParagraphProps.h; sourceTree = ""; }; - AF533E2FAC8498EA170C8285E3994081 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; - AF7D614752F879AA7611D5F017458B0C /* SafeAreaViewState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAreaViewState.cpp; path = react/renderer/components/safeareaview/SafeAreaViewState.cpp; sourceTree = ""; }; - AF8C036BD6C21D79062BF19285B1DE9E /* WeakFamilyRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WeakFamilyRegistry.cpp; path = react/renderer/leakchecker/WeakFamilyRegistry.cpp; sourceTree = ""; }; - AF9CF163A2E439881D977D559EE09655 /* Pods-ARMSXHost.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ARMSXHost.debug.xcconfig"; sourceTree = ""; }; - AF9D497296CABABB7CE63B6FCA2F0A4E /* RCTWebSocketExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketExecutor.mm; sourceTree = ""; }; - AFA05C6038FF74BCA94133C1B8263434 /* React-runtimescheduler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-runtimescheduler-prefix.pch"; sourceTree = ""; }; - AFA51EAC9ACF977CC4DF66A9C24D3396 /* RCTAppDelegate+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTAppDelegate+Protected.h"; sourceTree = ""; }; - AFAEF578C155F412D05E26AF9E63C602 /* AtFork.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AtFork.cpp; path = folly/system/AtFork.cpp; sourceTree = ""; }; - AFB4030F8AEA52657FE3C979AC1CBFEB /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; - AFE29F41E5F76E3A032C2CFAEE370BD5 /* Justify.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Justify.h; sourceTree = ""; }; - AFE2AC3DE4D98F6A8B6D36ADB8E51F46 /* AtomicUtil-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicUtil-inl.h"; path = "folly/synchronization/AtomicUtil-inl.h"; sourceTree = ""; }; - B0062A75B9B27F370B75ADD05FA8E9BD /* RCTGenericDelegateSplitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTGenericDelegateSplitter.h; sourceTree = ""; }; - B0082C6B04E8E39C47D4E57A238F7EE2 /* React-graphics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-graphics.modulemap"; sourceTree = ""; }; - B00AD257443A678CFBC3ADD5A0EFE21C /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; - B029F9E6DD71013B990BBBDDC8127418 /* RCTSurfaceRegistry.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfaceRegistry.mm; path = Fabric/RCTSurfaceRegistry.mm; sourceTree = ""; }; - B02E29691F4A47AB1EAB5CC1932AA70E /* RCTViewUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewUtils.h; sourceTree = ""; }; - B02E6E730A273BCBAAB434BD6D2576E3 /* MicroLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroLock.h; path = folly/MicroLock.h; sourceTree = ""; }; - B074B0314F1B2339B425C500F1C092E3 /* SessionState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SessionState.h; sourceTree = ""; }; - B07F73246764E395281393D1BFD73751 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; - B081794C7F2B476E329A5E79F2C3530F /* MapBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapBuffer.h; path = react/renderer/mapbuffer/MapBuffer.h; sourceTree = ""; }; - B0A1643BF71DE16FFA228713DA55E535 /* CacheLocality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CacheLocality.h; path = folly/concurrency/CacheLocality.h; sourceTree = ""; }; - B0A6CFFD0F4EE0C9D60577C1D0BC80B3 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; - B0DAEFF4C4B41030F08CCE46754D4EF4 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; - B1492BA96B69489FCA50F4BBFD32CDD2 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; - B14E707CE52AAE2AFDD37F5ACC1648F4 /* RCTDisplayWeakRefreshable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDisplayWeakRefreshable.h; path = Libraries/Image/RCTDisplayWeakRefreshable.h; sourceTree = ""; }; - B159432A0D462B5E94046B7320846BC4 /* CArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CArray.h; path = folly/lang/CArray.h; sourceTree = ""; }; - B1B953EB6D006DAADBAE61D87563136D /* Sealable.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sealable.cpp; path = react/renderer/core/Sealable.cpp; sourceTree = ""; }; - B1E237C96578C19196333BE79DA09129 /* RCTEventDispatcher.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTEventDispatcher.mm; sourceTree = ""; }; - B222607BD79B79EA46BBA68F606016E7 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; - B22CC8C78C8AE1C360D0188962CBCDAD /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; - B236D2CF49A9AC4F40A02E5F0B2A002E /* id.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = id.lproj; path = React/I18n/strings/id.lproj; sourceTree = ""; }; - B26ED0D66CE8C4E9555E5CBB38A68A90 /* AbsoluteLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AbsoluteLayout.h; sourceTree = ""; }; - B2AD55F6F39B7DCC3C5FFB39677F0392 /* TransactionTelemetry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TransactionTelemetry.cpp; path = react/renderer/telemetry/TransactionTelemetry.cpp; sourceTree = ""; }; - B2DA18CEB3A1B39D6DEFDA830C70B7AE /* SafeAssert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAssert.cpp; path = folly/lang/SafeAssert.cpp; sourceTree = ""; }; - B2DFCEEDF3A19A7B1790C7FF7B94DE14 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; - B2E248534FFFC1A70A45B00D2BCE37C5 /* React-RCTAnimation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.debug.xcconfig"; sourceTree = ""; }; - B2E48584CE00818568FAE7E0052826E8 /* RuntimeSchedulerClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeSchedulerClock.h; sourceTree = ""; }; - B30E194D8450A8C2A236B06E9E6092F3 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CxxNativeModule.cpp; sourceTree = ""; }; - B32465A7B304C55D416657F5078DC373 /* color.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = color.h; path = include/fmt/color.h; sourceTree = ""; }; - B32A4900BCDC18E5FA1C1600AC4F6179 /* TelemetryController.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TelemetryController.cpp; path = react/renderer/mounting/TelemetryController.cpp; sourceTree = ""; }; - B32CE247FEEC1814744A3421CB654796 /* HeterogeneousAccess-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "HeterogeneousAccess-fwd.h"; path = "folly/container/HeterogeneousAccess-fwd.h"; sourceTree = ""; }; - B3997AADB58C600255F8E343186B53D6 /* ShadowNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodes.h; path = react/renderer/components/rncore/ShadowNodes.h; sourceTree = ""; }; - B3B9EA49BC7B0C2C636503F7180A48FF /* Node.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Node.cpp; sourceTree = ""; }; - B3F2A0DDE7B638DC6DF6BAB18CD6FECA /* React-nativeconfig-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-nativeconfig-dummy.m"; sourceTree = ""; }; - B41CA2872B3100D34E5916BD9747FFA2 /* Replaceable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Replaceable.h; path = folly/Replaceable.h; sourceTree = ""; }; - B42CCF71FFEC6D2C195823D19B389D7B /* stubs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stubs.h; path = react/renderer/mounting/stubs.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 = ""; }; - B4B21600525181D26AEE998D4ABBC15C /* RCTImageComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageComponentView.h; sourceTree = ""; }; - B5064A3BEE1A3C3FCAD920D6A97DEFC0 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; - B51057788643765C0DC916C7AEC2AD30 /* Scheduler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Scheduler.cpp; path = react/renderer/scheduler/Scheduler.cpp; sourceTree = ""; }; - B527AB779074503EF1DC2F3D2E067E21 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; - B558BA5EFD16D582EA3A899781B11873 /* RCTImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageManager.h; path = react/renderer/imagemanager/RCTImageManager.h; sourceTree = ""; }; - B572B8E091BE36B3D1B98CC887295719 /* HermesRuntimeAgentDelegate.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = HermesRuntimeAgentDelegate.cpp; sourceTree = ""; }; - B574D0032048A628BD8C6C6FE0A6E6EA /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; - B5816B892008E1A21E1024C0E0124DA7 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; - B5FB57B51DE6EF82D0C0C45C52ECC138 /* UnimplementedViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnimplementedViewComponentDescriptor.h; path = react/renderer/components/unimplementedview/UnimplementedViewComponentDescriptor.h; sourceTree = ""; }; - B624D97F0C4F4349B3C7014B291501B6 /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; - B651B68BFFB1701EACBE28B8A2C4D286 /* React-RCTImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.release.xcconfig"; sourceTree = ""; }; - B6577792B784C0F015CBBC9C2A12DDEC /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/portability/String.h; sourceTree = ""; }; - B6A866CA3EE1ADEEDF264EFCEC0F0F57 /* std.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = std.h; path = include/fmt/std.h; sourceTree = ""; }; - B6C1BFE180C6BF0DE4B7768B72614404 /* 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 = ""; }; - B6E7325A7061569B6DC12EF9E250D906 /* ShadowNodeFragment.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodeFragment.cpp; path = react/renderer/core/ShadowNodeFragment.cpp; sourceTree = ""; }; - B6F37D13CE5A1DE0E74413865B70883A /* Poly-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Poly-inl.h"; path = "folly/Poly-inl.h"; sourceTree = ""; }; - B76023D1E0E1A7B26C01336E769EA53C /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTEventDispatcher.h; path = React/CoreModules/RCTEventDispatcher.h; sourceTree = ""; }; - B760BD0A5C01A4F41C400D6041769DC2 /* RawTextProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawTextProps.h; path = react/renderer/components/text/RawTextProps.h; sourceTree = ""; }; B7610E9FDE749C16C0B1CDAAF3B2DDC2 /* React-utils */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-utils"; path = "libReact-utils.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B7614CB0231D264BA6051B08AAB6F161 /* Unit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Unit.h; sourceTree = ""; }; - B79329DA6D2014A9DF6F839DAEE556C3 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; - B797800645D9DCAD28A63367CF4B5E31 /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; - B7B0981426A94B6A363F9F164A08795A /* RCTImageManagerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageManagerProtocol.h; path = react/renderer/imagemanager/RCTImageManagerProtocol.h; sourceTree = ""; }; - B7B6D770DF6537C02AA3DAEBA7388C1C /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; - B80F4FC7EE869CCE382BC6E48AE1A75D /* RCTJSThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSThread.m; sourceTree = ""; }; - B82B0B8749481575C4791E92E6A913FC /* InspectorFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorFlags.h; sourceTree = ""; }; - B83DFBC0279E4DF8CFA602D622946926 /* CheckedMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CheckedMath.h; path = folly/lang/CheckedMath.h; sourceTree = ""; }; - B84E035A6E0337B8D2E9A89DD75F68D1 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; - B85CB187F4F11EFC73A638F27E5E0D8A /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; - B8CFC3D2C8D5E81B2420FABF804F91F9 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; - B8EE883969234B8D43CEA19B78B08828 /* Windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Windows.h; path = folly/portability/Windows.h; sourceTree = ""; }; - B90528A77D01C08993F26CD11D1B4DE3 /* 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; }; - B9526C02299DCF291D494CD8CE4B53DE /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; - B961252FCD7C94824015991688E536F3 /* RCTKeyboardObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTKeyboardObserver.mm; sourceTree = ""; }; - B96E044D3F7357379783C7A78CDBEDE6 /* TextShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TextShadowNode.cpp; path = react/renderer/components/text/TextShadowNode.cpp; sourceTree = ""; }; - B98BF52746B0B980E78EED445D1A79D3 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; - B9A282BBD3293C93F822D4E024536E96 /* React-Mapbuffer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Mapbuffer.release.xcconfig"; sourceTree = ""; }; - B9CC2B87AA979A0CE226E57B8BE306A7 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/memory/Malloc.h; sourceTree = ""; }; - B9D3972D37EEFA3F739772C71A6AD194 /* RCTImageComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageComponentView.mm; sourceTree = ""; }; - B9E48622FBE28E3560D6B27EFF441B33 /* RCTActionSheetManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTActionSheetManager.mm; sourceTree = ""; }; - B9EAD62D7DB75EEB711C7BC9E3E2B970 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; - B9FF361F61B7A378542F02A30393DF63 /* IntrusiveHeap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IntrusiveHeap.h; path = folly/container/IntrusiveHeap.h; sourceTree = ""; }; - BA0789FEC812E84EFD52940E7F2714B3 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; - BA1ED2C6B8260C2B2281C0155EE5B3DE /* ViewComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewComponentDescriptor.h; path = react/renderer/components/view/ViewComponentDescriptor.h; sourceTree = ""; }; - BA25862F2D984A5BC66CD55126A854A6 /* RCTAppearance.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppearance.mm; sourceTree = ""; }; - BA3EA27CF2F0A3DC0BDED991C6074DE9 /* ReactNativeFeatureFlagsDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeFeatureFlagsDefaults.h; sourceTree = ""; }; - BA486BBBC474CA291DCBCAB4ECF56C5E /* RCTUtilsUIOverride.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtilsUIOverride.h; sourceTree = ""; }; - BA4DC46A209C68A22450F45E72C9E535 /* SRURLUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRURLUtilities.m; path = SocketRocket/Internal/Utilities/SRURLUtilities.m; sourceTree = ""; }; - BA60FB5ED927F00F270942512B3D4982 /* RCTSurfaceProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceProtocol.h; sourceTree = ""; }; - BA65D9E6F4256901BCDB2FDF70513A45 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp; sourceTree = ""; }; - BA6A1F73E24EF0981B4ECC4C04FC600E /* RCTLocalizationProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalizationProvider.h; path = Fabric/RCTLocalizationProvider.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 = ""; }; - 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 = ""; }; - BB129DF16C75C841FB327B4E98936CB4 /* InspectorUtilities.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorUtilities.cpp; sourceTree = ""; }; - BB28941ABF5B601834F6C58A6EA81139 /* React-RuntimeHermes-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RuntimeHermes-dummy.m"; sourceTree = ""; }; - BB2D4F3D9EA6B428CD822160742EC53F /* SysSyscall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysSyscall.h; path = folly/portability/SysSyscall.h; sourceTree = ""; }; - BB2E815DAE4DF0CD915ABE318DC3C878 /* RCTDeprecation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTDeprecation.release.xcconfig; sourceTree = ""; }; - BB369F446CC300C9E096C9BC7E422F70 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; - BB3DFC1D2D9EB18B97D3E2DB54A6A886 /* RCTImageShadowView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageShadowView.mm; sourceTree = ""; }; - BB646DC869C17A5360FE272918BBCF7F /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactMarker.cpp; sourceTree = ""; }; - BBAA6714B59FDAB63CB3D51FFFAB5E9F /* SRMutex.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRMutex.m; path = SocketRocket/Internal/Utilities/SRMutex.m; sourceTree = ""; }; - BBCFDB39D48C37A3AF9AA77A7A2AFE14 /* SRSIMDHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRSIMDHelpers.h; path = SocketRocket/Internal/Utilities/SRSIMDHelpers.h; sourceTree = ""; }; - BBE2B529666092F7DEC3C687F33200F0 /* AtomicHashUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashUtils.h; path = folly/detail/AtomicHashUtils.h; sourceTree = ""; }; - BC364CF31927464BE0F641AF992E1C16 /* React-rendererdebug-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-rendererdebug-dummy.m"; sourceTree = ""; }; - BC384C199B1347B14BCE2CC3091CC47B /* SRHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRHash.h; path = SocketRocket/Internal/Utilities/SRHash.h; sourceTree = ""; }; - BC39E29024F6C2E6D8328004AA75AA55 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; - BC52B1A213C8B0E916FF1332823499D3 /* React-perflogger-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-perflogger-prefix.pch"; 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 = ""; }; - BC8F2B92080E9D51C6A44899524175E6 /* Color.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Color.cpp; sourceTree = ""; }; - BC99B7B1285B2D309DE9D2950E561F8B /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; - BCA4B995FCA633E532EC78345A862CC7 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; - BCAC44179D6C3CC5B04796C3E17C0C1C /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTiming.h; path = React/CoreModules/RCTTiming.h; sourceTree = ""; }; - BCC2857DF084432B88FD752F83A129A5 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; - BCC4E782757A77A7BC61107042DE9686 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; - BCE80CF8B841672C3A200AF86984A1ED /* SocketRocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SocketRocket-prefix.pch"; sourceTree = ""; }; - BD007EC7409E2E4D96C946DB0AC3A579 /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LongLivedObject.cpp; path = react/bridging/LongLivedObject.cpp; sourceTree = ""; }; - BD19AD40A4F9F9E0D4ADEA164ED91A49 /* ShadowTreeRevision.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowTreeRevision.h; path = react/renderer/mounting/ShadowTreeRevision.h; sourceTree = ""; }; - BD30E83CE490141E6B5BA6390C50B488 /* LayoutAnimationKeyFrameManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutAnimationKeyFrameManager.cpp; path = react/renderer/animations/LayoutAnimationKeyFrameManager.cpp; sourceTree = ""; }; - BD3D9FA7A4F2AD3916A2F1E09BE4A064 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; - BD52A822E13E3FBE427F01FAFF774941 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/portability/Malloc.h; sourceTree = ""; }; + BA6198501C8FE4824D863DC9EF32C614 /* RCT-Folly-RCT-Folly_privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "RCT-Folly-RCT-Folly_privacy"; path = "RCT-Folly_privacy.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; + BB214EC5C784D0D6F134C8412AE88BD7 /* React-Core-React-Core_privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "React-Core-React-Core_privacy"; path = "React-Core_privacy.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; BD71E2539823621820F84384064C253A /* React-Core */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-Core"; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BD97BF7A092A2CFE70580790B0CB9844 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; - BDA3C52C76B2C3F5E9BA936CB0B3B9C6 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; - BDDE1E23EDC2A48A734BA1205A508A8E /* React-jsiexecutor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.release.xcconfig"; sourceTree = ""; }; - BDF13C88501EFE942373F31789817E96 /* React-rendererdebug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rendererdebug.debug.xcconfig"; sourceTree = ""; }; - BE03B009848EA83B7DC5F360AD538460 /* RCTScrollViewComponentView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTScrollViewComponentView.mm; sourceTree = ""; }; - BE0AF3307E5CBAD278B985B08BFBAA89 /* ReactInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactInstance.cpp; sourceTree = ""; }; - BE2252C1E227B6B138921BA745C6ABC7 /* Traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Traits.h; path = folly/Traits.h; sourceTree = ""; }; - BE3FDF8DA7FE1545D44C607298413359 /* UIManagerCommitHook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerCommitHook.h; path = react/renderer/uimanager/UIManagerCommitHook.h; sourceTree = ""; }; - BE5A44A54B39A676EB8ECEF3D4CF8E3D /* NetworkSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetworkSocket.h; path = folly/net/NetworkSocket.h; sourceTree = ""; }; - BE84A1319BC701C3D487855896D16A6D /* PlatformColorParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PlatformColorParser.h; sourceTree = ""; }; - BEA7C3C05105F52C08E3DEEC860ED2AE /* ConnectionDemux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ConnectionDemux.h; sourceTree = ""; }; - BEFDBF0E44A75F62D06B4C839F893A33 /* RCTNetworkPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkPlugins.mm; 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 = ""; }; - BF23DEDCAEAE2D4F44EF25FE9D52F4C4 /* RCTImageUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageUtils.mm; sourceTree = ""; }; - BF47F3C9ABF993A8E290C79C987F2884 /* RCTImageViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageViewManager.mm; sourceTree = ""; }; - BF71298151398B24660A43ACCDBA96E5 /* RCTDeprecation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTDeprecation-dummy.m"; sourceTree = ""; }; - BF9571EE9790208D500564BD0816AC45 /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = react/nativemodule/core/ReactCommon/TurboModuleBinding.h; sourceTree = ""; }; - BFB1EF76816F9E81AFB23731174D361D /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; - BFC341984441A8435563302AF4D95FB1 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; - BFD656D20B44A26C87CF180FE0BB0C53 /* HostPlatformColor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = HostPlatformColor.mm; 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; }; - C0332AE82DF359C0D3543B7B77E48800 /* ScopedExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ScopedExecutor.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 = ""; }; - C079E673F6ED9AAF8EB1D7822BC1949E /* InputAccessoryShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InputAccessoryShadowNode.cpp; path = react/renderer/components/inputaccessory/InputAccessoryShadowNode.cpp; sourceTree = ""; }; - C09D1BCC94FFE3C6143459C161E5ACEF /* SRProxyConnect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRProxyConnect.h; path = SocketRocket/Internal/Proxy/SRProxyConnect.h; sourceTree = ""; }; - C0B4E2293A77594ABE3F76C5D290BC33 /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; - C0C1ACDF69A617CDF300D4D23BC37BBE /* React-debug-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-debug-prefix.pch"; sourceTree = ""; }; - C1048419B4983DE793F491B94DFC6CBA /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; - C10546A1BF2F135147FA92CDE9B52FAE /* RCTBridgeConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeConstants.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 = ""; }; - C12C3D6B1123247D5DAAA20F8602D4E6 /* RCTFontUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFontUtils.mm; sourceTree = ""; }; - C1358BA12EAC1143D94CE9FB2A766530 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; - C1456A462D41B77D300EBEF6EBE1A4EA /* ModalHostViewState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ModalHostViewState.cpp; path = react/renderer/components/modal/ModalHostViewState.cpp; sourceTree = ""; }; + C05EBB3B373CC1725293E8AF145C0801 /* Pods-ARMSX */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "Pods-ARMSX"; path = "libPods-ARMSX.a"; sourceTree = BUILT_PRODUCTS_DIR; }; C1A919103EAC9813D236486C34FC0A21 /* React-RCTVibration */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTVibration"; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C1F1D1490197D301C76A501E0D1B3188 /* ShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNode.cpp; path = react/renderer/core/ShadowNode.cpp; sourceTree = ""; }; - C209F0784180009D77410067EA3EE216 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; - C21B313A05F5E9041DB5281BC005E55F /* RCTCxxInspectorPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxInspectorPackagerConnection.mm; sourceTree = ""; }; - C230DA31F009BBBB74798CD3CE527F8E /* F14MapFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14MapFallback.h; path = folly/container/detail/F14MapFallback.h; sourceTree = ""; }; - C24F01AEC429B3D58B49E53F3597993E /* RCTMountingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingManager.h; sourceTree = ""; }; - C262602AB83D8CD1B075F3C5414479AB /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; - C2A68EC0B51E82FA7C4011B2982C989D /* React-jsi.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.debug.xcconfig"; sourceTree = ""; }; - C2A9B4F68357E3430FABEDC4EF682BE5 /* RCTBundleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleManager.h; sourceTree = ""; }; - C2E2AE6369DFA8A0D905A8DE00239990 /* React-RuntimeApple.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeApple.debug.xcconfig"; sourceTree = ""; }; - C2F72E6B2AF332ACB58E6F7DB5BBA2FA /* StateUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StateUpdate.h; path = react/renderer/core/StateUpdate.h; sourceTree = ""; }; - C32920036DAE3C20F1840181BC975BDA /* DoubleConversion-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-umbrella.h"; sourceTree = ""; }; - C3727C15517DBF5C64AFB177A6A9282D /* RawTextShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawTextShadowNode.h; path = react/renderer/components/text/RawTextShadowNode.h; sourceTree = ""; }; - C39F14B4B7A9B9E6357B151C2B6BB986 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; - C3A48141C5DA78A08DB8A2E1D30AB6D9 /* Syslog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Syslog.h; path = folly/portability/Syslog.h; sourceTree = ""; }; - C4045A9D0F40F7C2B91CC9C20B6F1A3C /* React-rncore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rncore.debug.xcconfig"; sourceTree = ""; }; - C478AD11D7FB9C0A0B04B1FF3F1BAA25 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; - C4C297316C4043B6B8550AE758C4DF78 /* AssertFatal.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = AssertFatal.cpp; sourceTree = ""; }; - C4EC4C02AFACADF949E7010ACACF4B85 /* Ordering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Ordering.h; path = folly/lang/Ordering.h; sourceTree = ""; }; - C50906D2CF6FE301E36DF7D93F95FDF0 /* AccessibilityProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AccessibilityProps.h; path = react/renderer/components/view/AccessibilityProps.h; sourceTree = ""; }; - C54D05625DBB27BF070448016B7C9393 /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; 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 = ""; }; - C57F60EF58FD5C47B5C038C9F51107CB /* FBReactNativeSpecJSI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FBReactNativeSpecJSI.h; sourceTree = ""; }; - C5984D5CBF3FC999AC2E131828486CEC /* UnbatchedEventQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnbatchedEventQueue.h; path = react/renderer/core/UnbatchedEventQueue.h; sourceTree = ""; }; - C5D841F2ACEA57E779E40C4C70B12E3F /* ModalHostViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ModalHostViewShadowNode.cpp; path = react/renderer/components/modal/ModalHostViewShadowNode.cpp; sourceTree = ""; }; - C609B9B197B8A3F2BDE1ACD63B3F7C29 /* RCTFabricComponentsPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFabricComponentsPlugins.h; sourceTree = ""; }; - C60C4BC6DAAF3661DA51ABCA7C93C06F /* RCTFontUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFontUtils.h; sourceTree = ""; }; - C63CFF38F0B941ACFF7650995734A48E /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; - C63D4E1591B21A7636310E7E4FFFA6A8 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; - C65143A6ADE85A8A2DDCF0ABA8EA13E1 /* ImageProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageProps.cpp; path = react/renderer/components/image/ImageProps.cpp; sourceTree = ""; }; - C66B66E853F19F4C86C646985B1184F1 /* RCTScrollEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollEvent.m; sourceTree = ""; }; - C6CA6B189A988B8698FE6C297AA0B3C6 /* 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; }; - C6CD5E1D0A40A3BD51F58A9904E1EF53 /* HermesExport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HermesExport.h; path = destroot/include/hermes/Public/HermesExport.h; sourceTree = ""; }; - C6D06FE2AC5245C5C209F880CE93DE9D /* RCTImagePlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImagePlugins.mm; sourceTree = ""; }; - C6DE3596EE87E4F980FE2D7A58C76CD0 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/text/conversions.h; sourceTree = ""; }; - C6F6A7E1F8151CF46197457A74394B94 /* RCTCxxInspectorWebSocketAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxInspectorWebSocketAdapter.mm; sourceTree = ""; }; - C70C16DCA33025B090C7C9C0E8D528AB /* Edge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Edge.h; sourceTree = ""; }; - C7165A67371DA0002EC4FD4FB4EE9332 /* TurboModulePerfLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModulePerfLogger.h; path = react/nativemodule/core/ReactCommon/TurboModulePerfLogger.h; sourceTree = ""; }; - C720CB140218A319CD4BCA51B58E2837 /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = React/I18n/strings/nl.lproj; sourceTree = ""; }; - C75DA8745CE4466794A80F96B5D8947A /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; - C774A6C7BD9904AE2CADB074C280A870 /* React-RCTAppDelegate-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAppDelegate-umbrella.h"; sourceTree = ""; }; - C7891A1695A92EF0EE3D79FC7792120E /* HazptrThrLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThrLocal.h; path = folly/synchronization/HazptrThrLocal.h; sourceTree = ""; }; - C803953850B991CE29972A490A7B33AC /* Registration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Registration.h; sourceTree = ""; }; - C830EC1C96EEE4D909009BA1C5F0FDA9 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; - C83937B5634BE0D7461160EBFCC759E2 /* React-RuntimeApple-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RuntimeApple-dummy.m"; sourceTree = ""; }; - C841EBF4EA54874310931234AE10B9C0 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = primitives.h; sourceTree = ""; }; - C844508F5FF5CB3FE66B8F8DF7302612 /* PropagateConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropagateConst.h; path = folly/lang/PropagateConst.h; sourceTree = ""; }; - C8530656993002C125911F1BD8FF0CBA /* ComponentDescriptorProviderRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorProviderRegistry.h; path = react/renderer/componentregistry/ComponentDescriptorProviderRegistry.h; sourceTree = ""; }; - C865771650C5A0BA10B1F3AB7B36399F /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; - C87FD57CD4AD96B0BBB45FC4FEFA1AE7 /* MPMCPipeline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipeline.h; path = folly/MPMCPipeline.h; sourceTree = ""; }; - C8F4839D9C832DBDA166AE9AEA9703BB /* React-RuntimeHermes.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeHermes.release.xcconfig"; sourceTree = ""; }; - C90B9CF892A94FC128B4698F8058A06C /* Base.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Base.h; path = react/bridging/Base.h; 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; }; - C95FA1A372B789BD7CB7C4BA8A5B1F86 /* RCTLegacyUIManagerConstantsProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLegacyUIManagerConstantsProvider.h; path = ReactCommon/RCTLegacyUIManagerConstantsProvider.h; sourceTree = ""; }; - C981FCFDF37E877B75038B1246411D6A /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/Exception.h; sourceTree = ""; }; - C98457DC90397243F1D37823AFC1B88C /* ComponentDescriptorProviderRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptorProviderRegistry.cpp; path = react/renderer/componentregistry/ComponentDescriptorProviderRegistry.cpp; sourceTree = ""; }; - C9BBAB8DD3A07A56FC902CC374E80A3B /* AtomicUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUtil.h; path = folly/synchronization/AtomicUtil.h; sourceTree = ""; }; - C9D5620C8F48C50FCD5E3773D62BDFAE /* RuntimeTarget.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeTarget.h; sourceTree = ""; }; - C9E6057F3A67F78810FBD1E0742DC847 /* PlatformRunLoopObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PlatformRunLoopObserver.h; sourceTree = ""; }; - C9F020D397516A20ED109653A6540A27 /* React-runtimescheduler.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimescheduler.release.xcconfig"; sourceTree = ""; }; - C9FA2111792B3263822E75649BD66902 /* SocketRocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketRocket.h; path = SocketRocket/SocketRocket.h; sourceTree = ""; }; - C9FCAA7A951AF04295896855A44E7D6F /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; - C9FF65FD1E2621B5355569E491B0AC85 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; - CA0E675F132A5B02729359348A2E9170 /* React-RCTBlob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.release.xcconfig"; sourceTree = ""; }; - CA2513AA41CEF7FA9A42BF4C8BF31AD1 /* RCTSettingsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsPlugins.mm; sourceTree = ""; }; - CA2C3226656A954564E63E2FEB9170CC /* RCTUITextField.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUITextField.mm; sourceTree = ""; }; - CA69419C699C779F51EC2294FE37593C /* SanitizeThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeThread.h; path = folly/synchronization/SanitizeThread.h; sourceTree = ""; }; - CA86A71648C8045BF8A96B225E26E40D /* CustomizationPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CustomizationPoint.h; path = folly/lang/CustomizationPoint.h; sourceTree = ""; }; - CA8ED47CE53D1B82B0147D259FFA7D43 /* ObjCTimerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjCTimerRegistry.h; path = ReactCommon/ObjCTimerRegistry.h; sourceTree = ""; }; - CAACD991F2CF50067B4447D8419F5B05 /* RuntimeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeAdapter.h; path = destroot/include/hermes/inspector/RuntimeAdapter.h; sourceTree = ""; }; - CAC38C699E4BD785D30ECAEC5E5EF0F6 /* UnbatchedEventQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnbatchedEventQueue.cpp; path = react/renderer/core/UnbatchedEventQueue.cpp; sourceTree = ""; }; - CAF0D8BDFD7930FE4F1844B8DC29797F /* Comparison.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Comparison.h; sourceTree = ""; }; - CB027A92361F7CF889CAB836E490C149 /* ConcurrentSkipList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentSkipList.h; path = folly/ConcurrentSkipList.h; sourceTree = ""; }; - CB09B5D601E9D8E2835DC156B4079CC4 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; - CB25C53848C0A941542FFFCFDADED366 /* BridgeNativeModulePerfLogger.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BridgeNativeModulePerfLogger.cpp; path = reactperflogger/BridgeNativeModulePerfLogger.cpp; sourceTree = ""; }; - CB6B8D1522F135D7F29FBCAAEEF1103B /* LegacyUIManagerConstantsProviderBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = LegacyUIManagerConstantsProviderBinding.cpp; sourceTree = ""; }; - CBA499CC06895F2A457A9E2C3A7250F3 /* React-runtimeexecutor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-runtimeexecutor.release.xcconfig"; sourceTree = ""; }; - CBC8B43C8992F34DF7CD32D7923EDE53 /* File.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = File.h; path = folly/File.h; sourceTree = ""; }; - CBE6DF429093AFB07FEBC0B57C5F10E4 /* vi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = vi.lproj; path = React/I18n/strings/vi.lproj; sourceTree = ""; }; - CBED11019ED3BE2CD4C26A2FD21B24C1 /* Likely.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Likely.h; path = folly/Likely.h; sourceTree = ""; }; - CC336B1D81C55C787005AE437C70EB35 /* 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; }; - CC91FDC94E55938A0F105FCC3D4FE542 /* SRProxyConnect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRProxyConnect.m; path = SocketRocket/Internal/Proxy/SRProxyConnect.m; sourceTree = ""; }; - CC9B5475ECE31B255BF18DF4B8002236 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; - CCCCA85307C7F5CAA6F8F137DC8860BE /* Pretty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Pretty.h; path = folly/lang/Pretty.h; sourceTree = ""; }; - CCCE4B1960E8873B679F0B404ED84869 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; - CCDCF593C8DD5D7090FEF2C319A3E6D8 /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; - CD01646014E4581B9D5E49E93C8B660F /* debugStringConvertibleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = debugStringConvertibleUtils.h; sourceTree = ""; }; - CD064946837AA10E169FAD3D8571C547 /* React-featureflags.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-featureflags.release.xcconfig"; sourceTree = ""; }; - CD093127D8ACCA89B53D00BF8611DF26 /* zh-Hant-HK.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hant-HK.lproj"; path = "React/I18n/strings/zh-Hant-HK.lproj"; sourceTree = ""; }; - CD0C06BAC55CB15F45E71416B7D4DA0E /* SRRandom.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRRandom.m; path = SocketRocket/Internal/Utilities/SRRandom.m; sourceTree = ""; }; - CD32E49724D87DC73F3032F8EC9E547F /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; - CD3CEEDC1E9ACD81072165706FFE8553 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = React/I18n/strings/pl.lproj; sourceTree = ""; }; - CD9584B11750794F8B4808CF19721BF8 /* RawPropsKeyMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsKeyMap.h; path = react/renderer/core/RawPropsKeyMap.h; sourceTree = ""; }; - CDA9FA6636F777E0E99B42FC89F7ACAE /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; - CDAD6A5523FD342E128575ADA09B6CA3 /* propsConversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = propsConversions.h; path = react/renderer/components/view/propsConversions.h; sourceTree = ""; }; - CDB12602CDFBD59E17016FD9B53B112E /* React-hermes.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-hermes.release.xcconfig"; sourceTree = ""; }; - CDC3B17D32A5EA0E050D7F945543353D /* RCTDeprecation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTDeprecation-prefix.pch"; sourceTree = ""; }; - CDC4647B1A30D567636ED178019A70B6 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; - CDF0AA59BE2242A27C23542BCFE3D3E7 /* RCTScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTScheduler.h; path = Fabric/RCTScheduler.h; sourceTree = ""; }; - CE1B39FD7FFD63DC0261B41D36CADC3D /* ro.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ro.lproj; path = React/I18n/strings/ro.lproj; sourceTree = ""; }; - CE39D13A8AE6DCAC48A80AD861F29E53 /* 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; }; - CE4DA2169CDCC91ECAC58B3FFD73759A /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; - CE4F352241E750994254CACB3900290C /* Exception.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Exception.cpp; path = folly/lang/Exception.cpp; sourceTree = ""; }; - CE9D2C3D650F258AF6F59170332F5EA1 /* PointerEvent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PointerEvent.cpp; path = react/renderer/components/view/PointerEvent.cpp; sourceTree = ""; }; CEA45A2349847B8CEAC9ABF565A04BD0 /* React-ImageManager */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-ImageManager"; path = "libReact-ImageManager.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - CEAB7E0F44B7E43CA9E06632EDAA5B06 /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Align.h; sourceTree = ""; }; - CEB9F227E2ADF8153303B0CB9A5B174F /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; - CEE5A4AC8FC6FCAF736815BA540FFCA6 /* RCTScrollEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollEvent.h; sourceTree = ""; }; - CF0CC535988C4C141BA1AF044FA0790A /* Buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Buffer.h; path = destroot/include/hermes/Public/Buffer.h; sourceTree = ""; }; - CF255B61B69815838708E6D7882F85C1 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; - CF272568956493C584F65C9CC1AFD096 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/components/view/primitives.h; sourceTree = ""; }; - CF69DB5F0EF9FBA1C8B18C90C2A94E60 /* RCTConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvert.mm; sourceTree = ""; }; - CF9E8353281D1C3DE0C65A3F7643C68B /* Launder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Launder.h; path = folly/lang/Launder.h; sourceTree = ""; }; - CFBAA91154D63D788000A507C872D157 /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/detail/IPAddress.h; sourceTree = ""; }; - CFC56904ACC5A9EC3A31A16A1B3BA566 /* ReactNativeVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeVersion.h; sourceTree = ""; }; - D02FB693F077C4873E5C80FF04AC5132 /* ComponentDescriptorRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ComponentDescriptorRegistry.cpp; path = react/renderer/componentregistry/ComponentDescriptorRegistry.cpp; sourceTree = ""; }; - D0620B8D2F51A881D7795A7E0271ED75 /* RCTLegacyViewManagerInteropCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTLegacyViewManagerInteropCoordinator.mm; path = react/renderer/components/legacyviewmanagerinterop/RCTLegacyViewManagerInteropCoordinator.mm; sourceTree = ""; }; - D06C3EAA5A3F63D273A6AC59E4E476EA /* React-Codegen-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Codegen-prefix.pch"; sourceTree = ""; }; - D08D23948F1F4CA7C3E8F5F78C41D578 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = jsi/instrumentation.h; sourceTree = ""; }; - D0A248ECE38782508A7B4FB5125D5543 /* UnimplementedViewComponentDescriptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnimplementedViewComponentDescriptor.cpp; path = react/renderer/components/unimplementedview/UnimplementedViewComponentDescriptor.cpp; sourceTree = ""; }; - D1117A88FB7162B6CAEBF4C78536CD36 /* React-callinvoker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.debug.xcconfig"; sourceTree = ""; }; - D13BEA8D45AC6350D8DE3148B7AD4C05 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSExecutor.cpp; 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 = ""; }; - D186B57ED13C45E4B7937F11A715DC35 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; - D194EEAA48BA4DF3272E11DAD4DB6DDA /* FallbackRuntimeAgentDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FallbackRuntimeAgentDelegate.h; sourceTree = ""; }; - D19AE62F7BEB32E7B8A4958D0F5393F5 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; - D1A404D2808846CA1594C6C7F191A7D5 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; - D1C29624546038DCFAE9385CBC490A7F /* WaitOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WaitOptions.h; path = folly/synchronization/WaitOptions.h; sourceTree = ""; }; - D1DB8836431627F483FCA5DE130AAAEE /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; D22EED118A762A7D7BC88A4ADBB7026E /* React-RuntimeCore */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RuntimeCore"; path = "libReact-RuntimeCore.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - D236EC6A7B9F6742C8852D835A68D32B /* SurfaceHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceHandler.h; path = react/renderer/scheduler/SurfaceHandler.h; sourceTree = ""; }; - D242A54F845284DF31137ECD14FDB150 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = React/I18n/strings/es.lproj; sourceTree = ""; }; - D253FFFF5BD918E014633817C32ED7D7 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; - D26855BB5BF3F1FA5429F84EF16A99DB /* TransactionTelemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TransactionTelemetry.h; path = react/renderer/telemetry/TransactionTelemetry.h; sourceTree = ""; }; - D269811E11C1AAF43B2D9EE8D2BE5A2D /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; - D2740183297D1AA8286FDCEE5ADD2A0A /* YGNodeLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodeLayout.h; path = yoga/YGNodeLayout.h; sourceTree = ""; }; - D2BE3AE83E642F8C25CA572FE90C680F /* RCTMultilineTextInputViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMultilineTextInputViewManager.mm; sourceTree = ""; }; - D2C9ED696976E2CB67C8A67EA51E5CFC /* React-utils-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-utils-dummy.m"; sourceTree = ""; }; - D2E639F57C80F20E749E4AAA4336E32B /* ExceptionWrapper-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExceptionWrapper-inl.h"; path = "folly/ExceptionWrapper-inl.h"; sourceTree = ""; }; - D33BF9E42E6E5CEF3647C99A049FDCA1 /* Sse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sse.h; path = folly/detail/Sse.h; sourceTree = ""; }; - D33E3048BBC4EAD9E6705591ABCA5AAB /* RCTMockDef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMockDef.h; sourceTree = ""; }; - D34AD0A0C0EDA2344CF2431A75B8229B /* LayoutableShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutableShadowNode.h; path = react/renderer/core/LayoutableShadowNode.h; sourceTree = ""; }; - D34F743F8E5993E1AC8693BF6E3D5E2F /* RCTRequired.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.debug.xcconfig; sourceTree = ""; }; - D3625E10C70B662E2454C9405248CA3D /* BaseTextProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseTextProps.h; path = react/renderer/components/text/BaseTextProps.h; sourceTree = ""; }; - D377CD00A244277356490F0DF3679CEA /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; - D497E76046E37F717F52014E5267C35F /* RCTBridgeModuleDecorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModuleDecorator.h; sourceTree = ""; }; - D4ACE5BFAD0A26BF75DA2187977474B9 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; - D4D2C05DB64B876AF84B5B94B00C0CCB /* React-RCTAppDelegate.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-RCTAppDelegate.modulemap"; sourceTree = ""; }; - D4F5D773F1253ED16827041711C94B92 /* RCTMountingTransactionObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMountingTransactionObserverCoordinator.h; sourceTree = ""; }; - D5050EBBFA2476CD6D702252277B18DC /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; - D5266C5C2A1441F787E4EAA90B9166DA /* TypeList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeList.h; path = folly/detail/TypeList.h; sourceTree = ""; }; - D546F66A17E4B87797CC65071908747D /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; - D572451EC6F74AEDF27EC06AAF3BC34E /* Style.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Style.h; sourceTree = ""; }; - D58650DB37EC3F9EDBFCC9D96BD7E820 /* States.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = States.cpp; path = react/renderer/components/rncore/States.cpp; sourceTree = ""; }; - D59C1935E245DA4C804E7E274098A7E5 /* RCTAccessibilityManager+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTAccessibilityManager+Internal.h"; path = "React/CoreModules/RCTAccessibilityManager+Internal.h"; sourceTree = ""; }; - D5A03D3E17F5C371969C8C29E41D4F9E /* MountingCoordinator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MountingCoordinator.cpp; path = react/renderer/mounting/MountingCoordinator.cpp; sourceTree = ""; }; D5C775614AC76D44CECB6BE08B022F1F /* ReactCommon */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = ReactCommon; path = libReactCommon.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D5C9CA7728DC9220D79F3694782574BA /* hr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hr.lproj; path = React/I18n/strings/hr.lproj; sourceTree = ""; }; - D6717B6EF6D55AC41B5120E67336ABA1 /* DebugStringConvertible.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = DebugStringConvertible.cpp; sourceTree = ""; }; - D673246C2C1796D3D74599E1964A310D /* F14SetFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14SetFallback.h; path = folly/container/detail/F14SetFallback.h; sourceTree = ""; }; - D679887EDC6DAB60A351F36D9F11B36F /* RCTTextInputNativeCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextInputNativeCommands.h; sourceTree = ""; }; - D67FFCDAB1680BF7E97FDEDF08529F8B /* HostPlatformViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformViewEventEmitter.h; sourceTree = ""; }; - D68505EDDA36E144D4E373104F804E02 /* RCTPerformanceLoggerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPerformanceLoggerUtils.h; path = ReactCommon/RCTPerformanceLoggerUtils.h; sourceTree = ""; }; - D693FEE59EF34CE76E530EB58521603A /* RCTInputAccessoryComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryComponentView.h; sourceTree = ""; }; - D6B68B4B1F934124949AA0B843A128C3 /* Pods-ARMSXHost-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ARMSXHost-acknowledgements.markdown"; sourceTree = ""; }; - D709C511A66ED21DFB340CBA5B02F0FE /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; - D753A850DDC058A170B2D61ECA24BCA7 /* ViewPropsInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewPropsInterpolation.h; path = react/renderer/components/view/ViewPropsInterpolation.h; sourceTree = ""; }; - D7620D0BC51F6D069CB09A4011794BEC /* Props.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Props.cpp; path = react/renderer/core/Props.cpp; sourceTree = ""; }; - D76B07195CCFA3F24FE35B8A1E47BCD4 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; - D77B068689246F6A02569ED35D18F080 /* RCTAppSetupUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppSetupUtils.h; sourceTree = ""; }; - D7914657C80BFE4F7E8E537249F07FD6 /* ToAscii.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ToAscii.h; path = folly/lang/ToAscii.h; sourceTree = ""; }; - D798445DFFFEB8BB6920E2414B1B2797 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; - D7F312C3D9605D22499AC7486B1AB866 /* SysTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTime.h; path = folly/portability/SysTime.h; sourceTree = ""; }; - D7F9FFCEBBA4C6E887FCD9C0A843B186 /* RCTContextContainerHandling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTContextContainerHandling.h; path = ReactCommon/RCTContextContainerHandling.h; sourceTree = ""; }; - D802137E8093DB1F0B0848206D7FCB8E /* HazptrThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThreadPoolExecutor.h; path = folly/synchronization/HazptrThreadPoolExecutor.h; sourceTree = ""; }; - D8048AFDDDDBDC11F864A63103207883 /* React-callinvoker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.release.xcconfig"; sourceTree = ""; }; - D821BD8C8D6AF470910C5A3C20661B03 /* pt-PT.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "pt-PT.lproj"; path = "React/I18n/strings/pt-PT.lproj"; sourceTree = ""; }; - D83B4FAAFD8B9F4100D6F3F2AAF2598F /* GMock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMock.h; path = folly/portability/GMock.h; sourceTree = ""; }; - D8408F72352BABEC6929D9D1CA54B593 /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; - D85015B7132DC92E96D269E9394052A6 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; 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 = ""; }; - D8AA09DF2679770824637D6CE58DD267 /* react_native_expect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = react_native_expect.h; sourceTree = ""; }; - D8BE5340CFC1AE5BBEB14C168F65A4E6 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; - D8C79C91A7FCAF5C973C5E74CCAC73C5 /* HeterogeneousAccess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HeterogeneousAccess.h; path = folly/container/HeterogeneousAccess.h; sourceTree = ""; }; - D8D2723ABA85E5CF39A0DA5DC1B83E55 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; - D8D62105ED860D7FB99C479A13C7DDE0 /* ImageState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageState.h; path = react/renderer/components/image/ImageState.h; sourceTree = ""; }; - D8DCC0BB657C80F8DA90DDEADDC5CDA8 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; - D918412E8C3E529FF065F85B4F00FE17 /* InspectorUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorUtilities.h; sourceTree = ""; }; - D96F738CE283D062C54E36FE7D38A7AF /* F14Map.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Map.h; path = folly/container/F14Map.h; sourceTree = ""; }; - D9B25054D5EE3EBF1D91C6DE6AD235E2 /* StyleValueHandle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = StyleValueHandle.h; sourceTree = ""; }; - D9B2B25DBEAEE0167297E3B1A3BFFCB7 /* RCTDevLoadingViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewProtocol.h; sourceTree = ""; }; - D9B7F1B9DF0BB930C1D39067AC3CE640 /* RuntimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeExecutor.h; path = ReactCommon/RuntimeExecutor.h; sourceTree = ""; }; - D9CE271F463326F0737E2B26B997BD40 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; - D9E9F4609479FC52F4A2926206AD6AB7 /* ReactNativeFeatureFlagsAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeFeatureFlagsAccessor.h; sourceTree = ""; }; D9F334F2E90E3EE462FC4192AF5C03BD /* React-jsi */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-jsi"; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DA0848E6C3C5FEBF528E5E08449E3336 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/image/conversions.h; sourceTree = ""; }; - DA32E010C3C909E594F9F05994FF9C05 /* UnimplementedViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UnimplementedViewProps.cpp; path = react/renderer/components/unimplementedview/UnimplementedViewProps.cpp; sourceTree = ""; }; - DA37F4E2AFF7A3B85D11B94778F5D330 /* BufferedRuntimeExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = BufferedRuntimeExecutor.cpp; sourceTree = ""; }; - DA5FF158625CE43648F0D4F8B607DACB /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = React/I18n/strings/ru.lproj; sourceTree = ""; }; - DA713F17A86ECDAEC35B1A7606BAE53D /* RCTBridgeProxy+Cxx.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridgeProxy+Cxx.h"; sourceTree = ""; }; DA7ABB6DD8AEACED51D63B2C774E3A63 /* React-RCTFabric */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTFabric"; path = "libReact-RCTFabric.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DA9DE46C4774978FDF3081AFA45D16C1 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; DAD8B71DF2DFCF15AAF98C06D37D5703 /* React-hermes */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-hermes"; path = "libReact-hermes.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DAEF489D0F0D2E17D6151069E97820E0 /* RCTNetworkPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkPlugins.h; path = Libraries/Network/RCTNetworkPlugins.h; sourceTree = ""; }; - DB05D38A61483D308412FA789EE36CBC /* DelayedInit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DelayedInit.h; path = folly/synchronization/DelayedInit.h; sourceTree = ""; }; - DB34786C00F4F0F3357E37584BDF84DA /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; 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 = ""; }; - DBC1A6564FAB4D6F6BA650C266FF6151 /* BridgeNativeModulePerfLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BridgeNativeModulePerfLogger.h; path = reactperflogger/BridgeNativeModulePerfLogger.h; sourceTree = ""; }; - DBEF153A222942A16B857F6CAEECD21D /* sk.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = sk.lproj; path = React/I18n/strings/sk.lproj; sourceTree = ""; }; - DBEF32B697F021A17EA2D5693DCB54C4 /* RCTTextView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextView.mm; sourceTree = ""; }; - DBF832F0D5574215278C44285350B295 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; - DC0964C74633F92CA07E746FAF2307CF /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; - DC099E244A9F9DBA7947D568C1FB5005 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; - DC1B1CEB93FF38C0F923560FA7A0485F /* RCTSurfacePresenter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfacePresenter.mm; path = Fabric/RCTSurfacePresenter.mm; sourceTree = ""; }; - DC2247332E34E9A5EEAC651BFE23CE54 /* AsymmetricThreadFence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsymmetricThreadFence.h; path = folly/synchronization/AsymmetricThreadFence.h; sourceTree = ""; }; - DC645E4203D02422292BACDC04173CA5 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; - DC66ADE70F59EC9A2E9C408A42E1F8F5 /* primitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = primitives.h; path = react/renderer/attributedstring/primitives.h; sourceTree = ""; }; - DCC5A588729D850303E1CDDD79AA14D4 /* SurfaceTelemetry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SurfaceTelemetry.h; path = react/renderer/telemetry/SurfaceTelemetry.h; sourceTree = ""; }; - DCCD072BA61CC3D1FE7379B07E361D2C /* Log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Log.cpp; sourceTree = ""; }; - DD1FD8F5FBF34CB4BF85DC2E8496E125 /* SRDelegateController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SRDelegateController.h; path = SocketRocket/Internal/Delegate/SRDelegateController.h; sourceTree = ""; }; - DD33EAFFA1FBDE7A2DA696E03388F6CA /* NSRunLoop+SRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSRunLoop+SRWebSocket.h"; path = "SocketRocket/NSRunLoop+SRWebSocket.h"; sourceTree = ""; }; - DD3F58B09BDC4DC4145ADFE26E802195 /* ReactInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactInstance.h; sourceTree = ""; }; - DD3F9BC075E3927FD3C073218A2C7C0C /* ShadowNodeTraits.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShadowNodeTraits.cpp; path = react/renderer/core/ShadowNodeTraits.cpp; 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 = ""; }; - DD8DB609FCC836896DBE75BA3B2AD466 /* RCTComponentViewHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTComponentViewHelpers.h; path = react/renderer/components/rncore/RCTComponentViewHelpers.h; sourceTree = ""; }; - DD9992884E51910B0A58F37560F255C8 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; - DD9C6B9D5678AE4BC86F7AB978C63029 /* SRRunLoopThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SRRunLoopThread.m; path = SocketRocket/Internal/RunLoop/SRRunLoopThread.m; sourceTree = ""; }; - DDED685F4B3E6B9AD98CDA1F1594C02B /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/String.h; sourceTree = ""; }; - DE53B92A20AA00DE097BB4CC90C84EB8 /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = react/nativemodule/core/ReactCommon/TurboCxxModule.h; sourceTree = ""; }; - DE685102C09592D0E1847BEA8DA75BA2 /* React-RCTVibration.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.debug.xcconfig"; sourceTree = ""; }; - DE69AC0EB785C4C4282875AA9DD1493D /* RCTTextInputUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTextInputUtils.mm; sourceTree = ""; }; DE73D8A5ECB254D9D3F8C36C8D201F89 /* React-Fabric */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-Fabric"; path = "libReact-Fabric.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DEAAC9D628D2801284A606A58F77EDC3 /* React-NativeModulesApple.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-NativeModulesApple.release.xcconfig"; sourceTree = ""; }; - DEC7AB3512BC7945060F0DA8086AF1F1 /* ConcreteShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcreteShadowNode.h; path = react/renderer/core/ConcreteShadowNode.h; sourceTree = ""; }; - DEFEB5634B10C440827046EF8CCC57FF /* SchedulerToolbox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SchedulerToolbox.h; path = react/renderer/scheduler/SchedulerToolbox.h; 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 = ""; }; - DF6D60D7CC20528F40922267B2EF5051 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; - DF804855D1456E2DC29B632585EFE659 /* SysMembarrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMembarrier.h; path = folly/portability/SysMembarrier.h; sourceTree = ""; }; - DFD95BCA231BF7294B54BBBE1F7A43A2 /* Util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Util.h; path = folly/container/detail/Util.h; sourceTree = ""; }; - E005F961A420C3B7FAC0126934E1D08F /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; - E0125EA5F63D66E2A04BC7AB1F3A6133 /* hu.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hu.lproj; path = React/I18n/strings/hu.lproj; sourceTree = ""; }; - E02117FB47D5E097A2FE278E42ED7D2A /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - E0474332CB6C03BD211265162E81D146 /* TextComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TextComponentDescriptor.h; path = react/renderer/components/text/TextComponentDescriptor.h; sourceTree = ""; }; - E0529EAB67BFDD4AEA0A80301D04CE2C /* ObserverContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObserverContainer.h; path = folly/ObserverContainer.h; sourceTree = ""; }; - E06ED48983C9C06B18D2CB7FDFD86896 /* RCTDeprecation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTDeprecation.debug.xcconfig; sourceTree = ""; }; - E0715D9028EFF11DC91C7293721E7631 /* React-utils.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-utils.release.xcconfig"; sourceTree = ""; }; - E0A2C37B0C4B50C0E4B5366E9B824F12 /* RuntimeTaskRunner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RuntimeTaskRunner.h; path = destroot/include/hermes/RuntimeTaskRunner.h; sourceTree = ""; }; - E0ABC34B9D82966D161F024E5B4B6708 /* ViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewShadowNode.h; path = react/renderer/components/view/ViewShadowNode.h; sourceTree = ""; }; - E0B543788215F611FC241572C86622FB /* MoveWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MoveWrapper.h; sourceTree = ""; }; - E0EC2B0C594445F89C36B154A089D335 /* UnstableLegacyViewManagerAutomaticShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnstableLegacyViewManagerAutomaticShadowNode.h; path = react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h; sourceTree = ""; }; - E0FE209CDF242151B6B166C339F02F61 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; - E131DD9733D7FA1C55F778A01521F05E /* 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; }; - E15A61637A48253319402018B8977585 /* RCTSurfaceRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSurfaceRegistry.h; path = Fabric/RCTSurfaceRegistry.h; sourceTree = ""; }; - E179177230808B384FFFE967C143D3E6 /* React-Mapbuffer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Mapbuffer-dummy.m"; sourceTree = ""; }; - E1988CF5355CFA04BB4591D51C793F11 /* RCTClipboard.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTClipboard.mm; sourceTree = ""; }; - E198EA3AF6235D9859E6F6F0B9521E27 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - E1B5F958A548CF7B8E3E07C2E44E0AF6 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; - E1D14D5BA165ADF70A2200095018C117 /* RCTLinkingPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingPlugins.h; path = Libraries/LinkingIOS/RCTLinkingPlugins.h; sourceTree = ""; }; - E1F16E58FF6E0B4050D5412562CB1106 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; - E23F1CC32A73BD05D593D31AE25DF7AA /* YogaLayoutableShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YogaLayoutableShadowNode.cpp; path = react/renderer/components/view/YogaLayoutableShadowNode.cpp; sourceTree = ""; }; - E26B9412FAD16EC1A582622DEF52D932 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIDynamic.h; path = jsi/JSIDynamic.h; sourceTree = ""; }; - E278481A286D84AAEB3EB0BB10B85FF2 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; - E27A6F4CB838116E8B55DC53F45D3846 /* RuntimeSchedulerCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RuntimeSchedulerCallInvoker.h; sourceTree = ""; }; - E294D261041AA393307810CA58A929FF /* React-perflogger.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-perflogger.debug.xcconfig"; sourceTree = ""; }; - E29A2CBF054A73452FE72177DE2FDF83 /* Iterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterator.h; path = folly/container/Iterator.h; sourceTree = ""; }; - E2B241E36E5C73886263F41C946EBB6D /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; - E2BE711EBDE357E4972642B99FAEDEB6 /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSourceCode.h; path = React/CoreModules/RCTSourceCode.h; sourceTree = ""; }; - E2F97BFDDF745D815222A4941B54394C /* UIManagerBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UIManagerBinding.cpp; path = react/renderer/uimanager/UIManagerBinding.cpp; sourceTree = ""; }; - E31415C1369291BF822A660A8A1999B2 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; - E327F5C38C1233E4570E86F006C3C167 /* ShadowNodeFamily.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShadowNodeFamily.h; path = react/renderer/core/ShadowNodeFamily.h; sourceTree = ""; }; - E334E36DFABB38A65BD08F12A318816D /* CxxTurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxTurboModuleUtils.h; path = react/nativemodule/core/ReactCommon/CxxTurboModuleUtils.h; sourceTree = ""; }; - E3616FF8C240AA20916115363A9E972D /* React-jsinspector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.debug.xcconfig"; sourceTree = ""; }; - E39BA75CD11F106C6A84D8F3BFFE3C61 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; - E3A19F2873610F2E7BECB3B9C260C832 /* React-RuntimeCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RuntimeCore.release.xcconfig"; sourceTree = ""; }; - E404F13B96CC6F711DD17B8D2750047F /* RawEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawEvent.h; path = react/renderer/core/RawEvent.h; sourceTree = ""; }; - E416B0C3A1EC58515DEC41DF3D02E01B /* ClockGettimeWrappers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ClockGettimeWrappers.h; path = folly/ClockGettimeWrappers.h; sourceTree = ""; }; - E429CD94A1B457A9FE8B63EFEB8DA810 /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; - E42FF6965EAF354671D1B284C03A133F /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModule.cpp; path = react/nativemodule/core/ReactCommon/TurboModule.cpp; sourceTree = ""; }; - E4748A0B796E175EB1355BC541469C25 /* react_native_log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = react_native_log.cpp; sourceTree = ""; }; - E50E54D57E4CB3E0920119CF69AD9A2D /* React-Core-RCTI18nStrings */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "React-Core-RCTI18nStrings"; path = RCTI18nStrings.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - E52312893815E68A5F3BF85C1038CEB0 /* BaseViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseViewProps.h; path = react/renderer/components/view/BaseViewProps.h; sourceTree = ""; }; - E55BB6D3163AC0DA8EC260B086D6569A /* RuntimeScheduler_Modern.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeScheduler_Modern.cpp; sourceTree = ""; }; - E5745DFD5BE516C91A82DD1988970E10 /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/portability/Math.h; sourceTree = ""; }; - E596515B9BC8A3BD0DE7E3316A56D9FB /* fnv1a.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fnv1a.h; sourceTree = ""; }; - E5A6D11E5514088C6DDBF0DBAC4D36C4 /* React-RCTFabric.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTFabric.debug.xcconfig"; sourceTree = ""; }; - E5C0B76A51BD1F10C6FF0A8F073A7EA2 /* RCTRuntimeExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTRuntimeExecutor.mm; path = ReactCommon/RCTRuntimeExecutor.mm; sourceTree = ""; }; - E5DC5EA1F9B3A30E1AED14A0884ECB30 /* RCTSettingsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsManager.mm; sourceTree = ""; }; - E5E076FEE07073427FAA4349245C925B /* PlatformRunLoopObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = PlatformRunLoopObserver.mm; sourceTree = ""; }; - E61BDDFE63594D88904E6B5F760B1E77 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/scrollview/conversions.h; sourceTree = ""; }; - E6362057149C3EE30EE5985649A70E12 /* SocketFileDescriptorMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFileDescriptorMap.h; path = folly/net/detail/SocketFileDescriptorMap.h; sourceTree = ""; }; - E67AA9333EC5151AA345A85BA4BFC222 /* RCTViewUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewUtils.m; sourceTree = ""; }; - E687B3EBD45C9F79DE423F569412D276 /* InspectorPackagerConnectionImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorPackagerConnectionImpl.h; sourceTree = ""; }; + E29ADDC93B6DED49A5C18F17348381B1 /* React-cxxreact-React-cxxreact_privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "React-cxxreact-React-cxxreact_privacy"; path = "React-cxxreact_privacy.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; E6A16705C69FC7DE11C2469A4A0F8358 /* React-RCTText */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTText"; path = "libReact-RCTText.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E6A9EB19ECFB35C3BD61A16F21484DFB /* CallbackWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallbackWrapper.h; path = react/bridging/CallbackWrapper.h; sourceTree = ""; }; - E6EE84742481EC07422074869E3CFF52 /* JsErrorHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsErrorHandler.h; sourceTree = ""; }; - E7178FECB829C9576A3723658B07F087 /* React-Codegen */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-Codegen"; path = "libReact-Codegen.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E7258A658E0C7BCACA5A7BCC67ED4AF9 /* conversions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conversions.h; path = react/renderer/components/view/conversions.h; sourceTree = ""; }; - E743BFAD7A14315554014A32748265E1 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/Bits.h; sourceTree = ""; }; - E745F1CFAC4A7EF026EED29B4D9D9C76 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; - E75A7920789FAAD39E9654F8517DBDB5 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; - E75E040C1A06C67A14736F3E0F2D2872 /* RCTJSThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSThread.h; sourceTree = ""; }; - E799FFBE4E78FAC7BBCB3EC590E353B3 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; - E7BB450D9BD04CDC2EA6DE0064EC217B /* 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; }; - E7DA8CA4E88B050D64D22C0017A2DB58 /* RuntimeScheduler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeScheduler.cpp; sourceTree = ""; }; - E848AA678DDB12D2DEC893584DFC77B9 /* ParagraphState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParagraphState.cpp; path = react/renderer/components/text/ParagraphState.cpp; sourceTree = ""; }; - E8547B5F5EAF012DF4771BC3CC885E46 /* nb.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nb.lproj; path = React/I18n/strings/nb.lproj; sourceTree = ""; }; - E87B0A52630C7D1C3FE89828278BACE2 /* FallbackRuntimeAgentDelegate.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = FallbackRuntimeAgentDelegate.cpp; sourceTree = ""; }; - E89E766B9E5887EC46F7DDD682F6EA68 /* componentNameByReactViewName.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = componentNameByReactViewName.cpp; path = react/renderer/componentregistry/componentNameByReactViewName.cpp; 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 = ""; }; - E8E735F45F83305343E3E07E50B97DF4 /* RCTScheduler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTScheduler.mm; path = Fabric/RCTScheduler.mm; sourceTree = ""; }; - E915D671AB7137FA74EB101035D51840 /* React-RCTFabric.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-RCTFabric.modulemap"; sourceTree = ""; }; - E91E0BA10AD3E4A05EFE4BDDDF202802 /* RCTUtilsUIOverride.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtilsUIOverride.m; sourceTree = ""; }; - E923757008179508C9B2484EA453AB92 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; - E95A95CFB7EBB1864E794F705FC653DE /* Config.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Config.cpp; sourceTree = ""; }; - E96C6053E99BB795AC55280C6C0B918F /* Sockets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sockets.h; path = folly/portability/Sockets.h; sourceTree = ""; }; - E9799E0244B95FF155CD8C7BA771F262 /* 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; }; - E987D45E399BD4A213B8E67606472961 /* LayoutAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LayoutAnimationDriver.h; path = react/renderer/animations/LayoutAnimationDriver.h; sourceTree = ""; }; - E991C005368F1E9778F098D0B5EC9FF5 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; - E9C1D370414FE653DCC9FAE636F19160 /* MoveWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MoveWrapper.h; path = folly/MoveWrapper.h; sourceTree = ""; }; - E9CF5F3273BB2EF480A65B0118141058 /* Rect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Rect.h; sourceTree = ""; }; - E9DB5C474AB4E6F565C8C9BAACB2112B /* LegacyViewManagerInteropViewProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LegacyViewManagerInteropViewProps.cpp; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewProps.cpp; sourceTree = ""; }; - E9F03493679B6E762FEE71275C0C3546 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; - EA0828E5ECCB4CD5D901F089F547527C /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; - EA14DAC18C7106E165B0B32486D42DE9 /* HermesInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HermesInstance.h; path = hermes/HermesInstance.h; sourceTree = ""; }; - EA3EB72CC51772EDE92E48C7821D72E3 /* ScrollViewEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollViewEventEmitter.cpp; path = react/renderer/components/scrollview/ScrollViewEventEmitter.cpp; sourceTree = ""; }; - EABFF7598A94D2ED71E4BBA7B33ECE87 /* 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; }; - EB3171E76C0992F4923D658CF49F0594 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; - EB6579034D149464CAEF15C81CE8CBE8 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; - EB71E81BC5E30853849F01DE038FCE31 /* UniqueInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueInstance.cpp; path = folly/detail/UniqueInstance.cpp; sourceTree = ""; }; - EB77BB259803984C9469817EE3FF71A4 /* LayoutableShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LayoutableShadowNode.cpp; path = react/renderer/core/LayoutableShadowNode.cpp; sourceTree = ""; }; - EB9654C7F1C37477BC1F00A07A6000A3 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; - EB9850E673586AF8194DEDD28F441AFF /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; - EBB982B81A5FEB7CA18114413F15EA5E /* RCTJSThreadManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTJSThreadManager.mm; path = ReactCommon/RCTJSThreadManager.mm; sourceTree = ""; }; - EBD239781427D616B508C58D709012ED /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; - EBE1156CA3CC88BB76BEDB026E19685C /* RCTLocalizedString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLocalizedString.mm; sourceTree = ""; }; - EC29400353E5A7A952B5D29D17E08450 /* React-Codegen.podspec.json */ = {isa = PBXFileReference; includeInIndex = 1; path = "React-Codegen.podspec.json"; sourceTree = ""; }; - EC4FA52FCE190832819C316427F61626 /* 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; }; - EC656EEBE096EAA8AE74572FA1204670 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; - ECDD4D8570388C02DE7316552FBA02D7 /* StateUpdate.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StateUpdate.cpp; path = react/renderer/core/StateUpdate.cpp; sourceTree = ""; }; - ECF657DA48FE202E91262C142A30C2EA /* Benchmark.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Benchmark.h; path = folly/Benchmark.h; sourceTree = ""; }; - ED2DFF62DA5689ABD1E9C47D281690F1 /* ReactNativeConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeConfig.h; path = react/config/ReactNativeConfig.h; sourceTree = ""; }; - ED377C929357B5957E36E477C6CF4556 /* React-FabricImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-FabricImage.release.xcconfig"; sourceTree = ""; }; - ED37F9455A6063DE94FCCB2078E68757 /* Node.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Node.h; sourceTree = ""; }; - ED6B3014DED4B1454EAE745EC4DEF0AF /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; - ED71EA86F152CAD5EDA491E04F5C4A68 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; - ED92914EB3DF6C80AB5B7CF1AF9F3EE4 /* Thunk.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Thunk.h; path = folly/lang/Thunk.h; sourceTree = ""; }; - ED996E9E6ED6B461A1FA1F6AE0BE0D00 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; - EDBF7F3CCD9A6B96364EF524280608BA /* ViewShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ViewShadowNode.cpp; path = react/renderer/components/view/ViewShadowNode.cpp; sourceTree = ""; }; - EE13CBF844014BA289AC28A5559798B8 /* 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 = ""; }; - EE31A5178C2C810C43795B6315161235 /* PlatformColorParser.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = PlatformColorParser.mm; sourceTree = ""; }; - EE331FAC341FD86E3FD0468624762319 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; - EE7C52B45FFBB9712486F020951C6A63 /* React-Core.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Core.modulemap"; sourceTree = ""; }; - EEC8AE4B19CE176574DF457505E2B9CF /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = folly/FileUtil.cpp; sourceTree = ""; }; - EECF3822C7776C701F078331E3B45560 /* InstanceHandle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InstanceHandle.h; path = react/renderer/core/InstanceHandle.h; sourceTree = ""; }; + E72C4B3334349161AB46CE030E79C498 /* React-rendererconsistency */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-rendererconsistency"; path = "libReact-rendererconsistency.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + EAC1043855D4BC57C81DD807D3BB1FF8 /* React-defaultsnativemodule */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-defaultsnativemodule"; path = "libReact-defaultsnativemodule.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + EACF6B749B976F4AB08693B5D480B1D6 /* React-idlecallbacksnativemodule */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-idlecallbacksnativemodule"; path = "libReact-idlecallbacksnativemodule.a"; sourceTree = BUILT_PRODUCTS_DIR; }; EEDBF403E8E0B3885E65C2741B536BC5 /* React-RCTImage */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTImage"; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - EF144899C0336161635C7D992B90855E /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; - EF1EAF6DF7B54FCAD40B32547CE16E88 /* stubs.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = stubs.cpp; path = react/renderer/mounting/stubs.cpp; sourceTree = ""; }; - EF2212E582F8B851BA7EAA4BAA42EF86 /* RCTJSIExecutorRuntimeInstaller.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSIExecutorRuntimeInstaller.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 = ""; }; - EF535DC7AED6968A1943C4F82A10D9C5 /* InspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorPackagerConnection.h; sourceTree = ""; }; - EF773479B9046C27FB4EA75F30116EE2 /* Errata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Errata.h; sourceTree = ""; }; - EFBB5A0272B56572433FB13B9330E6B4 /* RCTSubtractionAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSubtractionAnimatedNode.mm; sourceTree = ""; }; - EFC75A5459C5C490281A2BE78E8D645A /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; 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 = ""; }; - EFF3FB5FC36347DA6395F452B9D431ED /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; - EFF8917486A3280F89C6B6EC2172E78C /* LeakChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LeakChecker.h; path = react/renderer/leakchecker/LeakChecker.h; sourceTree = ""; }; - F03E42EB5F40F35CF4484594A1617713 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; - F045B8956060A3F554C4A3E322CBFB46 /* RCTPerfMonitor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPerfMonitor.mm; sourceTree = ""; }; - F0491A6D6D9EED877826FC6C2850E437 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; - F04FA0626AA0322E8B7950F33299642A /* RCTNetworkTask.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkTask.mm; sourceTree = ""; }; - F07A956888DB0839EE8710AF70182297 /* Lazy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Lazy.h; path = folly/Lazy.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 = ""; }; - F095858BB9FB614B48735AAB4010576C /* BaseViewEventEmitter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseViewEventEmitter.cpp; path = react/renderer/components/view/BaseViewEventEmitter.cpp; sourceTree = ""; }; - F0A74CC8E001D55E793764AACB964087 /* ModalHostViewState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModalHostViewState.h; path = react/renderer/components/modal/ModalHostViewState.h; sourceTree = ""; }; - F0DF07CF5388FFE89003C03A86922672 /* 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 = ""; }; - F0E313A3BF68FEA61F80BE4466040F3C /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; - F0EC30074709ECCFB97BD631028321B6 /* RCTRedBoxSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxSetEnabled.m; sourceTree = ""; }; - F0FA46420DB924ECFBDD8DA442533083 /* RCTBridgeModuleDecorator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridgeModuleDecorator.m; sourceTree = ""; }; - F10A4F856BBFD8C6E19223FBF04153AE /* RCTFileReaderModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileReaderModule.mm; 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 = ""; }; - F1A47EF59F4B5A476609947C388E7B97 /* RCTModulesConformingToProtocolsProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModulesConformingToProtocolsProvider.h; sourceTree = ""; }; - F1BB544B8F6A68D515F371F382562F55 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; - F1F94F5B9A92F8ADCD1F0912630FEEE5 /* AsynchronousEventBeat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsynchronousEventBeat.h; path = react/renderer/scheduler/AsynchronousEventBeat.h; sourceTree = ""; }; - F1FF2022E699A3E7D7958C16BE8F11B7 /* SchedulerPriorityUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SchedulerPriorityUtils.h; sourceTree = ""; }; - F2139E9B6EF59759FCBACB050A16DBEB /* RCTInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTInstance.h; path = ReactCommon/RCTInstance.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 = ""; }; - F230C6C44C1461EDDA053986F1733989 /* React-logger-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-logger-prefix.pch"; sourceTree = ""; }; - F2329D95E176E210FC047185FA21942D /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTurboModule.h; path = ReactCommon/RCTTurboModule.h; sourceTree = ""; }; - F237334413A7E75274C43A4276C2E02A /* RCTBundleAssetImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBundleAssetImageLoader.mm; sourceTree = ""; }; - F24CF2C498E94B75C9EEF459F97F231B /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; - F263FA536385F01C2DE95585B51AC720 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - F267B750CEB5ECCDB0128011CCCBACAB /* 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; }; - F2814E1E0CC0522AA912F070C6D10BBE /* RCTGIFImageDecoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTGIFImageDecoder.mm; sourceTree = ""; }; - F2A88C18EC5374E5B6996E8B9D9632D4 /* UnimplementedViewProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnimplementedViewProps.h; path = react/renderer/components/unimplementedview/UnimplementedViewProps.h; sourceTree = ""; }; F2E7C88DFCD460A4B46B913ADEB8A641 /* React-jsiexecutor */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-jsiexecutor"; path = "libReact-jsiexecutor.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F2FE7A962F360262FE122215A8BCA0E6 /* StyleLength.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = StyleLength.h; sourceTree = ""; }; - F336A6F8A52B443F471C3A212D86DC43 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; - F35CDF7D58ACAA7B35632484FF068766 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; - F37E4B7FC2AB125E1609E9F1AE6A23B1 /* React-logger.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-logger.release.xcconfig"; sourceTree = ""; }; - F38CE3C906FB10DAA1EE1DB2852390F6 /* React-rncore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-rncore.release.xcconfig"; sourceTree = ""; }; - F3A858A23DF9F1DCF5E9FFADC6913EEB /* BaseViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BaseViewEventEmitter.h; path = react/renderer/components/view/BaseViewEventEmitter.h; sourceTree = ""; }; - F3B892344C821C0ABF7C36A33D464C85 /* RCTPropsAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPropsAnimatedNode.mm; sourceTree = ""; }; - F3CD49EC0E466E4C293811421617F0B6 /* ViewEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewEventEmitter.h; path = react/renderer/components/view/ViewEventEmitter.h; sourceTree = ""; }; - F3F7F1A68B291F8E635EAC767A7D1A16 /* EventPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventPayload.h; path = react/renderer/core/EventPayload.h; sourceTree = ""; }; - F4073C8935E5B49F007BD2C28BC22A9F /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; - F40AD59BBFF8BF064F26E91900E5CF16 /* RCTStatusBarManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTStatusBarManager.mm; sourceTree = ""; }; - F42D07460025A414B8243F59A09253E0 /* Task.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Task.h; sourceTree = ""; }; - F4634348ED98B9B331FF74750831CAF0 /* PackTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PackTraits.h; sourceTree = ""; }; - F49C8C15B969BA9DE2801AFB4C21D24D /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = React/I18n/strings/en.lproj; sourceTree = ""; }; - F4B246C01CA4D53C8D68BDBC189FF0BD /* FlexDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FlexDirection.h; sourceTree = ""; }; F4BDA69E3BCB0166D49FB679ABADCA00 /* fmt */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = fmt; path = libfmt.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F4DE150506D48A3C63727E7413329DF4 /* Yoga.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.release.xcconfig; sourceTree = ""; }; - F4FBD06A18ACDEF42A3AEABA5772A966 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; - F50B2935936B7501CDFF21E37181E598 /* Cache.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Cache.cpp; sourceTree = ""; }; - F51332CA416FB0997A5A9763AC54075F /* UniqueInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UniqueInstance.h; path = folly/detail/UniqueInstance.h; sourceTree = ""; }; - F514B0A35F0F3BEA269050AB3DB3392E /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; - F524D0F42CA29ACE3E6C3098C858C502 /* Keep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Keep.h; path = folly/lang/Keep.h; sourceTree = ""; }; - F58ABD586C1BF3735278A6B8C86BF299 /* ReactCommon.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReactCommon.modulemap; sourceTree = ""; }; - F59815A7A4241A59BAFADEAB6160D7C8 /* Builtin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Builtin.h; path = folly/lang/Builtin.h; sourceTree = ""; }; - F5DE3D6B8F9687E6EC775B55B6F528E4 /* CompileJS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompileJS.h; path = destroot/include/hermes/CompileJS.h; sourceTree = ""; }; - F629CFD3490508558FEF3139BA2900EE /* RCTTransformAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTransformAnimatedNode.mm; sourceTree = ""; }; - F65B8FCE4C82DE06C4DC544668252210 /* NSURLRequest+SRWebSocketPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLRequest+SRWebSocketPrivate.h"; path = "SocketRocket/Internal/NSURLRequest+SRWebSocketPrivate.h"; sourceTree = ""; }; - F6649A5E0CB0CD5E9B98CB49FE510D25 /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/Hash.h; sourceTree = ""; }; - F69D2C7C3E6181971A1F8D04108BC7D4 /* ThreadId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadId.h; path = folly/system/ThreadId.h; sourceTree = ""; }; - F6BD64F62B85DC32B0AE34A9E1D0A7AB /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; - F6D8C3710C464A16A54807A8F500FDC6 /* RCTPerformanceLoggerUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTPerformanceLoggerUtils.mm; path = ReactCommon/RCTPerformanceLoggerUtils.mm; sourceTree = ""; }; - F713F14C913C9157BF2CDF26BF5F279C /* SynthTraceParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynthTraceParser.h; path = destroot/include/hermes/SynthTraceParser.h; sourceTree = ""; }; - F7195C70A30629ED77B6674C81216926 /* UnimplementedViewShadowNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnimplementedViewShadowNode.h; path = react/renderer/components/unimplementedview/UnimplementedViewShadowNode.h; sourceTree = ""; }; F71EBF73F354B475D465FF6DE9A66707 /* React-RCTBlob */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTBlob"; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F7335E09BC77028E021A0C7902F604BB /* MountingCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MountingCoordinator.h; path = react/renderer/mounting/MountingCoordinator.h; sourceTree = ""; }; - F75ABE9328A870998EB48FBB633B8AA2 /* RootProps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RootProps.cpp; path = react/renderer/components/root/RootProps.cpp; sourceTree = ""; }; - F7DCF7DBDA1DB363572544D437D1EB4A /* MallocImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallocImpl.h; path = folly/memory/detail/MallocImpl.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 = ""; }; - F817DD419D58409FD942676774B8E8DF /* EventQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventQueue.cpp; path = react/renderer/core/EventQueue.cpp; sourceTree = ""; }; - F829DFB014FDB49A2E99B0E816EE3816 /* RawProps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawProps.h; path = react/renderer/core/RawProps.h; sourceTree = ""; }; - F84638D63E0E25D71D0B2AC4F68E14D8 /* LegacyViewManagerInteropComponentDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LegacyViewManagerInteropComponentDescriptor.h; path = react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropComponentDescriptor.h; sourceTree = ""; }; - F846B8DF88327EC5D94267ECA8E9BE6A /* SurfaceManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceManager.cpp; path = react/renderer/scheduler/SurfaceManager.cpp; sourceTree = ""; }; - F852C98DD1BF5640292AF6AAF675EA58 /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; - F8649CDF2934B01191783EBF86C2A82A /* React-runtimescheduler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-runtimescheduler-dummy.m"; sourceTree = ""; }; - F86F0EF0E7E1015475AFFDC64C8A020E /* RCTAttributedTextUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAttributedTextUtils.mm; sourceTree = ""; }; - F88DD0212A13C52FCFB3EE17E417FADA /* RCTFPSGraph.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFPSGraph.mm; 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 = ""; }; - F8B5C5A932B43AFA93713D489DDDA04C /* TimerManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = TimerManager.cpp; sourceTree = ""; }; - F8ECC27DA5BDBC6D1C55FD6C21B19E9B /* StaticConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticConst.h; path = folly/lang/StaticConst.h; sourceTree = ""; }; - F8FA9B517143F1BE9D97DC3536FBF556 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; - F90F8E1CCFC1FF33AF467998691FBF81 /* ParagraphState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParagraphState.h; path = react/renderer/components/text/ParagraphState.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 = ""; }; - F934A1D05C67EA18A8209B2C022BB2C3 /* TurboModulePerfLogger.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModulePerfLogger.cpp; path = react/nativemodule/core/ReactCommon/TurboModulePerfLogger.cpp; sourceTree = ""; }; F958876A082BF810B342435CE3FB5AF6 /* RCTTypeSafety */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RCTTypeSafety; path = libRCTTypeSafety.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F962513AE761D70E1D17EFCDD8C25182 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; - F9EC94A0DDA4E6C90D241820BCDA287F /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; - FA332B1749A3923B8596F515EF369CB6 /* UIManagerAnimationDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIManagerAnimationDelegate.h; path = react/renderer/uimanager/UIManagerAnimationDelegate.h; sourceTree = ""; }; - FA6D4774F4EA63A0AC60CE5A217FF59A /* RCTDataRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDataRequestHandler.mm; sourceTree = ""; }; - FA6F29DE65516E072CAA18E10D5B6C66 /* ReactNativeFeatureFlagsProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeFeatureFlagsProvider.h; sourceTree = ""; }; - FA7DD2A3DEA3F83966D22F7C27FB4E44 /* RCTAdditionAnimatedNode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAdditionAnimatedNode.mm; 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 = ""; }; - FAF9F38796DEB05E7A6EF90DE1E50D36 /* RCTResizeMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTResizeMode.mm; sourceTree = ""; }; - FB0002CFA1F991284A466F64F3CDD670 /* Uri-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Uri-inl.h"; path = "folly/Uri-inl.h"; sourceTree = ""; }; - FB04283070B283631805AEFC6E7AC80C /* RCTSurfaceTouchHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTSurfaceTouchHandler.mm; path = Fabric/RCTSurfaceTouchHandler.mm; sourceTree = ""; }; - FB2DC513392C746E176861248652BFB3 /* RCTAnimationUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimationUtils.mm; sourceTree = ""; }; - FB317C1EC14F80FD3C747BCAA1DC1AAF /* Display.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Display.h; sourceTree = ""; }; - FB3C537885A57C66AF450D2FB8940A0D /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = react/bridging/LongLivedObject.h; sourceTree = ""; }; - FB45C864D54479F291241754D56F9866 /* RCTFabricModalHostViewController.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFabricModalHostViewController.mm; sourceTree = ""; }; - FB5E3A4B7EB1F70FAEE495D6B125E4F0 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; - FB67618A48C7884791200BB2101C8949 /* RCTCxxInspectorPackagerConnectionDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxInspectorPackagerConnectionDelegate.h; sourceTree = ""; }; - FB82355FDE993539EC05635F582997F1 /* HostPlatformTouch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformTouch.h; sourceTree = ""; }; - FBB28BBBD5B8F6914B48B154E683B791 /* ComponentDescriptorProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ComponentDescriptorProvider.h; path = react/renderer/componentregistry/ComponentDescriptorProvider.h; sourceTree = ""; }; - FBBC231F1F415CD12069AE52E3E8A4BF /* PointerEventsProcessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PointerEventsProcessor.cpp; path = react/renderer/uimanager/PointerEventsProcessor.cpp; sourceTree = ""; }; - FBBF80D7579ED4069DEADC4E6863EB7A /* RCTImageLoaderWithAttributionProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderWithAttributionProtocol.h; path = Libraries/Image/RCTImageLoaderWithAttributionProtocol.h; sourceTree = ""; }; - FBF6901BC009D82DF374530233BDEC35 /* React-debug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-debug.debug.xcconfig"; sourceTree = ""; }; - FBFF7913327A550C5A04D267885A536F /* HostPlatformViewTraitsInitializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HostPlatformViewTraitsInitializer.h; sourceTree = ""; }; - FC139999DC8286D7FADFDF9956A63FC3 /* 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 = ""; }; - FC153717BFC111CDA39547E160B21CF7 /* fi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fi.lproj; path = React/I18n/strings/fi.lproj; sourceTree = ""; }; - FC24230A6F209075BCC47474EF75C790 /* RawPropsPrimitives.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RawPropsPrimitives.h; path = react/renderer/core/RawPropsPrimitives.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 = ""; }; - FC521E51802A97BAC0558E33460B45D3 /* 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; }; - FCB52B4BC89B57C2CDF000E5C998AD1A /* ImageResponse.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ImageResponse.cpp; path = react/renderer/imagemanager/ImageResponse.cpp; sourceTree = ""; }; - FCBBC5A4D67EEB9E2D513C541FBFE1A4 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; - FCDF7321202C9579EE6B3671CF33837A /* StyleValuePool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = StyleValuePool.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 = ""; }; - FD3D768CE652305362C7637B66000020 /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = FBReactNativeSpec.h; sourceTree = ""; }; - FD6A88011F97783007AACF83E7935642 /* BaseTextShadowNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaseTextShadowNode.cpp; path = react/renderer/components/text/BaseTextShadowNode.cpp; sourceTree = ""; }; - FDA4662B78254378B79946FEBB46B5DA /* RCTPerformanceLoggerLabels.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLoggerLabels.m; sourceTree = ""; }; - FDC4F60A03D5148FC527685E5043E4B6 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; - FDF67DA9484C4DEAF067141994ABBE24 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; - FE0A1676731EB9AC6935F22C4E433257 /* React-Codegen-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Codegen-umbrella.h"; sourceTree = ""; }; - FE5F018F3FEBF0B42ED8C766C3CD367D /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; - FE7A07C40B9DA4DE5398D65AEECBFC24 /* RCTLogBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLogBox.mm; sourceTree = ""; }; FE7B9294FF05AAFD1653E2104E10844A /* React-RCTAnimation */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "React-RCTAnimation"; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - FE9C8096CC17775F6B3D7F51F755BF88 /* F14Defaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Defaults.h; path = folly/container/detail/F14Defaults.h; sourceTree = ""; }; - FECF7AEA440A333D7621E9FFFCE3CB82 /* RuntimeScheduler_Legacy.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeScheduler_Legacy.cpp; sourceTree = ""; }; - FEE1F5C26591C84C2FAE17E75FB0CEAB /* WeakList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = WeakList.h; sourceTree = ""; }; - FEF8247925779C039A5F3718E36FD0B7 /* ar.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ar.lproj; path = React/I18n/strings/ar.lproj; sourceTree = ""; }; - FF672619FF5F99744B0AAB6BEC57DC4F /* Object.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Object.h; path = react/bridging/Object.h; sourceTree = ""; }; - FF88C9A8B1E0A79468C40F286C239533 /* FileUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtil.h; path = folly/FileUtil.h; sourceTree = ""; }; - FFB4118F39D18028BCBED5188580133A /* PointerEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PointerEvent.h; path = react/renderer/components/view/PointerEvent.h; sourceTree = ""; }; - FFD9A6B1BED2FE8B90C098E6F60002B8 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; + FFDAD994FE728F76EC459CC05E0CCDFB /* glog-glog_privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "glog-glog_privacy"; path = glog_privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 0C23E3A88A7561340E46D2CDC7E316BE /* Frameworks */ = { + 46EB2E0000DD10 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 0E08F31AA441AE44591221E8DFF86153 /* Frameworks */ = { + 46EB2E0000DFB0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1474CB1F77029883A52B46E7A440BE1B /* Frameworks */ = { + 46EB2E0000E020 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1A0F3B05F6DE69FD9BEA822E5EAB5643 /* Frameworks */ = { + 46EB2E0000F7F0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1F01869DD226010EF7401100AEA476F8 /* Frameworks */ = { + 46EB2E0000F990 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2157AAF1932F267CDAE1D404743C634C /* Frameworks */ = { + 46EB2E0000FB50 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2EB0F08DFE587EE2F7CF5E742A725E09 /* Frameworks */ = { + 46EB2E0000FBC0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2FAAB0F250DA7C87EC32A3C606E3F705 /* Frameworks */ = { + 46EB2E00011680 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 34ED94E2808597CFEB9915C49C35F792 /* Frameworks */ = { + 46EB2E00011910 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3DCF935BFFEF63F7629DE0AB8E75E9EF /* Frameworks */ = { + 46EB2E000129B0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3F1E9C34ABFCAB07A7C40CA15A0811D0 /* Frameworks */ = { + 46EB2E000130E0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 460A2F6E7BD1D337C4BCED79709418C4 /* Frameworks */ = { + 46EB2E00013270 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4DA1623D31BFE71C893C403672CCA6B8 /* Frameworks */ = { + 46EB2E000133F0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 50758E3A42779D843A774A98B0E9AA91 /* Frameworks */ = { + 46EB2E00013510 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 55613883838CE324D94B45C652AEAA2B /* Frameworks */ = { + 46EB2E00013720 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 55B6771126170757DE2FBAD5DABD59A8 /* Frameworks */ = { + 46EB2E00013B10 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5AF8C549A0BFD82182B4402B0CA203A9 /* Frameworks */ = { + 46EB2E00013C90 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 5F9EF9BEC9FCDC5D3AE140E620C6B98B /* Frameworks */ = { + 46EB2E00013DF0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 63EAD9FB7FB870A29E979F055806A4BB /* Frameworks */ = { + 46EB2E00014540 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 69DDDBB68CC034CB178CBB36F27C7944 /* Frameworks */ = { + 46EB2E00014740 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6A5526C322D9FF0C81BA23B617C5694F /* Frameworks */ = { + 46EB2E00014840 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7598CD69A6622D7BC9A56A8E931E68F0 /* Frameworks */ = { + 46EB2E00014980 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7FAC6FBAD06C25EDD68FDF51D341E271 /* Frameworks */ = { + 46EB2E00014A80 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8B24AE6FB1D68E395917CE8877240FBD /* Frameworks */ = { + 46EB2E00014F30 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8B450E4881CEFE5CE9567E1F06BCECE1 /* Frameworks */ = { + 46EB2E00015030 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 91610C3AA595AB17D8BC4F47CF23D1F9 /* Frameworks */ = { + 46EB2E00015210 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9173489EDBAA6626798A41F3B6C162BC /* Frameworks */ = { + 46EB2E000153D0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9DE818793401B4063F2685E1AB796F74 /* Frameworks */ = { + 46EB2E00015540 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9DFEC17583F4CB9358C49727C3E2CF72 /* Frameworks */ = { + 46EB2E000155B0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B7B45B6B791BEF086A6F564B70E95DBE /* Frameworks */ = { + 46EB2E000158E0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BA8597BCA5ED6D091E56E14F973EDE6B /* Frameworks */ = { + 46EB2E00015A30 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BAE2F7C2010A10F74E20534BC08632E8 /* Frameworks */ = { + 46EB2E00015B60 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BF945C74B39FCF20F9B78CD53B309104 /* Frameworks */ = { + 46EB2E00015C90 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C756BF25172A919E5C2EBBD325BC6078 /* Frameworks */ = { + 46EB2E00015E00 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C8B8CD9F3727899C45ECE43D609F0419 /* Frameworks */ = { + 46EB2E00015F30 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - CAC5EAB253AAF91F457C03205EAC7171 /* Frameworks */ = { + 46EB2E00016210 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - CC90B5DF705C49E1FD1A2E878DA3C605 /* Frameworks */ = { + 46EB2E00016390 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - CFC9758FBF3AF0C864F9159090E7909C /* Frameworks */ = { + 46EB2E000164C0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D303E7A2BBE372F33DD1FAF19C784BEA /* Frameworks */ = { + 46EB2E000165C0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D54BE57BD3C79E6A72209E7CBA2628FF /* Frameworks */ = { + 46EB2E00016750 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D5ED3BCBB14DD905CF17AE81D390D95A /* Frameworks */ = { + 46EB2E00016870 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D747BAF03E448F9CB89F89DB703A7831 /* Frameworks */ = { + 46EB2E00016D00 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - DEBEC05C23CF3550C8532A4D66DF89F0 /* Frameworks */ = { + 46EB2E00016E00 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E37583B039D647ADC1D96317E5D01B87 /* Frameworks */ = { + 46EB2E00016F30 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E5B0265E23B9EE11E39FCCDC72CCB87A /* Frameworks */ = { + 46EB2E00017030 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E612D32079C165657D602AEA2E443355 /* Frameworks */ = { + 46EB2E000171C0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F799CCCAAC5DE7BF803877C0BC8B382F /* Frameworks */ = { + 46EB2E000172D0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000173E0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017630 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017880 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017AB0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017C20 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017F30 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000182A0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018860 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018930 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018AF0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018B60 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018DD0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -7351,3128 +10049,47 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 0011657F8983CD3C5DECF02E3F21A444 /* Pod */ = { + 46EB2E00000010 = { isa = PBXGroup; children = ( - 371C8E2B20955CC5E69F4E8400E48B52 /* React.podspec */, + 46EB2E000004B0 /* Podfile */, + 46EB2E00000090 /* Development Pods */, + 46EB2E00000060 /* Frameworks */, + 46EB2E00000080 /* Pods */, + 46EB2E00000020 /* Products */, + 46EB2E00000070 /* Targets Support Files */, ); - name = Pod; sourceTree = ""; }; - 03FE97D8899DE2C863016010EA6A9F4D /* Support Files */ = { - isa = PBXGroup; - children = ( - 8F2447F846365AD82D3F3577D1FA202F /* React-RCTNetwork-dummy.m */, - 49B03CB2CFE06A806CF80538BE432AB1 /* React-RCTNetwork-prefix.pch */, - 2E4E11BD002E09DF0F5C8820B059D595 /* React-RCTNetwork.debug.xcconfig */, - 0DCB1860A0D8F658B0C2F64C0203CC13 /* React-RCTNetwork.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTNetwork"; - sourceTree = ""; - }; - 04328BD81BFDE596AB9DA84C6F23D87D /* DevSupport */ = { - isa = PBXGroup; - children = ( - D9B2B25DBEAEE0167297E3B1A3BFFCB7 /* RCTDevLoadingViewProtocol.h */, - ABBA551280206771922D5DC817EFBF28 /* RCTDevLoadingViewSetEnabled.h */, - A3E7EFC6E7C60A83E2646217CA048AD4 /* RCTDevLoadingViewSetEnabled.m */, - CC9B5475ECE31B255BF18DF4B8002236 /* RCTInspectorDevServerHelper.h */, - 6D134F9EFE0C3867ED98A3E48709EA16 /* RCTInspectorDevServerHelper.mm */, - 918DDD95AD4112E4584E96100AF895A8 /* RCTPackagerClient.h */, - 2FD0718D22E985465B942D9AE194A322 /* RCTPackagerClient.m */, - 4423D8253B53E2A44FD0FE88738E032E /* RCTPackagerConnection.h */, - 4C6E1491AEA0AE1179470B54F951A517 /* RCTPackagerConnection.mm */, - ); - name = DevSupport; - path = React/DevSupport; - sourceTree = ""; - }; - 046BD7BCC90D5FD4404D4ACCFF1D34F5 /* View */ = { - isa = PBXGroup; - children = ( - 59EC3BAB3316FDDF4BA7ECE7C5234B34 /* RCTViewComponentView.h */, - 07F489731AB1F5F2708BFAAE52B8E0E5 /* RCTViewComponentView.mm */, - ); - name = View; - path = View; - sourceTree = ""; - }; - 04E36BDA02E940E653F3E704ECF8CF74 /* Pod */ = { - isa = PBXGroup; - children = ( - 9F430B94B3843A911314AF58774586AD /* React-RuntimeCore.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 0525BE1ED9C947EB55F535CB2C2C188B /* Pod */ = { - isa = PBXGroup; - children = ( - EC4FA52FCE190832819C316427F61626 /* React-runtimescheduler.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 061A457F58F452E48A588F9E5420C040 /* safeareaview */ = { - isa = PBXGroup; - children = ( - 561E990085E494A3087B4A7F3B79876A /* SafeAreaViewComponentDescriptor.h */, - 29377B87012E7611C5BB9D623D8266F5 /* SafeAreaViewShadowNode.cpp */, - 7D0EBA765F12D617EFC58ADC9B1FDEDA /* SafeAreaViewShadowNode.h */, - AF7D614752F879AA7611D5F017458B0C /* SafeAreaViewState.cpp */, - 594FDAB5A7FF02438826DC122B509C0D /* SafeAreaViewState.h */, - ); - name = safeareaview; - sourceTree = ""; - }; - 08BE5EDFF551AA2AF9B18400D850F3AB /* cxx */ = { - isa = PBXGroup; - children = ( - F2245014AA8822A42B7CBEE7D053D4A2 /* react */, - ); - name = cxx; - path = cxx; - sourceTree = ""; - }; - 0A6D36F4C9E8A77FBC79B2DC3ECDF6F7 /* Pod */ = { - isa = PBXGroup; - children = ( - 8C249049B94EA7B7498951AF128ED7D1 /* React-RCTText.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 0BEB5A734002B603068A1553B9284765 /* turbomodule */ = { - isa = PBXGroup; - children = ( - B4D8F2850FF79F5680F46915DCD19FD2 /* bridging */, - BBC2DE1F1F102FCF50965D21F67067B8 /* core */, - ); - name = turbomodule; - sourceTree = ""; - }; - 0C035205EF4D1402BB4D156B852880CB /* React-Mapbuffer */ = { - isa = PBXGroup; - children = ( - 246C0DE510C1B514C352027A7EFFF656 /* MapBuffer.cpp */, - B081794C7F2B476E329A5E79F2C3530F /* MapBuffer.h */, - 6E7F50E04075CCC81E57FFA2B5D42D0E /* MapBufferBuilder.cpp */, - A1F56CAB50E999AD2214D30A36B4DA79 /* MapBufferBuilder.h */, - 39790A03D558B91BA51DB6A48D95BC57 /* Pod */, - 71A42E40A4ED57A441148769C039A20E /* Support Files */, - ); - name = "React-Mapbuffer"; - path = "../../../node_modules/react-native/ReactCommon"; - sourceTree = ""; - }; - 0E4B81C5D2EF0C4E022E4BA5ADAA2F7F /* React-runtimescheduler */ = { - isa = PBXGroup; - children = ( - C841EBF4EA54874310931234AE10B9C0 /* primitives.h */, - E7DA8CA4E88B050D64D22C0017A2DB58 /* RuntimeScheduler.cpp */, - 5568996931C28EC635455B719E262DBC /* RuntimeScheduler.h */, - FECF7AEA440A333D7621E9FFFCE3CB82 /* RuntimeScheduler_Legacy.cpp */, - 241968C0828B49EC1A346806206CBAFA /* RuntimeScheduler_Legacy.h */, - E55BB6D3163AC0DA8EC260B086D6569A /* RuntimeScheduler_Modern.cpp */, - A85CEF5EBE8292CAA7A6A85BF610EAD7 /* RuntimeScheduler_Modern.h */, - 8B0C5DC158FA39492DECC3F499AAE6F5 /* RuntimeSchedulerBinding.cpp */, - 7B99DFF63971B1E43EE970337DA587CF /* RuntimeSchedulerBinding.h */, - 15D2BC27F0E6EEF724BB3BEC23DEF579 /* RuntimeSchedulerCallInvoker.cpp */, - E27A6F4CB838116E8B55DC53F45D3846 /* RuntimeSchedulerCallInvoker.h */, - B2E48584CE00818568FAE7E0052826E8 /* RuntimeSchedulerClock.h */, - F1FF2022E699A3E7D7958C16BE8F11B7 /* SchedulerPriorityUtils.h */, - 28E7C4F87FEB03A16FE787D46C52FAE6 /* Task.cpp */, - F42D07460025A414B8243F59A09253E0 /* Task.h */, - 0525BE1ED9C947EB55F535CB2C2C188B /* Pod */, - D42A26623D140A40D363022D1B7CF6D4 /* Support Files */, - ); - name = "React-runtimescheduler"; - path = "../../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"; - sourceTree = ""; - }; - 0EB600449D7415610F9212BF51BF4CB2 /* chrome */ = { - isa = PBXGroup; - children = ( - 37DCC62EEDA67E4EA0FA9F90DA54F682 /* ConnectionDemux.cpp */, - BEA7C3C05105F52C08E3DEEC860ED2AE /* ConnectionDemux.h */, - B572B8E091BE36B3D1B98CC887295719 /* HermesRuntimeAgentDelegate.cpp */, - 657AE5F975BB09DC56A6E3A6B4DFEAED /* HermesRuntimeAgentDelegate.h */, - 37CCE8A982629EAB103A6A516187B549 /* Registration.cpp */, - C803953850B991CE29972A490A7B33AC /* Registration.h */, - ); - name = chrome; - path = chrome; - sourceTree = ""; - }; - 0ED50CAECE4860544A7362FAD8F67E2B /* Support Files */ = { - isa = PBXGroup; - children = ( - BB28941ABF5B601834F6C58A6EA81139 /* React-RuntimeHermes-dummy.m */, - 3FC54879828818C164EE9D23A581C94C /* React-RuntimeHermes-prefix.pch */, - 458EB36E4BD9378F49110E8DB9B60417 /* React-RuntimeHermes.debug.xcconfig */, - C8F4839D9C832DBDA166AE9AEA9703BB /* React-RuntimeHermes.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../../ios/HostApp/Pods/Target Support Files/React-RuntimeHermes"; - sourceTree = ""; - }; - 0F2AF7400A798AF112E84792B1565EC9 /* Support Files */ = { - isa = PBXGroup; - children = ( - D34F743F8E5993E1AC8693BF6E3D5E2F /* RCTRequired.debug.xcconfig */, - 10E27EB7FF0DE3503DFFED465A9B4E2A /* RCTRequired.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/RCTRequired"; - sourceTree = ""; - }; - 0FD96062559144CFCD7E8DB629442B14 /* node */ = { - isa = PBXGroup; - children = ( - 98AFE3E11F27139731341387FCF39591 /* CachedMeasurement.h */, - AA4742126BD58E1262D51BF14B48DEEE /* LayoutResults.cpp */, - 8AD5478C02CE20A445EC3E678FF9E5CA /* LayoutResults.h */, - B3B9EA49BC7B0C2C636503F7180A48FF /* Node.cpp */, - ED37F9455A6063DE94FCCB2078E68757 /* Node.h */, - ); - name = node; - path = yoga/node; - sourceTree = ""; - }; - 0FF651A14B7FBC63B9F14EDD4CF8E3A1 /* RawText */ = { - isa = PBXGroup; - children = ( - 1704262963A369ED362166C6FF26BBBA /* RCTRawTextShadowView.h */, - 90FB4F6CF790D17598DE9C0562632C52 /* RCTRawTextViewManager.h */, - ); - name = RawText; - path = Libraries/Text/RawText; - sourceTree = ""; - }; - 1258D91A5A9520656DB591A2661880E8 /* mounting */ = { - isa = PBXGroup; - children = ( - 0FEEA4D2599CA623424FC675E7FDF2CF /* Differentiator.cpp */, - 61D144681219EDF4FCE0B7F32C220639 /* Differentiator.h */, - D5A03D3E17F5C371969C8C29E41D4F9E /* MountingCoordinator.cpp */, - F7335E09BC77028E021A0C7902F604BB /* MountingCoordinator.h */, - 09706BAD78B2FAE4503EF508205D07B3 /* MountingOverrideDelegate.h */, - 52ED39D7AE4821B05BC87764F8065283 /* MountingTransaction.cpp */, - 194EF8A59CDD297C03EDCDB31918CC37 /* MountingTransaction.h */, - 39278C438E718399D48CBB4D1B720159 /* ShadowTree.cpp */, - A21102F799BECBA7DD6D1B4572FEFC39 /* ShadowTree.h */, - 259A011125E1C4BB89EBEF42E39E3975 /* ShadowTreeDelegate.h */, - 118BAD52B2E8296CF900E1EF4894D715 /* ShadowTreeRegistry.cpp */, - 2623F05A052172395AFA7D50FAB75713 /* ShadowTreeRegistry.h */, - 0ED12D029843F9252196F215E6E9C88A /* ShadowTreeRevision.cpp */, - BD19AD40A4F9F9E0D4ADEA164ED91A49 /* ShadowTreeRevision.h */, - 8BE0B3E3E9FE32D2A0140932AFE1105E /* ShadowView.cpp */, - 5B47F199F6E2C8E0A5B19E452BACCA48 /* ShadowView.h */, - 378FEDC3DF9FC3FC3F4526A0043B9D83 /* ShadowViewMutation.cpp */, - 1E3F472FBC8048A4C88DDA8DD423DD17 /* ShadowViewMutation.h */, - EF1EAF6DF7B54FCAD40B32547CE16E88 /* stubs.cpp */, - B42CCF71FFEC6D2C195823D19B389D7B /* stubs.h */, - 8010CC4BA1B1EFE5940915332D084957 /* StubView.cpp */, - 301A0247F39ACD9016564DCAF126E195 /* StubView.h */, - 0BE4A754BBF5834BDFE0AD4425EB6042 /* StubViewTree.cpp */, - 679DD3B7CBE5A1C9162FF1E3DE6CE6D4 /* StubViewTree.h */, - B32A4900BCDC18E5FA1C1600AC4F6179 /* TelemetryController.cpp */, - 2A07C05B0ADF0D15096AD21FABEE7E8C /* TelemetryController.h */, - ); - name = mounting; - sourceTree = ""; - }; - 12D915E129958A8477004F51BE12A448 /* core */ = { - isa = PBXGroup; - children = ( - 20ED20DA65EE75E0ADEADFB2C9C8FD7D /* BatchedEventQueue.cpp */, - 256250100AB3DDDF828BA6EB632CE6A7 /* BatchedEventQueue.h */, - 8DF6E53574BB45F833682450E4A7339C /* ComponentDescriptor.cpp */, - 165D2E9D97C8226C89039E78E6B017F3 /* ComponentDescriptor.h */, - 5E24AC76CBDEDF3619C8D6A9B515B60E /* ConcreteComponentDescriptor.h */, - DEC7AB3512BC7945060F0DA8086AF1F1 /* ConcreteShadowNode.h */, - 3CC6F063655F93A690DB12F43FF59203 /* ConcreteState.h */, - 0F0A875C7085268A39C2264332CFADFB /* conversions.h */, - 5257F23C5357E985C7F173239E94AC12 /* DynamicPropsUtilities.cpp */, - 7701D60E3AFE1F4F7CF3228F2EB1792B /* DynamicPropsUtilities.h */, - 808B7909DAF77795B5CAC884D6E8F4D5 /* EventBeat.cpp */, - AA9AD0BAB451F4712B6E21C20412ED8D /* EventBeat.h */, - 61FDACE1245DCD70518CE0D806A09C2D /* EventDispatcher.cpp */, - 8B1383BDE236892AA7E4483B3C877AF7 /* EventDispatcher.h */, - 1CB14A4EBB6902020BB3B10CB7F8495F /* EventEmitter.cpp */, - 04BD3C1FED31FEC981A73232609A894A /* EventEmitter.h */, - 1F1800661E16C3CCC6038BE8FEC04FA2 /* EventListener.cpp */, - 3508DD2BBBBB414F6F2629D144A41C05 /* EventListener.h */, - 5504376BD7458B08FCC3C2E9CCDF3701 /* EventLogger.cpp */, - 38C1151C531250394499F2D194B30257 /* EventLogger.h */, - F3F7F1A68B291F8E635EAC767A7D1A16 /* EventPayload.h */, - 8A971D96C60E5B8A60C64840F9A2A41B /* EventPayloadType.h */, - 4108A5A5C69EA408EAE47A1389220D96 /* EventPipe.h */, - 24B5F7FBC7038B297AC7E0B53B1863F3 /* EventPriority.h */, - F817DD419D58409FD942676774B8E8DF /* EventQueue.cpp */, - A2A78F7537FA92BE9E0B34A0DE157212 /* EventQueue.h */, - 643607989E60D9FA15B20CA6957541A2 /* EventQueueProcessor.cpp */, - 29F02D04B2BECA48B0B7FB57E3CD00CA /* EventQueueProcessor.h */, - 8426C44DA26861762164FA1A760C912E /* EventTarget.cpp */, - 9B1AC2AFEA0E249306273D56BE3590E5 /* EventTarget.h */, - 6DEEA8C2DE2A23C14A90912AAA2814F0 /* graphicsConversions.h */, - 8866BA12B5F7E399698D5839CDFF2D68 /* InstanceHandle.cpp */, - EECF3822C7776C701F078331E3B45560 /* InstanceHandle.h */, - EB77BB259803984C9469817EE3FF71A4 /* LayoutableShadowNode.cpp */, - D34AD0A0C0EDA2344CF2431A75B8229B /* LayoutableShadowNode.h */, - 51CD2D3427629EF8F11671FDE089F230 /* LayoutConstraints.cpp */, - 2C34B66BC9C22148BFE750B85EB9468C /* LayoutConstraints.h */, - 5B72EF9B14BF0563BD7F8C1434313E14 /* LayoutContext.h */, - A42F52E67217821D593A9899821282FC /* LayoutMetrics.cpp */, - 9E426A95185ACA0887A87616ED998250 /* LayoutMetrics.h */, - 3C65B1F65FB75AE8496089BA4D8132DA /* LayoutPrimitives.h */, - D7620D0BC51F6D069CB09A4011794BEC /* Props.cpp */, - 25C38DAA0DA4282DF951182C734B5C82 /* Props.h */, - 9AA606BF74D8B413256BD1E27F027216 /* propsConversions.h */, - 33A326B09509211704956AE5AA94E772 /* PropsMacros.h */, - 2E4BAC19971926AC593F68A71D2E403B /* PropsParserContext.h */, - 05342438C6DF8FE9819C0C58BFE14548 /* RawEvent.cpp */, - E404F13B96CC6F711DD17B8D2750047F /* RawEvent.h */, - 1749E01C229EDBB727651ED5591CC9E3 /* RawProps.cpp */, - F829DFB014FDB49A2E99B0E816EE3816 /* RawProps.h */, - A4DDC9D9C0D677E599F4AFA9F49C13C4 /* RawPropsKey.cpp */, - 3C6842F25824B02BB1F9AE29C2ECFA11 /* RawPropsKey.h */, - 382DC15DDD90CA926EED1E824D02BEDF /* RawPropsKeyMap.cpp */, - CD9584B11750794F8B4808CF19721BF8 /* RawPropsKeyMap.h */, - A8A477AA317D2F4BCDC091391C6A29E1 /* RawPropsParser.cpp */, - 4C2835B753DFBC66D621194B6892D3F9 /* RawPropsParser.h */, - FC24230A6F209075BCC47474EF75C790 /* RawPropsPrimitives.h */, - 7185D7F700090409397E2024E771101D /* RawValue.cpp */, - 8C7A64A435E4F2EB8F9E62EE59C3C9D5 /* RawValue.h */, - 787FB74E991421B8AEDB185B0BBAEAD8 /* ReactEventPriority.h */, - 0097DE2C3A428C4DE4BCCFAA5CDAB966 /* ReactPrimitives.h */, - B1B953EB6D006DAADBAE61D87563136D /* Sealable.cpp */, - 49488841C969465F7FD25E3C1C75C2C1 /* Sealable.h */, - C1F1D1490197D301C76A501E0D1B3188 /* ShadowNode.cpp */, - 4ED92DC2FAAC7D6097BEA211B759046A /* ShadowNode.h */, - 94E861E527D3E712B7DA0B76FB73D1D9 /* ShadowNodeFamily.cpp */, - E327F5C38C1233E4570E86F006C3C167 /* ShadowNodeFamily.h */, - B6E7325A7061569B6DC12EF9E250D906 /* ShadowNodeFragment.cpp */, - 74ABAD4AF534C810D1EF5502593B545D /* ShadowNodeFragment.h */, - DD3F9BC075E3927FD3C073218A2C7C0C /* ShadowNodeTraits.cpp */, - 3334CC1727C45FEB39E4B2CFB4C2DF55 /* ShadowNodeTraits.h */, - 36A76AC39B01363778A566896507D3FD /* State.cpp */, - 6B81342026AE756C3654F09072332B62 /* State.h */, - 7879619F2C68A16E24B3B26358A77D21 /* StateData.h */, - 591A36992BFD21DE9EB82B2AEC3E5288 /* StatePipe.h */, - ECDD4D8570388C02DE7316552FBA02D7 /* StateUpdate.cpp */, - C2F72E6B2AF332ACB58E6F7DB5BBA2FA /* StateUpdate.h */, - CAC38C699E4BD785D30ECAEC5E5EF0F6 /* UnbatchedEventQueue.cpp */, - C5984D5CBF3FC999AC2E131828486CEC /* UnbatchedEventQueue.h */, - 90E941D8F55CEF82EC3824FDE0376BF3 /* ValueFactory.h */, - 0016737BA0C1B82FBF04E68B7C44084B /* ValueFactoryEventPayload.cpp */, - 111B6064397891D0C452CAC405AB8444 /* ValueFactoryEventPayload.h */, - ); - name = core; - sourceTree = ""; - }; - 1432CB8B906A545D804B1DAB743E231A /* Support Files */ = { - isa = PBXGroup; - children = ( - D4D2C05DB64B876AF84B5B94B00C0CCB /* React-RCTAppDelegate.modulemap */, - 7130F091284B04E59AC3B61D682835C5 /* React-RCTAppDelegate-dummy.m */, - 394C4B7E27ADE55E3E083F9A253D4BCE /* React-RCTAppDelegate-prefix.pch */, - C774A6C7BD9904AE2CADB074C280A870 /* React-RCTAppDelegate-umbrella.h */, - 8A771AE62F4169383FE7260D6DD6D138 /* React-RCTAppDelegate.debug.xcconfig */, - 6CE9B79FFDDC3E2098C4798A9532E78A /* React-RCTAppDelegate.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTAppDelegate"; - sourceTree = ""; - }; - 1678DD84311710CF243995888EDE7531 /* FBLazyVector */ = { - isa = PBXGroup; - children = ( - 2A69F4B45EEF201C3E0AED157EEB385F /* FBLazyIterator.h */, - FFD9A6B1BED2FE8B90C098E6F60002B8 /* FBLazyVector.h */, - 666031DC4F508F90C11CD737925223A1 /* Pod */, - 2EE6129BA36B2C31F14893A7B9FFB718 /* Support Files */, - ); - name = FBLazyVector; - path = "../../../node_modules/react-native/Libraries/FBLazyVector"; - sourceTree = ""; - }; - 1799A8368E4F900CBF7FD2F987E76536 /* textinput */ = { - isa = PBXGroup; - children = ( - 3FD0CCE5AB33E7D7364EA2798BD36717 /* conversions.h */, - FC139999DC8286D7FADFDF9956A63FC3 /* primitives.h */, - 4D9779124B88FB91380A08C26F315C06 /* propsConversions.h */, - 11BB6AE8F17F4E70ABB3A06F38F7C678 /* TextInputComponentDescriptor.h */, - F0DF07CF5388FFE89003C03A86922672 /* TextInputEventEmitter.cpp */, - 17B0F9C4B9DACB649C5E0039B41887B3 /* TextInputEventEmitter.h */, - 6A0B898D3F8C785127794A668ACF5EAB /* TextInputProps.cpp */, - B6C1BFE180C6BF0DE4B7768B72614404 /* TextInputProps.h */, - 6FC77928D710E7327FE86C70DF8ACDCB /* TextInputShadowNode.cpp */, - 565707BC9E345D08F2E43F9D424AEBBD /* TextInputShadowNode.h */, - EE13CBF844014BA289AC28A5559798B8 /* TextInputState.cpp */, - 35FB400A2FA42A60B1DD5DD356A83946 /* TextInputState.h */, - ); - name = textinput; - sourceTree = ""; - }; - 1DA251E84C786C8035C076C0B10692BA /* platform */ = { - isa = PBXGroup; - children = ( - 47AF63BBE6415D8DE29A010B14393559 /* ios */, - ); - name = platform; - path = platform; - sourceTree = ""; - }; - 1EA79AA88382DC3CFF16EA3B968A4403 /* Pod */ = { - isa = PBXGroup; - children = ( - 3CE11681F98A13CA9C177EBF94C36BA9 /* React-RCTSettings.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 1F094EA2CD6388D3CC9A7AE4F52995AC /* VirtualText */ = { - isa = PBXGroup; - children = ( - A50261C398CB13ACC11FDF512576358F /* RCTVirtualTextShadowView.mm */, - 3C545CAA0615C251583E48EB7F82EE6B /* RCTVirtualTextView.mm */, - 842D0CBA4F9A81E4EB27D8F91FDEF20F /* RCTVirtualTextViewManager.mm */, - ); - name = VirtualText; - path = VirtualText; - sourceTree = ""; - }; - 1F4505C8E3AA5097DEFB498964C12AF0 /* InputAccessory */ = { - isa = PBXGroup; - children = ( - D693FEE59EF34CE76E530EB58521603A /* RCTInputAccessoryComponentView.h */, - 4B15F2439D90AC10CEFF5A4014DDF2C0 /* RCTInputAccessoryComponentView.mm */, - 99AC806FED17616EFE5CC1539C40E647 /* RCTInputAccessoryContentView.h */, - 32E5CDECBA6F39903DF20A725D70E8E8 /* RCTInputAccessoryContentView.mm */, - ); - name = InputAccessory; - path = InputAccessory; - sourceTree = ""; - }; - 203BBD3023F7C24FEA293F462632B45A /* Pod */ = { - isa = PBXGroup; - children = ( - 6B055684D9328D7F80AEBDCFCFCED117 /* React-jsiexecutor.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 20A89036895FE7BD4D5F155B7713BADE /* Support Files */ = { - isa = PBXGroup; - children = ( - C4045A9D0F40F7C2B91CC9C20B6F1A3C /* React-rncore.debug.xcconfig */, - F38CE3C906FB10DAA1EE1DB2852390F6 /* React-rncore.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/HostApp/Pods/Target Support Files/React-rncore"; - sourceTree = ""; - }; - 20AA5328B35F120407CFE223FC18FBDE /* Pod */ = { - isa = PBXGroup; - children = ( - C6CA6B189A988B8698FE6C297AA0B3C6 /* React-utils.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 229E195E9ECB5549C40ACD4BD232F8E6 /* modal */ = { - isa = PBXGroup; - children = ( - 556F5312C1F738B58230B1063C047FD3 /* ModalHostViewComponentDescriptor.h */, - C5D841F2ACEA57E779E40C4C70B12E3F /* ModalHostViewShadowNode.cpp */, - 86E4DBA0C611DA72F16A30E45F0B0753 /* ModalHostViewShadowNode.h */, - C1456A462D41B77D300EBEF6EBE1A4EA /* ModalHostViewState.cpp */, - F0A74CC8E001D55E793764AACB964087 /* ModalHostViewState.h */, - ); - name = modal; - sourceTree = ""; - }; - 22C29E3C1011836567919DFED9B949D3 /* style */ = { - isa = PBXGroup; - children = ( - 8253576244435E870E1D74542BB23ABD /* SmallValueBuffer.h */, - D572451EC6F74AEDF27EC06AAF3BC34E /* Style.h */, - F2FE7A962F360262FE122215A8BCA0E6 /* StyleLength.h */, - D9B25054D5EE3EBF1D91C6DE6AD235E2 /* StyleValueHandle.h */, - FCDF7321202C9579EE6B3671CF33837A /* StyleValuePool.h */, - ); - name = style; - path = yoga/style; - sourceTree = ""; - }; - 248120CA5FD7E4114C4F0F62A60B7180 /* hermes-engine */ = { - isa = PBXGroup; - children = ( - BE20CA3BB20E13CB19270700923F126B /* Pre-built */, - 724B3DEDFA0F74B3AAB15146C6AE0F75 /* Support Files */, - ); - name = "hermes-engine"; - path = "hermes-engine"; - sourceTree = ""; - }; - 25B6B6904C7AC55288810904107389A5 /* LegacyViewManagerInterop */ = { - isa = PBXGroup; - children = ( - 1CA20A41BEF288DEE53BAE1ED2CDC5D5 /* RCTLegacyViewManagerInteropComponentView.h */, - 8522B0B2F57A609C0920BF454192FD30 /* RCTLegacyViewManagerInteropComponentView.mm */, - 225859CBCBFBCFFD7A7B8FBE29F1BA4B /* RCTLegacyViewManagerInteropCoordinatorAdapter.h */, - 831D0A50DA681729D11964A68BBE76B8 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm */, - ); - name = LegacyViewManagerInterop; - path = LegacyViewManagerInterop; - sourceTree = ""; - }; - 25B780096BB5A4F6FE73049FD26606CB /* React-hermes */ = { - isa = PBXGroup; - children = ( - 7A8E495DAB2B2661E654AD88BA422E78 /* executor */, - 564A3918EAA0A53984A04BA961721797 /* inspector-modern */, - F1155521407BEF847F3F09C696B12FCC /* Pod */, - AB3F6B44817712B95C7AB389253DB1B8 /* Support Files */, - ); - name = "React-hermes"; - path = "../../../node_modules/react-native/ReactCommon/hermes"; - sourceTree = ""; - }; - 273669D390F3CB09417CD6FE05B696CF /* Support Files */ = { - isa = PBXGroup; - children = ( - 2E0F4B6071CFBB7A7CFC008C141F29BE /* React-CoreModules-dummy.m */, - C0B4E2293A77594ABE3F76C5D290BC33 /* React-CoreModules-prefix.pch */, - 41F7548B01CE2BC29C37502F7B322682 /* React-CoreModules.debug.xcconfig */, - 710F026F983B17060BC541732BA2E5E7 /* React-CoreModules.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-CoreModules"; - sourceTree = ""; - }; - 28559DE1083A62F303E01ACEC88B408E /* Support Files */ = { - isa = PBXGroup; - children = ( - B0082C6B04E8E39C47D4E57A238F7EE2 /* React-graphics.modulemap */, - 60FB1AC75F5CF0FB1C390BB940296A4C /* React-graphics-dummy.m */, - 6A8A8EEBA28CED5E1B2DC1E2C8687DA7 /* React-graphics-prefix.pch */, - 2415685BE988384328829411CC8B6C46 /* React-graphics-umbrella.h */, - 9BAE4355DB02CCAD2DFEA7415072C9E7 /* React-graphics.debug.xcconfig */, - 297E61B1F110356B2FA175591105411C /* React-graphics.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../../../ios/HostApp/Pods/Target Support Files/React-graphics"; - sourceTree = ""; - }; - 2A64257573353AFEAD37AC24993C32A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - B79329DA6D2014A9DF6F839DAEE556C3 /* React-jsiexecutor-dummy.m */, - B8CFC3D2C8D5E81B2420FABF804F91F9 /* React-jsiexecutor-prefix.pch */, - 69EEB65F44F9D5115238A0CA3B9FD5B7 /* React-jsiexecutor.debug.xcconfig */, - BDDE1E23EDC2A48A734BA1205A508A8E /* React-jsiexecutor.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-jsiexecutor"; - sourceTree = ""; - }; - 2C0EDF3025DBC6B63A99F6E78169CA4B /* Image */ = { - isa = PBXGroup; - children = ( - B4B21600525181D26AEE998D4ABBC15C /* RCTImageComponentView.h */, - B9D3972D37EEFA3F739772C71A6AD194 /* RCTImageComponentView.mm */, - ); - name = Image; - path = Image; - sourceTree = ""; - }; - 2E9CCD18AEA32F6CCABF3D6ED0795DC6 /* platform */ = { - isa = PBXGroup; - children = ( - 08BE5EDFF551AA2AF9B18400D850F3AB /* cxx */, - ); - name = platform; - path = react/renderer/components/view/platform; - sourceTree = ""; - }; - 2EE6129BA36B2C31F14893A7B9FFB718 /* Support Files */ = { - isa = PBXGroup; - children = ( - 37D410BF93EBA618D279A8AAAA91331A /* FBLazyVector.debug.xcconfig */, - 2E65E38BFC06FC77DEA23169F994FA50 /* FBLazyVector.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/FBLazyVector"; - sourceTree = ""; - }; - 3019E7E4DEB888C6F6E7C5F1CBC717E4 /* RCTSettingsHeaders */ = { - isa = PBXGroup; - children = ( - 1301187797CFA55737F806752D962BF3 /* RCTSettingsManager.h */, - A73C5E230E9CFC9ECD972DCA522B0F7F /* RCTSettingsPlugins.h */, - ); - name = RCTSettingsHeaders; - sourceTree = ""; - }; - 30A93D1C6D032D2C2E5FB9D76EA68D15 /* legacyviewmanagerinterop */ = { - isa = PBXGroup; - children = ( - F84638D63E0E25D71D0B2AC4F68E14D8 /* LegacyViewManagerInteropComponentDescriptor.h */, - 6B2F42A9290F3DBCACE988D04FF2BB89 /* LegacyViewManagerInteropComponentDescriptor.mm */, - 64A92A11C861B7A2D8C75CA6E4072415 /* LegacyViewManagerInteropShadowNode.cpp */, - 50FE9332A5075676DEE62FF0F858ED3C /* LegacyViewManagerInteropShadowNode.h */, - 7F87CFACA789A834E9BDE2CDE2817E98 /* LegacyViewManagerInteropState.h */, - 18EDF99D7F8FECDE7B6C124454A17136 /* LegacyViewManagerInteropState.mm */, - 0828E793C840FF0E1FD0516E05911C06 /* LegacyViewManagerInteropViewEventEmitter.cpp */, - 747A52CAE7852C7CF244F4F05849E835 /* LegacyViewManagerInteropViewEventEmitter.h */, - E9DB5C474AB4E6F565C8C9BAACB2112B /* LegacyViewManagerInteropViewProps.cpp */, - 7033FDC249F96E3FA25A2448A14309E6 /* LegacyViewManagerInteropViewProps.h */, - 21C596F908079233A59485FFC7364300 /* RCTLegacyViewManagerInteropCoordinator.h */, - D0620B8D2F51A881D7795A7E0271ED75 /* RCTLegacyViewManagerInteropCoordinator.mm */, - BA65D9E6F4256901BCDB2FDF70513A45 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp */, - 99FDB0B92432227016961FE6B18CC147 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h */, - 4ED219692352FC006A3FD6DD4F8B4A4E /* UnstableLegacyViewManagerAutomaticShadowNode.cpp */, - E0EC2B0C594445F89C36B154A089D335 /* UnstableLegacyViewManagerAutomaticShadowNode.h */, - 7C8D17581D6C8E0516DFF5EDA39B5522 /* UnstableLegacyViewManagerInteropComponentDescriptor.h */, - ); - name = legacyviewmanagerinterop; - sourceTree = ""; - }; - 32A8D3221A0720E78DABEF08173276FE /* Support Files */ = { - isa = PBXGroup; - children = ( - 5513CCF2B490A00B720D4EE74132258E /* React-jsi.modulemap */, - 7E057124F833AB2E455306CBDEC39D74 /* React-jsi-dummy.m */, - 6C2DD300B38C72BCC61859B42446DFD1 /* React-jsi-prefix.pch */, - 393C4C457C15EA719168BED066C0F9DD /* React-jsi-umbrella.h */, - C2A68EC0B51E82FA7C4011B2982C989D /* React-jsi.debug.xcconfig */, - 7DD17DA36D640E0C4D4E2433A7D47595 /* React-jsi.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-jsi"; - sourceTree = ""; - }; - 346F7943A86D442B4F050B707CFA1704 /* Development Pods */ = { - isa = PBXGroup; - children = ( - 1678DD84311710CF243995888EDE7531 /* FBLazyVector */, - BF27C7E05F991FDDCB190FB72F980FA4 /* RCTDeprecation */, - 4BC266B082D02F08DA3A945233EF4256 /* RCTRequired */, - D1E136A5F5AABDDCE9B013B4EF918D6B /* RCTTypeSafety */, - ACE9BE22906ADD0CBD1B646AA7221607 /* React */, - DEFEF94503FB6FC3C5918A413D0A52B0 /* React-callinvoker */, - CAA6D1943ABBCB131EA8837EDA324594 /* React-Codegen */, - 438C0C31CE231B67B913CE63F0EF1FEF /* React-Core */, - B23CCD5AB0A3F691A886FBB87BA794B6 /* React-CoreModules */, - 4B5C8F8E8984F015D937D737B27487DC /* React-cxxreact */, - 50F7B90D309F8DDB6C4BE34B5CD5DC5A /* React-debug */, - 5E9D57AC740A21EAD4BEF8A56619608C /* React-Fabric */, - 7BF520A066816483BDFDE728B683178E /* React-FabricImage */, - DD67FB636E5359B937D720AC0BFD09DE /* React-featureflags */, - FB493BED1959C12603CC70C6A9403005 /* React-graphics */, - 25B780096BB5A4F6FE73049FD26606CB /* React-hermes */, - A6684B1E53C1AC5ED79B9AB3131B774B /* React-ImageManager */, - D9D633D2B6C9E0F5BAABB36A082EB36F /* React-jserrorhandler */, - CDAFC5F5091437D36A28FEC2BE800978 /* React-jsi */, - 99C941EE89565814B7903B5D763A6383 /* React-jsiexecutor */, - B39BA4047B4C7864A9B88D431AB73226 /* React-jsinspector */, - 5E5236E9ABE7FE8D329865D609D9DD26 /* React-jsitracing */, - D4C3E002BFAF83211811465C625B1ACA /* React-logger */, - 0C035205EF4D1402BB4D156B852880CB /* React-Mapbuffer */, - 9C1150B6BACB15AE5D62C0A7EE58690A /* React-nativeconfig */, - BC18F76933504F6C59DD15A22D0FE6C0 /* React-NativeModulesApple */, - FF65A71FBCAE4E34406FE8A34E2D5591 /* React-perflogger */, - 3E68FFDEE28CAB7451952BF6ABA25685 /* React-RCTActionSheet */, - 8BD6859DD9326556CF86B6DAB8281BD0 /* React-RCTAnimation */, - 5D82B1F1B525793A65A860A05C1E7503 /* React-RCTAppDelegate */, - 58269AE79A168C3E920EC52131CCC317 /* React-RCTBlob */, - C23EAEB7D43B5C9C7C13777013B290DB /* React-RCTFabric */, - ED03DF130379DF5C2DD71923612B937A /* React-RCTImage */, - 6670EAA9C449177EC4C519215F71B7C4 /* React-RCTLinking */, - DD4DBE6AAC9B23083711BC01C491C92E /* React-RCTNetwork */, - 727C6B4BB3297BDB8634C983C8725CE1 /* React-RCTSettings */, - D57C752FABF86DD5F21E486CE7001630 /* React-RCTText */, - 7DFC54CF0A79E69E1028FB0E55EC7D6B /* React-RCTVibration */, - E467DA3E5758A9C95BDABBD1EB32CE76 /* React-rendererdebug */, - 8B64BBAF54DFAED21FA9A5FC44257D92 /* React-rncore */, - 42F3A0B26B1ED83C1160D7FAE8CE3952 /* React-RuntimeApple */, - 86A6EBE2EEB8932253C454A177CAC1A3 /* React-RuntimeCore */, - DFE45EEF6AB9C946E6E85515A09C2BD5 /* React-runtimeexecutor */, - 91249D635810CDFA665EBCA61C4D87AD /* React-RuntimeHermes */, - 0E4B81C5D2EF0C4E022E4BA5ADAA2F7F /* React-runtimescheduler */, - 7E81D6EE848AA37DCAB25588EF841522 /* React-utils */, - D1BDC0122157455C0DB789918C0EE566 /* ReactCommon */, - F64944EB9A24101160BFF9F139643B52 /* Yoga */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - 35E1D70EA33985BB781F65C951E313A5 /* root */ = { - isa = PBXGroup; - children = ( - 77355301C3F9B800166FAFF1B2E09A29 /* RootComponentDescriptor.h */, - F75ABE9328A870998EB48FBB633B8AA2 /* RootProps.cpp */, - 53683C17D288A9D0B3B1D16D5B5688AE /* RootProps.h */, - 70DC41C10D582E727DA3BC7000EB2217 /* RootShadowNode.cpp */, - 42E878A0B52647A76A45E7A3F15BF583 /* RootShadowNode.h */, - ); - name = root; - sourceTree = ""; - }; - 364CFFDA1E4E1441B39975E095E77BB1 /* Nodes */ = { - isa = PBXGroup; - children = ( - 437B323506BD3A853A0E0832B91F60D7 /* RCTAdditionAnimatedNode.h */, - 89AEA81A40FBE58FD8F197342A3682EF /* RCTAnimatedNode.h */, - 81D0F3A14F363F1608E82046BCE6A351 /* RCTColorAnimatedNode.h */, - CE4DA2169CDCC91ECAC58B3FFD73759A /* RCTDiffClampAnimatedNode.h */, - 210146C8BE7A0A6BB30494003A8E2FC9 /* RCTDivisionAnimatedNode.h */, - E745F1CFAC4A7EF026EED29B4D9D9C76 /* RCTInterpolationAnimatedNode.h */, - D1DB8836431627F483FCA5DE130AAAEE /* RCTModuloAnimatedNode.h */, - 3DBD3F1E98BADA6330257960660EC705 /* RCTMultiplicationAnimatedNode.h */, - 2F04805EF66AE97709AB86452E84AD56 /* RCTObjectAnimatedNode.h */, - D8DCC0BB657C80F8DA90DDEADDC5CDA8 /* RCTPropsAnimatedNode.h */, - 7FF4EAD135EA436CA19A2CFAA4085304 /* RCTStyleAnimatedNode.h */, - 78E1CC226AF07F8BD8256F2155F91C68 /* RCTSubtractionAnimatedNode.h */, - 03DD2E952B38DB572FBEB03219D73F65 /* RCTTrackingAnimatedNode.h */, - 159F5245A51FF689C32F27D152E729D3 /* RCTTransformAnimatedNode.h */, - 84ABA6351EF3389F4732C614A8621121 /* RCTValueAnimatedNode.h */, - ); - name = Nodes; - path = Libraries/NativeAnimation/Nodes; - sourceTree = ""; - }; - 3885D2496BD3A2460E375EFCA9169F38 /* componentregistrynative */ = { - isa = PBXGroup; - children = ( - 105C0462D9BA67C1D274680D62D99AE8 /* NativeComponentRegistryBinding.cpp */, - A71CEB58958B86A748DE0D85A952DC21 /* NativeComponentRegistryBinding.h */, - ); - name = componentregistrynative; - sourceTree = ""; - }; - 39790A03D558B91BA51DB6A48D95BC57 /* Pod */ = { - isa = PBXGroup; - children = ( - 2DEB1840035A91C57885699142EB5B93 /* React-Mapbuffer.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 3AFB198A72FDB67CAB07266646884087 /* UnimplementedView */ = { - isa = PBXGroup; - children = ( - 1FFB575EE0228EBFFB3EBFBD5973898F /* RCTUnimplementedViewComponentView.h */, - 3FE1D61E1096572C6C496BC2F010F9AD /* RCTUnimplementedViewComponentView.mm */, - ); - name = UnimplementedView; - path = UnimplementedView; - sourceTree = ""; - }; - 3DC2CFD8AB13FB472599D9AEE2CCDCBE /* glog */ = { - isa = PBXGroup; - children = ( - 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 = glog; - path = glog; - sourceTree = ""; - }; - 3DCA083FA8F07F441A79ADC81FEA0E1F /* enums */ = { - isa = PBXGroup; - children = ( - 4484FD310CC7FDE99D71B52628A747CD /* Align.h */, - A569412B7BA16F97F7F6FB5AEDE08F8C /* Dimension.h */, - 268E70860DA0BFEB543C024CC064F314 /* Direction.h */, - FB317C1EC14F80FD3C747BCAA1DC1AAF /* Display.h */, - C70C16DCA33025B090C7C9C0E8D528AB /* Edge.h */, - EF773479B9046C27FB4EA75F30116EE2 /* Errata.h */, - 4069A1AFD2D5DEBA2ADB22E9C3C57C62 /* ExperimentalFeature.h */, - F4B246C01CA4D53C8D68BDBC189FF0BD /* FlexDirection.h */, - 8D221C7986E72F3793621DB38FB3C4A0 /* Gutter.h */, - AFE29F41E5F76E3A032C2CFAEE370BD5 /* Justify.h */, - 6A18F05B5D4633CD6C9F8D001BDDBC37 /* LogLevel.h */, - 33F0C31F1C678EE305ABD1AA01DEB02A /* MeasureMode.h */, - 4DC07F8A180EF187AF6FF62A7BBC930C /* NodeType.h */, - 73DDD7177482B397EF1E5766FA058DFA /* Overflow.h */, - 68B8B809308F3F9F01639B047CDCCB8E /* PhysicalEdge.h */, - 3990B9154783BFB72ECB0CE54743F04F /* PositionType.h */, - B7614CB0231D264BA6051B08AAB6F161 /* Unit.h */, - 5EC92CC855CAF1C20BA52BEB5AD4E038 /* Wrap.h */, - 6D38B6F407BE4DF76B89D94A410FB525 /* YogaEnums.h */, - ); - name = enums; - path = yoga/enums; - sourceTree = ""; - }; - 3E68FFDEE28CAB7451952BF6ABA25685 /* React-RCTActionSheet */ = { - isa = PBXGroup; - children = ( - A9A3DAE21F3CE979A5B180177863D77E /* Pod */, - E361306B24EFDCEFD62338C80E1016D7 /* Support Files */, - ); - name = "React-RCTActionSheet"; - path = "../../../node_modules/react-native/Libraries/ActionSheetIOS"; - sourceTree = ""; - }; - 42D7DF2047B869A8F3D547A8C6816953 /* Support Files */ = { - isa = PBXGroup; - children = ( - 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 = "Support Files"; - path = "../Target Support Files/RCT-Folly"; - sourceTree = ""; - }; - 42F3A0B26B1ED83C1160D7FAE8CE3952 /* React-RuntimeApple */ = { - isa = PBXGroup; - children = ( - CA8ED47CE53D1B82B0147D259FFA7D43 /* ObjCTimerRegistry.h */, - 21883C68879DD5B30E8724C6A184DFB2 /* ObjCTimerRegistry.mm */, - D7F9FFCEBBA4C6E887FCD9C0A843B186 /* RCTContextContainerHandling.h */, - 497B6716D96E3CD0D4F7116CD273F4F8 /* RCTHermesInstance.h */, - 1DB7E713E554E1D4CF737682A8BDC115 /* RCTHermesInstance.mm */, - 9E9FCBEA8F08B2916D2926B96E30BC04 /* RCTHost.h */, - 6A253754DE163ED64FC2612DED1BE761 /* RCTHost.mm */, - A412EE9F47BA5A8D06868E0269309349 /* RCTHost+Internal.h */, - F2139E9B6EF59759FCBACB050A16DBEB /* RCTInstance.h */, - 24806FB644B5FA8EABD643424CC3B7B9 /* RCTInstance.mm */, - 6E66D5405C44D0791F61D90B251EFE3E /* RCTJSThreadManager.h */, - EBB982B81A5FEB7CA18114413F15EA5E /* RCTJSThreadManager.mm */, - C95FA1A372B789BD7CB7C4BA8A5B1F86 /* RCTLegacyUIManagerConstantsProvider.h */, - 8CBA5FDFACE636F02F888E2E87813953 /* RCTLegacyUIManagerConstantsProvider.mm */, - D68505EDDA36E144D4E373104F804E02 /* RCTPerformanceLoggerUtils.h */, - F6D8C3710C464A16A54807A8F500FDC6 /* RCTPerformanceLoggerUtils.mm */, - A388957A7E0EB169B824ECC2B24A44ED /* Pod */, - 98AF4CEAD2B2CD5D30424EA21B5563E8 /* Support Files */, - ); - name = "React-RuntimeApple"; - path = "../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios"; - sourceTree = ""; - }; - 438C0C31CE231B67B913CE63F0EF1FEF /* React-Core */ = { - isa = PBXGroup; - children = ( - FEF8247925779C039A5F3718E36FD0B7 /* ar.lproj */, - 7913A680A7173FA86C4B18FAEAEFFEC3 /* cs.lproj */, - 3AA3D893E103A9BF5C4C3B9421CD49C6 /* da.lproj */, - 2DB26B46B151C9858507BD163E42E5B5 /* de.lproj */, - 7B50DA9D8145563CDB81A540AD44A27A /* el.lproj */, - F49C8C15B969BA9DE2801AFB4C21D24D /* en.lproj */, - 695B5C5C690E4472E4E29BC6CD0871EB /* en-GB.lproj */, - D242A54F845284DF31137ECD14FDB150 /* es.lproj */, - 849C42E861B1A7BB6DBF6990DE316DB3 /* es-ES.lproj */, - FC153717BFC111CDA39547E160B21CF7 /* fi.lproj */, - 906EC23B856C57F6AF327C3DF4EB43E8 /* fr.lproj */, - 14AC935704D290D92C7F410D96FE2711 /* he.lproj */, - 964F574D7321EA827F9D8C57E26C4356 /* hi.lproj */, - D5C9CA7728DC9220D79F3694782574BA /* hr.lproj */, - E0125EA5F63D66E2A04BC7AB1F3A6133 /* hu.lproj */, - B236D2CF49A9AC4F40A02E5F0B2A002E /* id.lproj */, - 0A620D69AAFB34EB556929CA5226396C /* it.lproj */, - 79D46BDF48B2F09905E98B9940B2C75F /* ja.lproj */, - A94F7B69E14A38FC9A94C8450BA067B5 /* ko.lproj */, - 33372E827B1BA6CC190DDDFD79828113 /* ms.lproj */, - E8547B5F5EAF012DF4771BC3CC885E46 /* nb.lproj */, - C720CB140218A319CD4BCA51B58E2837 /* nl.lproj */, - CD3CEEDC1E9ACD81072165706FFE8553 /* pl.lproj */, - 2BF83C951E4F42708664EBB55C68E4EA /* pt.lproj */, - D821BD8C8D6AF470910C5A3C20661B03 /* pt-PT.lproj */, - CE1B39FD7FFD63DC0261B41D36CADC3D /* ro.lproj */, - DA5FF158625CE43648F0D4F8B607DACB /* ru.lproj */, - DBEF153A222942A16B857F6CAEECD21D /* sk.lproj */, - 7C0C0DAB40CE9F75B1F3EE036D65216E /* sv.lproj */, - 153FBC68E505BBC6C3C99EED08FBA96C /* th.lproj */, - 3BA41B39C8A617225E81028578403139 /* tr.lproj */, - ACB19B3834326BB6D82BE056BDEDFA04 /* uk.lproj */, - CBE6DF429093AFB07FEBC0B57C5F10E4 /* vi.lproj */, - 715CC4FFB1543773CC9243A7C81A0540 /* zh-Hans.lproj */, - 3428B98F66B84F2ABB416FA7D07ECD2B /* zh-Hant.lproj */, - CD093127D8ACCA89B53D00BF8611DF26 /* zh-Hant-HK.lproj */, - A1D0FC1AEF422E097A8D82DB46C6A297 /* zu.lproj */, - E5AAD5B03B46B64A24C1A61DC3A54033 /* CoreModulesHeaders */, - 741EFFAB9F4189D4049AA918C722A923 /* Default */, - E42287BABDCBFDA59134B18A8D25F9E3 /* DevSupport */, - A8AFAE1A0018ACDCE1742DF078AD04A3 /* Pod */, - 9BBA8F22655E72597363F2E0513B15E4 /* RCTAnimationHeaders */, - DE96A0392BECA84254198E68AA9BC3B7 /* RCTBlobHeaders */, - 531596C7B475A88A2F40871E1F747FBD /* RCTImageHeaders */, - 5E4462A47C9C7381AC294AC6AB55DD5C /* RCTLinkingHeaders */, - 53940BA32C3EEACEB38E370F17440C16 /* RCTNetworkHeaders */, - 3019E7E4DEB888C6F6E7C5F1CBC717E4 /* RCTSettingsHeaders */, - C2787D1A8887268D160767671F12C17C /* RCTTextHeaders */, - 7C7CEE8E7B6FE3DA19BC71E133E72BE5 /* RCTVibrationHeaders */, - 8476385F8898D1080E816A19DDA45BFD /* RCTWebSocket */, - 72F4BF5E666DEBD31A83B314026ED19A /* Support Files */, - ); - name = "React-Core"; - path = "../../../node_modules/react-native"; - sourceTree = ""; - }; - 47AF63BBE6415D8DE29A010B14393559 /* ios */ = { - isa = PBXGroup; - children = ( - C60F697660741B8ADF50B578F87DFC9D /* react */, - ); - name = ios; - path = ios; - sourceTree = ""; - }; - 4807DE57E02848418EEF6D7817A97BCC /* Support Files */ = { - isa = PBXGroup; - children = ( - 415552FCDA1913EE9C21A7AA2E8B5D8D /* React-RCTAnimation-dummy.m */, - E1B5F958A548CF7B8E3E07C2E44E0AF6 /* React-RCTAnimation-prefix.pch */, - B2E248534FFFC1A70A45B00D2BCE37C5 /* React-RCTAnimation.debug.xcconfig */, - 6FD38FAD8A311E35017382E7DE572186 /* React-RCTAnimation.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTAnimation"; - sourceTree = ""; - }; - 48DF3C08EB42E51EFC60D5350D7E79CE /* debug */ = { - isa = PBXGroup; - children = ( - C4C297316C4043B6B8550AE758C4DF78 /* AssertFatal.cpp */, - 9059DBE8B26E250613A2D0E82F3BA75F /* AssertFatal.h */, - DCCD072BA61CC3D1FE7379B07E361D2C /* Log.cpp */, - 43FC5B44EBD55EDD00170483098492A9 /* Log.h */, - ); - name = debug; - path = yoga/debug; - sourceTree = ""; - }; - 4A02ED0F8DD9AA42A19E36D3673863D6 /* BaseText */ = { - isa = PBXGroup; - children = ( - 95AB1381ACD7A904CB2E31B03BB5780B /* RCTBaseTextShadowView.mm */, - 603512FF75543B017A5AF688D6C1E86D /* RCTBaseTextViewManager.mm */, - ); - name = BaseText; - path = BaseText; - sourceTree = ""; - }; - 4A5EB6AA1B6823E954112989B55E7E9D /* ScrollView */ = { - isa = PBXGroup; - children = ( - 0412316D9566DE58837829185BB67F5A /* RCTScrollableProtocol.h */, - F8FA9B517143F1BE9D97DC3536FBF556 /* RCTScrollContentShadowView.h */, - 76F7F73B28269D68B5A04074DDD1EBEB /* RCTScrollContentShadowView.m */, - D19AE62F7BEB32E7B8A4958D0F5393F5 /* RCTScrollContentView.h */, - 905BA47C4D9F2CAE68056FF3F32E8301 /* RCTScrollContentView.m */, - CF255B61B69815838708E6D7882F85C1 /* RCTScrollContentViewManager.h */, - C63D4E1591B21A7636310E7E4FFFA6A8 /* RCTScrollContentViewManager.m */, - CEE5A4AC8FC6FCAF736815BA540FFCA6 /* RCTScrollEvent.h */, - C66B66E853F19F4C86C646985B1184F1 /* RCTScrollEvent.m */, - 36B5A3A252FE15BF09A27E23FA41506F /* RCTScrollView.h */, - 7CBABF2CEB074E60668C673296D22CD0 /* RCTScrollView.m */, - FDF67DA9484C4DEAF067141994ABBE24 /* RCTScrollViewManager.h */, - DC645E4203D02422292BACDC04173CA5 /* RCTScrollViewManager.m */, - ); - name = ScrollView; - path = ScrollView; - sourceTree = ""; - }; - 4B5C8F8E8984F015D937D737B27487DC /* React-cxxreact */ = { - isa = PBXGroup; - children = ( - 436659BBA87E2B4034F6C03A4E0F7528 /* CxxModule.h */, - B30E194D8450A8C2A236B06E9E6092F3 /* CxxNativeModule.cpp */, - 39D83F1680CDF3873436E61E3949E7D9 /* CxxNativeModule.h */, - 9421A3E84FA6421C8630EC29A59E8B88 /* ErrorUtils.h */, - 419C8BE2E3C07C4D88AE67379DD64133 /* Instance.cpp */, - 89EA02F7CF0AFCCF9CD8933F501931EE /* Instance.h */, - 837041DFB4BD9BC06D3A57A2C5085BA8 /* JsArgumentHelpers.h */, - C9FF65FD1E2621B5355569E491B0AC85 /* JsArgumentHelpers-inl.h */, - 74BD35C9E3AB51092A6885FB44E0450B /* JSBigString.cpp */, - A5E3F9DD67CF6CCF23FCA3F637624E7A /* JSBigString.h */, - 122FDBD2BC3E7AEB0D2B6B0B6E9E9C26 /* JSBundleType.cpp */, - 295EC2E2CAF48ED1CC34A30D95B29086 /* JSBundleType.h */, - D13BEA8D45AC6350D8DE3148B7AD4C05 /* JSExecutor.cpp */, - AA25D3C52F429A9D8BD5082246F02D26 /* JSExecutor.h */, - 211891202D4D0C2321ED291D7DB2B7D7 /* JSIndexedRAMBundle.cpp */, - 975894BABE2B7FE673D35AF6D5589E7A /* JSIndexedRAMBundle.h */, - 237B887CC5360D7A38113ABED196D57F /* JSModulesUnbundle.h */, - 40A96477B6746E7EF65974BA4AC77311 /* MessageQueueThread.h */, - 402FAD4AE1832794000A1EFB614B6734 /* MethodCall.cpp */, - 83B7138A4BC765E790CC8C810B8595B6 /* MethodCall.h */, - 8514E5F95700CB5164C90DA67F76B066 /* ModuleRegistry.cpp */, - CCCE4B1960E8873B679F0B404ED84869 /* ModuleRegistry.h */, - E0B543788215F611FC241572C86622FB /* MoveWrapper.h */, - 14F70B335A2CD7A6D3DA0FEB2E5A6160 /* NativeModule.h */, - A24D349FAA75EB24D77BAAFCBFCEA7C7 /* NativeToJsBridge.cpp */, - 14480AF0D94AEA2DC64118C6216B4EF4 /* NativeToJsBridge.h */, - 425AE201D17099B37DA3F3D95FD205CE /* RAMBundleRegistry.cpp */, - 284C99B7FED436C888C19FD07D0E6A9A /* RAMBundleRegistry.h */, - BB646DC869C17A5360FE272918BBCF7F /* ReactMarker.cpp */, - 5D83F3E3E32F09BAFA24DA769DC3387C /* ReactMarker.h */, - CFC56904ACC5A9EC3A31A16A1B3BA566 /* ReactNativeVersion.h */, - B5816B892008E1A21E1024C0E0124DA7 /* RecoverableError.h */, - C63CFF38F0B941ACFF7650995734A48E /* SharedProxyCxxModule.h */, - EE331FAC341FD86E3FD0468624762319 /* SystraceSection.h */, - 892C848B51A0CB04C0A50F2CF73C9A1F /* Pod */, - E5142E58366A5B3239D6DF2F8F4F1C14 /* Support Files */, - ); - name = "React-cxxreact"; - path = "../../../node_modules/react-native/ReactCommon/cxxreact"; - sourceTree = ""; - }; - 4BC266B082D02F08DA3A945233EF4256 /* RCTRequired */ = { - isa = PBXGroup; - children = ( - 0C3D5C987A7879CBA2DEA1371179C7A9 /* RCTRequired.h */, - 9B4FBC2FC6A947285005C7A624C41D5C /* Pod */, - 0F2AF7400A798AF112E84792B1565EC9 /* Support Files */, - ); - name = RCTRequired; - path = "../../../node_modules/react-native/Libraries/Required"; - sourceTree = ""; - }; - 4DB4C5FBEADBEAF2BAD513AC218DC827 /* Pods-ARMSXHost */ = { - isa = PBXGroup; - children = ( - D6B68B4B1F934124949AA0B843A128C3 /* Pods-ARMSXHost-acknowledgements.markdown */, - 2EE31021FCAFAC4457CF8F136ECC8B64 /* Pods-ARMSXHost-acknowledgements.plist */, - 785B9FA99B79FC87BCFD6D5B37E05181 /* Pods-ARMSXHost-dummy.m */, - 948D041840A006446DF347EF464CDB97 /* Pods-ARMSXHost-frameworks.sh */, - 852403D6B9903100D8D899C9A588F950 /* Pods-ARMSXHost-resources.sh */, - AF9CF163A2E439881D977D559EE09655 /* Pods-ARMSXHost.debug.xcconfig */, - 4ECE50C7153127B2A17E802228FA2F15 /* Pods-ARMSXHost.release.xcconfig */, - ); - name = "Pods-ARMSXHost"; - path = "Target Support Files/Pods-ARMSXHost"; - sourceTree = ""; - }; - 4EB595C899ACA2DD0E55095CB9DE0F6E /* attributedstring */ = { - isa = PBXGroup; - children = ( - 23BE6C2D21217E596BE322E6F439747E /* AttributedString.cpp */, - 723CD21A5983E2EEB1D5C5C0ED4AB002 /* AttributedString.h */, - A2E0CC7FE1E13A74C4D36B9CD35F9BD2 /* AttributedStringBox.cpp */, - 07AB1232245F15664AF8F4A09563CC6F /* AttributedStringBox.h */, - 09B9B2CEE283F96CC51FEF8CD3E01C97 /* conversions.h */, - 88E308C417A725A796578824E892878E /* ParagraphAttributes.cpp */, - 4123CC56965FA482A00B95D9079BB592 /* ParagraphAttributes.h */, - DC66ADE70F59EC9A2E9C408A42E1F8F5 /* primitives.h */, - 659927553B71E0763381A5F34B92060F /* TextAttributes.cpp */, - 1BCDF70B34826D7DEAC937407EA02522 /* TextAttributes.h */, - ); - name = attributedstring; - sourceTree = ""; - }; - 4EF7BA84208D1708402AB50AB2B10647 /* componentregistry */ = { - isa = PBXGroup; - children = ( - 39E4D0ED9CB6FF9860B55ED725ECC367 /* ComponentDescriptorFactory.h */, - FBB28BBBD5B8F6914B48B154E683B791 /* ComponentDescriptorProvider.h */, - C98457DC90397243F1D37823AFC1B88C /* ComponentDescriptorProviderRegistry.cpp */, - C8530656993002C125911F1BD8FF0CBA /* ComponentDescriptorProviderRegistry.h */, - D02FB693F077C4873E5C80FF04AC5132 /* ComponentDescriptorRegistry.cpp */, - 254D9F40DAF7DFBDE54E1452C680BB4C /* ComponentDescriptorRegistry.h */, - E89E766B9E5887EC46F7DDD682F6EA68 /* componentNameByReactViewName.cpp */, - 43BE5FC05EFD8FF1ABB6465D2475390A /* componentNameByReactViewName.h */, - ); - name = componentregistry; - sourceTree = ""; - }; - 50F7B90D309F8DDB6C4BE34B5CD5DC5A /* React-debug */ = { - isa = PBXGroup; - children = ( - 552B0E24B8D5AC7835BD83006E858611 /* flags.h */, - 25816AE33D1DAF22ACEBBB820A284564 /* react_native_assert.cpp */, - 544527E39EE59DCEAACC51D8B597AA95 /* react_native_assert.h */, - D8AA09DF2679770824637D6CE58DD267 /* react_native_expect.h */, - F04918E64CF43FC95CAB3DB110ED35DD /* Pod */, - 8954FBA68B5072F9CBECA4E2EE508A11 /* Support Files */, - ); - name = "React-debug"; - path = "../../../node_modules/react-native/ReactCommon/react/debug"; - sourceTree = ""; - }; - 531596C7B475A88A2F40871E1F747FBD /* RCTImageHeaders */ = { - isa = PBXGroup; - children = ( - C209F0784180009D77410067EA3EE216 /* RCTAnimatedImage.h */, - 41668E58DAD473E6D6299CB34C2F7624 /* RCTBundleAssetImageLoader.h */, - B14E707CE52AAE2AFDD37F5ACC1648F4 /* RCTDisplayWeakRefreshable.h */, - A211E2AA3192C6B32189CBDE68927CAC /* RCTGIFImageDecoder.h */, - D8D2723ABA85E5CF39A0DA5DC1B83E55 /* RCTImageBlurUtils.h */, - 8CB1121446D7C929D8D9FA2FE85F48EB /* RCTImageCache.h */, - 247496EC3F4C7F0931411B527EA88C93 /* RCTImageDataDecoder.h */, - 5811D605958CB9D11FB7C4F98D522CB8 /* RCTImageEditingManager.h */, - E9F03493679B6E762FEE71275C0C3546 /* RCTImageLoader.h */, - 53DB364A58B870FBB71D683BD410B705 /* RCTImageLoaderLoggable.h */, - ED71EA86F152CAD5EDA491E04F5C4A68 /* RCTImageLoaderProtocol.h */, - FBBF80D7579ED4069DEADC4E6863EB7A /* RCTImageLoaderWithAttributionProtocol.h */, - 380E70453C1E367A14208E64B56AD19E /* RCTImagePlugins.h */, - 038051F72CDFC0518CC29F7AF93D6286 /* RCTImageShadowView.h */, - A7CFA7A2304D3D777B0FBF4A2E8661A3 /* RCTImageStoreManager.h */, - D5050EBBFA2476CD6D702252277B18DC /* RCTImageURLLoader.h */, - 5D53CED35EEF04D69871EA1E5664CD7F /* RCTImageURLLoaderWithAttribution.h */, - 8EE6F0A56B3808390DDD679607CCF72D /* RCTImageUtils.h */, - 593097FE54CDD418799699524B6242F9 /* RCTImageView.h */, - FE5F018F3FEBF0B42ED8C766C3CD367D /* RCTImageViewManager.h */, - EA0828E5ECCB4CD5D901F089F547527C /* RCTLocalAssetImageLoader.h */, - 803E7468EE3C8D2022AA330E982445B3 /* RCTResizeMode.h */, - 3FA9DB797D67FE5697E292AB30996EC5 /* RCTUIImageViewAnimated.h */, - ); - name = RCTImageHeaders; - sourceTree = ""; - }; - 53940BA32C3EEACEB38E370F17440C16 /* RCTNetworkHeaders */ = { - isa = PBXGroup; - children = ( - 0CC628127424A16A8E95F2BE632E14CA /* RCTDataRequestHandler.h */, - AF533E2FAC8498EA170C8285E3994081 /* RCTFileRequestHandler.h */, - 4CEE8ED182508A8EFE4DC874DB33188A /* RCTHTTPRequestHandler.h */, - C1048419B4983DE793F491B94DFC6CBA /* RCTNetworking.h */, - DAEF489D0F0D2E17D6151069E97820E0 /* RCTNetworkPlugins.h */, - 6764AAEBDE1F8A1DDCD8183A2C683E56 /* RCTNetworkTask.h */, - ); - name = RCTNetworkHeaders; - sourceTree = ""; - }; - 54FEA9ED59219D03603B72A1F461D477 /* graphics */ = { - isa = PBXGroup; - children = ( - 3534404F6B384CF94D486D1A14FD10AF /* Float.h */, - 0BC8F6994D108B8DFF95D1148B8EA4A8 /* HostPlatformColor.h */, - BFD656D20B44A26C87CF180FE0BB0C53 /* HostPlatformColor.mm */, - BE84A1319BC701C3D487855896D16A6D /* PlatformColorParser.h */, - EE31A5178C2C810C43795B6315161235 /* PlatformColorParser.mm */, - 2C21671DA9DE5386C903701DA65EC192 /* RCTPlatformColorUtils.h */, - 4A9B88CA672F8170D7C5752B539D4874 /* RCTPlatformColorUtils.mm */, - ); - name = graphics; - path = graphics; - sourceTree = ""; - }; - 564A3918EAA0A53984A04BA961721797 /* inspector-modern */ = { - isa = PBXGroup; - children = ( - 0EB600449D7415610F9212BF51BF4CB2 /* chrome */, - ); - name = "inspector-modern"; - path = "inspector-modern"; - sourceTree = ""; - }; - 57090A416BE2394B98CF3713846EC046 /* Pod */ = { - isa = PBXGroup; - children = ( - 111487C865D692F77A93C9C8A61F5C32 /* React-Fabric.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 58269AE79A168C3E920EC52131CCC317 /* React-RCTBlob */ = { - isa = PBXGroup; - children = ( - A52B026F48910CB6D176FB5AE1BD82CF /* RCTBlobCollector.h */, - 316098BAE97512E1640780C141A5DA44 /* RCTBlobCollector.mm */, - 7421CC90E46ABD435AB0387EE1EA9734 /* RCTBlobManager.mm */, - 38534E4EA8BDE85DAAA723243DA3F569 /* RCTBlobPlugins.h */, - 5B5F0AB0BA5E6BF40A2CF4403B6BB5E9 /* RCTBlobPlugins.mm */, - F10A4F856BBFD8C6E19223FBF04153AE /* RCTFileReaderModule.mm */, - F484313102EF3265F84219E71100F8A7 /* Pod */, - AF50E685E994AC522356636AEFC4573D /* Support Files */, - ); - name = "React-RCTBlob"; - path = "../../../node_modules/react-native/Libraries/Blob"; - sourceTree = ""; - }; - 586944DD3F4AA109F42DED55324BE5EC /* Support Files */ = { - isa = PBXGroup; - children = ( - 8C83DDBE593D0EC0673B4FC575A474FB /* React-runtimeexecutor.debug.xcconfig */, - CBA499CC06895F2A457A9E2C3A7250F3 /* React-runtimeexecutor.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-runtimeexecutor"; - sourceTree = ""; - }; - 58935B03B31743281A9498EFD8E06897 /* Support Files */ = { - isa = PBXGroup; - children = ( - 23D395CB1B44C92C853DD651A9E527B9 /* React-NativeModulesApple.modulemap */, - 136BCBDDA9AEA3AF0B3E966D310AB7BF /* React-NativeModulesApple-dummy.m */, - 291C50008895479715314A2A1A84F774 /* React-NativeModulesApple-prefix.pch */, - 1FD0A3A8FB527FC5B13DA60BC71711D5 /* React-NativeModulesApple-umbrella.h */, - 329BB92F72B37BC591D0EA0B23C3214C /* React-NativeModulesApple.debug.xcconfig */, - DEAAC9D628D2801284A606A58F77EDC3 /* React-NativeModulesApple.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../../../../../ios/HostApp/Pods/Target Support Files/React-NativeModulesApple"; - sourceTree = ""; - }; - 592269E18EE462FD49A041E3CBA76EF9 /* Pod */ = { - isa = PBXGroup; - children = ( - EC29400353E5A7A952B5D29D17E08450 /* React-Codegen.podspec.json */, - ); - name = Pod; - sourceTree = ""; - }; - 59EF03E8CE339BCD30963F032AD673FF /* Text */ = { - isa = PBXGroup; - children = ( - 00E5344E17305F8B284CFF0E15BF576E /* NSTextStorage+FontScaling.m */, - 8445CF9D61F75DFAC0F579F9AE24E00E /* RCTDynamicTypeRamp.mm */, - 2436CB2991AAB0D18F007F522E383AA2 /* RCTTextShadowView.mm */, - DBEF32B697F021A17EA2D5693DCB54C4 /* RCTTextView.mm */, - 6C29505FE26407D60A3192B15F52BE49 /* RCTTextViewManager.mm */, - ); - name = Text; - path = Text; - sourceTree = ""; - }; - 5A2857DF091C778F5B150B13312A8AAE /* ActivityIndicator */ = { - isa = PBXGroup; - children = ( - A8C887ADCF6F6D1E5FC6EBC2F4571D6C /* RCTActivityIndicatorViewComponentView.h */, - 731262C9CB979CB1AD98C71D7C7CF606 /* RCTActivityIndicatorViewComponentView.mm */, - ); - name = ActivityIndicator; - path = ActivityIndicator; - sourceTree = ""; - }; - 5BDBB35F633567D3A31E12423AD9197B /* Support Files */ = { - isa = PBXGroup; - children = ( - 0585010DB2257C8B62F3B1BE51449BDA /* SocketRocket-dummy.m */, - BCE80CF8B841672C3A200AF86984A1ED /* SocketRocket-prefix.pch */, - F923F037E88C68DA2463BCD75AA9ED60 /* SocketRocket.debug.xcconfig */, - E8A93054841794EAD58EB675761B8905 /* SocketRocket.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SocketRocket"; - sourceTree = ""; - }; - 5CC39BA87FEDAA1E750CA855BF649687 /* scheduler */ = { - isa = PBXGroup; - children = ( - 4FEBC617C2F052F11C4C4AD31421C1ED /* AsynchronousEventBeat.cpp */, - F1F94F5B9A92F8ADCD1F0912630FEEE5 /* AsynchronousEventBeat.h */, - 391C90CFAAD6AF704C43D5C1333B8EDB /* InspectorData.h */, - B51057788643765C0DC916C7AEC2AD30 /* Scheduler.cpp */, - 365E3D44F694374995EF026FEA7525CC /* Scheduler.h */, - A434F26C3BADFB2132EFD865DB26C006 /* SchedulerDelegate.h */, - DEFEB5634B10C440827046EF8CCC57FF /* SchedulerToolbox.h */, - 181F192DDB15D470D4B9FA2F6F065A4B /* SurfaceHandler.cpp */, - D236EC6A7B9F6742C8852D835A68D32B /* SurfaceHandler.h */, - F846B8DF88327EC5D94267ECA8E9BE6A /* SurfaceManager.cpp */, - 245CEEBE83D71BBC5659B6EE834EB623 /* SurfaceManager.h */, - 4053AB5EB31BC1083AB0AEAB485CA709 /* SynchronousEventBeat.cpp */, - 8CCE87C95D84F47DF70641910265728E /* SynchronousEventBeat.h */, - ); - name = scheduler; - sourceTree = ""; - }; - 5D82B1F1B525793A65A860A05C1E7503 /* React-RCTAppDelegate */ = { - isa = PBXGroup; - children = ( - 412B482D4077AA03CDA9C7148BD671BB /* RCTAppDelegate.h */, - 54D6173C414B2470867E34D98A3E164F /* RCTAppDelegate.mm */, - AFA51EAC9ACF977CC4DF66A9C24D3396 /* RCTAppDelegate+Protected.h */, - D77B068689246F6A02569ED35D18F080 /* RCTAppSetupUtils.h */, - 664E824AD4E1431CC98D8F54AC1CF1D4 /* RCTAppSetupUtils.mm */, - 5390598E549AE5FA91B9FF90F3C9FBD9 /* RCTRootViewFactory.h */, - 7C52213DB2E4B9F60E20E249A20BE397 /* RCTRootViewFactory.mm */, - C443B4309FCD1E9B20BEFB3FCFF5E683 /* Pod */, - 1432CB8B906A545D804B1DAB743E231A /* Support Files */, - ); - name = "React-RCTAppDelegate"; - path = "../../../node_modules/react-native/Libraries/AppDelegate"; - sourceTree = ""; - }; - 5E4462A47C9C7381AC294AC6AB55DD5C /* RCTLinkingHeaders */ = { - isa = PBXGroup; - children = ( - 67C176DBC5E28C815D7D59024C3C343A /* RCTLinkingManager.h */, - E1D14D5BA165ADF70A2200095018C117 /* RCTLinkingPlugins.h */, - ); - name = RCTLinkingHeaders; - sourceTree = ""; - }; - 5E5236E9ABE7FE8D329865D609D9DD26 /* React-jsitracing */ = { - isa = PBXGroup; - children = ( - A617BF922E0B6308CC645CD24E8A5521 /* Pod */, - 655C3794E76EC1C105A235AFD74D264F /* Support Files */, - ); - name = "React-jsitracing"; - path = "../../../node_modules/react-native/ReactCommon/hermes/executor"; - sourceTree = ""; - }; - 5E9D57AC740A21EAD4BEF8A56619608C /* React-Fabric */ = { - isa = PBXGroup; - children = ( - C8D7D43F39F28DF037F9B82165EA5ABE /* animations */, - 4EB595C899ACA2DD0E55095CB9DE0F6E /* attributedstring */, - 4EF7BA84208D1708402AB50AB2B10647 /* componentregistry */, - 3885D2496BD3A2460E375EFCA9169F38 /* componentregistrynative */, - FB41EBB7CCAE9CFEE4E68F6DD618736B /* components */, - 12D915E129958A8477004F51BE12A448 /* core */, - F5E0AF7A00F971F9D8AAB21D2EF00721 /* imagemanager */, - 869014DC33A88CFC2014FC7F9AFC67AB /* leakchecker */, - 1258D91A5A9520656DB591A2661880E8 /* mounting */, - 57090A416BE2394B98CF3713846EC046 /* Pod */, - 5CC39BA87FEDAA1E750CA855BF649687 /* scheduler */, - F0015ED2201AD0B57BED9C2ADED9F9A6 /* Support Files */, - 873C691D01435189343F34090B7B3BE1 /* telemetry */, - E016330149D0B42C6182592A2BDC93F4 /* textlayoutmanager */, - 81C07D6EEB61E460577DD539F4C66545 /* uimanager */, - ); - name = "React-Fabric"; - path = "../../../node_modules/react-native/ReactCommon"; - sourceTree = ""; - }; - 5FE9DA05C0C0B80D78B3196B44520CCF /* Support Files */ = { - isa = PBXGroup; - children = ( - 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 = "../Target Support Files/DoubleConversion"; - sourceTree = ""; - }; - 6158B2E007A4AA2AE97DAD355D7770BF /* view */ = { - isa = PBXGroup; - children = ( - 178B8544734E8DE26164E85838DA2B85 /* AccessibilityPrimitives.h */, - ADB1EB7B64740066B60B011E8520D8B3 /* AccessibilityProps.cpp */, - C50906D2CF6FE301E36DF7D93F95FDF0 /* AccessibilityProps.h */, - 03E93E8FA87192F1C0DD71F809D1E7F8 /* accessibilityPropsConversions.h */, - 27815BBBB7881B98833A4D45F2974A4C /* BaseTouch.cpp */, - 733BFFD3B016C6F70CC399D8815C1C89 /* BaseTouch.h */, - F095858BB9FB614B48735AAB4010576C /* BaseViewEventEmitter.cpp */, - F3A858A23DF9F1DCF5E9FFADC6913EEB /* BaseViewEventEmitter.h */, - 568DFFD95D8A9B54B30D3475B3369CAC /* BaseViewProps.cpp */, - E52312893815E68A5F3BF85C1038CEB0 /* BaseViewProps.h */, - 44C05D1248657754C0AD48A46E30D77D /* ConcreteViewShadowNode.h */, - E7258A658E0C7BCACA5A7BCC67ED4AF9 /* conversions.h */, - CE9D2C3D650F258AF6F59170332F5EA1 /* PointerEvent.cpp */, - FFB4118F39D18028BCBED5188580133A /* PointerEvent.h */, - CF272568956493C584F65C9CC1AFD096 /* primitives.h */, - CDAD6A5523FD342E128575ADA09B6CA3 /* propsConversions.h */, - 12D5F35EDB6619BF0412E02CC141AB07 /* Touch.h */, - 758DC83B367011431B2D60F803297BD8 /* TouchEvent.cpp */, - 423B280C3884A90388F6A5672B85D73D /* TouchEvent.h */, - 3EF34B1C99D548FBBCA52003209848B1 /* TouchEventEmitter.cpp */, - 9784916171D641F8797EA5D740233B01 /* TouchEventEmitter.h */, - BA1ED2C6B8260C2B2281C0155EE5B3DE /* ViewComponentDescriptor.h */, - F3CD49EC0E466E4C293811421617F0B6 /* ViewEventEmitter.h */, - 86CEE34FB48D3B911CBA8C5894EA2C8B /* ViewProps.h */, - D753A850DDC058A170B2D61ECA24BCA7 /* ViewPropsInterpolation.h */, - EDBF7F3CCD9A6B96364EF524280608BA /* ViewShadowNode.cpp */, - E0ABC34B9D82966D161F024E5B4B6708 /* ViewShadowNode.h */, - E23F1CC32A73BD05D593D31AE25DF7AA /* YogaLayoutableShadowNode.cpp */, - 13E82B98DAD1910324B84936FC3EB877 /* YogaLayoutableShadowNode.h */, - 20142D36656BE2D3469835F14C24A8D2 /* YogaStylableProps.cpp */, - 7E91D5B262BA640D1E482D0F3176D0A0 /* YogaStylableProps.h */, - 2E9CCD18AEA32F6CCABF3D6ED0795DC6 /* platform */, - ); - name = view; - sourceTree = ""; - }; - 62A838BB3E4D136624DCF05DBBE23630 /* Support Files */ = { - isa = PBXGroup; - children = ( - 47B8C2E17542CFD6C88E29B13C89129D /* React-rendererdebug.modulemap */, - BC364CF31927464BE0F641AF992E1C16 /* React-rendererdebug-dummy.m */, - A899981F40E5C561A1BBA17F0ECBBD96 /* React-rendererdebug-prefix.pch */, - 6F6B4237B181B4FD91AE01D59B2F8EF1 /* React-rendererdebug-umbrella.h */, - BDF13C88501EFE942373F31789817E96 /* React-rendererdebug.debug.xcconfig */, - 3E1C7CEFEBA43CD788B5AC77FB8B01A0 /* React-rendererdebug.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../../../ios/HostApp/Pods/Target Support Files/React-rendererdebug"; - sourceTree = ""; - }; - 640B3941244288EC865971EB74049057 /* Pod */ = { - isa = PBXGroup; - children = ( - 33E622A84AE3EA13B54BC0EA08457C70 /* ReactCommon.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 655C3794E76EC1C105A235AFD74D264F /* Support Files */ = { - isa = PBXGroup; - children = ( - 1475EBEBBB425A0A8B1A04E145FFB380 /* React-jsitracing.debug.xcconfig */, - 036DE03C51CC678BD35C07B38954D6E1 /* React-jsitracing.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../../ios/HostApp/Pods/Target Support Files/React-jsitracing"; - sourceTree = ""; - }; - 66248CFBB63ACD60DC5ECBA522E1FCB0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 56B4C070CA7B93A1F321D02E003223BA /* glog.modulemap */, - D886821B444D6CB88E03807915CB1608 /* glog-dummy.m */, - 79F230CA43B3923BA705770F29C504C6 /* glog-prefix.pch */, - 459822FB423F933D32F755CA3A5D55CC /* glog-umbrella.h */, - 0146BE1DD8D87E794B0CFD58725CC02C /* glog.debug.xcconfig */, - 6CD702447664E9814FDF64C2521FE0A8 /* glog.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/glog"; - sourceTree = ""; - }; - 666031DC4F508F90C11CD737925223A1 /* Pod */ = { - isa = PBXGroup; - children = ( - 149F6B582CEBBADEF23E9C7B195115F2 /* FBLazyVector.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 6670EAA9C449177EC4C519215F71B7C4 /* React-RCTLinking */ = { - isa = PBXGroup; - children = ( - A3C9D1E98313560B81892BE279A713CE /* RCTLinkingManager.mm */, - 1BB751F641C557ADBD6542DB84CA352C /* RCTLinkingPlugins.mm */, - 77B8158A28581A79DDDA4A2B09179151 /* Pod */, - EA194212C12CD2F65D50DDB899ADC69F /* Support Files */, - ); - name = "React-RCTLinking"; - path = "../../../node_modules/react-native/Libraries/LinkingIOS"; - sourceTree = ""; - }; - 66C7EE7EA217859B0C40F01C665C73AF /* Pod */ = { - isa = PBXGroup; - children = ( - EABFF7598A94D2ED71E4BBA7B33ECE87 /* React-RuntimeHermes.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 66D862E91915306CC1EB250F53DF44BB /* Support Files */ = { - isa = PBXGroup; - children = ( - CEB9F227E2ADF8153303B0CB9A5B174F /* React-RCTImage-dummy.m */, - B624D97F0C4F4349B3C7014B291501B6 /* React-RCTImage-prefix.pch */, - 9A0C8866BA8AF71050E6EF048027041A /* React-RCTImage.debug.xcconfig */, - B651B68BFFB1701EACBE28B8A2C4D286 /* React-RCTImage.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTImage"; - sourceTree = ""; - }; - 67BA641A3EF6D5AD999F7A8C9218B1F7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 84AA447264724F849ACB0AC5F9376047 /* React-Codegen.modulemap */, - 6C44C387D46619A72452663AEAE0B66C /* React-Codegen-dummy.m */, - D06C3EAA5A3F63D273A6AC59E4E476EA /* React-Codegen-prefix.pch */, - FE0A1676731EB9AC6935F22C4E433257 /* React-Codegen-umbrella.h */, - 4DE8A45174C90141916415EAA1513F16 /* React-Codegen.debug.xcconfig */, - A14A8291138DC9BA0F188009A07F615D /* React-Codegen.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../Pods/Target Support Files/React-Codegen"; - sourceTree = ""; - }; - 68D4E63EF0588415F2B72BDA8A441524 /* Support Files */ = { - isa = PBXGroup; - children = ( - D1117A88FB7162B6CAEBF4C78536CD36 /* React-callinvoker.debug.xcconfig */, - D8048AFDDDDBDC11F864A63103207883 /* React-callinvoker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-callinvoker"; - sourceTree = ""; - }; - 6952D0EF2B7CDAAC5847AEC5044844AE /* Support Files */ = { - isa = PBXGroup; - children = ( - AD6843527C30E58A8AED0FE5E88EE252 /* React-perflogger-dummy.m */, - BC52B1A213C8B0E916FF1332823499D3 /* React-perflogger-prefix.pch */, - E294D261041AA393307810CA58A929FF /* React-perflogger.debug.xcconfig */, - 2D088884F0FDB9C6145BBEF0DA6CA755 /* React-perflogger.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-perflogger"; - sourceTree = ""; - }; - 696CE692AF2D415E86CDF8BFF9FC82A3 /* nativeviewconfig */ = { - isa = PBXGroup; - children = ( - CB6B8D1522F135D7F29FBCAAEEF1103B /* LegacyUIManagerConstantsProviderBinding.cpp */, - 77260F112D6761723348677A23213A75 /* LegacyUIManagerConstantsProviderBinding.h */, - ); - name = nativeviewconfig; - path = nativeviewconfig; - sourceTree = ""; - }; - 6AFC4F002048C63303896D286DEC08D2 /* Pod */ = { - isa = PBXGroup; - children = ( - E131DD9733D7FA1C55F778A01521F05E /* React-callinvoker.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 6C11AD5EE9BEE283DF762455814195C5 /* CxxLogUtils */ = { - isa = PBXGroup; - children = ( - A7E629347F88F47B0B45BD8E4D8A0BF6 /* RCTDefaultCxxLogFunction.h */, - 22C1CA4313E5042D1580022DB194D6FD /* RCTDefaultCxxLogFunction.mm */, - ); - name = CxxLogUtils; - path = React/CxxLogUtils; - sourceTree = ""; - }; - 6E7D2B3D95F99FB134F493544449A810 /* Pod */ = { - isa = PBXGroup; - children = ( - E9799E0244B95FF155CD8C7BA771F262 /* React-jsi.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 6ED6BE681DD9AC59BB8AE7E30641C6E4 /* renderer */ = { - isa = PBXGroup; - children = ( - D2B0331DA3C486AFCFD19E674BCF987B /* textlayoutmanager */, - ); - name = renderer; - path = renderer; - sourceTree = ""; - }; - 6EF969AC980F026C8C7D31B6199384A7 /* Support Files */ = { - isa = PBXGroup; - children = ( - F58ABD586C1BF3735278A6B8C86BF299 /* ReactCommon.modulemap */, - 2CB4502278BB1F995674A6173DB5ACC3 /* ReactCommon-dummy.m */, - 904CE627E99C677C419B0EB8DCF8BFEA /* ReactCommon-prefix.pch */, - 79699708600AEDB701536AA6F6C45AD4 /* ReactCommon-umbrella.h */, - 44647235E841371C1C2F7D0D17456A79 /* ReactCommon.debug.xcconfig */, - 781D69A4824E62BDEA007E77FE7C7288 /* ReactCommon.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/HostApp/Pods/Target Support Files/ReactCommon"; - sourceTree = ""; - }; - 6FA0C7649828F02FFCE6BCA5E4D90145 /* BaseText */ = { - isa = PBXGroup; - children = ( - F962513AE761D70E1D17EFCDD8C25182 /* RCTBaseTextShadowView.h */, - 1FCB430438D90AE51D9EA3900C19D2DD /* RCTBaseTextViewManager.h */, - ); - name = BaseText; - path = Libraries/Text/BaseText; - sourceTree = ""; - }; - 70F9F018AD868F9398B4A3322207F384 /* Pod */ = { - isa = PBXGroup; - children = ( - 6970529DA8CF030187DFAF5A698B6EA8 /* React-RCTNetwork.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 719BCEC1714D18770D327AA4C3543B21 /* Pod */ = { - isa = PBXGroup; - children = ( - 0CA9865FF7C1B889D9E6436957C6D323 /* React-nativeconfig.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 71A42E40A4ED57A441148769C039A20E /* Support Files */ = { - isa = PBXGroup; - children = ( - E179177230808B384FFFE967C143D3E6 /* React-Mapbuffer-dummy.m */, - 12913A2C56BC5BD23412EDBCACB476AD /* React-Mapbuffer-prefix.pch */, - 4E2BAF10A196A1F2B30AEFDA3CC4A6D8 /* React-Mapbuffer.debug.xcconfig */, - B9A282BBD3293C93F822D4E024536E96 /* React-Mapbuffer.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/HostApp/Pods/Target Support Files/React-Mapbuffer"; - sourceTree = ""; - }; - 71C23134CF0C4FA63ACC24AEB4B4EEDF /* CxxModule */ = { - isa = PBXGroup; - children = ( - F0491A6D6D9EED877826FC6C2850E437 /* DispatchMessageQueueThread.h */, - ED6B3014DED4B1454EAE745EC4DEF0AF /* RCTCxxMethod.h */, - B98BF52746B0B980E78EED445D1A79D3 /* RCTCxxMethod.mm */, - 7BD19BD4369DA23FCE174C4310A91CC4 /* RCTCxxModule.h */, - 4BA373714716E19A1582F49274B181F9 /* RCTCxxModule.mm */, - E923757008179508C9B2484EA453AB92 /* RCTCxxUtils.h */, - D253FFFF5BD918E014633817C32ED7D7 /* RCTCxxUtils.mm */, - 7FAF302D3C9D307E6B32CDE6624CBF5D /* RCTNativeModule.h */, - 54AD1B9A03C7913A51A0485D3B28FB85 /* RCTNativeModule.mm */, - ); - name = CxxModule; - path = React/CxxModule; - sourceTree = ""; - }; - 724B3DEDFA0F74B3AAB15146C6AE0F75 /* Support Files */ = { - isa = PBXGroup; - children = ( - 561C2BF4C1B754CC987BD95FC0FA1F37 /* hermes-engine-xcframeworks.sh */, - 8D07443F9F8CE58F73EE39187877455E /* hermes-engine.debug.xcconfig */, - 4148047344F184B4D856D414B9B4349D /* hermes-engine.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/hermes-engine"; - sourceTree = ""; - }; - 727C6B4BB3297BDB8634C983C8725CE1 /* React-RCTSettings */ = { - isa = PBXGroup; - children = ( - E5DC5EA1F9B3A30E1AED14A0884ECB30 /* RCTSettingsManager.mm */, - CA2513AA41CEF7FA9A42BF4C8BF31AD1 /* RCTSettingsPlugins.mm */, - 1EA79AA88382DC3CFF16EA3B968A4403 /* Pod */, - AA3BD9D839B058573857FE1EE41F16E2 /* Support Files */, - ); - name = "React-RCTSettings"; - path = "../../../node_modules/react-native/Libraries/Settings"; - sourceTree = ""; - }; - 72F4BF5E666DEBD31A83B314026ED19A /* Support Files */ = { - isa = PBXGroup; - children = ( - EE7C52B45FFBB9712486F020951C6A63 /* React-Core.modulemap */, - 8AD3C7101DE90BCFBE4F1B7F280AF2E3 /* React-Core-dummy.m */, - 6F83BDB9C6A1CD4464D3274F285A0604 /* React-Core-prefix.pch */, - 611B3C611A93AD603AF32F7170FA5988 /* React-Core-umbrella.h */, - 9F28D242BEF1402D8B9C8C562951C9F7 /* React-Core.debug.xcconfig */, - 6D773278A8ABC4902FF620D910305CC1 /* React-Core.release.xcconfig */, - 05A00F15D7E55F0C8F53801974DECF75 /* ResourceBundle-RCTI18nStrings-React-Core-Info.plist */, - ); - name = "Support Files"; - path = "../../ios/HostApp/Pods/Target Support Files/React-Core"; - sourceTree = ""; - }; - 741EFFAB9F4189D4049AA918C722A923 /* Default */ = { - isa = PBXGroup; - children = ( - A53B0C79139A484E84F3E6371E76E230 /* Base */, - AB3119E441F6F930CA9B3A27833C40D5 /* CxxBridge */, - 6C11AD5EE9BEE283DF762455814195C5 /* CxxLogUtils */, - 71C23134CF0C4FA63ACC24AEB4B4EEDF /* CxxModule */, - 986D94956DF217F27FF39FD8B8F82C7E /* CxxUtils */, - 7AF51280D35E5A70A920DAAF731CA387 /* I18n */, - 8747D38F564010203DA0D0FB997D512A /* Modules */, - 8F9414423D2BBE4B714D5BD10FF436C4 /* Profiler */, - 8826AACB8FD77DA15A2C7CA7D5E7D635 /* UIUtils */, - A636CE704CF57B44A2345FF7C3F8F889 /* Views */, - ); - name = Default; - sourceTree = ""; - }; - 745501880532F157441A22FDB76EA424 /* unimplementedview */ = { - isa = PBXGroup; - children = ( - D0A248ECE38782508A7B4FB5125D5543 /* UnimplementedViewComponentDescriptor.cpp */, - B5FB57B51DE6EF82D0C0C45C52ECC138 /* UnimplementedViewComponentDescriptor.h */, - DA32E010C3C909E594F9F05994FF9C05 /* UnimplementedViewProps.cpp */, - F2A88C18EC5374E5B6996E8B9D9632D4 /* UnimplementedViewProps.h */, - 23564805F835E6E7F4EE6C71D0B0320D /* UnimplementedViewShadowNode.cpp */, - F7195C70A30629ED77B6674C81216926 /* UnimplementedViewShadowNode.h */, - ); - name = unimplementedview; - sourceTree = ""; - }; - 7496EED723D88C131B5D1DF167EDEDD2 /* Pod */ = { - isa = PBXGroup; - children = ( - 295D5624B0D76EC6A9295F5A53E68A66 /* React-NativeModulesApple.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 76E0E6E6D8007B3C1D0FC6D8A62D3C47 /* platform */ = { - isa = PBXGroup; - children = ( - FF0843FDEBC0429DA4DCED339A55B355 /* ios */, - ); - name = platform; - path = react/renderer/textlayoutmanager/platform; - sourceTree = ""; - }; - 77756D802D74CB7EDA76680AAFEE6CBE /* Pod */ = { - isa = PBXGroup; - children = ( - A51E241CE73DEC0FA9F72D544D18EAAB /* Yoga.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 77B8158A28581A79DDDA4A2B09179151 /* Pod */ = { - isa = PBXGroup; - children = ( - 7D46BA0BA9EECC8D915CA3448D350C46 /* React-RCTLinking.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 783EF0CE31D3DCFC7A57A0C0ECD52B61 /* Pods */ = { - isa = PBXGroup; - children = ( - F999F8978D07FB924296B37D54A540C5 /* boost */, - 92E7D01CFA258C8C77BA8524A57741FE /* DoubleConversion */, - C770325626FBC1F743FBD2F22EC31C72 /* fmt */, - 3DC2CFD8AB13FB472599D9AEE2CCDCBE /* glog */, - 248120CA5FD7E4114C4F0F62A60B7180 /* hermes-engine */, - FE5C1FDF3515727A0670E951FDDE706D /* RCT-Folly */, - 8D28CED4153514175A936512DC2F286F /* SocketRocket */, - ); - name = Pods; - sourceTree = ""; - }; - 789F9487108C591AB585A6F7BF6CA303 /* SurfaceHostingView */ = { - isa = PBXGroup; - children = ( - FB5E3A4B7EB1F70FAEE495D6B125E4F0 /* RCTSurfaceHostingProxyRootView.h */, - 0B1DE9741774BC47C7883F6D16971F56 /* RCTSurfaceHostingProxyRootView.mm */, - 497BA1F22661215459776275AC1753FE /* RCTSurfaceHostingView.h */, - BB369F446CC300C9E096C9BC7E422F70 /* RCTSurfaceHostingView.mm */, - 01ABDCFE118BC2485A5C77D12BFE674A /* RCTSurfaceSizeMeasureMode.h */, - 47A8349BE4248B731470FADA5050D933 /* RCTSurfaceSizeMeasureMode.mm */, - ); - name = SurfaceHostingView; - path = SurfaceHostingView; - sourceTree = ""; - }; - 78E1C12C0C097719481E73BCB3D77AAB /* renderer */ = { - isa = PBXGroup; - children = ( - 54FEA9ED59219D03603B72A1F461D477 /* graphics */, - ); - name = renderer; - path = renderer; - sourceTree = ""; - }; - 7A8E495DAB2B2661E654AD88BA422E78 /* executor */ = { - isa = PBXGroup; - children = ( - 83A3B192F64881083392BE94894B0007 /* HermesExecutorFactory.cpp */, - 56597DC7F5B40DD7589E03C7DEFEC6E0 /* HermesExecutorFactory.h */, - ); - name = executor; - path = executor; - sourceTree = ""; - }; - 7AF51280D35E5A70A920DAAF731CA387 /* I18n */ = { - isa = PBXGroup; - children = ( - 379634A371FADFEA103DA952253EFA2E /* FBXXHashUtils.h */, - 0EE3F7374A25A6EB7DECFA6C3495C921 /* RCTLocalizedString.h */, - EBE1156CA3CC88BB76BEDB026E19685C /* RCTLocalizedString.mm */, - ); - name = I18n; - path = React/I18n; - sourceTree = ""; - }; - 7BF520A066816483BDFDE728B683178E /* React-FabricImage */ = { - isa = PBXGroup; - children = ( - DA0848E6C3C5FEBF528E5E08449E3336 /* conversions.h */, - 9EB378BB69B6DAAF3F48BD7CBE642388 /* ImageComponentDescriptor.h */, - 8D8A5CE593D8FC9D55A728AAEC19B1AD /* ImageEventEmitter.cpp */, - 5BC02F3E47FCD4AAA7553BEE8E2F6328 /* ImageEventEmitter.h */, - C65143A6ADE85A8A2DDCF0ABA8EA13E1 /* ImageProps.cpp */, - 48D6CE6FC385A86DE957A237120D60DC /* ImageProps.h */, - 2E47D8700679A88A600FE68E4ACAC47A /* ImageShadowNode.cpp */, - 06720946205E6B7DEB1C4ACC4DF537C8 /* ImageShadowNode.h */, - 52601502065F13988B3B21AB31F1FD67 /* ImageState.cpp */, - D8D62105ED860D7FB99C479A13C7DDE0 /* ImageState.h */, - CD79EF0F294B4380B10CA95023E0EDF5 /* Pod */, - AC604BAB8D1770A05EAD3DF9A3F71C08 /* Support Files */, - ); - name = "React-FabricImage"; - path = "../../../node_modules/react-native/ReactCommon"; - sourceTree = ""; - }; - 7C7CEE8E7B6FE3DA19BC71E133E72BE5 /* RCTVibrationHeaders */ = { - isa = PBXGroup; - children = ( - ED996E9E6ED6B461A1FA1F6AE0BE0D00 /* RCTVibration.h */, - 2883FC7F30175CA2296FAD53DB739DD2 /* RCTVibrationPlugins.h */, - ); - name = RCTVibrationHeaders; - sourceTree = ""; - }; - 7DFC54CF0A79E69E1028FB0E55EC7D6B /* React-RCTVibration */ = { - isa = PBXGroup; - children = ( - 2452A2F6EDA09D0064C7FC954541930E /* RCTVibration.mm */, - 0C8A53F5709C03AF8A057198694F898C /* RCTVibrationPlugins.mm */, - 9088F36C3C885B54310EC09E02260E3F /* Pod */, - A18B0DA43662AC0D4FE26FC47019306D /* Support Files */, - ); - name = "React-RCTVibration"; - path = "../../../node_modules/react-native/Libraries/Vibration"; - sourceTree = ""; - }; - 7E81D6EE848AA37DCAB25588EF841522 /* React-utils */ = { - isa = PBXGroup; - children = ( - 5E8BF6DADE0B43886BB38476E955011A /* ContextContainer.h */, - 6C2DEC08A8005B0CBED661FC2BFD0D82 /* CoreFeatures.cpp */, - 9D4F433A894BEB76CE99603ECCB3CAFD /* CoreFeatures.h */, - 08F1CB274CA50CEDE11964443F4A16B8 /* FloatComparison.h */, - E596515B9BC8A3BD0DE7E3316A56D9FB /* fnv1a.h */, - 18DA890EF3EF6FC1AD036F376D3AF7F9 /* hash_combine.h */, - 408A6E15C55E55FD4C82734D9D6F1AED /* jsi.cpp */, - 9ABAB090A4FC3BB4A45BC76CC7252A7F /* jsi.h */, - 6841530ADE3773BEFDD88966B2B946A1 /* ManagedObjectWrapper.h */, - 0B0A205D5BA02E84065C1A052622C9B0 /* ManagedObjectWrapper.mm */, - F4634348ED98B9B331FF74750831CAF0 /* PackTraits.h */, - 5E73BA452F9A3841B8F70BCBFBE0A098 /* RunLoopObserver.cpp */, - 18F90B0C311225A269BD3DFDACBEBBCC /* RunLoopObserver.h */, - 6D4DC7D2BEB1593169B033160B10F249 /* SharedFunction.h */, - 538B5E1AF8D200D5C748453FB0830C8A /* SimpleThreadSafeCache.h */, - 99A9A92017677C191675411E55A26E15 /* Telemetry.h */, - 68F0D8EDEFB2730168C212F9AA84E9E1 /* to_underlying.h */, - 20AA5328B35F120407CFE223FC18FBDE /* Pod */, - E4AAD9A87A83541A891A6B9CBB993578 /* Support Files */, - ); - name = "React-utils"; - path = "../../../node_modules/react-native/ReactCommon/react/utils"; - sourceTree = ""; - }; - 8044DB2B96CC32C4092DEC647213687F /* Support Files */ = { - isa = PBXGroup; - children = ( - 6CCBFD5C52917F9C411C538CEC656890 /* React.debug.xcconfig */, - 387195112133CA90F972AE0A5AC76805 /* React.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/HostApp/Pods/Target Support Files/React"; - sourceTree = ""; - }; - 8072407504551FEB8D2F0F8673860C90 /* Pod */ = { - isa = PBXGroup; - children = ( - 4AB73260E196F9965C372AD387C37117 /* React-graphics.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 8171727F2FA92379267AE77DAF1A66C1 /* Multiline */ = { - isa = PBXGroup; - children = ( - 6BC97FBF532A34C9C63857EE3D18A81E /* RCTMultilineTextInputView.h */, - 5F8FF73D75BAD92757A169CC5D5CC45E /* RCTMultilineTextInputViewManager.h */, - C1358BA12EAC1143D94CE9FB2A766530 /* RCTUITextView.h */, - ); - name = Multiline; - path = Multiline; - sourceTree = ""; - }; - 81C07D6EEB61E460577DD539F4C66545 /* uimanager */ = { - isa = PBXGroup; - children = ( - 9420D7AD954A3382154ED6752B259F05 /* bindingUtils.cpp */, - 4B7EEABB140DE289ADB42CE4E283F2D7 /* bindingUtils.h */, - 8CE927620143A73493282E99FA9EDCFA /* LayoutAnimationStatusDelegate.h */, - FBBC231F1F415CD12069AE52E3E8A4BF /* PointerEventsProcessor.cpp */, - 928F86E170BEE789EE9C7C344382C914 /* PointerEventsProcessor.h */, - 373EAFC48BDF1A4CC1BE2127EEBDAE42 /* PointerHoverTracker.cpp */, - 61728880AC433F72F4FDE994D41AD0AF /* PointerHoverTracker.h */, - 5A7F8DEB29D0B55584F9FE338DE37C9E /* primitives.h */, - 8C1D759A01F346E3AB28340A0A26539A /* SurfaceRegistryBinding.cpp */, - 82EBBECA89A3766697D39627C1AA7919 /* SurfaceRegistryBinding.h */, - 5359AA3853D3535B73BCAFA0B81181CF /* UIManager.cpp */, - 1BAB5E947135E854777C2BBFC7056072 /* UIManager.h */, - FA332B1749A3923B8596F515EF369CB6 /* UIManagerAnimationDelegate.h */, - E2F97BFDDF745D815222A4941B54394C /* UIManagerBinding.cpp */, - 2BFBC32A758B94C29C405CF55D3EE5B9 /* UIManagerBinding.h */, - BE3FDF8DA7FE1545D44C607298413359 /* UIManagerCommitHook.h */, - 836A52822AC306D0D74B8AA00560896E /* UIManagerDelegate.h */, - 4B04554BEFE64353131BF0953BEA563D /* UIManagerMountHook.h */, - ); - name = uimanager; - sourceTree = ""; - }; - 8355B59AB9203E52168E5234C18C5E06 /* inputaccessory */ = { - isa = PBXGroup; - children = ( - A7D7A393B495A94F9DCE8B80EB5AA103 /* InputAccessoryComponentDescriptor.h */, - C079E673F6ED9AAF8EB1D7822BC1949E /* InputAccessoryShadowNode.cpp */, - 70E5A8D2888F115BFA774729905B85D4 /* InputAccessoryShadowNode.h */, - 8B962CABD038A826CB632B9C820D3BC1 /* InputAccessoryState.h */, - ); - name = inputaccessory; - sourceTree = ""; - }; - 83F7CD207F934C408374F52502414874 /* Drivers */ = { - isa = PBXGroup; - children = ( - E278481A286D84AAEB3EB0BB10B85FF2 /* RCTAnimationDriver.h */, - E198EA3AF6235D9859E6F6F0B9521E27 /* RCTDecayAnimation.h */, - EFC75A5459C5C490281A2BE78E8D645A /* RCTEventAnimation.h */, - 254F5BBD7C091186993D1C9609A7A7F0 /* RCTFrameAnimation.h */, - 25A1FB20F1AA7956784192F0BAA3206F /* RCTSpringAnimation.h */, - ); - name = Drivers; - path = Libraries/NativeAnimation/Drivers; - sourceTree = ""; - }; - 8476385F8898D1080E816A19DDA45BFD /* RCTWebSocket */ = { - isa = PBXGroup; - children = ( - C9FCAA7A951AF04295896855A44E7D6F /* RCTReconnectingWebSocket.h */, - 21AA0C08F6A55A59CCEBBA4973F2EDD5 /* RCTReconnectingWebSocket.m */, - ); - name = RCTWebSocket; - sourceTree = ""; - }; - 85FE324CABDAAEA5DAABFE74BB2AF0C5 /* Surface */ = { - isa = PBXGroup; - children = ( - 8158D883521AD1C6E74E9ADA8348322F /* RCTSurface.h */, - BC39E29024F6C2E6D8328004AA75AA55 /* RCTSurface.mm */, - A930C7D76B1903159B465AE350790694 /* RCTSurfaceDelegate.h */, - BA60FB5ED927F00F270942512B3D4982 /* RCTSurfaceProtocol.h */, - 9C2C86849EFF4540E17985878BA3D310 /* RCTSurfaceRootShadowView.h */, - AB34590D8728EB8F012D05C4127344CF /* RCTSurfaceRootShadowView.m */, - 1376F3DD84D18048DD5AE438E556D882 /* RCTSurfaceRootShadowViewDelegate.h */, - BA0789FEC812E84EFD52940E7F2714B3 /* RCTSurfaceRootView.h */, - 409C9CFE371F4C9E2C16E6B69E4475E1 /* RCTSurfaceRootView.mm */, - 887562F1F4991A6942557CE79B53805E /* RCTSurfaceStage.h */, - 336A5E577A1F10F2F633DF45C6F33FC4 /* RCTSurfaceStage.m */, - EB9654C7F1C37477BC1F00A07A6000A3 /* RCTSurfaceView.h */, - 8D7B9C536BB311834141FE5B41A839A3 /* RCTSurfaceView.mm */, - FDC4F60A03D5148FC527685E5043E4B6 /* RCTSurfaceView+Internal.h */, - 789F9487108C591AB585A6F7BF6CA303 /* SurfaceHostingView */, - ); - name = Surface; - path = Surface; - sourceTree = ""; - }; - 869014DC33A88CFC2014FC7F9AFC67AB /* leakchecker */ = { - isa = PBXGroup; - children = ( - 17F7B663D3AE50E8CAA665AF448B77A8 /* LeakChecker.cpp */, - EFF8917486A3280F89C6B6EC2172E78C /* LeakChecker.h */, - AF8C036BD6C21D79062BF19285B1DE9E /* WeakFamilyRegistry.cpp */, - 45B91E5F61D427FC71BDBE5B0680EAEE /* WeakFamilyRegistry.h */, - ); - name = leakchecker; - sourceTree = ""; - }; - 86A6EBE2EEB8932253C454A177CAC1A3 /* React-RuntimeCore */ = { - isa = PBXGroup; - children = ( - 40B1060307626B66C170509E7A1AC93B /* BindingsInstaller.h */, - 2AA3BA7A675C2965CFCFC2CE81CFB932 /* BridgelessJSCallInvoker.cpp */, - 40B0A07FFAAF71EEEB7F69103A6FB9C9 /* BridgelessJSCallInvoker.h */, - 76CA25B1F93ED604DC4E61EAF6D0978C /* BridgelessNativeMethodCallInvoker.cpp */, - 440F4BAA43B158EF57FB9AEA588E384A /* BridgelessNativeMethodCallInvoker.h */, - DA37F4E2AFF7A3B85D11B94778F5D330 /* BufferedRuntimeExecutor.cpp */, - 042FC1A1023629A0B77050ABDFD99334 /* BufferedRuntimeExecutor.h */, - 6C30808428BCC0C23F202ED8E7B890F7 /* JSRuntimeFactory.cpp */, - 1A902B2E3654BD73FE68C2640D069445 /* JSRuntimeFactory.h */, - 05ACAAD30B25589C872011A98EEC0BC9 /* PlatformTimerRegistry.h */, - BE0AF3307E5CBAD278B985B08BFBAA89 /* ReactInstance.cpp */, - DD3F58B09BDC4DC4145ADFE26E802195 /* ReactInstance.h */, - F8B5C5A932B43AFA93713D489DDDA04C /* TimerManager.cpp */, - 505CF1ED823E5100D0FEA99C701C42F8 /* TimerManager.h */, - 696CE692AF2D415E86CDF8BFF9FC82A3 /* nativeviewconfig */, - 04E36BDA02E940E653F3E704ECF8CF74 /* Pod */, - DA9095F77427A665971A432DEE617C78 /* Support Files */, - ); - name = "React-RuntimeCore"; - path = "../../../node_modules/react-native/ReactCommon/react/runtime"; - sourceTree = ""; - }; - 873C691D01435189343F34090B7B3BE1 /* telemetry */ = { - isa = PBXGroup; - children = ( - 5E3D0F5D1726EA295D56D0D74AAF5398 /* SurfaceTelemetry.cpp */, - DCC5A588729D850303E1CDDD79AA14D4 /* SurfaceTelemetry.h */, - B2AD55F6F39B7DCC3C5FFB39677F0392 /* TransactionTelemetry.cpp */, - D26855BB5BF3F1FA5429F84EF16A99DB /* TransactionTelemetry.h */, - ); - name = telemetry; - sourceTree = ""; - }; - 8747D38F564010203DA0D0FB997D512A /* Modules */ = { - isa = PBXGroup; - children = ( - 99EE5CAB5B1A31434BFE2966CC2CDD3B /* RCTEventEmitter.h */, - 791AECE23370168CA73DD8DC26ED3CB4 /* RCTEventEmitter.m */, - 3719BC5E07F9E68513500C6588DCCD7D /* RCTI18nUtil.h */, - 1311757A955AE35AE628BC6A0D267972 /* RCTI18nUtil.m */, - 242AA188CAF1DE0DF9449B0AE9EAE0C1 /* RCTLayoutAnimation.h */, - 9AA2A7851D7CF7F2958658535FBA37E5 /* RCTLayoutAnimation.m */, - 39C8D3420199CD339B0DD3A85E2659F3 /* RCTLayoutAnimationGroup.h */, - 98A9BB0219FED1FF1585F9AF0080D33C /* RCTLayoutAnimationGroup.m */, - 9CD54D7F194F0BD9489F42A2D3E64C4E /* RCTRedBoxExtraDataViewController.h */, - 24D9D86121AEC3F7F407B781A08DCDE7 /* RCTRedBoxExtraDataViewController.m */, - 429C7E4887B1AB37BE6142E2505EBD53 /* RCTSurfacePresenterStub.h */, - 9D99B50356C9778BA542FCE4CD9BB0AC /* RCTSurfacePresenterStub.m */, - 9D4810C6E9690ADC9492C08B4924FC04 /* RCTUIManager.h */, - 0493D0B5844C1BA204E82AFEEECF7D78 /* RCTUIManager.m */, - 46C0F644E64DADE280D61B2055AB1B77 /* RCTUIManagerObserverCoordinator.h */, - E991C005368F1E9778F098D0B5EC9FF5 /* RCTUIManagerObserverCoordinator.mm */, - 1877AD368859A11BA32868BA16B21FA9 /* RCTUIManagerUtils.h */, - E1F16E58FF6E0B4050D5412562CB1106 /* RCTUIManagerUtils.m */, - ); - name = Modules; - path = React/Modules; - sourceTree = ""; - }; - 87A38F8040030EC35ED5B13B01EA8AF6 /* Pod */ = { - isa = PBXGroup; - children = ( - 49F70C4F7648FEAE6EFD72CFABDF23E8 /* RCTTypeSafety.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 8826AACB8FD77DA15A2C7CA7D5E7D635 /* UIUtils */ = { - isa = PBXGroup; - children = ( - B9EAD62D7DB75EEB711C7BC9E3E2B970 /* RCTUIUtils.h */, - CDC4647B1A30D567636ED178019A70B6 /* RCTUIUtils.m */, - ); - name = UIUtils; - path = React/UIUtils; - sourceTree = ""; - }; - 887062CA31617A670CB5D98B42252067 /* Pod */ = { - isa = PBXGroup; - children = ( - 5EA69687FAEA4C4BC1A5198A3ACBC0FF /* RCTDeprecation.podspec */, - 8B39F79A21A084E7218972681DF1212C /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 88AE8E797B216AA897299A75937EBF50 /* Pod */ = { - isa = PBXGroup; - children = ( - 698263CC86FB05CB153D449A0863F908 /* React-CoreModules.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 892C848B51A0CB04C0A50F2CF73C9A1F /* Pod */ = { - isa = PBXGroup; - children = ( - 30D66DB635919955EB0743407D33CB8C /* React-cxxreact.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 893F3025FE67B7C4E9A7C76C7E5184A1 /* Support Files */ = { - isa = PBXGroup; - children = ( - C54D05625DBB27BF070448016B7C9393 /* React-RCTText-dummy.m */, - 11759BD4577784F034AC37715DA0A8A6 /* React-RCTText-prefix.pch */, - 10CF4F5460D3BD94FE08859131053ECF /* React-RCTText.debug.xcconfig */, - 23CDD9B714645A51EF61A1E5DA10D3CA /* React-RCTText.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTText"; - sourceTree = ""; - }; - 8954FBA68B5072F9CBECA4E2EE508A11 /* Support Files */ = { - isa = PBXGroup; - children = ( - A039B416955B3A3A5630B48286855DAF /* React-debug.modulemap */, - 7D6807340C5CADC8C4DEE4640D8620A4 /* React-debug-dummy.m */, - C0C1ACDF69A617CDF300D4D23BC37BBE /* React-debug-prefix.pch */, - 89B476B2B2F476CB8A0818A25883EAB8 /* React-debug-umbrella.h */, - FBF6901BC009D82DF374530233BDEC35 /* React-debug.debug.xcconfig */, - 22D3207647D54EC473B491255301B41A /* React-debug.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../../ios/HostApp/Pods/Target Support Files/React-debug"; - sourceTree = ""; - }; - 8B64BBAF54DFAED21FA9A5FC44257D92 /* React-rncore */ = { - isa = PBXGroup; - children = ( - B13A9C906B4CFB22463E62DCAE68FC09 /* Pod */, - 20A89036895FE7BD4D5F155B7713BADE /* Support Files */, - ); - name = "React-rncore"; - path = "../../../node_modules/react-native/ReactCommon"; - sourceTree = ""; - }; - 8BD6859DD9326556CF86B6DAB8281BD0 /* React-RCTAnimation */ = { - isa = PBXGroup; - children = ( - 90A19668235FBD1875C6FC37636CDB37 /* RCTAnimationPlugins.mm */, - FB2DC513392C746E176861248652BFB3 /* RCTAnimationUtils.mm */, - 2617DD9E275849219E58CCED166D826B /* RCTNativeAnimatedModule.mm */, - 3584EADB768B8432CC07AC2515B3FF29 /* RCTNativeAnimatedNodesManager.mm */, - 51266F8C630344F394B10BF81D0472FB /* RCTNativeAnimatedTurboModule.mm */, - 9E6F1E3102B9CB20AD71AE521188C4DF /* Drivers */, - F7725E9E8F288F0F25FE71EDA7C576E7 /* Nodes */, - EF8B7072AC10C71DF2972A19C56DAEBF /* Pod */, - 4807DE57E02848418EEF6D7817A97BCC /* Support Files */, - ); - name = "React-RCTAnimation"; - path = "../../../node_modules/react-native/Libraries/NativeAnimation"; - sourceTree = ""; - }; - 8C5B2F43F9E2F06FF3B67F9732C8E3BC /* Singleline */ = { - isa = PBXGroup; - children = ( - D269811E11C1AAF43B2D9EE8D2BE5A2D /* RCTSinglelineTextInputView.h */, - BCC4E782757A77A7BC61107042DE9686 /* RCTSinglelineTextInputViewManager.h */, - 0C01D417F0D2995289DB017FDBBE18D3 /* RCTUITextField.h */, - ); - name = Singleline; - path = Singleline; - sourceTree = ""; - }; - 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 = SocketRocket; - path = SocketRocket; - sourceTree = ""; - }; - 8E833B0344EF13BDFCD373DEE7D369AD /* text */ = { - isa = PBXGroup; - children = ( - 3CF5EB54677798BC2A8239099C68E243 /* BaseTextProps.cpp */, - D3625E10C70B662E2454C9405248CA3D /* BaseTextProps.h */, - FD6A88011F97783007AACF83E7935642 /* BaseTextShadowNode.cpp */, - 9C4C729C4CFCE004E2B8FB3FDBCD27D3 /* BaseTextShadowNode.h */, - C6DE3596EE87E4F980FE2D7A58C76CD0 /* conversions.h */, - 2EC8B09B6751E8D86416718C3A20AFA5 /* ParagraphComponentDescriptor.h */, - A0563166E9176C76AB4A964101191BC9 /* ParagraphEventEmitter.cpp */, - 0FC7A5E73BC00DC1D642C033A6ED0754 /* ParagraphEventEmitter.h */, - 53332ECC2353BBF139360E467EB497E0 /* ParagraphLayoutManager.cpp */, - 114507F1B2D74DAE4959E7AC81820DF2 /* ParagraphLayoutManager.h */, - 28BCCDDFD09D1C077E2C71D1628C5049 /* ParagraphProps.cpp */, - AF50566AA315264062C67DAAC94A4CBE /* ParagraphProps.h */, - 5DEAC111B04E72A2B3C1F711F67D8027 /* ParagraphShadowNode.cpp */, - 1514FAFE3FBD5844A508E6E5F8706182 /* ParagraphShadowNode.h */, - E848AA678DDB12D2DEC893584DFC77B9 /* ParagraphState.cpp */, - F90F8E1CCFC1FF33AF467998691FBF81 /* ParagraphState.h */, - 982FB9397593FB7CCA013C458AACAD7B /* RawTextComponentDescriptor.h */, - A9F8AEC654615A18952845DC088AD98E /* RawTextProps.cpp */, - B760BD0A5C01A4F41C400D6041769DC2 /* RawTextProps.h */, - A8AE9DACDA5CC8730FD0177B10997AB4 /* RawTextShadowNode.cpp */, - C3727C15517DBF5C64AFB177A6A9282D /* RawTextShadowNode.h */, - E0474332CB6C03BD211265162E81D146 /* TextComponentDescriptor.h */, - 88D16BE9001AFA250E05B0A6DF12044A /* TextProps.cpp */, - 9AA2B44E9E49B9863C4C5BA8CB6A28E7 /* TextProps.h */, - B96E044D3F7357379783C7A78CDBEDE6 /* TextShadowNode.cpp */, - 74F2F889FBF335D9E75D85B951027A20 /* TextShadowNode.h */, - ); - name = text; - sourceTree = ""; - }; - 8F9414423D2BBE4B714D5BD10FF436C4 /* Profiler */ = { - isa = PBXGroup; - children = ( - A623F7C48D60831122175706C71A74EA /* RCTMacros.h */, - A78A0789C1D17212CE78F74D52B9EEAB /* RCTProfile.h */, - 088365960AEBF891B3D3C40D1B9C8087 /* RCTProfile.m */, - 2E884834CC240BEC9E5567913D88FFFB /* RCTProfileTrampoline-arm.S */, - D798445DFFFEB8BB6920E2414B1B2797 /* RCTProfileTrampoline-arm64.S */, - 227207214E17F6B6596945A324758C51 /* RCTProfileTrampoline-i386.S */, - 55D4B5E176808EA430E6746FBA7FD5F9 /* RCTProfileTrampoline-x86_64.S */, - ); - name = Profiler; - path = React/Profiler; - sourceTree = ""; - }; - 9088F36C3C885B54310EC09E02260E3F /* Pod */ = { - isa = PBXGroup; - children = ( - 33D990529E591E55C6BE30B4A585E3AA /* React-RCTVibration.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 91249D635810CDFA665EBCA61C4D87AD /* React-RuntimeHermes */ = { - isa = PBXGroup; - children = ( - 6B1BD59BE72D49F35C01A25BB394D970 /* HermesInstance.cpp */, - EA14DAC18C7106E165B0B32486D42DE9 /* HermesInstance.h */, - 66C7EE7EA217859B0C40F01C665C73AF /* Pod */, - 0ED50CAECE4860544A7362FAD8F67E2B /* Support Files */, - ); - name = "React-RuntimeHermes"; - path = "../../../node_modules/react-native/ReactCommon/react/runtime"; - sourceTree = ""; - }; - 92278131342350DEAAA9619BA5454A65 /* VirtualText */ = { - isa = PBXGroup; - children = ( - 718BA92ED8D9DB27328957A4672E3980 /* RCTVirtualTextShadowView.h */, - 7999062E448D01962BA8738941E0CE14 /* RCTVirtualTextView.h */, - EB6579034D149464CAEF15C81CE8CBE8 /* RCTVirtualTextViewManager.h */, - ); - name = VirtualText; - path = Libraries/Text/VirtualText; - 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 = ""; - }; - 943F926AD0BFBAD24520B5B8A533F39B /* Support Files */ = { - isa = PBXGroup; - children = ( - E915D671AB7137FA74EB101035D51840 /* React-RCTFabric.modulemap */, - 0A581FEA5A93A3F2A31C1119E98DAB60 /* React-RCTFabric-dummy.m */, - 39E40BCD6AE42D40D108C309E66819A4 /* React-RCTFabric-prefix.pch */, - 848A64396F42C25BE7087273CBB7F0BB /* React-RCTFabric-umbrella.h */, - E5A6D11E5514088C6DDBF0DBAC4D36C4 /* React-RCTFabric.debug.xcconfig */, - 4743DDC3D2B863B43025A8AFF6A53DBF /* React-RCTFabric.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/HostApp/Pods/Target Support Files/React-RCTFabric"; - sourceTree = ""; - }; - 97CEABA307C3BB9AACA664C49EA0A8BC /* view */ = { - isa = PBXGroup; - children = ( - FB82355FDE993539EC05635F582997F1 /* HostPlatformTouch.h */, - D67FFCDAB1680BF7E97FDEDF08529F8B /* HostPlatformViewEventEmitter.h */, - A1CEF46D0C7C7E998683378E42C3497D /* HostPlatformViewProps.h */, - FBFF7913327A550C5A04D267885A536F /* HostPlatformViewTraitsInitializer.h */, - ); - name = view; - path = view; - sourceTree = ""; - }; - 98494C5FB71B692D646D983D71CFE913 /* Root */ = { - isa = PBXGroup; - children = ( - 9E3A917CB3BA26B9BC0F3F4FBD5997AB /* RCTRootComponentView.h */, - 124C51F59AF8E1C8A1A4C898EAEAA379 /* RCTRootComponentView.mm */, - ); - name = Root; - path = Root; - sourceTree = ""; - }; - 986D94956DF217F27FF39FD8B8F82C7E /* CxxUtils */ = { - isa = PBXGroup; - children = ( - A2AC6B64BBD7E1AE9042C3A78D170624 /* RCTFollyConvert.h */, - 07D64B4A277860BCF16B24DECE1060FB /* RCTFollyConvert.mm */, - ); - name = CxxUtils; - path = React/CxxUtils; - sourceTree = ""; - }; - 98AF4CEAD2B2CD5D30424EA21B5563E8 /* Support Files */ = { - isa = PBXGroup; - children = ( - C83937B5634BE0D7461160EBFCC759E2 /* React-RuntimeApple-dummy.m */, - 380E6897AF765EAD56C0A735C187AE2D /* React-RuntimeApple-prefix.pch */, - C2E2AE6369DFA8A0D905A8DE00239990 /* React-RuntimeApple.debug.xcconfig */, - 276B9795F01C4831233CCF456C8129DB /* React-RuntimeApple.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../../../../ios/HostApp/Pods/Target Support Files/React-RuntimeApple"; - sourceTree = ""; - }; - 99C941EE89565814B7903B5D763A6383 /* React-jsiexecutor */ = { - isa = PBXGroup; - children = ( - 2729B1915435B5872A50C4BB80D73B0D /* JSIExecutor.cpp */, - 5103086866E218893F5BEED230C23CFF /* JSIExecutor.h */, - 95AE7E2CE2FC343544A6B893E4D7E229 /* JSINativeModules.cpp */, - 2AE7ACDA5ED4290A1B368E5D8111CCD6 /* JSINativeModules.h */, - 203BBD3023F7C24FEA293F462632B45A /* Pod */, - 2A64257573353AFEAD37AC24993C32A2 /* Support Files */, - ); - name = "React-jsiexecutor"; - path = "../../../node_modules/react-native/ReactCommon/jsiexecutor"; - sourceTree = ""; - }; - 9B4FBC2FC6A947285005C7A624C41D5C /* Pod */ = { - isa = PBXGroup; - children = ( - 88A992CFB4ECCF6CAC2216F0856DB65F /* RCTRequired.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9BB7BDD392E2DF3E82DF4339E264AD32 /* Pod */ = { - isa = PBXGroup; - children = ( - 38983F974D2E1E5A46EEC532FD586DB2 /* React-jsinspector.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9BBA8F22655E72597363F2E0513B15E4 /* RCTAnimationHeaders */ = { - isa = PBXGroup; - children = ( - 1DA1A2813DAC697EA679C05121318371 /* RCTAnimationPlugins.h */, - F1BB544B8F6A68D515F371F382562F55 /* RCTAnimationUtils.h */, - BFB1EF76816F9E81AFB23731174D361D /* RCTNativeAnimatedModule.h */, - DBF832F0D5574215278C44285350B295 /* RCTNativeAnimatedNodesManager.h */, - 0FA6284A2D9A3998CDB4B9FB46208B43 /* RCTNativeAnimatedTurboModule.h */, - 83F7CD207F934C408374F52502414874 /* Drivers */, - 364CFFDA1E4E1441B39975E095E77BB1 /* Nodes */, - ); - name = RCTAnimationHeaders; - sourceTree = ""; - }; - 9C1150B6BACB15AE5D62C0A7EE58690A /* React-nativeconfig */ = { - isa = PBXGroup; - children = ( - 46D9C8F24D2051C472E30055FAB7C4DA /* ReactNativeConfig.cpp */, - ED2DFF62DA5689ABD1E9C47D281690F1 /* ReactNativeConfig.h */, - 719BCEC1714D18770D327AA4C3543B21 /* Pod */, - E5C1A4140CDE23A362DD96729BE41F28 /* Support Files */, - ); - name = "React-nativeconfig"; - path = "../../../node_modules/react-native/ReactCommon"; - sourceTree = ""; - }; - 9E6F1E3102B9CB20AD71AE521188C4DF /* Drivers */ = { - isa = PBXGroup; - children = ( - 4C24DBC71FE62B29ED755A196F7A633F /* RCTDecayAnimation.mm */, - 457F578CD42F20458692D014A245EF9D /* RCTEventAnimation.mm */, - 61DBC372906F57FF233F70CAA0EE74E6 /* RCTFrameAnimation.mm */, - A1D31BC19CDB2744564B68ABF2C9835F /* RCTSpringAnimation.mm */, - ); - name = Drivers; - path = Drivers; - sourceTree = ""; - }; - 9EA3D61152DBF1EBDEC8D4704D45C01C /* Inspector */ = { - isa = PBXGroup; - children = ( - 23B258C56FCACB162EB96F022E6E70A1 /* RCTCxxInspectorPackagerConnection.h */, - C21B313A05F5E9041DB5281BC005E55F /* RCTCxxInspectorPackagerConnection.mm */, - FB67618A48C7884791200BB2101C8949 /* RCTCxxInspectorPackagerConnectionDelegate.h */, - 4E2C4BEED4BA8067B08F1D3784E0B2B0 /* RCTCxxInspectorPackagerConnectionDelegate.mm */, - 4E71723F58766828CD659CE1BB060087 /* RCTCxxInspectorWebSocketAdapter.h */, - C6F6A7E1F8151CF46197457A74394B94 /* RCTCxxInspectorWebSocketAdapter.mm */, - 620383F1B2E002A88361060F4654FF73 /* RCTInspector.h */, - 3E8B3F2C5CD49AE76EBE5FE1B633DF51 /* RCTInspector.mm */, - 86D0FB670ADAA6BCED1D4950B27B1CFC /* RCTInspectorPackagerConnection.h */, - DB34786C00F4F0F3357E37584BDF84DA /* RCTInspectorPackagerConnection.m */, - ); - name = Inspector; - path = React/Inspector; - sourceTree = ""; - }; - A18B0DA43662AC0D4FE26FC47019306D /* Support Files */ = { - isa = PBXGroup; - children = ( - 58600C5793DEB38845B957AAB8B8A0B9 /* React-RCTVibration-dummy.m */, - 9E10B75635C6529FAC3434C03130AD1C /* React-RCTVibration-prefix.pch */, - DE685102C09592D0E1847BEA8DA75BA2 /* React-RCTVibration.debug.xcconfig */, - A6089080D87F1EA61392D51457C78F30 /* React-RCTVibration.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTVibration"; - sourceTree = ""; - }; - A1A817506539101E8181B99AD5C08F8B /* Targets Support Files */ = { - isa = PBXGroup; - children = ( - 4DB4C5FBEADBEAF2BAD513AC218DC827 /* Pods-ARMSXHost */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - A388957A7E0EB169B824ECC2B24A44ED /* Pod */ = { - isa = PBXGroup; - children = ( - 96113ADEC0123151F7A91B85E7E04DB1 /* React-RuntimeApple.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - A53B0C79139A484E84F3E6371E76E230 /* Base */ = { - isa = PBXGroup; - children = ( - B85CB187F4F11EFC73A638F27E5E0D8A /* RCTAssert.h */, - AB2C3E39EF0480003392B1B34382441C /* RCTAssert.m */, - A60AF9FCCCE5BF31883FCC330EB0B803 /* RCTBridge.h */, - 3BBAAE805D0C4C8527198618E05293D9 /* RCTBridge.mm */, - 063B13B706971CB4D3E721150BAB3406 /* RCTBridge+Inspector.h */, - 4FF0661520262C045FEEDE571D24E0CD /* RCTBridge+Private.h */, - C10546A1BF2F135147FA92CDE9B52FAE /* RCTBridgeConstants.h */, - 157D46029F5B470CFBCD05C7511BE6EC /* RCTBridgeConstants.m */, - D76B07195CCFA3F24FE35B8A1E47BCD4 /* RCTBridgeDelegate.h */, - 0CF4029388FBD23EED9D810BD48582B0 /* RCTBridgeMethod.h */, - 18359F265B533D139D94E26169DDD580 /* RCTBridgeModule.h */, - D497E76046E37F717F52014E5267C35F /* RCTBridgeModuleDecorator.h */, - F0FA46420DB924ECFBDD8DA442533083 /* RCTBridgeModuleDecorator.m */, - 1D28BD778C4E55577569F8B788E1AA0E /* RCTBridgeProxy.h */, - AA9BFE26E831DA12A8DBB9F01A6F87BF /* RCTBridgeProxy.mm */, - DA713F17A86ECDAEC35B1A7606BAE53D /* RCTBridgeProxy+Cxx.h */, - C2A9B4F68357E3430FABEDC4EF682BE5 /* RCTBundleManager.h */, - 3DEC4CD4E5129155C495002F2EC3C8E2 /* RCTBundleManager.m */, - EBD239781427D616B508C58D709012ED /* RCTBundleURLProvider.h */, - 68233D5F6FF581626F38B2893DDDD717 /* RCTBundleURLProvider.mm */, - 3B5425821049D1118F6CE4EAD442662A /* RCTCallableJSModules.m */, - D9CE271F463326F0737E2B26B997BD40 /* RCTComponentEvent.h */, - 0CE4255C61973FA7826299A98390E9C6 /* RCTComponentEvent.m */, - 25F0A4AE6D458DE27F8EEA5D3A1A4EAD /* RCTConstants.h */, - AA3F185266B8E4E5A4AE9A8DC2922CD2 /* RCTConstants.m */, - 6C58A6941F61B7F07DC4E63167500444 /* RCTConvert.h */, - CF69DB5F0EF9FBA1C8B18C90C2A94E60 /* RCTConvert.mm */, - 3B0DBC5064EB8C005C117C021373C714 /* RCTCxxConvert.h */, - 7D045BEF7C5B7DA1D883549094CE92E2 /* RCTCxxConvert.m */, - A973A9E051CAE387C846E0C778B66ED9 /* RCTDefines.h */, - 9CF866653F6F48704A2353BCAD0651E7 /* RCTDisplayLink.h */, - 337F27BB9F7CA25337E74AC0E9795B5F /* RCTDisplayLink.m */, - AAD39B6573A41BD7D6602597239DED50 /* RCTErrorCustomizer.h */, - 6DFF46C1DE451B9051058FCC51BBCD7F /* RCTErrorInfo.h */, - F4FBD06A18ACDEF42A3AEABA5772A966 /* RCTErrorInfo.m */, - D85015B7132DC92E96D269E9394052A6 /* RCTEventDispatcher.m */, - 5B9634BB96E6CF1C2488BB6CEE05B048 /* RCTEventDispatcherProtocol.h */, - ADFB94DF20815CA867FAEA9D35F9D00F /* RCTFrameUpdate.h */, - 22794FB8D75668BE14CB6A7EAE56879E /* RCTFrameUpdate.m */, - 0F3255CC6503A2B4964BEA61486F9E4E /* RCTImageSource.h */, - EC656EEBE096EAA8AE74572FA1204670 /* RCTImageSource.m */, - 938853A511ADEF345485AD3F69557463 /* RCTInitializing.h */, - D186B57ED13C45E4B7937F11A715DC35 /* RCTInvalidating.h */, - F263FA536385F01C2DE95585B51AC720 /* RCTJavaScriptExecutor.h */, - A1E73B5FB53931E406FC32D77790097D /* RCTJavaScriptLoader.h */, - 61FE30FA3E1CC31143929FEF1524EBF5 /* RCTJavaScriptLoader.mm */, - DC099E244A9F9DBA7947D568C1FB5005 /* RCTJSStackFrame.h */, - 8DE5D388D4D2DC91001361CA74FD1AAB /* RCTJSStackFrame.m */, - E75E040C1A06C67A14736F3E0F2D2872 /* RCTJSThread.h */, - B80F4FC7EE869CCE382BC6E48AE1A75D /* RCTJSThread.m */, - 5AA2023631D59D3C6E563D20D2B553DB /* RCTKeyCommands.h */, - 882413CDCFB2DEE2D8961387BC6CD4AB /* RCTKeyCommands.m */, - 3D54129F90D419FD85C9C7518C24D18E /* RCTLog.h */, - 5AE0F2FF525795848454BBC3E20B4C14 /* RCTLog.mm */, - D377CD00A244277356490F0DF3679CEA /* RCTManagedPointer.h */, - 3DD5ACB14E1702D47A07220300ACACDC /* RCTManagedPointer.mm */, - D33E3048BBC4EAD9E6705591ABCA5AAB /* RCTMockDef.h */, - 83B9EF6857BF1A4D02FC370DCED6FCA9 /* RCTModuleData.h */, - A1BB280BEFD80D66923C09252A0B60BC /* RCTModuleData.mm */, - 3715AB63A49EF1CC2A70EB9CA3A88CAF /* RCTModuleMethod.h */, - 5F3120F3BB93023104BE3F55233CA47D /* RCTModuleMethod.mm */, - 93521BC8881C6D40E850987ECDCB8066 /* RCTModuleRegistry.m */, - DF6D60D7CC20528F40922267B2EF5051 /* RCTMultipartDataTask.h */, - 20B06EE8E392496163B26DAB83BE93F1 /* RCTMultipartDataTask.m */, - 217924DF557E007D1554527008480568 /* RCTMultipartStreamReader.h */, - D8BE5340CFC1AE5BBEB14C168F65A4E6 /* RCTMultipartStreamReader.m */, - 58188913302813856F5D098FAD5A1777 /* RCTNullability.h */, - E75A7920789FAAD39E9654F8517DBDB5 /* RCTParserUtils.h */, - 2418C20827B53FB9288C850BB00022C3 /* RCTParserUtils.m */, - 407B56F5E2032F3F21C789C7B936E72A /* RCTPerformanceLogger.h */, - 7976EC64C5025A11ED15F7D549315801 /* RCTPerformanceLogger.mm */, - 68B93C3006874E7153B6D1650F734DD3 /* RCTPerformanceLoggerLabels.h */, - FDA4662B78254378B79946FEBB46B5DA /* RCTPerformanceLoggerLabels.m */, - 5B5052CCED51CF6AC3A3676620F347F2 /* RCTPLTag.h */, - 777CC3EAA5569061A3FF50D574050329 /* RCTRedBoxSetEnabled.h */, - F0EC30074709ECCFB97BD631028321B6 /* RCTRedBoxSetEnabled.m */, - D4ACE5BFAD0A26BF75DA2187977474B9 /* RCTReloadCommand.h */, - 2C7CF39CB0ABF0C1E2F1DA757723E98B /* RCTReloadCommand.m */, - 905D30DA58596952C5E4AE987463B47E /* RCTRootContentView.h */, - 69C7CB7851D1F94C890CE8A8A538B143 /* RCTRootContentView.m */, - E799FFBE4E78FAC7BBCB3EC590E353B3 /* RCTRootView.h */, - BD3D9FA7A4F2AD3916A2F1E09BE4A064 /* RCTRootView.m */, - E0FE209CDF242151B6B166C339F02F61 /* RCTRootViewDelegate.h */, - 8A3C2D7A4025E39FC1FDAFDB55C6A440 /* RCTRootViewInternal.h */, - 4EFEDCE60617753B529AB0F3D277EEBD /* RCTRuntimeExecutorModule.h */, - AC6EFE8DBF35FE077A6901E6F7D34861 /* RCTTouchEvent.h */, - DA9DE46C4774978FDF3081AFA45D16C1 /* RCTTouchEvent.m */, - B9526C02299DCF291D494CD8CE4B53DE /* RCTTouchHandler.h */, - 64F5AFE9ED984A720A876077E880E0CB /* RCTTouchHandler.m */, - 1206E3ED09BAA3A87985C09D1D9EC5D6 /* RCTTurboModuleRegistry.h */, - AA00B5E22396877C8EFA071E6225AD21 /* RCTURLRequestDelegate.h */, - 1A6B01CE6E8EAD3B1C5BE20CC2FD8DD3 /* RCTURLRequestHandler.h */, - 3A10F9DC6F9A22153D9D7AB1B892ACEB /* RCTUtils.h */, - C830EC1C96EEE4D909009BA1C5F0FDA9 /* RCTUtils.m */, - BA486BBBC474CA291DCBCAB4ECF56C5E /* RCTUtilsUIOverride.h */, - E91E0BA10AD3E4A05EFE4BDDDF202802 /* RCTUtilsUIOverride.m */, - DD9992884E51910B0A58F37560F255C8 /* RCTVersion.h */, - 3F0333DDBCB054628884479ACB4DD74E /* RCTVersion.m */, - 4B5F2AC4E5DB29B8D92C31664E93A994 /* RCTViewRegistry.m */, - 85FE324CABDAAEA5DAABFE74BB2AF0C5 /* Surface */, - ); - name = Base; - path = React/Base; - sourceTree = ""; - }; - A5B02C6858BE6B580D1A31974A932930 /* RefreshControl */ = { - isa = PBXGroup; - children = ( - 36501C907A924B25B0E47A4202182D77 /* RCTRefreshableProtocol.h */, - 5B0063EAA3340B0FD3D787979A58596A /* RCTRefreshControl.h */, - 1A7078941F08DE16F09812DEC3E8802B /* RCTRefreshControl.m */, - 3634D4C2C0A2CE496C6BE541CFED0446 /* RCTRefreshControlManager.h */, - D1A404D2808846CA1594C6C7F191A7D5 /* RCTRefreshControlManager.m */, - ); - name = RefreshControl; - path = RefreshControl; - sourceTree = ""; - }; - A6000DD763CC84AEF5EBAB3880F6890F /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A9D9C88E93750BF0E118C863370F8FC /* Yoga.modulemap */, - 6BF0506BB0BD93E1069B978DC8D06774 /* Yoga-dummy.m */, - F4073C8935E5B49F007BD2C28BC22A9F /* Yoga-prefix.pch */, - 6C94A64D9F72E1C73F90DF5D933B2482 /* Yoga-umbrella.h */, - 1A59D8EACF80DBC08D6772A97E40AEA3 /* Yoga.debug.xcconfig */, - F4DE150506D48A3C63727E7413329DF4 /* Yoga.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/Yoga"; - sourceTree = ""; - }; - A617BF922E0B6308CC645CD24E8A5521 /* Pod */ = { - isa = PBXGroup; - children = ( - 750B6C214AD664C7ED59FB45BD98130C /* React-jsitracing.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - A636CE704CF57B44A2345FF7C3F8F889 /* Views */ = { - isa = PBXGroup; - children = ( - 356DD33793F8C6F757C75B7FDFB207FE /* RCTActivityIndicatorView.h */, - 15262DD1E6C68BA04C34E487DAA70DD9 /* RCTActivityIndicatorView.m */, - BCC2857DF084432B88FD752F83A129A5 /* RCTActivityIndicatorViewManager.h */, - AFB4030F8AEA52657FE3C979AC1CBFEB /* RCTActivityIndicatorViewManager.m */, - 4FEEEDE257EE0CCC364F216D4A3A21F4 /* RCTAnimationType.h */, - 6B46D14923C0473F70A95F3A49E2E092 /* RCTAutoInsetsProtocol.h */, - 4978C0B4A326F67AAED995B82196C8BA /* RCTBorderCurve.h */, - 20F05746F2B74C7B98CE7C316EBE8CDA /* RCTBorderDrawing.h */, - 2987AE7025F088998D489CF759BE82F4 /* RCTBorderDrawing.m */, - F6BD64F62B85DC32B0AE34A9E1D0A7AB /* RCTBorderStyle.h */, - 5C978526D5D558D0938BFDED50DF3264 /* RCTComponent.h */, - 599B8525AED1F7D4893C74EB923620E4 /* RCTComponentData.h */, - EFF3FB5FC36347DA6395F452B9D431ED /* RCTComponentData.m */, - 428AD98D36840BB49602F188E61E77ED /* RCTConvert+CoreLocation.h */, - BFC341984441A8435563302AF4D95FB1 /* RCTConvert+CoreLocation.m */, - 7BEF951846FA55FDFB0C6C6DEB66A0F4 /* RCTConvert+Transform.h */, - 60C98BAE2CB02B89F75DE32885EAFDB3 /* RCTConvert+Transform.m */, - ABDCD3454DE0CF0CC0BF931C0E5447CE /* RCTCursor.h */, - 42377DD1FCC01093826D1679CD5B3A47 /* RCTDebuggingOverlay.h */, - 7C9509515A2A6AB7F72A1A2AA42DD66F /* RCTDebuggingOverlay.m */, - 40DF69E9BF1BB2FE7A238D5933EE592A /* RCTDebuggingOverlayManager.h */, - 8DBF6E1A4168A9C13C4A54DACCCB9CAF /* RCTDebuggingOverlayManager.m */, - 7584CB198B86355D8108A694F7821C82 /* RCTFont.h */, - B22CC8C78C8AE1C360D0188962CBCDAD /* RCTFont.mm */, - F03E42EB5F40F35CF4484594A1617713 /* RCTLayout.h */, - 730D97184A125EF55709BB9A2F121F61 /* RCTLayout.m */, - EB3171E76C0992F4923D658CF49F0594 /* RCTModalHostView.h */, - 56F697685D3CE04FA5659D3229EEFC0F /* RCTModalHostView.m */, - C262602AB83D8CD1B075F3C5414479AB /* RCTModalHostViewController.h */, - CDA9FA6636F777E0E99B42FC89F7ACAE /* RCTModalHostViewController.m */, - 672A6D8A852BB97574AD390519421429 /* RCTModalHostViewManager.h */, - B0A6CFFD0F4EE0C9D60577C1D0BC80B3 /* RCTModalHostViewManager.m */, - 3FDECD99BA68D234624B7992B654210F /* RCTModalManager.h */, - 6394F45C338E06A8CAB6315B7D7C8004 /* RCTModalManager.m */, - 46359949C48E08F3E35943E5A0C5731A /* RCTPointerEvents.h */, - 339824E5C823DFB3B2287CA9E0CAAD97 /* RCTRootShadowView.h */, - CB09B5D601E9D8E2835DC156B4079CC4 /* RCTRootShadowView.m */, - F0E313A3BF68FEA61F80BE4466040F3C /* RCTSegmentedControl.h */, - C39F14B4B7A9B9E6357B151C2B6BB986 /* RCTSegmentedControl.m */, - 8028C80B9555B73D8506ED80CC77976D /* RCTSegmentedControlManager.h */, - B2DFCEEDF3A19A7B1790C7FF7B94DE14 /* RCTSegmentedControlManager.m */, - B5064A3BEE1A3C3FCAD920D6A97DEFC0 /* RCTShadowView.h */, - 1278476D4A07BF40AE7838EE4742402F /* RCTShadowView.m */, - 330E2FBDDC661BAA8A1B3EDC5CC329EA /* RCTShadowView+Internal.h */, - BD97BF7A092A2CFE70580790B0CB9844 /* RCTShadowView+Internal.m */, - 274CBE56899ACC826816F9038FA4FEA4 /* RCTShadowView+Layout.h */, - 572E80B71DF84A32EABC90806E5D1123 /* RCTShadowView+Layout.m */, - 4EDA019464CF15E987932ED5F41C3F86 /* RCTSwitch.h */, - 55DAD4094DBDE17D4BA50C26E16B8C5E /* RCTSwitch.m */, - 3C6561E4D03CAAFABCC2BB311E4E60DB /* RCTSwitchManager.h */, - 1980AB0DB736F10850160C95020F71E0 /* RCTSwitchManager.m */, - 8A4E4F2CB7EBF53F6378C3C1F3827FE5 /* RCTTextDecorationLineType.h */, - 68267A5559BB39BF27DCA12314FE2200 /* RCTView.h */, - A24A54F908C73FA0A61B73A977E54CCA /* RCTView.m */, - 27B8CD4B2810B4742C99802823E79BCE /* RCTViewManager.h */, - 23F46C7AF4911240549674566D795D22 /* RCTViewManager.m */, - B02E29691F4A47AB1EAB5CC1932AA70E /* RCTViewUtils.h */, - E67AA9333EC5151AA345A85BA4BFC222 /* RCTViewUtils.m */, - 9CE099CBF34256DACE7D464D9AFEE370 /* RCTWrapperViewController.h */, - F35CDF7D58ACAA7B35632484FF068766 /* RCTWrapperViewController.m */, - 4A2B22CA31E3843054F1FDD21F052E79 /* UIView+Private.h */, - B84E035A6E0337B8D2E9A89DD75F68D1 /* UIView+React.h */, - 5C5955DB6C99703F4A41049D768CF3E1 /* UIView+React.m */, - A5B02C6858BE6B580D1A31974A932930 /* RefreshControl */, - B2A2156774CE5519E944A8BE129ABDCB /* SafeAreaView */, - 4A5EB6AA1B6823E954112989B55E7E9D /* ScrollView */, - ); - name = Views; - path = React/Views; - sourceTree = ""; - }; - A6684B1E53C1AC5ED79B9AB3131B774B /* React-ImageManager */ = { - isa = PBXGroup; - children = ( - 5DF370281329A1CB3623FCFE5F61B4A7 /* ImageManager.mm */, - B558BA5EFD16D582EA3A899781B11873 /* RCTImageManager.h */, - 526BDE1D134B7F2FD12A14E1C78DAD64 /* RCTImageManager.mm */, - B7B0981426A94B6A363F9F164A08795A /* RCTImageManagerProtocol.h */, - 7C1A9C63A4A1A6AF7BC8AA204E6A51CE /* RCTImagePrimitivesConversions.h */, - 4825137B87754AE1A19B8C41FCBBEF02 /* RCTSyncImageManager.h */, - 988E46C02320D5296247259E2C36FEB0 /* RCTSyncImageManager.mm */, - D4F48F3E2F40537A262B319FA6C3A156 /* Pod */, - B6296DF2D94F3F3D2C7C0BCD78FD3F9C /* Support Files */, - ); - name = "React-ImageManager"; - path = "../../../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios"; - sourceTree = ""; - }; - A7F690F99726029BBF133212F8285F33 /* algorithm */ = { - isa = PBXGroup; - children = ( - 6F891A311CBDCBBB8CCCC34FF078DA6C /* AbsoluteLayout.cpp */, - B26ED0D66CE8C4E9555E5CBB38A68A90 /* AbsoluteLayout.h */, - CEAB7E0F44B7E43CA9E06632EDAA5B06 /* Align.h */, - 5FD4165A1E4AE93392853BD2FA26BF1C /* Baseline.cpp */, - 68CCFF44D9D2EA102070912AC7FC2AA2 /* Baseline.h */, - 1AF280761B121E7A3B405C67A3ACC721 /* BoundAxis.h */, - F50B2935936B7501CDFF21E37181E598 /* Cache.cpp */, - 135193D25949F2D8A8D5E2936B581D8E /* Cache.h */, - 9411B293D33E27DF660B0AD46B471D58 /* CalculateLayout.cpp */, - 17EB4059C1B6F539BD2BFBE3ED9B8E4C /* CalculateLayout.h */, - 0A485FA786E1E5E649D21EB4047B31CF /* FlexDirection.h */, - 21AADA3739886D0C2BB108977176E68B /* FlexLine.cpp */, - 7E5DABFDE2FAFFBB08480917664B699F /* FlexLine.h */, - 02D0B163709A9C9A5BF2340A193414D7 /* PixelGrid.cpp */, - 2FA54E899F6CD9791E8757CD315A8616 /* PixelGrid.h */, - 721C1F5D32D91C9EDACC1DDE52E50C13 /* SizingMode.h */, - 88F78A57046E1AE06A6F3D2C657E4574 /* TrailingPosition.h */, - ); - name = algorithm; - path = yoga/algorithm; - sourceTree = ""; - }; - A87A4D8CCA1D7AE2B8A78E03F50E2E01 /* Support Files */ = { - isa = PBXGroup; - children = ( - 508CBA0B4A5A8019B3E15D9A411FB488 /* React-jserrorhandler-dummy.m */, - A292FA71FE711F1ADCEA40EE7B755C68 /* React-jserrorhandler-prefix.pch */, - 4B0C166B3B496A137E22F045E1766850 /* React-jserrorhandler.debug.xcconfig */, - 30469ADC76920683CE52F73C3F656EB1 /* React-jserrorhandler.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-jserrorhandler"; - sourceTree = ""; - }; - A8AFAE1A0018ACDCE1742DF078AD04A3 /* Pod */ = { - isa = PBXGroup; - children = ( - 4C65152DCDDCEC0992851CED9760E2A8 /* React-Core.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - A9A3DAE21F3CE979A5B180177863D77E /* Pod */ = { - isa = PBXGroup; - children = ( - 112D00CAACCC0DD25A952B6BA0E49ED8 /* React-RCTActionSheet.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - AA3BD9D839B058573857FE1EE41F16E2 /* Support Files */ = { - isa = PBXGroup; - children = ( - C75DA8745CE4466794A80F96B5D8947A /* React-RCTSettings-dummy.m */, - 6F31324052D15FDFD1993DA1F5D7FA44 /* React-RCTSettings-prefix.pch */, - 585F269F85B6E26EADFCA783005C60FD /* React-RCTSettings.debug.xcconfig */, - AF4F2747F8432A28255D7C55A70B234C /* React-RCTSettings.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTSettings"; - sourceTree = ""; - }; - AA4E6FDFF43D817006434CBBB0F5D30B /* RawText */ = { - isa = PBXGroup; - children = ( - 26B486D87AF56E0AE7A622750CB0B75E /* RCTRawTextShadowView.mm */, - 3932EE2E36A88ACE62422B25D365805D /* RCTRawTextViewManager.mm */, - ); - name = RawText; - path = RawText; - sourceTree = ""; - }; - AA88D1D968741BBAF3E62598A3B627E7 /* UnimplementedComponent */ = { - isa = PBXGroup; - children = ( - 434A3FABD6F37C422D66FAC21D5A3D26 /* RCTUnimplementedNativeComponentView.h */, - 78CDE0FCF899953D2C2B73508F3AF39C /* RCTUnimplementedNativeComponentView.mm */, - ); - name = UnimplementedComponent; - path = UnimplementedComponent; - sourceTree = ""; - }; - AB2473EB631E0F0249B41297AC83C138 /* Pod */ = { - isa = PBXGroup; - children = ( - 415D4735303C65EE143FDCD8FB10630B /* React-perflogger.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - AB3119E441F6F930CA9B3A27833C40D5 /* CxxBridge */ = { - isa = PBXGroup; - children = ( - 232B067F706BE80DFF754436E2691BDF /* NSDataBigString.h */, - 21A97E8DF583CAD60C3245E0553673F9 /* NSDataBigString.mm */, - 6B0DE6592938C7F3AB29031F4264F640 /* RCTCxxBridge.mm */, - 3C686CF16AC36F7772E5666F595DF1DD /* RCTCxxBridgeDelegate.h */, - EF2212E582F8B851BA7EAA4BAA42EF86 /* RCTJSIExecutorRuntimeInstaller.h */, - 6CBB22476088774ECCA7F371B576A320 /* RCTJSIExecutorRuntimeInstaller.mm */, - 5F8E8BC4DFAF4D772E880D158955C6CA /* RCTMessageThread.h */, - E2B241E36E5C73886263F41C946EBB6D /* RCTMessageThread.mm */, - EB9850E673586AF8194DEDD28F441AFF /* RCTObjcExecutor.h */, - A15839F814DADB41C64C22E4110F06A0 /* RCTObjcExecutor.mm */, - ); - name = CxxBridge; - path = React/CxxBridge; - sourceTree = ""; - }; - AB3F6B44817712B95C7AB389253DB1B8 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6D17DA30EFCAF458EE4C2111B8A8DEC9 /* React-hermes-dummy.m */, - 415B73F2410916488FC478B2348A3A60 /* React-hermes-prefix.pch */, - 13B27C696371C66FC38FDBB6369918E0 /* React-hermes.debug.xcconfig */, - CDB12602CDFBD59E17016FD9B53B112E /* React-hermes.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-hermes"; - sourceTree = ""; - }; - AB847452C42D29C26D70B8137E846D7E /* Support Files */ = { - isa = PBXGroup; - children = ( - 0D10771A4B0CE912869B694E2920D835 /* RCTTypeSafety.modulemap */, - 591C27D82158EDC3C48A8AE3AA35D9CD /* RCTTypeSafety-dummy.m */, - F24CF2C498E94B75C9EEF459F97F231B /* RCTTypeSafety-prefix.pch */, - 1F5FA4EFCD1644DC8F6833297F6918EC /* RCTTypeSafety-umbrella.h */, - 54B8F3DA90B855518304AA1865A53A6E /* RCTTypeSafety.debug.xcconfig */, - 49A10BAFE140223598A66599240A06CF /* RCTTypeSafety.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/RCTTypeSafety"; - sourceTree = ""; - }; - AC604BAB8D1770A05EAD3DF9A3F71C08 /* Support Files */ = { - isa = PBXGroup; - children = ( - 672139DF81ED7A7D82B48F015F1BDC31 /* React-FabricImage-dummy.m */, - 09167F0BF80BB0690F0ABC33626749D2 /* React-FabricImage-prefix.pch */, - 41BF2D26A555B1EF397E0C0FFF3A3D10 /* React-FabricImage.debug.xcconfig */, - ED377C929357B5957E36E477C6CF4556 /* React-FabricImage.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/HostApp/Pods/Target Support Files/React-FabricImage"; - sourceTree = ""; - }; - ACE9BE22906ADD0CBD1B646AA7221607 /* React */ = { - isa = PBXGroup; - children = ( - 0011657F8983CD3C5DECF02E3F21A444 /* Pod */, - 8044DB2B96CC32C4092DEC647213687F /* Support Files */, - ); - name = React; - path = "../../../node_modules/react-native"; - sourceTree = ""; - }; - AD84CFBE7481430511B8A0DC458A4377 /* Singleline */ = { - isa = PBXGroup; - children = ( - 5192F2B205C41F923B4A70F6AF8C065C /* RCTSinglelineTextInputView.mm */, - 6DE07F48775AC4E4A75A62C348971A59 /* RCTSinglelineTextInputViewManager.mm */, - CA2C3226656A954564E63E2FEB9170CC /* RCTUITextField.mm */, - ); - name = Singleline; - path = Singleline; - sourceTree = ""; - }; - AEEC840E763AD6137B0BBAAFFE1F2B51 /* rncore */ = { - isa = PBXGroup; - children = ( - 1B8384332EC1AAD1CD6B3AA7DA3A6F3E /* ComponentDescriptors.cpp */, - 08D02358595E8C59787C87F895BF5452 /* ComponentDescriptors.h */, - 3935D9DA813BD51DA427C03198F587A7 /* EventEmitters.cpp */, - 7359DE378D0EDA07BE8B122BCBFF5578 /* EventEmitters.h */, - 0F3B98857CF853D1AD9481BE0DC15708 /* Props.cpp */, - 48FD86A455F8736212C18C202CB995C1 /* Props.h */, - DD8DB609FCC836896DBE75BA3B2AD466 /* RCTComponentViewHelpers.h */, - 94BC1DA98B23814F8182260065F722AA /* ShadowNodes.cpp */, - B3997AADB58C600255F8E343186B53D6 /* ShadowNodes.h */, - D58650DB37EC3F9EDBFCC9D96BD7E820 /* States.cpp */, - 7A1025A95B90136351A6183BA106D0A0 /* States.h */, - ); - name = rncore; - sourceTree = ""; - }; - AF203A9B3DED2EC04B8E838C02F3145B /* ComponentViews */ = { - isa = PBXGroup; - children = ( - C609B9B197B8A3F2BDE1ACD63B3F7C29 /* RCTFabricComponentsPlugins.h */, - 6148122B6CC7A02136B2A9E18658CD2E /* RCTFabricComponentsPlugins.mm */, - 5A2857DF091C778F5B150B13312A8AAE /* ActivityIndicator */, - C5E7F2C07AA4F929A3DC8D2698030668 /* DebuggingOverlay */, - 2C0EDF3025DBC6B63A99F6E78169CA4B /* Image */, - 1F4505C8E3AA5097DEFB498964C12AF0 /* InputAccessory */, - 25B6B6904C7AC55288810904107389A5 /* LegacyViewManagerInterop */, - C4B5B48A0AD09A9AB46A7AB8EC39A1BE /* Modal */, - 98494C5FB71B692D646D983D71CFE913 /* Root */, - C443E161C4701032E2D9ED8A308E38BE /* SafeAreaView */, - D17E7A279ACEE37CF19EBCE3A563B27A /* ScrollView */, - DA323394FDAF1D4CB3FF68287E7D9169 /* Switch */, - DAE110542BE47D239D57B46FC7D5317F /* Text */, - CD956C0204BE70C11E20FAFB1F8832A4 /* TextInput */, - AA88D1D968741BBAF3E62598A3B627E7 /* UnimplementedComponent */, - 3AFB198A72FDB67CAB07266646884087 /* UnimplementedView */, - 046BD7BCC90D5FD4404D4ACCFF1D34F5 /* View */, - ); - name = ComponentViews; - path = ComponentViews; - sourceTree = ""; - }; - AF50E685E994AC522356636AEFC4573D /* Support Files */ = { - isa = PBXGroup; - children = ( - D8408F72352BABEC6929D9D1CA54B593 /* React-RCTBlob-dummy.m */, - 8A987A6F8C29E8883B8AD95C5076232E /* React-RCTBlob-prefix.pch */, - 30AD0B0FBEB6563DEC377A0F5A6D70D8 /* React-RCTBlob.debug.xcconfig */, - CA0E675F132A5B02729359348A2E9170 /* React-RCTBlob.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTBlob"; - sourceTree = ""; - }; - B13A9C906B4CFB22463E62DCAE68FC09 /* Pod */ = { - isa = PBXGroup; - children = ( - 4DFC42BC95076DC2FD4A79DF73994212 /* React-rncore.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - B23CCD5AB0A3F691A886FBB87BA794B6 /* React-CoreModules */ = { - isa = PBXGroup; - children = ( - 05C027CF5D4DE1F44EB4C872DE86CFCB /* CoreModulesPlugins.mm */, - A4139D4722C46C68313B5EB99F76A9C5 /* RCTAccessibilityManager.mm */, - B9E48622FBE28E3560D6B27EFF441B33 /* RCTActionSheetManager.mm */, - 733162AA885C229D969A8D2D46A539BC /* RCTAlertController.mm */, - AA7F07EF37D4596AE0186B980BB34356 /* RCTAlertManager.mm */, - BA25862F2D984A5BC66CD55126A854A6 /* RCTAppearance.mm */, - 420A5266B1FD6E73EC7EE60768EF8C87 /* RCTAppState.mm */, - E1988CF5355CFA04BB4591D51C793F11 /* RCTClipboard.mm */, - 672AD2C0449C0CD27F71B6E3AE749FBE /* RCTDeviceInfo.mm */, - 82612A541AC6E496BA48F1D403845984 /* RCTDevLoadingView.mm */, - 01964EC56C0042788C25DB89D28A51C1 /* RCTDevMenu.mm */, - E31415C1369291BF822A660A8A1999B2 /* RCTDevSettings.mm */, - B1E237C96578C19196333BE79DA09129 /* RCTEventDispatcher.mm */, - 49290CEC5056646FE74C165974CE19B4 /* RCTExceptionsManager.mm */, - F88DD0212A13C52FCFB3EE17E417FADA /* RCTFPSGraph.mm */, - 22D2C8BD94D2779A6FABE3FCED55143A /* RCTI18nManager.mm */, - B961252FCD7C94824015991688E536F3 /* RCTKeyboardObserver.mm */, - FE7A07C40B9DA4DE5398D65AEECBFC24 /* RCTLogBox.mm */, - 9B79B1DB75D9B325D8C8169A80D4A3B2 /* RCTLogBoxView.mm */, - F045B8956060A3F554C4A3E322CBFB46 /* RCTPerfMonitor.mm */, - 10F0DCA9575305B2B732F33D85D57E1C /* RCTPlatform.mm */, - 84747AFC799BEA22D0EC081BDFC36A32 /* RCTRedBox.mm */, - 654C3E5582C0ACB8257ACDBBB48F080E /* RCTSourceCode.mm */, - F40AD59BBFF8BF064F26E91900E5CF16 /* RCTStatusBarManager.mm */, - 639D04447D4B25FA8F84955CD4767676 /* RCTTiming.mm */, - AF9D497296CABABB7CE63B6FCA2F0A4E /* RCTWebSocketExecutor.mm */, - 9C8E60D1A85074013102AB37CC3AC244 /* RCTWebSocketModule.mm */, - 88AE8E797B216AA897299A75937EBF50 /* Pod */, - 273669D390F3CB09417CD6FE05B696CF /* Support Files */, - ); - name = "React-CoreModules"; - path = "../../../node_modules/react-native/React/CoreModules"; - sourceTree = ""; - }; - B2A2156774CE5519E944A8BE129ABDCB /* SafeAreaView */ = { - isa = PBXGroup; - children = ( - 129E2733268DEE4855288ECE7BC31A9D /* RCTSafeAreaShadowView.h */, - DC0964C74633F92CA07E746FAF2307CF /* RCTSafeAreaShadowView.m */, - BC99B7B1285B2D309DE9D2950E561F8B /* RCTSafeAreaView.h */, - B00AD257443A678CFBC3ADD5A0EFE21C /* RCTSafeAreaView.m */, - B574D0032048A628BD8C6C6FE0A6E6EA /* RCTSafeAreaViewLocalData.h */, - D546F66A17E4B87797CC65071908747D /* RCTSafeAreaViewLocalData.m */, - 8E4EAC0B41FDB49FB486A1491615C567 /* RCTSafeAreaViewManager.h */, - 78B7C7B2B6E065B5004BE13FC19AAEE3 /* RCTSafeAreaViewManager.m */, - ); - name = SafeAreaView; - path = SafeAreaView; - sourceTree = ""; - }; - B39BA4047B4C7864A9B88D431AB73226 /* React-jsinspector */ = { - isa = PBXGroup; - children = ( - 8005688C28A0ABA7A0F699B749222543 /* ExecutionContext.cpp */, - 2623CBCFE6583F45BBA6E2BF3F31CB5E /* ExecutionContext.h */, - 06E1CD690AD205471B96A9DB6CED793A /* ExecutionContextManager.cpp */, - 0EAD3FA6E12E1F04B207AC3130F4E4DB /* ExecutionContextManager.h */, - E87B0A52630C7D1C3FE89828278BACE2 /* FallbackRuntimeAgentDelegate.cpp */, - D194EEAA48BA4DF3272E11DAD4DB6DDA /* FallbackRuntimeAgentDelegate.h */, - 2724D0B9AC792D604AFC31EEE2ECE86A /* InspectorFlags.cpp */, - B82B0B8749481575C4791E92E6A913FC /* InspectorFlags.h */, - 468E78944CACD6A404936C2001E917FD /* InspectorInterfaces.cpp */, - 4DACB4ACC205731446094C05F1BB1126 /* InspectorInterfaces.h */, - 69855E63BB58D914A3051F610C65ABF2 /* InspectorPackagerConnection.cpp */, - EF535DC7AED6968A1943C4F82A10D9C5 /* InspectorPackagerConnection.h */, - E687B3EBD45C9F79DE423F569412D276 /* InspectorPackagerConnectionImpl.h */, - BB129DF16C75C841FB327B4E98936CB4 /* InspectorUtilities.cpp */, - D918412E8C3E529FF065F85B4F00FE17 /* InspectorUtilities.h */, - 16773E3018092B63AE4F3ECFBEF975A3 /* InstanceAgent.cpp */, - 21277AC2F7DD3D053F21F00A429B8C5E /* InstanceAgent.h */, - 3A52C6C097230EEDD3AEB5429646AEC9 /* InstanceTarget.cpp */, - 79EC44685F3EAD560FCFF1B10F591A79 /* InstanceTarget.h */, - 8F7A7AB82A938EB15CBA2658530256AF /* PageAgent.cpp */, - 10EF5E500DAD1D852DD17262FBD128CC /* PageAgent.h */, - A38A53B0D7873409A09BC3776937F6BA /* PageTarget.cpp */, - 52E0D9665484EB34EEEC7E5F55486829 /* PageTarget.h */, - 1B0F7DBF68699E114ECFEB4A12225C24 /* Parsing.cpp */, - 65A45C6E8452133CC0352F098A012139 /* Parsing.h */, - 48E1DC9C2E842C0D99F4175EB106715C /* ReactCdp.h */, - 04D9EE49F5621B0B3728EB09C381DA69 /* RuntimeAgent.cpp */, - 6818515953715C8C04B5365C2FF99D99 /* RuntimeAgent.h */, - 2968B7E0BB41B7914DF7E09D3A75077F /* RuntimeAgentDelegate.h */, - 43B13DA2E6C6EB49C7EC05FD052C2BFB /* RuntimeTarget.cpp */, - C9D5620C8F48C50FCD5E3773D62BDFAE /* RuntimeTarget.h */, - C0332AE82DF359C0D3543B7B77E48800 /* ScopedExecutor.h */, - B074B0314F1B2339B425C500F1C092E3 /* SessionState.h */, - 8BD2FCAE648DAE287BC8B3C5E50D320F /* UniqueMonostate.h */, - FEE1F5C26591C84C2FAE17E75FB0CEAB /* WeakList.h */, - AD9F7065064489383E01F85885787331 /* WebSocketInterfaces.h */, - 9BB7BDD392E2DF3E82DF4339E264AD32 /* Pod */, - E82FFD735B5E9C310461F2783869B3DD /* Support Files */, - ); - name = "React-jsinspector"; - path = "../../../node_modules/react-native/ReactCommon/jsinspector-modern"; - sourceTree = ""; - }; - B3E830E8577AD7433D698C4C96996F35 /* Pod */ = { - isa = PBXGroup; - children = ( - 02463290732C1B254556924C1F63C3E2 /* React-logger.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - B4664D6B975EC47FC756B3B67628C88C /* Pod */ = { - isa = PBXGroup; - children = ( - 641D3487869E9B187AB41DAB3243DE70 /* React-rendererdebug.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - B467FBDC2C2AC58F41E18E40E2C94779 /* Mounting */ = { - isa = PBXGroup; - children = ( - 51FE9B21247870879EC65D0DC00A93EE /* RCTComponentViewClassDescriptor.h */, - 2B09A34F805A25CACA3DD5070BBC08DB /* RCTComponentViewDescriptor.h */, - 6835186D4B8EA8DC809C19EB20FCE227 /* RCTComponentViewFactory.h */, - 817C6DA0DF2257FC446AAA38B0E47D1F /* RCTComponentViewFactory.mm */, - 296E0822D857136AF60B2BFD8E902610 /* RCTComponentViewProtocol.h */, - 3CC6C8824F967A6F51047F62F0EE1BBF /* RCTComponentViewRegistry.h */, - 0AB379722A8BCD249C34F99D9B8FF523 /* RCTComponentViewRegistry.mm */, - C24F01AEC429B3D58B49E53F3597993E /* RCTMountingManager.h */, - 80F0BA5DD4EBF5415BE558CBCC6775FF /* RCTMountingManager.mm */, - 7BA8A3BD8BD7DB8632DA71A8C54B665E /* RCTMountingManagerDelegate.h */, - D4F5D773F1253ED16827041711C94B92 /* RCTMountingTransactionObserverCoordinator.h */, - 93DBDFC746DC71A1636382679061F17B /* RCTMountingTransactionObserverCoordinator.mm */, - 42A9479AFB08D12A4175F215F3F86A90 /* RCTMountingTransactionObserving.h */, - 6E909717001D32A2FDF0F706518B7447 /* UIView+ComponentViewProtocol.h */, - 53BDB27BA544C79B1470962E69A1295B /* UIView+ComponentViewProtocol.mm */, - AF203A9B3DED2EC04B8E838C02F3145B /* ComponentViews */, - ); - name = Mounting; - path = Fabric/Mounting; - sourceTree = ""; - }; - B4D8F2850FF79F5680F46915DCD19FD2 /* bridging */ = { - isa = PBXGroup; - children = ( - 8CD9DC9F9B2B8CE898DC1C8AAAA0735C /* Array.h */, - 065154CC62618580C40309B66033A65A /* AString.h */, - C90B9CF892A94FC128B4698F8058A06C /* Base.h */, - 5B99C20E02378DF0593DD1ECB7424611 /* Bool.h */, - 22FF34367216839537E383B123344317 /* Bridging.h */, - E6A9EB19ECFB35C3BD61A16F21484DFB /* CallbackWrapper.h */, - 269162036BC93D0F9D14A512262A9DC6 /* Class.h */, - 8CAAE190AD01D4A52E8AD389B7F19640 /* Convert.h */, - 64849997758D5B38C6EA88AB8BD5C526 /* Dynamic.h */, - 68EBC9B6E40FB1077B388CED1013D467 /* Error.h */, - 83A7A6D8C76C1C91914B9DAED295AD66 /* Function.h */, - BD007EC7409E2E4D96C946DB0AC3A579 /* LongLivedObject.cpp */, - FB3C537885A57C66AF450D2FB8940A0D /* LongLivedObject.h */, - 645E0FE9719CAF4DA8EECF7A640D27C3 /* Number.h */, - FF672619FF5F99744B0AAB6BEC57DC4F /* Object.h */, - 5C3B75D92E2717D9E389E607FF38B956 /* Promise.h */, - 752E5C5E87FAD1AECB11EA5402ADCEAA /* Value.h */, - ); - name = bridging; - sourceTree = ""; - }; - B6296DF2D94F3F3D2C7C0BCD78FD3F9C /* Support Files */ = { - isa = PBXGroup; - children = ( - 360B1161DBF5ED5203AB751838EAD613 /* React-ImageManager.modulemap */, - 246CAFA6F4FC5452C25D49D8970F14FD /* React-ImageManager-dummy.m */, - 1BD617387BFA0012335D1CB62A41ACBD /* React-ImageManager-prefix.pch */, - 379A6D17F5437D02065BE45D3BBB605E /* React-ImageManager-umbrella.h */, - 05E54B4F15D6238BB154C2036B370287 /* React-ImageManager.debug.xcconfig */, - 7E97294C8FC0C914CDC05FED45336737 /* React-ImageManager.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../../../../../ios/HostApp/Pods/Target Support Files/React-ImageManager"; - sourceTree = ""; - }; - B7BCA25DBB28AB7CC05796D92304AB81 /* Pod */ = { - isa = PBXGroup; - children = ( - 0CF19085524B2C50FB5A6788A9CFD77E /* React-featureflags.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - B8416FBAE1F1FAEBE2E5FF0F54A0B444 /* react */ = { - isa = PBXGroup; - children = ( - 6ED6BE681DD9AC59BB8AE7E30641C6E4 /* renderer */, - ); - name = react; - path = react; - sourceTree = ""; - }; - B94E9D8C2704D4246938A5CC85A14EBE /* Support Files */ = { - isa = PBXGroup; - children = ( - 0BFAD875BDFCB017A45CCF7A1AD8AE34 /* boost.debug.xcconfig */, - 7157DE4FF39A888005019A6919C6304D /* boost.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/boost"; - sourceTree = ""; - }; - BA930D8CB52685DBDD1C7012BA94717C /* Products */ = { + 46EB2E00000020 /* Products */ = { isa = PBXGroup; children = ( + 8985EE10A70481BB75C24328A843219B /* boost-boost_privacy */, 6FFB7B2992BB53405E6B771A5BA1E97D /* DoubleConversion */, F4BDA69E3BCB0166D49FB679ABADCA00 /* fmt */, 3CA7A9404CCDD6BA22C97F8348CE3209 /* glog */, - A98351F0320C9AF31CA592437F51DFD5 /* Pods-ARMSXHost */, + FFDAD994FE728F76EC459CC05E0CCDFB /* glog-glog_privacy */, + C05EBB3B373CC1725293E8AF145C0801 /* Pods-ARMSX */, 1936453FF2A7E3A13063C4917C4D5598 /* RCT-Folly */, + BA6198501C8FE4824D863DC9EF32C614 /* RCT-Folly-RCT-Folly_privacy */, 33EEBF1D210254B5452CE560F81C9D38 /* RCTDeprecation */, F958876A082BF810B342435CE3FB5AF6 /* RCTTypeSafety */, - E7178FECB829C9576A3723658B07F087 /* React-Codegen */, BD71E2539823621820F84384064C253A /* React-Core */, - E50E54D57E4CB3E0920119CF69AD9A2D /* React-Core-RCTI18nStrings */, + BB214EC5C784D0D6F134C8412AE88BD7 /* React-Core-React-Core_privacy */, 6771D231F4C8C5976470A369C474B32E /* React-CoreModules */, 37592FDAD45752511010F4B06AC57355 /* React-cxxreact */, + E29ADDC93B6DED49A5C18F17348381B1 /* React-cxxreact-React-cxxreact_privacy */, 6ED2C07E6AE77BBD9A6856E523EF6A06 /* React-debug */, + EAC1043855D4BC57C81DD807D3BB1FF8 /* React-defaultsnativemodule */, + 0B78B62C0667993F995391A857DB2CE2 /* React-domnativemodule */, DE73D8A5ECB254D9D3F8C36C8D201F89 /* React-Fabric */, + 89E826D97CCB875AC8AC1FE400311A0F /* React-FabricComponents */, 61A80F68AE163B384B7D7A9E76B6046C /* React-FabricImage */, 971F6C319DDD4BD078954A5EF77B5BA7 /* React-featureflags */, + 7F71D8750C4958911C903FB23321273E /* React-featureflagsnativemodule */, 5AA54A19E2135E09B9C8C0767385FD3A /* React-graphics */, DAD8B71DF2DFCF15AAF98C06D37D5703 /* React-hermes */, + EACF6B749B976F4AB08693B5D480B1D6 /* React-idlecallbacksnativemodule */, CEA45A2349847B8CEAC9ABF565A04BD0 /* React-ImageManager */, C02EAF482D8B4DE45E3A58A25AE1FA91 /* React-jserrorhandler */, D9F334F2E90E3EE462FC4192AF5C03BD /* React-jsi */, @@ -10480,9 +10097,11 @@ 2577F299FCB0A19824FE989BE77B8E8F /* React-jsinspector */, A5B49761F8D1EB12585DD45CAA2E489F /* React-logger */, C941106D9D54AE237C5110F5638389AC /* React-Mapbuffer */, + 1F0939C33C744C7CAFAC370CE03481E4 /* React-microtasksnativemodule */, 60D5A56E763D6E7C4FBE797565062EEA /* React-nativeconfig */, 1E649614D7644BF68C2F5D4CB3FBF8DC /* React-NativeModulesApple */, 666E72807891C591E025A75410CD2A26 /* React-perflogger */, + 352F9F936BFB55B5F0044EEC7E7D0B6F /* React-performancetimeline */, FE7B9294FF05AAFD1653E2104E10844A /* React-RCTAnimation */, 39D0105B481E5FB78C661496BD63B8A5 /* React-RCTAppDelegate */, F71EBF73F354B475D465FF6DE9A66707 /* React-RCTBlob */, @@ -10493,12 +10112,14 @@ 269BE773C9482484B70949A40F4EA525 /* React-RCTSettings */, E6A16705C69FC7DE11C2469A4A0F8358 /* React-RCTText */, C1A919103EAC9813D236486C34FC0A21 /* React-RCTVibration */, + E72C4B3334349161AB46CE030E79C498 /* React-rendererconsistency */, 1E04881EDF02715BD6AC2C6ED3FBB37E /* React-rendererdebug */, 1381503C42FFF460E946860A32A6F981 /* React-RuntimeApple */, D22EED118A762A7D7BC88A4ADBB7026E /* React-RuntimeCore */, 4F3E9C98444FA55E416B857143C48013 /* React-RuntimeHermes */, A67E85E5F06FDA406D3A1B378BDF0C5C /* React-runtimescheduler */, B7610E9FDE749C16C0B1CDAAF3B2DDC2 /* React-utils */, + 0CEF74A24ECE8AEEF7B1E27B305D2DDC /* ReactCodegen */, D5C775614AC76D44CECB6BE08B022F1F /* ReactCommon */, 85A01882ED06DFEA2E0CE78BCDB204A7 /* SocketRocket */, 65D0A19C165FA1126B1360680FE6DB12 /* Yoga */, @@ -10506,3110 +10127,8042 @@ name = Products; sourceTree = ""; }; - BBC2DE1F1F102FCF50965D21F67067B8 /* core */ = { - isa = PBXGroup; - children = ( - 5C27AA58F5386F78359D754A658CD601 /* CallbackWrapper.h */, - 093CEDD8AECC08D41CF9D0863A792EC9 /* CxxTurboModuleUtils.cpp */, - E334E36DFABB38A65BD08F12A318816D /* CxxTurboModuleUtils.h */, - 1E618150D9CDF65AE58D4F0D56B13A05 /* LongLivedObject.h */, - 9660FD17F1B4D2CE1710A29410A8532B /* TurboCxxModule.cpp */, - DE53B92A20AA00DE097BB4CC90C84EB8 /* TurboCxxModule.h */, - E42FF6965EAF354671D1B284C03A133F /* TurboModule.cpp */, - 30AFE0328AD32052DE17B9A67AEE470D /* TurboModule.h */, - ADC1F7EE30C81C0C295DBCE75FF97144 /* TurboModuleBinding.cpp */, - BF9571EE9790208D500564BD0816AC45 /* TurboModuleBinding.h */, - F934A1D05C67EA18A8209B2C022BB2C3 /* TurboModulePerfLogger.cpp */, - C7165A67371DA0002EC4FD4FB4EE9332 /* TurboModulePerfLogger.h */, - 2EC109CC8628486673C85D1562F220BA /* TurboModuleUtils.cpp */, - 39FC47856215D97187ACF0A7B6D46B78 /* TurboModuleUtils.h */, - ); - name = core; - sourceTree = ""; - }; - BC18F76933504F6C59DD15A22D0FE6C0 /* React-NativeModulesApple */ = { - isa = PBXGroup; - children = ( - 375D4A0B5039AA9FEBEFB13A76AB26BB /* RCTInteropTurboModule.h */, - 4F3B801CB30A3A30F63B03542A16FCBB /* RCTInteropTurboModule.mm */, - AB01BD84F3F4680CEDA591BAC7FE61F7 /* RCTRuntimeExecutor.h */, - E5C0B76A51BD1F10C6FF0A8F073A7EA2 /* RCTRuntimeExecutor.mm */, - F2329D95E176E210FC047185FA21942D /* RCTTurboModule.h */, - 56F856CC17486F5B80DE3842E4AE5735 /* RCTTurboModule.mm */, - 6B983D67E44224E7578EC3394F536AEA /* RCTTurboModuleManager.h */, - 7E428E403B2FE1D86C9C01037BA0B0D4 /* RCTTurboModuleManager.mm */, - 7496EED723D88C131B5D1DF167EDEDD2 /* Pod */, - 58935B03B31743281A9498EFD8E06897 /* Support Files */, - ); - name = "React-NativeModulesApple"; - path = "../../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"; - sourceTree = ""; - }; - BD230BE423E40A2B0B6D6895AFA4CE24 /* event */ = { - isa = PBXGroup; - children = ( - 230222B21AC846BF5726A8A6B9D0BCCB /* event.cpp */, - C865771650C5A0BA10B1F3AB7B36399F /* event.h */, - ); - name = event; - path = yoga/event; - sourceTree = ""; - }; - 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 = "Pre-built"; - sourceTree = ""; - }; - BF27C7E05F991FDDCB190FB72F980FA4 /* RCTDeprecation */ = { - isa = PBXGroup; - children = ( - 97E8796B3B6546DB75BD5B36F63F4827 /* RCTDeprecation.m */, - D11657288BEA894D38D2700283FAB071 /* Exported */, - 887062CA31617A670CB5D98B42252067 /* Pod */, - C038B2DF0BE31CBE2831D8B63525DCDA /* Support Files */, - ); - name = RCTDeprecation; - path = "../../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation"; - sourceTree = ""; - }; - C038B2DF0BE31CBE2831D8B63525DCDA /* Support Files */ = { - isa = PBXGroup; - children = ( - 4DA49B954854AE1564F3212D035A176F /* RCTDeprecation.modulemap */, - BF71298151398B24660A43ACCDBA96E5 /* RCTDeprecation-dummy.m */, - CDC3B17D32A5EA0E050D7F945543353D /* RCTDeprecation-prefix.pch */, - 1B9B4808FB97067D6D6018E554BF1A48 /* RCTDeprecation-umbrella.h */, - E06ED48983C9C06B18D2CB7FDFD86896 /* RCTDeprecation.debug.xcconfig */, - BB2E815DAE4DF0CD915ABE318DC3C878 /* RCTDeprecation.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../../../ios/HostApp/Pods/Target Support Files/RCTDeprecation"; - sourceTree = ""; - }; - C23EAEB7D43B5C9C7C13777013B290DB /* React-RCTFabric */ = { - isa = PBXGroup; - children = ( - 437B4B478259F453DDD2C911703C303A /* RCTConversions.h */, - A918BEAB03A1B7509CA3FD953673E1D5 /* RCTImageResponseDelegate.h */, - 4B35780B8ACB078822F7EC159225C188 /* RCTImageResponseObserverProxy.h */, - 0315B104EF473EE8228B47539324FFE2 /* RCTImageResponseObserverProxy.mm */, - BA6A1F73E24EF0981B4ECC4C04FC600E /* RCTLocalizationProvider.h */, - 7BC53C7A5BEF3847B101FEF307CA2F92 /* RCTLocalizationProvider.mm */, - 6FFAD9769DE92D744B6181125D39B726 /* RCTPrimitives.h */, - CDF0AA59BE2242A27C23542BCFE3D3E7 /* RCTScheduler.h */, - E8E735F45F83305343E3E07E50B97DF4 /* RCTScheduler.mm */, - 85D78A4720D3FE266A9CF5B0E3C3D3C2 /* RCTSurfacePointerHandler.h */, - 6C6DA0CD9208417046E12463D78906E7 /* RCTSurfacePointerHandler.mm */, - 584D6A6B67AB97BCFA2845768E956138 /* RCTSurfacePresenter.h */, - DC1B1CEB93FF38C0F923560FA7A0485F /* RCTSurfacePresenter.mm */, - 3EBC44AD1501E0A738CE4479093FC519 /* RCTSurfacePresenterBridgeAdapter.h */, - 8BECAA8C902BB9CB16BA90F31A2B4AF6 /* RCTSurfacePresenterBridgeAdapter.mm */, - E15A61637A48253319402018B8977585 /* RCTSurfaceRegistry.h */, - B029F9E6DD71013B990BBBDDC8127418 /* RCTSurfaceRegistry.mm */, - 127F811A9AA8336185CCEECE4611336A /* RCTSurfaceTouchHandler.h */, - FB04283070B283631805AEFC6E7AC80C /* RCTSurfaceTouchHandler.mm */, - 98B663A4501CA259CEFF286DB21AF75A /* RCTThirdPartyFabricComponentsProvider.h */, - 225F0EFF01C8AEF17D4187E21CD1907C /* RCTThirdPartyFabricComponentsProvider.mm */, - 7FD75A2814B33B617B927D38ADBF8A31 /* RCTTouchableComponentViewProtocol.h */, - B467FBDC2C2AC58F41E18E40E2C94779 /* Mounting */, - EE240CB2B1D39C740F5A4CF399C919FF /* Pod */, - 943F926AD0BFBAD24520B5B8A533F39B /* Support Files */, - DA2424A09B669768140B1A555ABD0C0E /* Surface */, - F9C425F1647BB0749EE19FE203393F4A /* Utils */, - ); - name = "React-RCTFabric"; - path = "../../../node_modules/react-native/React"; - sourceTree = ""; - }; - C2787D1A8887268D160767671F12C17C /* RCTTextHeaders */ = { - isa = PBXGroup; - children = ( - 17106C7F3CFA0403EDCC4CF5B7234475 /* RCTConvert+Text.h */, - 262CD320EE1C2FE15CEA93A51F2AF4AE /* RCTTextAttributes.h */, - B527AB779074503EF1DC2F3D2E067E21 /* RCTTextTransform.h */, - 6FA0C7649828F02FFCE6BCA5E4D90145 /* BaseText */, - 0FF651A14B7FBC63B9F14EDD4CF8E3A1 /* RawText */, - C2E48F3B1EC21D6E8070FFC786F36BC2 /* Text */, - F872938448C6CE67C7D0CA57FFE13BD6 /* TextInput */, - 92278131342350DEAAA9619BA5454A65 /* VirtualText */, - ); - name = RCTTextHeaders; - sourceTree = ""; - }; - C2E48F3B1EC21D6E8070FFC786F36BC2 /* Text */ = { - isa = PBXGroup; - children = ( - E39BA75CD11F106C6A84D8F3BFFE3C61 /* NSTextStorage+FontScaling.h */, - 70ABC8DA207A3A8A45463E985A6A9015 /* RCTDynamicTypeRamp.h */, - 01CE002EF81693091F5CF3B1596BA0A1 /* RCTTextShadowView.h */, - B0DAEFF4C4B41030F08CCE46754D4EF4 /* RCTTextView.h */, - 9A2D6448732AEF55248C8A5444D05053 /* RCTTextViewManager.h */, - ); - name = Text; - path = Libraries/Text/Text; - sourceTree = ""; - }; - C443B4309FCD1E9B20BEFB3FCFF5E683 /* Pod */ = { - isa = PBXGroup; - children = ( - CE39D13A8AE6DCAC48A80AD861F29E53 /* React-RCTAppDelegate.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - C443E161C4701032E2D9ED8A308E38BE /* SafeAreaView */ = { - isa = PBXGroup; - children = ( - 2536435D3181118894446E248A3EBDA4 /* RCTSafeAreaViewComponentView.h */, - 8BD523469474145748E8943C25386EB4 /* RCTSafeAreaViewComponentView.mm */, - ); - name = SafeAreaView; - path = SafeAreaView; - sourceTree = ""; - }; - C4B5B48A0AD09A9AB46A7AB8EC39A1BE /* Modal */ = { - isa = PBXGroup; - children = ( - 4E4396862788E3B85FE8735B4ECC8CE7 /* RCTFabricModalHostViewController.h */, - FB45C864D54479F291241754D56F9866 /* RCTFabricModalHostViewController.mm */, - 069B53EC0754E6310C9AE2A4125B90CE /* RCTModalHostViewComponentView.h */, - 13F2532D1E42DC90D9AAB5473B928E87 /* RCTModalHostViewComponentView.mm */, - ); - name = Modal; - path = Modal; - sourceTree = ""; - }; - C5E7F2C07AA4F929A3DC8D2698030668 /* DebuggingOverlay */ = { - isa = PBXGroup; - children = ( - 75C5E150D5A514306290A9E7C24C2A0D /* RCTDebuggingOverlayComponentView.h */, - 4834494C25F872FE871359088A5F2BD6 /* RCTDebuggingOverlayComponentView.mm */, - ); - name = DebuggingOverlay; - path = DebuggingOverlay; - sourceTree = ""; - }; - C60F697660741B8ADF50B578F87DFC9D /* react */ = { - isa = PBXGroup; - children = ( - 78E1C12C0C097719481E73BCB3D77AAB /* renderer */, - ); - name = react; - path = react; - sourceTree = ""; - }; - C6998CB054ECB28120A531FF3301E15B /* Support Files */ = { - isa = PBXGroup; - children = ( - 4B1627581DE01E596B378410F3BD64C4 /* React-featureflags.modulemap */, - A03B32E4E0DE628E68B2898250C84108 /* React-featureflags-dummy.m */, - 1F822E01DD56F0B2284DE9D6B2560DB0 /* React-featureflags-prefix.pch */, - 8B333373D4AB0D4175FB88DCE6FA67D4 /* React-featureflags-umbrella.h */, - 96FDA6BB5E1BD7EDEDAABAAB292FD798 /* React-featureflags.debug.xcconfig */, - CD064946837AA10E169FAD3D8571C547 /* React-featureflags.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../../ios/HostApp/Pods/Target Support Files/React-featureflags"; - sourceTree = ""; - }; - C770325626FBC1F743FBD2F22EC31C72 /* fmt */ = { - isa = PBXGroup; - children = ( - 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 = fmt; - path = fmt; - sourceTree = ""; - }; - C8D7D43F39F28DF037F9B82165EA5ABE /* animations */ = { - isa = PBXGroup; - children = ( - A0197A4DC36B2D5912A64EE87E22F5C7 /* conversions.h */, - 2CC88B2DCB58A47AD8EA0C44326E8ED0 /* LayoutAnimationCallbackWrapper.h */, - 24F5F61801535CAB8FC611969183BD1C /* LayoutAnimationDriver.cpp */, - E987D45E399BD4A213B8E67606472961 /* LayoutAnimationDriver.h */, - BD30E83CE490141E6B5BA6390C50B488 /* LayoutAnimationKeyFrameManager.cpp */, - 14CD64C6C83A896B346C5AA0168A1C91 /* LayoutAnimationKeyFrameManager.h */, - 1D01F5458EDB35B9B308DE71D9EA5BD9 /* primitives.h */, - 187B2ACADC4BC9192F177364BF7415CB /* utils.cpp */, - 61FFBD5CF510B101B310233B592FC6AB /* utils.h */, - ); - name = animations; - sourceTree = ""; - }; - CAA6D1943ABBCB131EA8837EDA324594 /* React-Codegen */ = { - isa = PBXGroup; - children = ( - C57F60EF58FD5C47B5C038C9F51107CB /* FBReactNativeSpecJSI.h */, - 3F0E93CA4A50A97CD132EC5F5147A777 /* FBReactNativeSpecJSI-generated.cpp */, - F1A47EF59F4B5A476609947C388E7B97 /* RCTModulesConformingToProtocolsProvider.h */, - 03CF21C311822D5D771F71C49E37A671 /* RCTModulesConformingToProtocolsProvider.mm */, - FD57B04B1091A084388733189D4F3F5E /* FBReactNativeSpec */, - 592269E18EE462FD49A041E3CBA76EF9 /* Pod */, - 67BA641A3EF6D5AD999F7A8C9218B1F7 /* Support Files */, - ); - name = "React-Codegen"; - path = ../build/generated/ios; - sourceTree = ""; - }; - CD79EF0F294B4380B10CA95023E0EDF5 /* Pod */ = { - isa = PBXGroup; - children = ( - 39BC85C02759E3A98D2EDE2FDE7899AB /* React-FabricImage.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - CD956C0204BE70C11E20FAFB1F8832A4 /* TextInput */ = { - isa = PBXGroup; - children = ( - 6823FAE71A2A2635FE70EE73E3BF2114 /* RCTTextInputComponentView.h */, - 6BFB8CF7738FE2070DE8D22F2C0B6E1B /* RCTTextInputComponentView.mm */, - D679887EDC6DAB60A351F36D9F11B36F /* RCTTextInputNativeCommands.h */, - 3D8EAF9A5026B2A44B1C5C030691777D /* RCTTextInputUtils.h */, - DE69AC0EB785C4C4282875AA9DD1493D /* RCTTextInputUtils.mm */, - ); - name = TextInput; - path = TextInput; - sourceTree = ""; - }; - CDAFC5F5091437D36A28FEC2BE800978 /* React-jsi */ = { - isa = PBXGroup; - children = ( - 90EFA0B2E7A7C618CB34265AC1B81532 /* decorator.h */, - D08D23948F1F4CA7C3E8F5F78C41D578 /* instrumentation.h */, - 02F47DED492300D8B42147756E4EC711 /* jsi.h */, - 672AE72D9BC28E70309987BA20815CFE /* jsi-inl.h */, - 0B8F9505AA322ECA6FF4620393D59046 /* JSIDynamic.cpp */, - E26B9412FAD16EC1A582622DEF52D932 /* JSIDynamic.h */, - 1AFF73774F1390EA13C6FFF710DCCB5E /* jsilib.h */, - 6A6EBF0BB09004A087091221E2247AF3 /* threadsafe.h */, - 6E7D2B3D95F99FB134F493544449A810 /* Pod */, - 32A8D3221A0720E78DABEF08173276FE /* Support Files */, - ); - name = "React-jsi"; - path = "../../../node_modules/react-native/ReactCommon/jsi"; - sourceTree = ""; - }; - CF1408CF629C7361332E53B88F7BD30C = { - isa = PBXGroup; - children = ( - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 346F7943A86D442B4F050B707CFA1704 /* Development Pods */, - D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, - 783EF0CE31D3DCFC7A57A0C0ECD52B61 /* Pods */, - BA930D8CB52685DBDD1C7012BA94717C /* Products */, - A1A817506539101E8181B99AD5C08F8B /* Targets Support Files */, - ); - sourceTree = ""; - }; - D11657288BEA894D38D2700283FAB071 /* Exported */ = { - isa = PBXGroup; - children = ( - 7144604DADD0AF104F8A8936C08D3299 /* RCTDeprecation.h */, - ); - name = Exported; - path = Exported; - sourceTree = ""; - }; - D12D82697A8CE4747CC012D92562A376 /* Support Files */ = { - isa = PBXGroup; - children = ( - 267039C69B6ECCDE54B5EF1AD931D1C0 /* fmt-dummy.m */, - 46EDCFA392F4FA15E1D6087289E0B88B /* fmt-prefix.pch */, - A275DD42FB75440C81B2F60BD6B23196 /* fmt.debug.xcconfig */, - 77CE993F9446B711B336A9AF061A5504 /* fmt.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/fmt"; - sourceTree = ""; - }; - D17E7A279ACEE37CF19EBCE3A563B27A /* ScrollView */ = { - isa = PBXGroup; - children = ( - 1F87FC642732EB7794DFE03CC36BF18F /* RCTCustomPullToRefreshViewProtocol.h */, - 0D8A485179D2025C9AB9CB15AE30C302 /* RCTEnhancedScrollView.h */, - 3D456656403658375790C8C743D75C0B /* RCTEnhancedScrollView.mm */, - 940E39922E6A20F1986D0F9A5DCD18E1 /* RCTPullToRefreshViewComponentView.h */, - 00EC836A732DBDEC1982AD7980303BCA /* RCTPullToRefreshViewComponentView.mm */, - 3D5D317EE11A2ED1943820CA6038C762 /* RCTScrollViewComponentView.h */, - BE03B009848EA83B7DC5F360AD538460 /* RCTScrollViewComponentView.mm */, - ); - name = ScrollView; - path = ScrollView; - sourceTree = ""; - }; - D1BDC0122157455C0DB789918C0EE566 /* ReactCommon */ = { - isa = PBXGroup; - children = ( - 640B3941244288EC865971EB74049057 /* Pod */, - 6EF969AC980F026C8C7D31B6199384A7 /* Support Files */, - 0BEB5A734002B603068A1553B9284765 /* turbomodule */, - ); - name = ReactCommon; - path = "../../../node_modules/react-native/ReactCommon"; - sourceTree = ""; - }; - D1C2EA206FF6F61851382AA804872F67 /* renderer */ = { - isa = PBXGroup; - children = ( - EDAD3AB77D279B8109946D0331F3FEF1 /* components */, - ); - name = renderer; - path = renderer; - sourceTree = ""; - }; - D1E136A5F5AABDDCE9B013B4EF918D6B /* RCTTypeSafety */ = { - isa = PBXGroup; - children = ( - 266FC823C1943602DB2AB9C9B2EA2987 /* RCTConvertHelpers.h */, - 9701851AB467621B0F5FC7F0E02E4330 /* RCTConvertHelpers.mm */, - F514B0A35F0F3BEA269050AB3DB3392E /* RCTTypedModuleConstants.h */, - 596BE344971A74F0526B5FA6AE3FCE48 /* RCTTypedModuleConstants.mm */, - 87A38F8040030EC35ED5B13B01EA8AF6 /* Pod */, - AB847452C42D29C26D70B8137E846D7E /* Support Files */, - ); - name = RCTTypeSafety; - path = "../../../node_modules/react-native/Libraries/TypeSafety"; - sourceTree = ""; - }; - D23F9E64ED103D43CA8AE96F6A5CB1A0 /* TextInput */ = { - isa = PBXGroup; - children = ( - 4B6FAB48CB2BC085133F08F7DA989B92 /* RCTBackedTextInputDelegateAdapter.mm */, - 8CA37BAD16C2F21BA58A5657E51A1EF8 /* RCTBaseTextInputShadowView.mm */, - 64E2B851455B3EDFCA51A42A86575F0D /* RCTBaseTextInputView.mm */, - 418F17E1019A15820684D10D6442A16B /* RCTBaseTextInputViewManager.mm */, - 30B6110DBDF8FD29E000CDFE99BFDD45 /* RCTInputAccessoryShadowView.mm */, - 6831515DAF9CB1DB32785BE0FCB93E6A /* RCTInputAccessoryView.mm */, - 9893EA1FB63F742E71AC9FF86B13CAA0 /* RCTInputAccessoryViewContent.mm */, - AD3F4A324C01435E44A01B398167D607 /* RCTInputAccessoryViewManager.mm */, - 3C01110CF96AE3F02CD298140CE6A69E /* RCTTextSelection.mm */, - D387577463E8E5FA749B69CD56DC2608 /* Multiline */, - AD84CFBE7481430511B8A0DC458A4377 /* Singleline */, - ); - name = TextInput; - path = TextInput; - sourceTree = ""; - }; - D2B0331DA3C486AFCFD19E674BCF987B /* textlayoutmanager */ = { - isa = PBXGroup; - children = ( - 1297F78824B334940D1133F1961D8E14 /* RCTAttributedTextUtils.h */, - F86F0EF0E7E1015475AFFDC64C8A020E /* RCTAttributedTextUtils.mm */, - 72C4C8188DCE019DF0CC800A71794161 /* RCTFontProperties.h */, - C60C4BC6DAAF3661DA51ABCA7C93C06F /* RCTFontUtils.h */, - C12C3D6B1123247D5DAAA20F8602D4E6 /* RCTFontUtils.mm */, - 564ABFEEFB24F5FC4398EB984C6E19D8 /* RCTTextLayoutManager.h */, - AC78FE2264081DAE21E1EA4CCD20FFD9 /* RCTTextLayoutManager.mm */, - A7A10B4DCE4A128687BB5B604031AEF4 /* RCTTextPrimitivesConversions.h */, - 76E0D6A8D590F4F6413E9D16B5EF9A14 /* TextLayoutManager.h */, - 12B95E52BB3539098A6D66824F53DF58 /* TextLayoutManager.mm */, - ); - name = textlayoutmanager; - path = textlayoutmanager; - sourceTree = ""; - }; - D2FF611DD85C8373A68A3769323FAB50 /* scrollview */ = { - isa = PBXGroup; - children = ( - E61BDDFE63594D88904E6B5F760B1E77 /* conversions.h */, - 0A063A25D71A91C2369860BE8F81D52A /* primitives.h */, - 511A3FF9F16D36E0856C481962CB5B54 /* RCTComponentViewHelpers.h */, - 979C366C06F66839D29EECED6CE53107 /* ScrollViewComponentDescriptor.h */, - EA3EB72CC51772EDE92E48C7821D72E3 /* ScrollViewEventEmitter.cpp */, - 8B876A9D3A4A844820B54900FF013BD5 /* ScrollViewEventEmitter.h */, - 69916F1A9FA76DA4856BB5146B886C0F /* ScrollViewProps.cpp */, - 5C8C905C1FF8A1463289F2B07F11E268 /* ScrollViewProps.h */, - 5606CB70C9402EA9462FE7934C3E845A /* ScrollViewShadowNode.cpp */, - 91E06CCE89D738151E95EA2CB87840BB /* ScrollViewShadowNode.h */, - 060AA9C70ACA4B3A5517C433E5546F11 /* ScrollViewState.cpp */, - 49DB422A77C0F8372ED080B83287E9DF /* ScrollViewState.h */, - ); - name = scrollview; - sourceTree = ""; - }; - D387577463E8E5FA749B69CD56DC2608 /* Multiline */ = { - isa = PBXGroup; - children = ( - 85792048E6607D309F96F970178CE7F9 /* RCTMultilineTextInputView.mm */, - D2BE3AE83E642F8C25CA572FE90C680F /* RCTMultilineTextInputViewManager.mm */, - 4408CDFF4AF679EA4744FE79367918F3 /* RCTUITextView.mm */, - ); - name = Multiline; - path = Multiline; - sourceTree = ""; - }; - D3F62C1929C939DD8A4FF50F825AC751 /* config */ = { - isa = PBXGroup; - children = ( - E95A95CFB7EBB1864E794F705FC653DE /* Config.cpp */, - 1F6E3F510FB119F30E756653157D102D /* Config.h */, - ); - name = config; - path = yoga/config; - sourceTree = ""; - }; - D42A26623D140A40D363022D1B7CF6D4 /* Support Files */ = { - isa = PBXGroup; - children = ( - F8649CDF2934B01191783EBF86C2A82A /* React-runtimescheduler-dummy.m */, - AFA05C6038FF74BCA94133C1B8263434 /* React-runtimescheduler-prefix.pch */, - 23D8D779930C3DBB0C61156AC55B3650 /* React-runtimescheduler.debug.xcconfig */, - C9F020D397516A20ED109653A6540A27 /* React-runtimescheduler.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../../../ios/HostApp/Pods/Target Support Files/React-runtimescheduler"; - sourceTree = ""; - }; - D4C3E002BFAF83211811465C625B1ACA /* React-logger */ = { - isa = PBXGroup; - children = ( - E4748A0B796E175EB1355BC541469C25 /* react_native_log.cpp */, - 103EB400132328256D1620632FC3C974 /* react_native_log.h */, - B3E830E8577AD7433D698C4C96996F35 /* Pod */, - D97B6A3AAA25A147AF287CA80566C023 /* Support Files */, - ); - name = "React-logger"; - path = "../../../node_modules/react-native/ReactCommon/logger"; - sourceTree = ""; - }; - D4F48F3E2F40537A262B319FA6C3A156 /* Pod */ = { - isa = PBXGroup; - children = ( - 69352C05A027A6A634F16CB5EA5819B7 /* React-ImageManager.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - D57C752FABF86DD5F21E486CE7001630 /* React-RCTText */ = { - isa = PBXGroup; - children = ( - 2944DD23D75A6BE1BA8A3E5892501F9B /* RCTConvert+Text.mm */, - A7F8E36C9D81FB57DDA7EB8EC20A60D3 /* RCTTextAttributes.mm */, - 4A02ED0F8DD9AA42A19E36D3673863D6 /* BaseText */, - 0A6D36F4C9E8A77FBC79B2DC3ECDF6F7 /* Pod */, - AA4E6FDFF43D817006434CBBB0F5D30B /* RawText */, - 893F3025FE67B7C4E9A7C76C7E5184A1 /* Support Files */, - 59EF03E8CE339BCD30963F032AD673FF /* Text */, - D23F9E64ED103D43CA8AE96F6A5CB1A0 /* TextInput */, - 1F094EA2CD6388D3CC9A7AE4F52995AC /* VirtualText */, - ); - name = "React-RCTText"; - path = "../../../node_modules/react-native/Libraries/Text"; - 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 = ""; - }; - D7F184A9DEEFB2AB2A561E78336A49B5 /* Frameworks */ = { - isa = PBXGroup; - children = ( - FD2AA627BA11571293760EA92516290E /* hermes.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { + 46EB2E00000060 /* Frameworks */ = { isa = PBXGroup; children = ( ); name = Frameworks; sourceTree = ""; }; - D97B6A3AAA25A147AF287CA80566C023 /* Support Files */ = { + 46EB2E00000070 /* Targets Support Files */ = { isa = PBXGroup; children = ( - 2DEE37C870DE06768CB7E28D477A44D5 /* React-logger-dummy.m */, - F230C6C44C1461EDDA053986F1733989 /* React-logger-prefix.pch */, - 10A67899B8240D6A2F32312A1083FFA3 /* React-logger.debug.xcconfig */, - F37E4B7FC2AB125E1609E9F1AE6A23B1 /* React-logger.release.xcconfig */, + 46EB2E00018DE0 /* Pods-ARMSX */, ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-logger"; + name = "Targets Support Files"; sourceTree = ""; }; - D9BA89F5C48D27DBB12ABB1E7E12A721 /* Pod */ = { + 46EB2E00000080 /* Pods */ = { isa = PBXGroup; children = ( - 02910B8A2E8D51DDF37062E9F8FCFDDE /* React-RCTImage.podspec */, + 46EB2E00000470 /* boost */, + 46EB2E000000B0 /* DoubleConversion */, + 46EB2E00000480 /* fmt */, + 46EB2E00000490 /* glog */, + 46EB2E000004A0 /* hermes-engine */, + 46EB2E000000D0 /* RCT-Folly */, + 46EB2E00000450 /* SocketRocket */, ); - name = Pod; + name = Pods; sourceTree = ""; }; - D9D633D2B6C9E0F5BAABB36A082EB36F /* React-jserrorhandler */ = { + 46EB2E00000090 /* Development Pods */ = { isa = PBXGroup; children = ( - 6B82A4D58CE4A33ADD9F23D696E57506 /* JsErrorHandler.cpp */, - E6EE84742481EC07422074869E3CFF52 /* JsErrorHandler.h */, - E354179C0EC57645ECF7E96C88C3AF15 /* Pod */, - A87A4D8CCA1D7AE2B8A78E03F50E2E01 /* Support Files */, + 46EB2E000000C0 /* FBLazyVector */, + 46EB2E000000E0 /* RCTDeprecation */, + 46EB2E000000F0 /* RCTRequired */, + 46EB2E00000100 /* RCTTypeSafety */, + 46EB2E00000110 /* React */, + 46EB2E00000280 /* React-callinvoker */, + 46EB2E00000120 /* React-Core */, + 46EB2E00000130 /* React-CoreModules */, + 46EB2E00000290 /* React-cxxreact */, + 46EB2E000002A0 /* React-debug */, + 46EB2E000002B0 /* React-defaultsnativemodule */, + 46EB2E000002C0 /* React-domnativemodule */, + 46EB2E00000140 /* React-Fabric */, + 46EB2E00000150 /* React-FabricComponents */, + 46EB2E00000160 /* React-FabricImage */, + 46EB2E000002D0 /* React-featureflags */, + 46EB2E000002E0 /* React-featureflagsnativemodule */, + 46EB2E000002F0 /* React-graphics */, + 46EB2E00000300 /* React-hermes */, + 46EB2E00000310 /* React-idlecallbacksnativemodule */, + 46EB2E00000170 /* React-ImageManager */, + 46EB2E00000320 /* React-jserrorhandler */, + 46EB2E00000330 /* React-jsi */, + 46EB2E00000340 /* React-jsiexecutor */, + 46EB2E00000350 /* React-jsinspector */, + 46EB2E00000360 /* React-jsitracing */, + 46EB2E00000370 /* React-logger */, + 46EB2E00000180 /* React-Mapbuffer */, + 46EB2E00000380 /* React-microtasksnativemodule */, + 46EB2E00000390 /* React-nativeconfig */, + 46EB2E00000190 /* React-NativeModulesApple */, + 46EB2E000003A0 /* React-perflogger */, + 46EB2E000003B0 /* React-performancetimeline */, + 46EB2E000001A0 /* React-RCTActionSheet */, + 46EB2E000001B0 /* React-RCTAnimation */, + 46EB2E000001C0 /* React-RCTAppDelegate */, + 46EB2E000001D0 /* React-RCTBlob */, + 46EB2E000001E0 /* React-RCTFabric */, + 46EB2E000001F0 /* React-RCTImage */, + 46EB2E00000200 /* React-RCTLinking */, + 46EB2E00000210 /* React-RCTNetwork */, + 46EB2E00000220 /* React-RCTSettings */, + 46EB2E00000230 /* React-RCTText */, + 46EB2E00000240 /* React-RCTVibration */, + 46EB2E000003C0 /* React-rendererconsistency */, + 46EB2E000003D0 /* React-rendererdebug */, + 46EB2E000003E0 /* React-rncore */, + 46EB2E00000250 /* React-RuntimeApple */, + 46EB2E00000260 /* React-RuntimeCore */, + 46EB2E000003F0 /* React-runtimeexecutor */, + 46EB2E00000270 /* React-RuntimeHermes */, + 46EB2E00000400 /* React-runtimescheduler */, + 46EB2E00000410 /* React-timing */, + 46EB2E00000420 /* React-utils */, + 46EB2E00000430 /* ReactCodegen */, + 46EB2E00000440 /* ReactCommon */, + 46EB2E00000460 /* Yoga */, ); - name = "React-jserrorhandler"; - path = "../../../node_modules/react-native/ReactCommon/jserrorhandler"; + name = "Development Pods"; sourceTree = ""; }; - DA2424A09B669768140B1A555ABD0C0E /* Surface */ = { + 46EB2E000000B0 /* DoubleConversion */ = { isa = PBXGroup; children = ( - 0F88FF5D5C020BEE9B3350CBD702E8C2 /* RCTFabricSurface.h */, - 357F1D78E8E31761D72EE4B2B0933880 /* RCTFabricSurface.mm */, + 46EB2E000004E0 /* bignum.cc */, + 46EB2E000004F0 /* bignum.h */, + 46EB2E000004C0 /* bignum-dtoa.cc */, + 46EB2E000004D0 /* bignum-dtoa.h */, + 46EB2E00000500 /* cached-powers.cc */, + 46EB2E00000510 /* cached-powers.h */, + 46EB2E00000520 /* diy-fp.cc */, + 46EB2E00000530 /* diy-fp.h */, + 46EB2E00000540 /* double-conversion.cc */, + 46EB2E00000550 /* double-conversion.h */, + 46EB2E00000560 /* fast-dtoa.cc */, + 46EB2E00000570 /* fast-dtoa.h */, + 46EB2E00000580 /* fixed-dtoa.cc */, + 46EB2E00000590 /* fixed-dtoa.h */, + 46EB2E000005A0 /* ieee.h */, + 46EB2E000005B0 /* strtod.cc */, + 46EB2E000005C0 /* strtod.h */, + 46EB2E000005D0 /* utils.h */, + 46EB2E0000DE40 /* Support Files */, ); - name = Surface; - path = Fabric/Surface; + name = DoubleConversion; + path = DoubleConversion; sourceTree = ""; }; - DA323394FDAF1D4CB3FF68287E7D9169 /* Switch */ = { + 46EB2E000000C0 /* FBLazyVector */ = { isa = PBXGroup; children = ( - A3BEDA63847792F073E059313578D0B3 /* RCTSwitchComponentView.h */, - 8BD3222659878BC9796189417AFC5643 /* RCTSwitchComponentView.mm */, + 46EB2E000005E0 /* FBLazyIterator.h */, + 46EB2E000005F0 /* FBLazyVector.h */, + 46EB2E0000D570 /* Pod */, + 46EB2E0000DF10 /* Support Files */, ); - name = Switch; - path = Switch; + name = FBLazyVector; + path = "../../../node_modules/react-native/Libraries/FBLazyVector"; sourceTree = ""; }; - DA9095F77427A665971A432DEE617C78 /* Support Files */ = { + 46EB2E000000D0 /* RCT-Folly */ = { isa = PBXGroup; children = ( - 92290D3A93A395D069A7BAD9925FF990 /* React-RuntimeCore-dummy.m */, - 5BA5303FC10D866C7FF7F5E0154C2F0D /* React-RuntimeCore-prefix.pch */, - 2F041910610C4FC4A2F2DC45A0C41A0B /* React-RuntimeCore.debug.xcconfig */, - E3A19F2873610F2E7BECB3B9C260C832 /* React-RuntimeCore.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../../ios/HostApp/Pods/Target Support Files/React-RuntimeCore"; - sourceTree = ""; - }; - DAE110542BE47D239D57B46FC7D5317F /* Text */ = { - isa = PBXGroup; - children = ( - 133F3C0A389231EA5FAC66F7A68F4FAC /* RCTAccessibilityElement.h */, - 124CD87CC3A65A2D252CCD768C642675 /* RCTAccessibilityElement.mm */, - 3A870D7874076BBB6E4AF7FFDE57176A /* RCTParagraphComponentAccessibilityProvider.h */, - A1EC9A4A6250BE316F17C86AA9D296F5 /* RCTParagraphComponentAccessibilityProvider.mm */, - 78AD7158E5A400113CDE110A5030FAC5 /* RCTParagraphComponentView.h */, - 1CDBC523B3D2F11131EBBE75AA1E7E46 /* RCTParagraphComponentView.mm */, - ); - name = Text; - path = Text; - sourceTree = ""; - }; - DD4DBE6AAC9B23083711BC01C491C92E /* React-RCTNetwork */ = { - isa = PBXGroup; - children = ( - FA6D4774F4EA63A0AC60CE5A217FF59A /* RCTDataRequestHandler.mm */, - 54312AD05CDF81E4E0A70B2F257BE981 /* RCTFileRequestHandler.mm */, - A9043A1A89BC54C1210D53E7AF2ABC5A /* RCTHTTPRequestHandler.mm */, - 9EF22F9FEF599CD68768FB539BDFF2EA /* RCTNetworking.mm */, - BEFDBF0E44A75F62D06B4C839F893A33 /* RCTNetworkPlugins.mm */, - F04FA0626AA0322E8B7950F33299642A /* RCTNetworkTask.mm */, - 70F9F018AD868F9398B4A3322207F384 /* Pod */, - 03FE97D8899DE2C863016010EA6A9F4D /* Support Files */, - ); - name = "React-RCTNetwork"; - path = "../../../node_modules/react-native/Libraries/Network"; - sourceTree = ""; - }; - DD67FB636E5359B937D720AC0BFD09DE /* React-featureflags */ = { - isa = PBXGroup; - children = ( - 01D8914001CB96AC290E91D070066E36 /* ReactNativeFeatureFlags.cpp */, - 0F28F346985D2320C1568CB555130E0C /* ReactNativeFeatureFlags.h */, - 5898FB502BD09DAFB1E69917310A726A /* ReactNativeFeatureFlagsAccessor.cpp */, - D9E9F4609479FC52F4A2926206AD6AB7 /* ReactNativeFeatureFlagsAccessor.h */, - BA3EA27CF2F0A3DC0BDED991C6074DE9 /* ReactNativeFeatureFlagsDefaults.h */, - FA6F29DE65516E072CAA18E10D5B6C66 /* ReactNativeFeatureFlagsProvider.h */, - B7BCA25DBB28AB7CC05796D92304AB81 /* Pod */, - C6998CB054ECB28120A531FF3301E15B /* Support Files */, - ); - name = "React-featureflags"; - path = "../../../node_modules/react-native/ReactCommon/react/featureflags"; - sourceTree = ""; - }; - DE96A0392BECA84254198E68AA9BC3B7 /* RCTBlobHeaders */ = { - isa = PBXGroup; - children = ( - 64BA0BDE323CF07D8A9D3578F44D70A4 /* RCTBlobManager.h */, - 5CBC443BC5DE5E365DD13DE19BB6041A /* RCTFileReaderModule.h */, - ); - name = RCTBlobHeaders; - sourceTree = ""; - }; - DEFEF94503FB6FC3C5918A413D0A52B0 /* React-callinvoker */ = { - isa = PBXGroup; - children = ( - 2BD511A1ABF7562E04BABFA37B46EACA /* CallInvoker.h */, - 65444A2985E846087B622C9B6887D311 /* SchedulerPriority.h */, - 6AFC4F002048C63303896D286DEC08D2 /* Pod */, - 68D4E63EF0588415F2B72BDA8A441524 /* Support Files */, - ); - name = "React-callinvoker"; - path = "../../../node_modules/react-native/ReactCommon/callinvoker"; - sourceTree = ""; - }; - DFE45EEF6AB9C946E6E85515A09C2BD5 /* React-runtimeexecutor */ = { - isa = PBXGroup; - children = ( - D9B7F1B9DF0BB930C1D39067AC3CE640 /* RuntimeExecutor.h */, - F38CA9470A2987B77114797342185F22 /* Pod */, - 586944DD3F4AA109F42DED55324BE5EC /* Support Files */, - ); - name = "React-runtimeexecutor"; - path = "../../../node_modules/react-native/ReactCommon/runtimeexecutor"; - sourceTree = ""; - }; - E016330149D0B42C6182592A2BDC93F4 /* textlayoutmanager */ = { - isa = PBXGroup; - children = ( - 7FC160F54A9D50F8F44284D5349F1FC0 /* TextLayoutContext.h */, - 78CE762868D5B2E46E27A22F1D7D340C /* TextMeasureCache.cpp */, - 11439525484C11152674D3D912DA0040 /* TextMeasureCache.h */, - 76E0E6E6D8007B3C1D0FC6D8A62D3C47 /* platform */, - ); - name = textlayoutmanager; - sourceTree = ""; - }; - E354179C0EC57645ECF7E96C88C3AF15 /* Pod */ = { - isa = PBXGroup; - children = ( - F267B750CEB5ECCDB0128011CCCBACAB /* React-jserrorhandler.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - E361306B24EFDCEFD62338C80E1016D7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 861317CC673A47B1E4F09442BCD2A738 /* React-RCTActionSheet.debug.xcconfig */, - 88967B13C6717CB683996A45DEC57875 /* React-RCTActionSheet.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTActionSheet"; - sourceTree = ""; - }; - E42287BABDCBFDA59134B18A8D25F9E3 /* DevSupport */ = { - isa = PBXGroup; - children = ( - 04328BD81BFDE596AB9DA84C6F23D87D /* DevSupport */, - 9EA3D61152DBF1EBDEC8D4704D45C01C /* Inspector */, - ); - name = DevSupport; - sourceTree = ""; - }; - E467DA3E5758A9C95BDABBD1EB32CE76 /* React-rendererdebug */ = { - isa = PBXGroup; - children = ( - D6717B6EF6D55AC41B5120E67336ABA1 /* DebugStringConvertible.cpp */, - 75D3929A4BC32FBF1BC7B4894572370D /* DebugStringConvertible.h */, - 7A4BF80CA1D1C2008701059A32351654 /* DebugStringConvertibleItem.cpp */, - 4BCF3440B1BE8CB662040289A4E1E34B /* DebugStringConvertibleItem.h */, - CD01646014E4581B9D5E49E93C8B660F /* debugStringConvertibleUtils.h */, - 0E1BA2077D20A02D190BAA7AC524F882 /* flags.h */, - 26DB014679B1B120CA2443EEDA966D86 /* SystraceSection.h */, - B4664D6B975EC47FC756B3B67628C88C /* Pod */, - 62A838BB3E4D136624DCF05DBBE23630 /* Support Files */, - ); - name = "React-rendererdebug"; - path = "../../../node_modules/react-native/ReactCommon/react/renderer/debug"; - sourceTree = ""; - }; - E4AAD9A87A83541A891A6B9CBB993578 /* Support Files */ = { - isa = PBXGroup; - children = ( - 35056BD5E1A3F99326A9A834D7F2AFB8 /* React-utils.modulemap */, - D2C9ED696976E2CB67C8A67EA51E5CFC /* React-utils-dummy.m */, - 0BECD930556F2C0FF1619B8A8A81F6FB /* React-utils-prefix.pch */, - 34195B6C9583B5AA7D708F78672A4337 /* React-utils-umbrella.h */, - 803CD3E01ED15C86CE647D538E0A699D /* React-utils.debug.xcconfig */, - E0715D9028EFF11DC91C7293721E7631 /* React-utils.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../../ios/HostApp/Pods/Target Support Files/React-utils"; - sourceTree = ""; - }; - E5142E58366A5B3239D6DF2F8F4F1C14 /* Support Files */ = { - isa = PBXGroup; - children = ( - 0A90A1491B9003DBFD74FF7E9865E033 /* React-cxxreact-dummy.m */, - 02CD4D4DE9D670F9C4F87FA23F557644 /* React-cxxreact-prefix.pch */, - 6287EFCA434F16BC5041D9138EC2657D /* React-cxxreact.debug.xcconfig */, - A59B4516CD846173BE025374FD7945AE /* React-cxxreact.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-cxxreact"; - sourceTree = ""; - }; - E5AAD5B03B46B64A24C1A61DC3A54033 /* CoreModulesHeaders */ = { - isa = PBXGroup; - children = ( - CCDCF593C8DD5D7090FEF2C319A3E6D8 /* CoreModulesPlugins.h */, - ABFB31B1CFA919E3A2A14C8CC694BE21 /* RCTAccessibilityManager.h */, - D59C1935E245DA4C804E7E274098A7E5 /* RCTAccessibilityManager+Internal.h */, - 3803B2AA187B67CF0C870893465AE9C4 /* RCTActionSheetManager.h */, - 6F7A2D8706FA3AFC27E898D091F087BA /* RCTAlertController.h */, - 2DF272CD5D204B019F9FEDBE8F979A48 /* RCTAlertManager.h */, - 2AD70B6818A6C0BD34481326BBD07740 /* RCTAppearance.h */, - 863223676C3B0411784645295A8D4522 /* RCTAppState.h */, - 46F63853A391A1AD9191129CB20B3393 /* RCTClipboard.h */, - 730235DDA150C36CC2CB7DE4E053C4DF /* RCTDeviceInfo.h */, - 281C45E71AEA930D35DF55046AA42594 /* RCTDevLoadingView.h */, - 060DF290EB6A55713CE8C24E1DE151B1 /* RCTDevMenu.h */, - 0866F0FDC3674F98DBE1D58A547DB563 /* RCTDevSettings.h */, - B76023D1E0E1A7B26C01336E769EA53C /* RCTEventDispatcher.h */, - C478AD11D7FB9C0A0B04B1FF3F1BAA25 /* RCTExceptionsManager.h */, - 758A7013B5CA06065EBC5E66238D2598 /* RCTFPSGraph.h */, - 87B91442ED11F32004E4E74BD282E4DE /* RCTI18nManager.h */, - 153FFA10FE20492428AAFC9484A36CC3 /* RCTKeyboardObserver.h */, - 8511C4034AC942B934951037FF155A6D /* RCTLogBox.h */, - 73B88D422170852619645B9967D23FC3 /* RCTLogBoxView.h */, - 96BFC7A3906ED88F1ADB9B239643A183 /* RCTPlatform.h */, - 157799484317D9891F236E2C065C87E2 /* RCTRedBox.h */, - E2BE711EBDE357E4972642B99FAEDEB6 /* RCTSourceCode.h */, - 54B70F1F9F806BA017EF8BB3CB991800 /* RCTStatusBarManager.h */, - BCAC44179D6C3CC5B04796C3E17C0C1C /* RCTTiming.h */, - 620938EF3D22C195B1CCC71AAD8F813F /* RCTWebSocketExecutor.h */, - 08A04A642C9718F88D1CF33D980A763E /* RCTWebSocketModule.h */, - ); - name = CoreModulesHeaders; - sourceTree = ""; - }; - E5C1A4140CDE23A362DD96729BE41F28 /* Support Files */ = { - isa = PBXGroup; - children = ( - B3F2A0DDE7B638DC6DF6BAB18CD6FECA /* React-nativeconfig-dummy.m */, - 48A3BA32C31B7187BEE0B75601AC5EA4 /* React-nativeconfig-prefix.pch */, - 5499F4448C4F3F99D95C90320FC9CCEF /* React-nativeconfig.debug.xcconfig */, - 7F523C77ABC62B6440B58D3B107A5038 /* React-nativeconfig.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/HostApp/Pods/Target Support Files/React-nativeconfig"; - sourceTree = ""; - }; - E82FFD735B5E9C310461F2783869B3DD /* Support Files */ = { - isa = PBXGroup; - children = ( - 68E594D709EDF0B88FADBD4176CE8D73 /* React-jsinspector.modulemap */, - AB0582F68004A908B1AD696E25B23CF5 /* React-jsinspector-dummy.m */, - EF144899C0336161635C7D992B90855E /* React-jsinspector-prefix.pch */, - 969722C85D53A300D66C47001CEABFFA /* React-jsinspector-umbrella.h */, - E3616FF8C240AA20916115363A9E972D /* React-jsinspector.debug.xcconfig */, - 99312AED7ECC730C855ECA610BC722F6 /* React-jsinspector.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-jsinspector"; - sourceTree = ""; - }; - EA194212C12CD2F65D50DDB899ADC69F /* Support Files */ = { - isa = PBXGroup; - children = ( - 6656D3AF07FBA8800885EA1FA4E32FFA /* React-RCTLinking-dummy.m */, - 3D7ECAE3A38C9E40E01BA9ECCDDCD703 /* React-RCTLinking-prefix.pch */, - 57987ADEF07BA12277E11C2A44944803 /* React-RCTLinking.debug.xcconfig */, - 742C3AF45C6DFCCD59E50F7E16853B11 /* React-RCTLinking.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTLinking"; - sourceTree = ""; - }; - ED03DF130379DF5C2DD71923612B937A /* React-RCTImage */ = { - isa = PBXGroup; - children = ( - 83B5E92936F08918659E05C0D4C7DCA0 /* RCTAnimatedImage.mm */, - F237334413A7E75274C43A4276C2E02A /* RCTBundleAssetImageLoader.mm */, - 1E278D744095E55EAEA971B962DBC7D9 /* RCTDisplayWeakRefreshable.mm */, - F2814E1E0CC0522AA912F070C6D10BBE /* RCTGIFImageDecoder.mm */, - 101B2B94C863F919D4130E8C9B5E4E4E /* RCTImageBlurUtils.mm */, - 346B00DBDA6E431E1DE256343800B730 /* RCTImageCache.mm */, - 2F288984CDA5DCC005F7F059243A002C /* RCTImageEditingManager.mm */, - E429CD94A1B457A9FE8B63EFEB8DA810 /* RCTImageLoader.mm */, - C6D06FE2AC5245C5C209F880CE93DE9D /* RCTImagePlugins.mm */, - BB3DFC1D2D9EB18B97D3E2DB54A6A886 /* RCTImageShadowView.mm */, - 4532C6F010511089FF23034FBC6D143B /* RCTImageStoreManager.mm */, - 6AD19C12E75E63E7DC70E787ABC93975 /* RCTImageURLLoaderWithAttribution.mm */, - BF23DEDCAEAE2D4F44EF25FE9D52F4C4 /* RCTImageUtils.mm */, - 5360C610477ED14434E623419F4BC6C6 /* RCTImageView.mm */, - BF47F3C9ABF993A8E290C79C987F2884 /* RCTImageViewManager.mm */, - 732B61BD1B3ED5B0D69F19B50C439986 /* RCTLocalAssetImageLoader.mm */, - FAF9F38796DEB05E7A6EF90DE1E50D36 /* RCTResizeMode.mm */, - 27E77778E7653C2C1CB2D5F4C775B9EC /* RCTUIImageViewAnimated.mm */, - D9BA89F5C48D27DBB12ABB1E7E12A721 /* Pod */, - 66D862E91915306CC1EB250F53DF44BB /* Support Files */, - ); - name = "React-RCTImage"; - path = "../../../node_modules/react-native/Libraries/Image"; - sourceTree = ""; - }; - EDAD3AB77D279B8109946D0331F3FEF1 /* components */ = { - isa = PBXGroup; - children = ( - 97CEABA307C3BB9AACA664C49EA0A8BC /* view */, - ); - name = components; - path = components; - sourceTree = ""; - }; - EE240CB2B1D39C740F5A4CF399C919FF /* Pod */ = { - isa = PBXGroup; - children = ( - E7BB450D9BD04CDC2EA6DE0064EC217B /* React-RCTFabric.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - EF8B7072AC10C71DF2972A19C56DAEBF /* Pod */ = { - isa = PBXGroup; - children = ( - 46F0098C57B0C780C6E8319C408F8B87 /* React-RCTAnimation.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - F0015ED2201AD0B57BED9C2ADED9F9A6 /* Support Files */ = { - isa = PBXGroup; - children = ( - 2F7E58CA4B5DB581D0A22AEB350878C0 /* React-Fabric.modulemap */, - 7279CE3F33264B701FBDD4FA067549FD /* React-Fabric-dummy.m */, - 86A6C90B011BAACB6EC45480B7FDE31C /* React-Fabric-prefix.pch */, - 21BB4C4DD413FF6BBCEBB860B9328C9A /* React-Fabric-umbrella.h */, - 52B30053B942F0924EA1844F046664D1 /* React-Fabric.debug.xcconfig */, - 3659399517B5B7A1A8B7C12C46DACEE4 /* React-Fabric.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/HostApp/Pods/Target Support Files/React-Fabric"; - sourceTree = ""; - }; - F04918E64CF43FC95CAB3DB110ED35DD /* Pod */ = { - isa = PBXGroup; - children = ( - CC336B1D81C55C787005AE437C70EB35 /* React-debug.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - F0902196FC7D999F1B1260542EA3744F /* numeric */ = { - isa = PBXGroup; - children = ( - CAF0D8BDFD7930FE4F1844B8DC29797F /* Comparison.h */, - 418436C84F6BA0C631C84CB52D7C3B92 /* FloatOptional.h */, - ); - name = numeric; - path = yoga/numeric; - sourceTree = ""; - }; - F1155521407BEF847F3F09C696B12FCC /* Pod */ = { - isa = PBXGroup; - children = ( - FC521E51802A97BAC0558E33460B45D3 /* React-hermes.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - F2245014AA8822A42B7CBEE7D053D4A2 /* react */ = { - isa = PBXGroup; - children = ( - D1C2EA206FF6F61851382AA804872F67 /* renderer */, - ); - name = react; - path = react; - sourceTree = ""; - }; - F38CA9470A2987B77114797342185F22 /* Pod */ = { - isa = PBXGroup; - children = ( - B90528A77D01C08993F26CD11D1B4DE3 /* React-runtimeexecutor.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - F484313102EF3265F84219E71100F8A7 /* Pod */ = { - isa = PBXGroup; - children = ( - 839D658F64809A8904D6F3D76F102F11 /* React-RCTBlob.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - F5E0AF7A00F971F9D8AAB21D2EF00721 /* imagemanager */ = { - isa = PBXGroup; - children = ( - 5F89D8053611CBB105B845E2A780A752 /* ImageManager.h */, - 0DDFDE1E8D1A2A8C7419B2FBC4B86E25 /* ImageRequest.cpp */, - 9D4C9889A06836355BB265ABF84D3D79 /* ImageRequest.h */, - FCB52B4BC89B57C2CDF000E5C998AD1A /* ImageResponse.cpp */, - 7312162C2F1520D72135CAE5BF35F2F0 /* ImageResponse.h */, - 2BFDF21CEFDC1AD56C9919161D1EBCB6 /* ImageResponseObserver.h */, - 1A5F835C3B4EB801CE42E257FE8F41E6 /* ImageResponseObserverCoordinator.cpp */, - 6B948B1B3E7D8AF890EB8B1F076E4F01 /* ImageResponseObserverCoordinator.h */, - 2DDEAA69276FCCDB7722F00152853980 /* ImageTelemetry.cpp */, - 1671584137664B95AEDA1E48635B488C /* ImageTelemetry.h */, - 15E2A13A0CDB85DA847AD4541E4A79F3 /* primitives.h */, - ); - name = imagemanager; - sourceTree = ""; - }; - F64944EB9A24101160BFF9F139643B52 /* Yoga */ = { - isa = PBXGroup; - children = ( - FCBBC5A4D67EEB9E2D513C541FBFE1A4 /* YGConfig.cpp */, - 562561CC40E83C7848C521307C680573 /* YGConfig.h */, - 988A32BDFB9DB4A15D432025E1B8189C /* YGEnums.cpp */, - AAE7B5B91DF91D2E6142821597C256E1 /* YGEnums.h */, - 917F804BCBB647BB979E26D81818A66A /* YGMacros.h */, - 1994C25A8D3538549E847C5BD5631C83 /* YGNode.cpp */, - 7BE1E23B8571A5646C7E6B62276CE434 /* YGNode.h */, - 39FC4388B176D3327FAB038B45AF9768 /* YGNodeLayout.cpp */, - D2740183297D1AA8286FDCEE5ADD2A0A /* YGNodeLayout.h */, - 39DF2A6EA81E5ABA408E1FCB94C93038 /* YGNodeStyle.cpp */, - 009351DCBF6590D657895BBFF70FB640 /* YGNodeStyle.h */, - 1ACBFFDD019571B3819E8D65DC79AD5C /* YGPixelGrid.cpp */, - 83B7DD5970EC44F4CFA157F22B5EF831 /* YGPixelGrid.h */, - 72EB645CDB2F99BC29E70A028BCD9C8E /* YGValue.cpp */, - 45383E82D4F1CB8665F616757F3EF465 /* YGValue.h */, - A20C4310F37B27157202B5958F9B98B5 /* Yoga.h */, - A7F690F99726029BBF133212F8285F33 /* algorithm */, - D3F62C1929C939DD8A4FF50F825AC751 /* config */, - 48DF3C08EB42E51EFC60D5350D7E79CE /* debug */, - 3DCA083FA8F07F441A79ADC81FEA0E1F /* enums */, - BD230BE423E40A2B0B6D6895AFA4CE24 /* event */, - 0FD96062559144CFCD7E8DB629442B14 /* node */, - F0902196FC7D999F1B1260542EA3744F /* numeric */, - 77756D802D74CB7EDA76680AAFEE6CBE /* Pod */, - 22C29E3C1011836567919DFED9B949D3 /* style */, - A6000DD763CC84AEF5EBAB3880F6890F /* Support Files */, - ); - name = Yoga; - path = "../../../node_modules/react-native/ReactCommon/yoga"; - sourceTree = ""; - }; - F7725E9E8F288F0F25FE71EDA7C576E7 /* Nodes */ = { - isa = PBXGroup; - children = ( - FA7DD2A3DEA3F83966D22F7C27FB4E44 /* RCTAdditionAnimatedNode.mm */, - 9E7B867D7DB4CF516F004F37863BB256 /* RCTAnimatedNode.mm */, - 327EB11DD3FF678018F055B10E74D2A9 /* RCTColorAnimatedNode.mm */, - 09C80F5AC92E8ED7B116C2C143214E89 /* RCTDiffClampAnimatedNode.mm */, - 3F0E1FD890032EE7C65DBD843122A734 /* RCTDivisionAnimatedNode.mm */, - 5C05B0D7C95B747359E31D9D2C2BA094 /* RCTInterpolationAnimatedNode.mm */, - 943CF320102AC2260C2887DD123CE846 /* RCTModuloAnimatedNode.mm */, - 7407F1CA66E64194C662583CFDA85769 /* RCTMultiplicationAnimatedNode.mm */, - 83A9BF8C806CDAC162103892DE0EF6D8 /* RCTObjectAnimatedNode.mm */, - F3B892344C821C0ABF7C36A33D464C85 /* RCTPropsAnimatedNode.mm */, - 069CE9C0063E7BCB364C1BEE5B0B6A1E /* RCTStyleAnimatedNode.mm */, - EFBB5A0272B56572433FB13B9330E6B4 /* RCTSubtractionAnimatedNode.mm */, - 99F6AF5D23058E812A2C7D0E582E5576 /* RCTTrackingAnimatedNode.mm */, - F629CFD3490508558FEF3139BA2900EE /* RCTTransformAnimatedNode.mm */, - 108EEE13AAE12903D9AB0A454C2073AC /* RCTValueAnimatedNode.mm */, - ); - name = Nodes; - path = Nodes; - sourceTree = ""; - }; - F872938448C6CE67C7D0CA57FFE13BD6 /* TextInput */ = { - isa = PBXGroup; - children = ( - B7B6D770DF6537C02AA3DAEBA7388C1C /* RCTBackedTextInputDelegate.h */, - 4D5AB6AD5BD7C9A1E7B818A09EE36B9C /* RCTBackedTextInputDelegateAdapter.h */, - 5398BE1A1E03D5297032DDF97C02D30C /* RCTBackedTextInputViewProtocol.h */, - E005F961A420C3B7FAC0126934E1D08F /* RCTBaseTextInputShadowView.h */, - 8D72B336AAEA17CD76F573B26352F4FF /* RCTBaseTextInputView.h */, - CD32E49724D87DC73F3032F8EC9E547F /* RCTBaseTextInputViewManager.h */, - 623048ED1F88CBACF9530B7FF1B43A76 /* RCTInputAccessoryShadowView.h */, - F9EC94A0DDA4E6C90D241820BCDA287F /* RCTInputAccessoryView.h */, - 1CB17A8AC2ECDFAAF433091BD7E3A038 /* RCTInputAccessoryViewContent.h */, - 96091B0D3B89FA3418D00757D2A1ACA0 /* RCTInputAccessoryViewManager.h */, - D709C511A66ED21DFB340CBA5B02F0FE /* RCTTextSelection.h */, - 8171727F2FA92379267AE77DAF1A66C1 /* Multiline */, - 8C5B2F43F9E2F06FF3B67F9732C8E3BC /* Singleline */, - ); - name = TextInput; - path = Libraries/Text/TextInput; - sourceTree = ""; - }; - F999F8978D07FB924296B37D54A540C5 /* boost */ = { - isa = PBXGroup; - children = ( - B94E9D8C2704D4246938A5CC85A14EBE /* Support Files */, - ); - name = boost; - path = boost; - sourceTree = ""; - }; - F9C425F1647BB0749EE19FE203393F4A /* Utils */ = { - isa = PBXGroup; - children = ( - C9E6057F3A67F78810FBD1E0742DC847 /* PlatformRunLoopObserver.h */, - E5E076FEE07073427FAA4349245C925B /* PlatformRunLoopObserver.mm */, - B0062A75B9B27F370B75ADD05FA8E9BD /* RCTGenericDelegateSplitter.h */, - 7A53C936AD95FE221E66FEB7B68B677F /* RCTGenericDelegateSplitter.mm */, - 57FEF470958B25D684D3D96CB14DE231 /* RCTIdentifierPool.h */, - 5DC564DE6AA0B074EA1F011A822032BA /* RCTReactTaggedView.h */, - A4BF608C8381FDCBB2F9569AC050577C /* RCTReactTaggedView.mm */, - ); - name = Utils; - path = Fabric/Utils; - sourceTree = ""; - }; - FB41EBB7CCAE9CFEE4E68F6DD618736B /* components */ = { - isa = PBXGroup; - children = ( - 8355B59AB9203E52168E5234C18C5E06 /* inputaccessory */, - 30A93D1C6D032D2C2E5FB9D76EA68D15 /* legacyviewmanagerinterop */, - 229E195E9ECB5549C40ACD4BD232F8E6 /* modal */, - AEEC840E763AD6137B0BBAAFFE1F2B51 /* rncore */, - 35E1D70EA33985BB781F65C951E313A5 /* root */, - 061A457F58F452E48A588F9E5420C040 /* safeareaview */, - D2FF611DD85C8373A68A3769323FAB50 /* scrollview */, - 8E833B0344EF13BDFCD373DEE7D369AD /* text */, - 1799A8368E4F900CBF7FD2F987E76536 /* textinput */, - 745501880532F157441A22FDB76EA424 /* unimplementedview */, - 6158B2E007A4AA2AE97DAD355D7770BF /* view */, - ); - name = components; - sourceTree = ""; - }; - FB493BED1959C12603CC70C6A9403005 /* React-graphics */ = { - isa = PBXGroup; - children = ( - BC8F2B92080E9D51C6A44899524175E6 /* Color.cpp */, - A008CCFC5413C3AB8ACFA946E72D0391 /* Color.h */, - 307A053D11219770B88D3C12D7AED899 /* ColorComponents.h */, - 491E9E3F19DEFA1BC25A42CD6A820BEB /* conversions.h */, - 4E3F4B9E39D71DB78A1BA625986B4846 /* fromRawValueShared.h */, - 36A9DAD0ECB01EC6342B7D8FB2CF2B9A /* Geometry.h */, - A4B66E5EE613B50508C9843E979B62AB /* Point.h */, - E9CF5F3273BB2EF480A65B0118141058 /* Rect.h */, - 2BB64DEBC10039748ED7BBAFC4D1DD58 /* RectangleCorners.h */, - A9B4FDC281D57460A7A3B27400ADC113 /* RectangleEdges.h */, - 4AE8FD7B726F1CF1185015A376A0B881 /* rounding.h */, - 3D51F4E2690E9A08CFFBB28BABF8B881 /* Size.h */, - 6583BA0397EB6F86B7DB4BB114B48BA9 /* Transform.cpp */, - 15A82F1AAD42E9DF797A30B90EB97712 /* Transform.h */, - 56B5BC420CE6B3E651F381F8DCF87379 /* ValueUnit.h */, - 185CBE3EEA92DC8465264DB7B2DD6E74 /* Vector.h */, - 1DA251E84C786C8035C076C0B10692BA /* platform */, - 8072407504551FEB8D2F0F8673860C90 /* Pod */, - 28559DE1083A62F303E01ACEC88B408E /* Support Files */, - ); - name = "React-graphics"; - path = "../../../node_modules/react-native/ReactCommon/react/renderer/graphics"; - sourceTree = ""; - }; - FD57B04B1091A084388733189D4F3F5E /* FBReactNativeSpec */ = { - isa = PBXGroup; - children = ( - FD3D768CE652305362C7637B66000020 /* FBReactNativeSpec.h */, - 86DCCF8BC7AF31B4818D653C68BB2D7B /* FBReactNativeSpec-generated.mm */, - ); - name = FBReactNativeSpec; - path = FBReactNativeSpec; - sourceTree = ""; - }; - 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 */, + 46EB2E00000F20 /* Access.h */, + 46EB2E000013D0 /* Access.h */, + 46EB2E000013E0 /* Align.h */, + 46EB2E000013F0 /* Aligned.h */, + 46EB2E00001330 /* ApplyTuple.h */, + 46EB2E000015C0 /* Arena.h */, + 46EB2E000015B0 /* Arena-inl.h */, + 46EB2E00000F30 /* Array.h */, + 46EB2E00001700 /* Asm.h */, + 46EB2E00001400 /* Assume.h */, + 46EB2E000010F0 /* AsyncTrace.h */, + 46EB2E00000770 /* AtFork.cpp */, + 46EB2E00001980 /* AtFork.h */, + 46EB2E00001710 /* Atomic.h */, + 46EB2E000007A0 /* AtomicHashArray.h */, + 46EB2E00000790 /* AtomicHashArray-inl.h */, + 46EB2E000007C0 /* AtomicHashMap.h */, + 46EB2E000007B0 /* AtomicHashMap-inl.h */, + 46EB2E00001100 /* AtomicHashUtils.h */, + 46EB2E000007D0 /* AtomicIntrusiveLinkedList.h */, + 46EB2E000007E0 /* AtomicLinkedList.h */, + 46EB2E000007F0 /* AtomicUnorderedMap.h */, + 46EB2E00001110 /* AtomicUnorderedMapUtils.h */, + 46EB2E00001410 /* Badge.h */, + 46EB2E00000800 /* base64.h */, + 46EB2E00000810 /* Benchmark.h */, + 46EB2E00000820 /* BenchmarkUtil.h */, + 46EB2E00000F40 /* BitIterator.h */, + 46EB2E00001060 /* BitIteratorDetail.h */, + 46EB2E00000830 /* Bits.h */, + 46EB2E00001420 /* Bits.h */, + 46EB2E00001430 /* Builtin.h */, + 46EB2E00001720 /* Builtins.h */, + 46EB2E00001440 /* Byte.h */, + 46EB2E00000850 /* CancellationToken.h */, + 46EB2E00000840 /* CancellationToken-inl.h */, + 46EB2E00001450 /* CArray.h */, + 46EB2E00001460 /* Cast.h */, + 46EB2E00001470 /* CheckedMath.h */, + 46EB2E00001380 /* Checksum.h */, + 46EB2E00000860 /* Chrono.h */, + 46EB2E00000870 /* ClockGettimeWrappers.h */, + 46EB2E00000880 /* ConcurrentBitSet.h */, + 46EB2E00000890 /* ConcurrentLazy.h */, + 46EB2E000008B0 /* ConcurrentSkipList.h */, + 46EB2E000008A0 /* ConcurrentSkipList-inl.h */, + 46EB2E00001730 /* Config.h */, + 46EB2E00001740 /* Constexpr.h */, + 46EB2E000008C0 /* ConstexprMath.h */, + 46EB2E000008D0 /* ConstructorCallbackList.h */, + 46EB2E00000610 /* Conv.cpp */, + 46EB2E000008E0 /* Conv.h */, + 46EB2E000008F0 /* CPortability.h */, + 46EB2E00000900 /* CppAttributes.h */, + 46EB2E00000910 /* CpuId.h */, + 46EB2E00000710 /* CString.cpp */, + 46EB2E00001480 /* CString.h */, + 46EB2E00001490 /* CustomizationPoint.h */, + 46EB2E00000920 /* DefaultKeepAliveExecutor.h */, + 46EB2E00000620 /* Demangle.cpp */, + 46EB2E00000930 /* Demangle.h */, + 46EB2E00001750 /* Dirent.h */, + 46EB2E00000940 /* DiscriminatedPtr.h */, + 46EB2E00001120 /* DiscriminatedPtrDetail.h */, + 46EB2E00000690 /* dynamic.cpp */, + 46EB2E00000960 /* dynamic.h */, + 46EB2E00000950 /* dynamic-inl.h */, + 46EB2E00000970 /* DynamicConverter.h */, + 46EB2E000015D0 /* EnableSharedFromThis.h */, + 46EB2E00000F50 /* Enumerate.h */, + 46EB2E00001760 /* Event.h */, + 46EB2E00000F60 /* EvictingCacheMap.h */, + 46EB2E00000720 /* Exception.cpp */, + 46EB2E00000980 /* Exception.h */, + 46EB2E000014A0 /* Exception.h */, + 46EB2E00000990 /* ExceptionString.h */, + 46EB2E000009B0 /* ExceptionWrapper.h */, + 46EB2E000009A0 /* ExceptionWrapper-inl.h */, + 46EB2E000009C0 /* Executor.h */, + 46EB2E000009D0 /* Expected.h */, + 46EB2E000014B0 /* Extern.h */, + 46EB2E00001070 /* F14Defaults.h */, + 46EB2E00001080 /* F14IntrinsicsAvailability.h */, + 46EB2E00000F80 /* F14Map.h */, + 46EB2E00000F70 /* F14Map-fwd.h */, + 46EB2E00001090 /* F14MapFallback.h */, + 46EB2E000010A0 /* F14Mask.h */, + 46EB2E000010B0 /* F14Policy.h */, + 46EB2E00000FA0 /* F14Set.h */, + 46EB2E00000F90 /* F14Set-fwd.h */, + 46EB2E000010C0 /* F14SetFallback.h */, + 46EB2E000006C0 /* F14Table.cpp */, + 46EB2E000010D0 /* F14Table.h */, + 46EB2E00001390 /* FarmHash.h */, + 46EB2E000009E0 /* FBString.h */, + 46EB2E000009F0 /* FBVector.h */, + 46EB2E00001770 /* Fcntl.h */, + 46EB2E00000A00 /* File.h */, + 46EB2E00001780 /* Filesystem.h */, + 46EB2E00000630 /* FileUtil.cpp */, + 46EB2E00000A10 /* FileUtil.h */, + 46EB2E000006D0 /* FileUtilDetail.cpp */, + 46EB2E00001130 /* FileUtilDetail.h */, + 46EB2E00001140 /* FileUtilVectorDetail.h */, + 46EB2E00000A20 /* Fingerprint.h */, + 46EB2E00001150 /* FingerprintPolynomial.h */, + 46EB2E00000A30 /* FixedString.h */, + 46EB2E00001790 /* FmtCompile.h */, + 46EB2E00000A40 /* FollyMemcpy.h */, + 46EB2E00000A50 /* FollyMemset.h */, + 46EB2E00000FC0 /* Foreach.h */, + 46EB2E00000FB0 /* Foreach-inl.h */, + 46EB2E00000640 /* Format.cpp */, + 46EB2E00000A70 /* Format.h */, + 46EB2E00000A60 /* Format-inl.h */, + 46EB2E00000A80 /* FormatArg.h */, + 46EB2E00000A90 /* FormatTraits.h */, + 46EB2E00000AA0 /* Function.h */, + 46EB2E00001170 /* Futex.h */, + 46EB2E00001160 /* Futex-inl.h */, + 46EB2E000017A0 /* GFlags.h */, + 46EB2E00000AB0 /* GLog.h */, + 46EB2E000017B0 /* GMock.h */, + 46EB2E00000AC0 /* GroupVarint.h */, + 46EB2E00001180 /* GroupVarintDetail.h */, + 46EB2E000017C0 /* GTest.h */, + 46EB2E00001990 /* HardwareConcurrency.h */, + 46EB2E00000AD0 /* Hash.h */, + 46EB2E000013A0 /* Hash.h */, + 46EB2E00000FD0 /* heap_vector_types.h */, + 46EB2E00000FF0 /* HeterogeneousAccess.h */, + 46EB2E00000FE0 /* HeterogeneousAccess-fwd.h */, + 46EB2E000014D0 /* Hint.h */, + 46EB2E000014C0 /* Hint-inl.h */, + 46EB2E00000AE0 /* Indestructible.h */, + 46EB2E00000AF0 /* IndexedMemPool.h */, + 46EB2E00001000 /* IntrusiveHeap.h */, + 46EB2E00000B00 /* IntrusiveList.h */, + 46EB2E00001340 /* Invoke.h */, + 46EB2E000017D0 /* IOVec.h */, + 46EB2E00001190 /* IPAddress.h */, + 46EB2E00000B10 /* IPAddress.h */, + 46EB2E00000B20 /* IPAddressException.h */, + 46EB2E000011A0 /* IPAddressSource.h */, + 46EB2E00000B30 /* IPAddressV4.h */, + 46EB2E00000B40 /* IPAddressV6.h */, + 46EB2E00001010 /* Iterator.h */, + 46EB2E000011B0 /* Iterators.h */, + 46EB2E000006A0 /* json.cpp */, + 46EB2E00000B50 /* json.h */, + 46EB2E00000B60 /* json_patch.h */, + 46EB2E000006B0 /* json_pointer.cpp */, + 46EB2E00000B70 /* json_pointer.h */, + 46EB2E000014E0 /* Keep.h */, + 46EB2E000014F0 /* Launder.h */, + 46EB2E00000B80 /* Lazy.h */, + 46EB2E000017E0 /* Libgen.h */, + 46EB2E000017F0 /* Libunwind.h */, + 46EB2E00000B90 /* Likely.h */, + 46EB2E00000BA0 /* MacAddress.h */, + 46EB2E000015E0 /* MallctlHelper.h */, + 46EB2E000015F0 /* Malloc.h */, + 46EB2E00001800 /* Malloc.h */, + 46EB2E00000730 /* MallocImpl.cpp */, + 46EB2E00001680 /* MallocImpl.h */, + 46EB2E00000BB0 /* MapUtil.h */, + 46EB2E00000BC0 /* Math.h */, + 46EB2E00001810 /* Math.h */, + 46EB2E00000BD0 /* MaybeManagedPtr.h */, + 46EB2E00000BE0 /* Memory.h */, + 46EB2E00001820 /* Memory.h */, + 46EB2E000011C0 /* MemoryIdler.h */, + 46EB2E000019A0 /* MemoryMapping.h */, + 46EB2E00001600 /* MemoryResource.h */, + 46EB2E00001020 /* Merge.h */, + 46EB2E00000BF0 /* MicroLock.h */, + 46EB2E00000C00 /* MicroSpinLock.h */, + 46EB2E00000C10 /* MoveWrapper.h */, + 46EB2E00000C20 /* MPMCPipeline.h */, + 46EB2E000011D0 /* MPMCPipelineDetail.h */, + 46EB2E00000C30 /* MPMCQueue.h */, + 46EB2E00000740 /* NetOps.cpp */, + 46EB2E00001690 /* NetOps.h */, + 46EB2E000016A0 /* NetOpsDispatcher.h */, + 46EB2E000016B0 /* NetworkSocket.h */, + 46EB2E00001500 /* New.h */, + 46EB2E00001620 /* not_null.h */, + 46EB2E00001610 /* not_null-inl.h */, + 46EB2E00000C40 /* ObserverContainer.h */, + 46EB2E00001830 /* OpenSSL.h */, + 46EB2E00000C50 /* Optional.h */, + 46EB2E00001510 /* Ordering.h */, + 46EB2E00000C60 /* Overload.h */, + 46EB2E00000C70 /* PackedSyncPtr.h */, + 46EB2E00000C80 /* Padded.h */, + 46EB2E00001350 /* Partial.h */, + 46EB2E000011E0 /* PerfScoped.h */, + 46EB2E000019B0 /* Pid.h */, + 46EB2E00000CA0 /* Poly.h */, + 46EB2E00000C90 /* Poly-inl.h */, + 46EB2E000011F0 /* PolyDetail.h */, + 46EB2E00000CB0 /* PolyException.h */, + 46EB2E00000CC0 /* Portability.h */, + 46EB2E00000CD0 /* Preprocessor.h */, + 46EB2E00001520 /* Pretty.h */, + 46EB2E00000CE0 /* ProducerConsumerQueue.h */, + 46EB2E00001530 /* PropagateConst.h */, + 46EB2E00001360 /* protocol.h */, + 46EB2E00001840 /* PThread.h */, + 46EB2E00000D00 /* Random.h */, + 46EB2E00000CF0 /* Random-inl.h */, + 46EB2E00000D10 /* Range.h */, + 46EB2E00001200 /* RangeCommon.h */, + 46EB2E00001210 /* RangeSse42.h */, + 46EB2E00001630 /* ReentrantAllocator.h */, + 46EB2E00000D20 /* Replaceable.h */, + 46EB2E00001540 /* RValueReferenceWrapper.h */, + 46EB2E00000D30 /* RWSpinLock.h */, + 46EB2E00000650 /* SafeAssert.cpp */, + 46EB2E00001550 /* SafeAssert.h */, + 46EB2E00001640 /* SanitizeAddress.h */, + 46EB2E00001650 /* SanitizeLeak.h */, + 46EB2E00000760 /* SanitizeThread.cpp */, + 46EB2E00001850 /* Sched.h */, + 46EB2E00000670 /* ScopeGuard.cpp */, + 46EB2E00000D40 /* ScopeGuard.h */, + 46EB2E00000D50 /* SharedMutex.h */, + 46EB2E000019C0 /* Shell.h */, + 46EB2E00001220 /* SimdAnyOf.h */, + 46EB2E00001230 /* SimdCharPlatform.h */, + 46EB2E00001240 /* SimdForEach.h */, + 46EB2E00001250 /* SimpleSimdStringUtils.h */, + 46EB2E00001260 /* SimpleSimdStringUtilsImpl.h */, + 46EB2E00001270 /* Singleton.h */, + 46EB2E00000D70 /* Singleton.h */, + 46EB2E00000D60 /* Singleton-inl.h */, + 46EB2E00000D80 /* SingletonThreadLocal.h */, + 46EB2E00001280 /* SlowFingerprint.h */, + 46EB2E00000D90 /* small_vector.h */, + 46EB2E00000DA0 /* SocketAddress.h */, + 46EB2E00001290 /* SocketFastOpen.h */, + 46EB2E000016F0 /* SocketFileDescriptorMap.h */, + 46EB2E00001860 /* Sockets.h */, + 46EB2E00000DB0 /* sorted_vector_types.h */, + 46EB2E00001870 /* SourceLocation.h */, + 46EB2E00001030 /* SparseByteSet.h */, + 46EB2E00000DC0 /* SpinLock.h */, + 46EB2E000006E0 /* SplitStringSimd.cpp */, + 46EB2E000012A0 /* SplitStringSimd.h */, + 46EB2E000012B0 /* SplitStringSimdImpl.h */, + 46EB2E000013B0 /* SpookyHashV1.h */, + 46EB2E00000700 /* SpookyHashV2.cpp */, + 46EB2E000013C0 /* SpookyHashV2.h */, + 46EB2E000012C0 /* Sse.h */, + 46EB2E00001560 /* StaticConst.h */, + 46EB2E000012D0 /* StaticSingletonManager.h */, + 46EB2E00001880 /* Stdio.h */, + 46EB2E00001890 /* Stdlib.h */, + 46EB2E00000DD0 /* stop_watch.h */, + 46EB2E00000600 /* String.cpp */, + 46EB2E000018A0 /* String.h */, + 46EB2E00000DF0 /* String.h */, + 46EB2E00000DE0 /* String-inl.h */, + 46EB2E00000E00 /* Subprocess.h */, + 46EB2E00000E10 /* Synchronized.h */, + 46EB2E00000E20 /* SynchronizedPtr.h */, + 46EB2E000018B0 /* SysFile.h */, + 46EB2E000018C0 /* Syslog.h */, + 46EB2E000018D0 /* SysMembarrier.h */, + 46EB2E000018E0 /* SysMman.h */, + 46EB2E000018F0 /* SysResource.h */, + 46EB2E00001900 /* SysStat.h */, + 46EB2E00001910 /* SysSyscall.h */, + 46EB2E00001920 /* SysTime.h */, + 46EB2E00001930 /* SysTypes.h */, + 46EB2E00000750 /* SysUio.cpp */, + 46EB2E00001940 /* SysUio.h */, + 46EB2E000016C0 /* TcpInfo.h */, + 46EB2E000016D0 /* TcpInfoDispatcher.h */, + 46EB2E000016E0 /* TcpInfoTypes.h */, + 46EB2E00001660 /* ThreadCachedArena.h */, + 46EB2E00000E30 /* ThreadCachedInt.h */, + 46EB2E00000780 /* ThreadId.cpp */, + 46EB2E000019D0 /* ThreadId.h */, + 46EB2E00000E40 /* ThreadLocal.h */, + 46EB2E000012E0 /* ThreadLocalDetail.h */, + 46EB2E000019E0 /* ThreadName.h */, + 46EB2E00001570 /* Thunk.h */, + 46EB2E00001950 /* Time.h */, + 46EB2E00000E50 /* TimeoutQueue.h */, + 46EB2E00000660 /* ToAscii.cpp */, + 46EB2E00001580 /* ToAscii.h */, + 46EB2E00000E60 /* TokenBucket.h */, + 46EB2E00001370 /* traits.h */, + 46EB2E00000E70 /* Traits.h */, + 46EB2E00000E90 /* Try.h */, + 46EB2E00000E80 /* Try-inl.h */, + 46EB2E000012F0 /* TurnSequencer.h */, + 46EB2E00001590 /* TypeInfo.h */, + 46EB2E00001300 /* TypeList.h */, + 46EB2E000015A0 /* UncaughtExceptions.h */, + 46EB2E00000680 /* Unicode.cpp */, + 46EB2E00000EA0 /* Unicode.h */, + 46EB2E00001670 /* UninitializedMemoryHacks.h */, + 46EB2E000006F0 /* UniqueInstance.cpp */, + 46EB2E00001310 /* UniqueInstance.h */, + 46EB2E00001960 /* Unistd.h */, + 46EB2E00000EB0 /* Unit.h */, + 46EB2E00001320 /* UnrollUtils.h */, + 46EB2E00000ED0 /* Uri.h */, + 46EB2E00000EC0 /* Uri-inl.h */, + 46EB2E00000EE0 /* UTF8String.h */, + 46EB2E000010E0 /* Util.h */, + 46EB2E00000EF0 /* Utility.h */, + 46EB2E00000F00 /* Varint.h */, + 46EB2E00001040 /* View.h */, + 46EB2E00000F10 /* VirtualExecutor.h */, + 46EB2E00001050 /* WeightedEvictingCacheMap.h */, + 46EB2E00001970 /* Windows.h */, + 46EB2E000019F0 /* Fabric */, + 46EB2E0000E040 /* Support Files */, ); name = "RCT-Folly"; path = "RCT-Folly"; sourceTree = ""; }; - FF0843FDEBC0429DA4DCED339A55B355 /* ios */ = { + 46EB2E000000E0 /* RCTDeprecation */ = { isa = PBXGroup; children = ( - B8416FBAE1F1FAEBE2E5FF0F54A0B444 /* react */, + 46EB2E00001CD0 /* RCTDeprecation.m */, + 46EB2E00001CB0 /* Exported */, + 46EB2E0000D590 /* Pod */, + 46EB2E0000F820 /* Support Files */, ); - name = ios; - path = ios; + name = RCTDeprecation; + path = "../../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation"; sourceTree = ""; }; - FF65A71FBCAE4E34406FE8A34E2D5591 /* React-perflogger */ = { + 46EB2E000000F0 /* RCTRequired */ = { isa = PBXGroup; children = ( - CB25C53848C0A941542FFFCFDADED366 /* BridgeNativeModulePerfLogger.cpp */, - DBC1A6564FAB4D6F6BA650C266FF6151 /* BridgeNativeModulePerfLogger.h */, - 3E9989B3856EE890DCF5308267535D6A /* NativeModulePerfLogger.h */, - AB2473EB631E0F0249B41297AC83C138 /* Pod */, - 6952D0EF2B7CDAAC5847AEC5044844AE /* Support Files */, + 46EB2E00001CE0 /* RCTRequired.h */, + 46EB2E0000D5C0 /* Pod */, + 46EB2E0000F8F0 /* Support Files */, + ); + name = RCTRequired; + path = "../../../node_modules/react-native/Libraries/Required"; + sourceTree = ""; + }; + 46EB2E00000100 /* RCTTypeSafety */ = { + isa = PBXGroup; + children = ( + 46EB2E00001CF0 /* RCTConvertHelpers.h */, + 46EB2E00001D00 /* RCTConvertHelpers.mm */, + 46EB2E00001D10 /* RCTTypedModuleConstants.h */, + 46EB2E00001D20 /* RCTTypedModuleConstants.mm */, + 46EB2E0000D5E0 /* Pod */, + 46EB2E0000F9E0 /* Support Files */, + ); + name = RCTTypeSafety; + path = "../../../node_modules/react-native/Libraries/TypeSafety"; + sourceTree = ""; + }; + 46EB2E00000110 /* React */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D600 /* Pod */, + 46EB2E0000FAB0 /* Support Files */, + ); + name = React; + path = "../../../node_modules/react-native"; + sourceTree = ""; + }; + 46EB2E00000120 /* React-Core */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D550 /* PrivacyInfo.xcprivacy */, + 46EB2E00001D30 /* CoreModulesHeaders */, + 46EB2E00001EF0 /* Default */, + 46EB2E00003030 /* DevSupport */, + 46EB2E0000D620 /* Pod */, + 46EB2E000031F0 /* RCTAnimationHeaders */, + 46EB2E000033B0 /* RCTBlobHeaders */, + 46EB2E000033E0 /* RCTImageHeaders */, + 46EB2E00003560 /* RCTLinkingHeaders */, + 46EB2E00003590 /* RCTNetworkHeaders */, + 46EB2E00003600 /* RCTSettingsHeaders */, + 46EB2E00003630 /* RCTTextHeaders */, + 46EB2E000038B0 /* RCTVibrationHeaders */, + 46EB2E000038E0 /* RCTWebSocket */, + 46EB2E0000FBF0 /* Support Files */, + ); + name = "React-Core"; + path = "../../../node_modules/react-native"; + sourceTree = ""; + }; + 46EB2E00000130 /* React-CoreModules */ = { + isa = PBXGroup; + children = ( + 46EB2E00003910 /* CoreModulesPlugins.mm */, + 46EB2E00003920 /* RCTAccessibilityManager.mm */, + 46EB2E00003930 /* RCTActionSheetManager.mm */, + 46EB2E00003940 /* RCTAlertController.mm */, + 46EB2E00003950 /* RCTAlertManager.mm */, + 46EB2E00003960 /* RCTAppearance.mm */, + 46EB2E00003970 /* RCTAppState.mm */, + 46EB2E00003980 /* RCTClipboard.mm */, + 46EB2E00003990 /* RCTDeviceInfo.mm */, + 46EB2E000039A0 /* RCTDevLoadingView.mm */, + 46EB2E000039B0 /* RCTDevMenu.mm */, + 46EB2E000039C0 /* RCTDevSettings.mm */, + 46EB2E000039D0 /* RCTEventDispatcher.mm */, + 46EB2E000039E0 /* RCTExceptionsManager.mm */, + 46EB2E000039F0 /* RCTFPSGraph.mm */, + 46EB2E00003A00 /* RCTI18nManager.mm */, + 46EB2E00003A10 /* RCTKeyboardObserver.mm */, + 46EB2E00003A20 /* RCTLogBox.mm */, + 46EB2E00003A30 /* RCTLogBoxView.mm */, + 46EB2E00003A40 /* RCTPerfMonitor.mm */, + 46EB2E00003A50 /* RCTPlatform.mm */, + 46EB2E00003A60 /* RCTRedBox.mm */, + 46EB2E00003A70 /* RCTSourceCode.mm */, + 46EB2E00003A80 /* RCTStatusBarManager.mm */, + 46EB2E00003A90 /* RCTTiming.mm */, + 46EB2E00003AA0 /* RCTWebSocketExecutor.mm */, + 46EB2E00003AB0 /* RCTWebSocketModule.mm */, + 46EB2E0000D640 /* Pod */, + 46EB2E00011840 /* Support Files */, + ); + name = "React-CoreModules"; + path = "../../../node_modules/react-native/React/CoreModules"; + sourceTree = ""; + }; + 46EB2E00000140 /* React-Fabric */ = { + isa = PBXGroup; + children = ( + 46EB2E00003AC0 /* animations */, + 46EB2E00003B60 /* attributedstring */, + 46EB2E00003C10 /* componentregistry */, + 46EB2E00003CA0 /* componentregistrynative */, + 46EB2E00003CD0 /* components */, + 46EB2E00004100 /* core */, + 46EB2E000045F0 /* dom */, + 46EB2E00004620 /* imagemanager */, + 46EB2E000046E0 /* leakchecker */, + 46EB2E00004730 /* mounting */, + 46EB2E00004910 /* observers */, + 46EB2E0000D660 /* Pod */, + 46EB2E00004950 /* scheduler */, + 46EB2E000128B0 /* Support Files */, + 46EB2E00004A10 /* telemetry */, + 46EB2E00004A60 /* uimanager */, + ); + name = "React-Fabric"; + path = "../../../node_modules/react-native/ReactCommon"; + sourceTree = ""; + }; + 46EB2E00000150 /* React-FabricComponents */ = { + isa = PBXGroup; + children = ( + 46EB2E00004BF0 /* components */, + 46EB2E0000D680 /* Pod */, + 46EB2E00012FE0 /* Support Files */, + 46EB2E000051E0 /* textlayoutmanager */, + ); + name = "React-FabricComponents"; + path = "../../../node_modules/react-native/ReactCommon"; + sourceTree = ""; + }; + 46EB2E00000160 /* React-FabricImage */ = { + isa = PBXGroup; + children = ( + 46EB2E00005310 /* conversions.h */, + 46EB2E00005320 /* ImageComponentDescriptor.cpp */, + 46EB2E00005330 /* ImageComponentDescriptor.h */, + 46EB2E00005340 /* ImageEventEmitter.cpp */, + 46EB2E00005350 /* ImageEventEmitter.h */, + 46EB2E00005360 /* ImageProps.cpp */, + 46EB2E00005370 /* ImageProps.h */, + 46EB2E00005380 /* ImageShadowNode.cpp */, + 46EB2E00005390 /* ImageShadowNode.h */, + 46EB2E000053A0 /* ImageState.cpp */, + 46EB2E000053B0 /* ImageState.h */, + 46EB2E0000D6A0 /* Pod */, + 46EB2E000131A0 /* Support Files */, + ); + name = "React-FabricImage"; + path = "../../../node_modules/react-native/ReactCommon"; + sourceTree = ""; + }; + 46EB2E00000170 /* React-ImageManager */ = { + isa = PBXGroup; + children = ( + 46EB2E000053C0 /* ImageManager.mm */, + 46EB2E000053D0 /* RCTImageManager.h */, + 46EB2E000053E0 /* RCTImageManager.mm */, + 46EB2E000053F0 /* RCTImageManagerProtocol.h */, + 46EB2E00005400 /* RCTImagePrimitivesConversions.h */, + 46EB2E00005410 /* RCTSyncImageManager.h */, + 46EB2E00005420 /* RCTSyncImageManager.mm */, + 46EB2E0000D6C0 /* Pod */, + 46EB2E000132F0 /* Support Files */, + ); + name = "React-ImageManager"; + path = "../../../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios"; + sourceTree = ""; + }; + 46EB2E00000180 /* React-Mapbuffer */ = { + isa = PBXGroup; + children = ( + 46EB2E00005430 /* MapBuffer.cpp */, + 46EB2E00005440 /* MapBuffer.h */, + 46EB2E00005450 /* MapBufferBuilder.cpp */, + 46EB2E00005460 /* MapBufferBuilder.h */, + 46EB2E0000D6E0 /* Pod */, + 46EB2E00013440 /* Support Files */, + ); + name = "React-Mapbuffer"; + path = "../../../node_modules/react-native/ReactCommon"; + sourceTree = ""; + }; + 46EB2E00000190 /* React-NativeModulesApple */ = { + isa = PBXGroup; + children = ( + 46EB2E00005470 /* RCTInteropTurboModule.h */, + 46EB2E00005480 /* RCTInteropTurboModule.mm */, + 46EB2E00005490 /* RCTRuntimeExecutor.h */, + 46EB2E000054A0 /* RCTRuntimeExecutor.mm */, + 46EB2E000054B0 /* RCTTurboModule.h */, + 46EB2E000054C0 /* RCTTurboModule.mm */, + 46EB2E000054D0 /* RCTTurboModuleManager.h */, + 46EB2E000054E0 /* RCTTurboModuleManager.mm */, + 46EB2E000054F0 /* RCTTurboModuleWithJSIBindings.h */, + 46EB2E0000D700 /* Pod */, + 46EB2E000135B0 /* Support Files */, + ); + name = "React-NativeModulesApple"; + path = "../../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"; + sourceTree = ""; + }; + 46EB2E000001A0 /* React-RCTActionSheet */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D720 /* Pod */, + 46EB2E00013680 /* Support Files */, + ); + name = "React-RCTActionSheet"; + path = "../../../node_modules/react-native/Libraries/ActionSheetIOS"; + sourceTree = ""; + }; + 46EB2E000001B0 /* React-RCTAnimation */ = { + isa = PBXGroup; + children = ( + 46EB2E00005650 /* RCTAnimationPlugins.mm */, + 46EB2E00005660 /* RCTAnimationUtils.mm */, + 46EB2E00005670 /* RCTNativeAnimatedModule.mm */, + 46EB2E00005680 /* RCTNativeAnimatedNodesManager.mm */, + 46EB2E00005690 /* RCTNativeAnimatedTurboModule.mm */, + 46EB2E00005500 /* Drivers */, + 46EB2E00005550 /* Nodes */, + 46EB2E0000D740 /* Pod */, + 46EB2E00013A40 /* Support Files */, + ); + name = "React-RCTAnimation"; + path = "../../../node_modules/react-native/Libraries/NativeAnimation"; + sourceTree = ""; + }; + 46EB2E000001C0 /* React-RCTAppDelegate */ = { + isa = PBXGroup; + children = ( + 46EB2E000056B0 /* RCTAppDelegate.h */, + 46EB2E000056C0 /* RCTAppDelegate.mm */, + 46EB2E000056A0 /* RCTAppDelegate+Protected.h */, + 46EB2E000056D0 /* RCTAppSetupUtils.h */, + 46EB2E000056E0 /* RCTAppSetupUtils.mm */, + 46EB2E000056F0 /* RCTRootViewFactory.h */, + 46EB2E00005700 /* RCTRootViewFactory.mm */, + 46EB2E0000D760 /* Pod */, + 46EB2E00013B90 /* Support Files */, + ); + name = "React-RCTAppDelegate"; + path = "../../../node_modules/react-native/Libraries/AppDelegate"; + sourceTree = ""; + }; + 46EB2E000001D0 /* React-RCTBlob */ = { + isa = PBXGroup; + children = ( + 46EB2E00005710 /* RCTBlobCollector.h */, + 46EB2E00005720 /* RCTBlobCollector.mm */, + 46EB2E00005730 /* RCTBlobManager.mm */, + 46EB2E00005740 /* RCTBlobPlugins.h */, + 46EB2E00005750 /* RCTBlobPlugins.mm */, + 46EB2E00005760 /* RCTFileReaderModule.mm */, + 46EB2E0000D780 /* Pod */, + 46EB2E00013D20 /* Support Files */, + ); + name = "React-RCTBlob"; + path = "../../../node_modules/react-native/Libraries/Blob"; + sourceTree = ""; + }; + 46EB2E000001E0 /* React-RCTFabric */ = { + isa = PBXGroup; + children = ( + 46EB2E00005C90 /* RCTConversions.h */, + 46EB2E00005CA0 /* RCTImageResponseDelegate.h */, + 46EB2E00005CB0 /* RCTImageResponseObserverProxy.h */, + 46EB2E00005CC0 /* RCTImageResponseObserverProxy.mm */, + 46EB2E00005CD0 /* RCTLocalizationProvider.h */, + 46EB2E00005CE0 /* RCTLocalizationProvider.mm */, + 46EB2E00005CF0 /* RCTPrimitives.h */, + 46EB2E00005D00 /* RCTScheduler.h */, + 46EB2E00005D10 /* RCTScheduler.mm */, + 46EB2E00005D20 /* RCTSurfacePointerHandler.h */, + 46EB2E00005D30 /* RCTSurfacePointerHandler.mm */, + 46EB2E00005D40 /* RCTSurfacePresenter.h */, + 46EB2E00005D50 /* RCTSurfacePresenter.mm */, + 46EB2E00005D60 /* RCTSurfacePresenterBridgeAdapter.h */, + 46EB2E00005D70 /* RCTSurfacePresenterBridgeAdapter.mm */, + 46EB2E00005D80 /* RCTSurfaceRegistry.h */, + 46EB2E00005D90 /* RCTSurfaceRegistry.mm */, + 46EB2E00005DA0 /* RCTSurfaceTouchHandler.h */, + 46EB2E00005DB0 /* RCTSurfaceTouchHandler.mm */, + 46EB2E00005DC0 /* RCTThirdPartyFabricComponentsProvider.h */, + 46EB2E00005DD0 /* RCTThirdPartyFabricComponentsProvider.mm */, + 46EB2E00005DE0 /* RCTTouchableComponentViewProtocol.h */, + 46EB2E00005770 /* Mounting */, + 46EB2E0000D7A0 /* Pod */, + 46EB2E00014440 /* Support Files */, + 46EB2E00005DF0 /* Surface */, + 46EB2E00005E20 /* Utils */, + ); + name = "React-RCTFabric"; + path = "../../../node_modules/react-native/React"; + sourceTree = ""; + }; + 46EB2E000001F0 /* React-RCTImage */ = { + isa = PBXGroup; + children = ( + 46EB2E00005EE0 /* RCTAnimatedImage.mm */, + 46EB2E00005EF0 /* RCTBundleAssetImageLoader.mm */, + 46EB2E00005F00 /* RCTDisplayWeakRefreshable.mm */, + 46EB2E00005F10 /* RCTGIFImageDecoder.mm */, + 46EB2E00005F20 /* RCTImageBlurUtils.mm */, + 46EB2E00005F30 /* RCTImageCache.mm */, + 46EB2E00005F40 /* RCTImageEditingManager.mm */, + 46EB2E00005F50 /* RCTImageLoader.mm */, + 46EB2E00005F60 /* RCTImagePlugins.mm */, + 46EB2E00005F70 /* RCTImageShadowView.mm */, + 46EB2E00005F80 /* RCTImageStoreManager.mm */, + 46EB2E00005F90 /* RCTImageURLLoaderWithAttribution.mm */, + 46EB2E00005FA0 /* RCTImageUtils.mm */, + 46EB2E00005FB0 /* RCTImageView.mm */, + 46EB2E00005FC0 /* RCTImageViewManager.mm */, + 46EB2E00005FD0 /* RCTLocalAssetImageLoader.mm */, + 46EB2E00005FE0 /* RCTResizeMode.mm */, + 46EB2E00005FF0 /* RCTUIImageViewAnimated.mm */, + 46EB2E0000D7C0 /* Pod */, + 46EB2E00014670 /* Support Files */, + ); + name = "React-RCTImage"; + path = "../../../node_modules/react-native/Libraries/Image"; + sourceTree = ""; + }; + 46EB2E00000200 /* React-RCTLinking */ = { + isa = PBXGroup; + children = ( + 46EB2E00006000 /* RCTLinkingManager.mm */, + 46EB2E00006010 /* RCTLinkingPlugins.mm */, + 46EB2E0000D7E0 /* Pod */, + 46EB2E00014770 /* Support Files */, + ); + name = "React-RCTLinking"; + path = "../../../node_modules/react-native/Libraries/LinkingIOS"; + sourceTree = ""; + }; + 46EB2E00000210 /* React-RCTNetwork */ = { + isa = PBXGroup; + children = ( + 46EB2E00006020 /* RCTDataRequestHandler.mm */, + 46EB2E00006030 /* RCTFileRequestHandler.mm */, + 46EB2E00006040 /* RCTHTTPRequestHandler.mm */, + 46EB2E00006050 /* RCTNetworking.mm */, + 46EB2E00006060 /* RCTNetworkPlugins.mm */, + 46EB2E00006070 /* RCTNetworkTask.mm */, + 46EB2E0000D800 /* Pod */, + 46EB2E000148B0 /* Support Files */, + ); + name = "React-RCTNetwork"; + path = "../../../node_modules/react-native/Libraries/Network"; + sourceTree = ""; + }; + 46EB2E00000220 /* React-RCTSettings */ = { + isa = PBXGroup; + children = ( + 46EB2E00006080 /* RCTSettingsManager.mm */, + 46EB2E00006090 /* RCTSettingsPlugins.mm */, + 46EB2E0000D820 /* Pod */, + 46EB2E000149B0 /* Support Files */, + ); + name = "React-RCTSettings"; + path = "../../../node_modules/react-native/Libraries/Settings"; + sourceTree = ""; + }; + 46EB2E00000230 /* React-RCTText */ = { + isa = PBXGroup; + children = ( + 46EB2E00006100 /* RCTConvert+Text.mm */, + 46EB2E00006110 /* RCTTextAttributes.mm */, + 46EB2E000060A0 /* BaseText */, + 46EB2E0000D840 /* Pod */, + 46EB2E000060D0 /* RawText */, + 46EB2E00014E60 /* Support Files */, + 46EB2E00006120 /* Text */, + 46EB2E00006180 /* TextInput */, + 46EB2E000062A0 /* VirtualText */, + ); + name = "React-RCTText"; + path = "../../../node_modules/react-native/Libraries/Text"; + sourceTree = ""; + }; + 46EB2E00000240 /* React-RCTVibration */ = { + isa = PBXGroup; + children = ( + 46EB2E000062E0 /* RCTVibration.mm */, + 46EB2E000062F0 /* RCTVibrationPlugins.mm */, + 46EB2E0000D860 /* Pod */, + 46EB2E00014F60 /* Support Files */, + ); + name = "React-RCTVibration"; + path = "../../../node_modules/react-native/Libraries/Vibration"; + sourceTree = ""; + }; + 46EB2E00000250 /* React-RuntimeApple */ = { + isa = PBXGroup; + children = ( + 46EB2E00006300 /* ObjCTimerRegistry.h */, + 46EB2E00006310 /* ObjCTimerRegistry.mm */, + 46EB2E00006320 /* RCTContextContainerHandling.h */, + 46EB2E00006330 /* RCTHermesInstance.h */, + 46EB2E00006340 /* RCTHermesInstance.mm */, + 46EB2E00006360 /* RCTHost.h */, + 46EB2E00006370 /* RCTHost.mm */, + 46EB2E00006350 /* RCTHost+Internal.h */, + 46EB2E00006380 /* RCTInstance.h */, + 46EB2E00006390 /* RCTInstance.mm */, + 46EB2E000063A0 /* RCTJSThreadManager.h */, + 46EB2E000063B0 /* RCTJSThreadManager.mm */, + 46EB2E000063C0 /* RCTLegacyUIManagerConstantsProvider.h */, + 46EB2E000063D0 /* RCTLegacyUIManagerConstantsProvider.mm */, + 46EB2E000063E0 /* RCTPerformanceLoggerUtils.h */, + 46EB2E000063F0 /* RCTPerformanceLoggerUtils.mm */, + 46EB2E0000D880 /* Pod */, + 46EB2E00015140 /* Support Files */, + ); + name = "React-RuntimeApple"; + path = "../../../node_modules/react-native/ReactCommon/react/runtime/platform/ios"; + sourceTree = ""; + }; + 46EB2E00000260 /* React-RuntimeCore */ = { + isa = PBXGroup; + children = ( + 46EB2E00006400 /* BindingsInstaller.h */, + 46EB2E00006410 /* BridgelessNativeMethodCallInvoker.cpp */, + 46EB2E00006420 /* BridgelessNativeMethodCallInvoker.h */, + 46EB2E00006430 /* BufferedRuntimeExecutor.cpp */, + 46EB2E00006440 /* BufferedRuntimeExecutor.h */, + 46EB2E00006450 /* JSRuntimeFactory.cpp */, + 46EB2E00006460 /* JSRuntimeFactory.h */, + 46EB2E00006470 /* PlatformTimerRegistry.h */, + 46EB2E00006480 /* ReactInstance.cpp */, + 46EB2E00006490 /* ReactInstance.h */, + 46EB2E000064A0 /* TimerManager.cpp */, + 46EB2E000064B0 /* TimerManager.h */, + 46EB2E000064C0 /* nativeviewconfig */, + 46EB2E0000D8A0 /* Pod */, + 46EB2E00015300 /* Support Files */, + ); + name = "React-RuntimeCore"; + path = "../../../node_modules/react-native/ReactCommon/react/runtime"; + sourceTree = ""; + }; + 46EB2E00000270 /* React-RuntimeHermes */ = { + isa = PBXGroup; + children = ( + 46EB2E000064F0 /* HermesInstance.cpp */, + 46EB2E00006500 /* HermesInstance.h */, + 46EB2E0000D8C0 /* Pod */, + 46EB2E00015400 /* Support Files */, + ); + name = "React-RuntimeHermes"; + path = "../../../node_modules/react-native/ReactCommon/react/runtime"; + sourceTree = ""; + }; + 46EB2E00000280 /* React-callinvoker */ = { + isa = PBXGroup; + children = ( + 46EB2E00006510 /* CallInvoker.h */, + 46EB2E00006520 /* SchedulerPriority.h */, + 46EB2E0000D8E0 /* Pod */, + 46EB2E000154A0 /* Support Files */, + ); + name = "React-callinvoker"; + path = "../../../node_modules/react-native/ReactCommon/callinvoker"; + sourceTree = ""; + }; + 46EB2E00000290 /* React-cxxreact */ = { + isa = PBXGroup; + children = ( + 46EB2E00006530 /* CxxModule.h */, + 46EB2E00006540 /* CxxNativeModule.cpp */, + 46EB2E00006550 /* CxxNativeModule.h */, + 46EB2E00006560 /* ErrorUtils.h */, + 46EB2E00006570 /* Instance.cpp */, + 46EB2E00006580 /* Instance.h */, + 46EB2E000065A0 /* JsArgumentHelpers.h */, + 46EB2E00006590 /* JsArgumentHelpers-inl.h */, + 46EB2E000065B0 /* JSBigString.cpp */, + 46EB2E000065C0 /* JSBigString.h */, + 46EB2E000065D0 /* JSBundleType.cpp */, + 46EB2E000065E0 /* JSBundleType.h */, + 46EB2E000065F0 /* JSExecutor.cpp */, + 46EB2E00006600 /* JSExecutor.h */, + 46EB2E00006610 /* JSIndexedRAMBundle.cpp */, + 46EB2E00006620 /* JSIndexedRAMBundle.h */, + 46EB2E00006630 /* JSModulesUnbundle.h */, + 46EB2E00006640 /* MessageQueueThread.h */, + 46EB2E00006650 /* MethodCall.cpp */, + 46EB2E00006660 /* MethodCall.h */, + 46EB2E00006670 /* ModuleRegistry.cpp */, + 46EB2E00006680 /* ModuleRegistry.h */, + 46EB2E00006690 /* MoveWrapper.h */, + 46EB2E000066A0 /* NativeModule.h */, + 46EB2E000066B0 /* NativeToJsBridge.cpp */, + 46EB2E000066C0 /* NativeToJsBridge.h */, + 46EB2E0000D560 /* PrivacyInfo.xcprivacy */, + 46EB2E000066D0 /* RAMBundleRegistry.cpp */, + 46EB2E000066E0 /* RAMBundleRegistry.h */, + 46EB2E000066F0 /* ReactMarker.cpp */, + 46EB2E00006700 /* ReactMarker.h */, + 46EB2E00006710 /* ReactNativeVersion.h */, + 46EB2E00006720 /* RecoverableError.h */, + 46EB2E00006730 /* SharedProxyCxxModule.h */, + 46EB2E00006740 /* SystraceSection.h */, + 46EB2E0000D900 /* Pod */, + 46EB2E000155E0 /* Support Files */, + ); + name = "React-cxxreact"; + path = "../../../node_modules/react-native/ReactCommon/cxxreact"; + sourceTree = ""; + }; + 46EB2E000002A0 /* React-debug */ = { + isa = PBXGroup; + children = ( + 46EB2E00006750 /* flags.h */, + 46EB2E00006760 /* react_native_assert.cpp */, + 46EB2E00006770 /* react_native_assert.h */, + 46EB2E00006780 /* react_native_expect.h */, + 46EB2E0000D920 /* Pod */, + 46EB2E00015930 /* Support Files */, + ); + name = "React-debug"; + path = "../../../node_modules/react-native/ReactCommon/react/debug"; + sourceTree = ""; + }; + 46EB2E000002B0 /* React-defaultsnativemodule */ = { + isa = PBXGroup; + children = ( + 46EB2E00006790 /* DefaultTurboModules.cpp */, + 46EB2E000067A0 /* DefaultTurboModules.h */, + 46EB2E0000D940 /* Pod */, + 46EB2E00015A60 /* Support Files */, + ); + name = "React-defaultsnativemodule"; + path = "../../../node_modules/react-native/ReactCommon/react/nativemodule/defaults"; + sourceTree = ""; + }; + 46EB2E000002C0 /* React-domnativemodule */ = { + isa = PBXGroup; + children = ( + 46EB2E000067B0 /* NativeDOM.cpp */, + 46EB2E000067C0 /* NativeDOM.h */, + 46EB2E0000D960 /* Pod */, + 46EB2E00015B90 /* Support Files */, + ); + name = "React-domnativemodule"; + path = "../../../node_modules/react-native/ReactCommon/react/nativemodule/dom"; + sourceTree = ""; + }; + 46EB2E000002D0 /* React-featureflags */ = { + isa = PBXGroup; + children = ( + 46EB2E000067D0 /* ReactNativeFeatureFlags.cpp */, + 46EB2E000067E0 /* ReactNativeFeatureFlags.h */, + 46EB2E000067F0 /* ReactNativeFeatureFlagsAccessor.cpp */, + 46EB2E00006800 /* ReactNativeFeatureFlagsAccessor.h */, + 46EB2E00006810 /* ReactNativeFeatureFlagsDefaults.h */, + 46EB2E00006820 /* ReactNativeFeatureFlagsProvider.h */, + 46EB2E0000D980 /* Pod */, + 46EB2E00015D00 /* Support Files */, + ); + name = "React-featureflags"; + path = "../../../node_modules/react-native/ReactCommon/react/featureflags"; + sourceTree = ""; + }; + 46EB2E000002E0 /* React-featureflagsnativemodule */ = { + isa = PBXGroup; + children = ( + 46EB2E00006830 /* NativeReactNativeFeatureFlags.cpp */, + 46EB2E00006840 /* NativeReactNativeFeatureFlags.h */, + 46EB2E0000D9A0 /* Pod */, + 46EB2E00015E30 /* Support Files */, + ); + name = "React-featureflagsnativemodule"; + path = "../../../node_modules/react-native/ReactCommon/react/nativemodule/featureflags"; + sourceTree = ""; + }; + 46EB2E000002F0 /* React-graphics */ = { + isa = PBXGroup; + children = ( + 46EB2E00006850 /* BackgroundImage.h */, + 46EB2E00006860 /* BlendMode.h */, + 46EB2E00006870 /* BoxShadow.h */, + 46EB2E00006880 /* Color.cpp */, + 46EB2E00006890 /* Color.h */, + 46EB2E000068A0 /* ColorComponents.cpp */, + 46EB2E000068B0 /* ColorComponents.h */, + 46EB2E000068C0 /* conversions.h */, + 46EB2E000068D0 /* Filter.h */, + 46EB2E000068E0 /* fromRawValueShared.h */, + 46EB2E000068F0 /* Geometry.h */, + 46EB2E00006900 /* Isolation.h */, + 46EB2E000069D0 /* Point.h */, + 46EB2E000069E0 /* Rect.h */, + 46EB2E000069F0 /* RectangleCorners.h */, + 46EB2E00006A00 /* RectangleEdges.h */, + 46EB2E00006A10 /* rounding.h */, + 46EB2E00006A20 /* Size.h */, + 46EB2E00006A30 /* Transform.cpp */, + 46EB2E00006A40 /* Transform.h */, + 46EB2E00006A50 /* ValueUnit.h */, + 46EB2E00006A60 /* Vector.h */, + 46EB2E00006910 /* platform */, + 46EB2E0000D9C0 /* Pod */, + 46EB2E00016110 /* Support Files */, + ); + name = "React-graphics"; + path = "../../../node_modules/react-native/ReactCommon/react/renderer/graphics"; + sourceTree = ""; + }; + 46EB2E00000300 /* React-hermes */ = { + isa = PBXGroup; + children = ( + 46EB2E00006A70 /* executor */, + 46EB2E00006AA0 /* inspector-modern */, + 46EB2E0000D9E0 /* Pod */, + 46EB2E000162C0 /* Support Files */, + ); + name = "React-hermes"; + path = "../../../node_modules/react-native/ReactCommon/hermes"; + sourceTree = ""; + }; + 46EB2E00000310 /* React-idlecallbacksnativemodule */ = { + isa = PBXGroup; + children = ( + 46EB2E00006B40 /* NativeIdleCallbacks.cpp */, + 46EB2E00006B50 /* NativeIdleCallbacks.h */, + 46EB2E0000DA00 /* Pod */, + 46EB2E000163C0 /* Support Files */, + ); + name = "React-idlecallbacksnativemodule"; + path = "../../../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks"; + sourceTree = ""; + }; + 46EB2E00000320 /* React-jserrorhandler */ = { + isa = PBXGroup; + children = ( + 46EB2E00006B60 /* JsErrorHandler.cpp */, + 46EB2E00006B70 /* JsErrorHandler.h */, + 46EB2E0000DA20 /* Pod */, + 46EB2E000164F0 /* Support Files */, + ); + name = "React-jserrorhandler"; + path = "../../../node_modules/react-native/ReactCommon/jserrorhandler"; + sourceTree = ""; + }; + 46EB2E00000330 /* React-jsi */ = { + isa = PBXGroup; + children = ( + 46EB2E00006B80 /* decorator.h */, + 46EB2E00006B90 /* instrumentation.h */, + 46EB2E00006BB0 /* jsi.h */, + 46EB2E00006BA0 /* jsi-inl.h */, + 46EB2E00006BC0 /* JSIDynamic.cpp */, + 46EB2E00006BD0 /* JSIDynamic.h */, + 46EB2E00006BE0 /* jsilib.h */, + 46EB2E00006BF0 /* threadsafe.h */, + 46EB2E0000DA40 /* Pod */, + 46EB2E00016650 /* Support Files */, + ); + name = "React-jsi"; + path = "../../../node_modules/react-native/ReactCommon/jsi"; + sourceTree = ""; + }; + 46EB2E00000340 /* React-jsiexecutor */ = { + isa = PBXGroup; + children = ( + 46EB2E00006C00 /* JSIExecutor.cpp */, + 46EB2E00006C10 /* JSIExecutor.h */, + 46EB2E00006C20 /* JSINativeModules.cpp */, + 46EB2E00006C30 /* JSINativeModules.h */, + 46EB2E0000DA60 /* Pod */, + 46EB2E000167A0 /* Support Files */, + ); + name = "React-jsiexecutor"; + path = "../../../node_modules/react-native/ReactCommon/jsiexecutor"; + sourceTree = ""; + }; + 46EB2E00000350 /* React-jsinspector */ = { + isa = PBXGroup; + children = ( + 46EB2E00006C40 /* Base64.h */, + 46EB2E00006C50 /* CdpJson.cpp */, + 46EB2E00006C60 /* CdpJson.h */, + 46EB2E00006C70 /* ConsoleMessage.cpp */, + 46EB2E00006C80 /* ConsoleMessage.h */, + 46EB2E00006C90 /* ExecutionContext.cpp */, + 46EB2E00006CA0 /* ExecutionContext.h */, + 46EB2E00006CB0 /* ExecutionContextManager.cpp */, + 46EB2E00006CC0 /* ExecutionContextManager.h */, + 46EB2E00006CD0 /* FallbackRuntimeAgentDelegate.cpp */, + 46EB2E00006CE0 /* FallbackRuntimeAgentDelegate.h */, + 46EB2E00006CF0 /* FallbackRuntimeTargetDelegate.cpp */, + 46EB2E00006D00 /* FallbackRuntimeTargetDelegate.h */, + 46EB2E00006D10 /* ForwardingConsoleMethods.def */, + 46EB2E00006D20 /* HostAgent.cpp */, + 46EB2E00006D30 /* HostAgent.h */, + 46EB2E00006D40 /* HostCommand.h */, + 46EB2E00006D50 /* HostTarget.cpp */, + 46EB2E00006D60 /* HostTarget.h */, + 46EB2E00006D70 /* InspectorFlags.cpp */, + 46EB2E00006D80 /* InspectorFlags.h */, + 46EB2E00006D90 /* InspectorInterfaces.cpp */, + 46EB2E00006DA0 /* InspectorInterfaces.h */, + 46EB2E00006DB0 /* InspectorPackagerConnection.cpp */, + 46EB2E00006DC0 /* InspectorPackagerConnection.h */, + 46EB2E00006DD0 /* InspectorPackagerConnectionImpl.h */, + 46EB2E00006DE0 /* InspectorUtilities.cpp */, + 46EB2E00006DF0 /* InspectorUtilities.h */, + 46EB2E00006E00 /* InstanceAgent.cpp */, + 46EB2E00006E10 /* InstanceAgent.h */, + 46EB2E00006E20 /* InstanceTarget.cpp */, + 46EB2E00006E30 /* InstanceTarget.h */, + 46EB2E00006E40 /* NetworkIOAgent.cpp */, + 46EB2E00006E50 /* NetworkIOAgent.h */, + 46EB2E00006E60 /* ReactCdp.h */, + 46EB2E00006E70 /* RuntimeAgent.cpp */, + 46EB2E00006E80 /* RuntimeAgent.h */, + 46EB2E00006E90 /* RuntimeAgentDelegate.h */, + 46EB2E00006EA0 /* RuntimeTarget.cpp */, + 46EB2E00006EB0 /* RuntimeTarget.h */, + 46EB2E00006EC0 /* RuntimeTargetConsole.cpp */, + 46EB2E00006ED0 /* RuntimeTargetDebuggerSessionObserver.cpp */, + 46EB2E00006EE0 /* ScopedExecutor.h */, + 46EB2E00006EF0 /* SessionState.h */, + 46EB2E00006F00 /* StackTrace.h */, + 46EB2E00006F10 /* UniqueMonostate.h */, + 46EB2E00006F20 /* Utf8.h */, + 46EB2E00006F30 /* WeakList.h */, + 46EB2E00006F40 /* WebSocketInterfaces.h */, + 46EB2E0000DA80 /* Pod */, + 46EB2E00016B90 /* Support Files */, + ); + name = "React-jsinspector"; + path = "../../../node_modules/react-native/ReactCommon/jsinspector-modern"; + sourceTree = ""; + }; + 46EB2E00000360 /* React-jsitracing */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DAA0 /* Pod */, + 46EB2E00016C60 /* Support Files */, + ); + name = "React-jsitracing"; + path = "../../../node_modules/react-native/ReactCommon/hermes/executor"; + sourceTree = ""; + }; + 46EB2E00000370 /* React-logger */ = { + isa = PBXGroup; + children = ( + 46EB2E00006F50 /* react_native_log.cpp */, + 46EB2E00006F60 /* react_native_log.h */, + 46EB2E0000DAC0 /* Pod */, + 46EB2E00016D30 /* Support Files */, + ); + name = "React-logger"; + path = "../../../node_modules/react-native/ReactCommon/logger"; + sourceTree = ""; + }; + 46EB2E00000380 /* React-microtasksnativemodule */ = { + isa = PBXGroup; + children = ( + 46EB2E00006F70 /* NativeMicrotasks.cpp */, + 46EB2E00006F80 /* NativeMicrotasks.h */, + 46EB2E0000DAE0 /* Pod */, + 46EB2E00016E30 /* Support Files */, + ); + name = "React-microtasksnativemodule"; + path = "../../../node_modules/react-native/ReactCommon/react/nativemodule/microtasks"; + sourceTree = ""; + }; + 46EB2E00000390 /* React-nativeconfig */ = { + isa = PBXGroup; + children = ( + 46EB2E00006F90 /* ReactNativeConfig.cpp */, + 46EB2E00006FA0 /* ReactNativeConfig.h */, + 46EB2E0000DB00 /* Pod */, + 46EB2E00016F60 /* Support Files */, + ); + name = "React-nativeconfig"; + path = "../../../node_modules/react-native/ReactCommon"; + sourceTree = ""; + }; + 46EB2E000003A0 /* React-perflogger */ = { + isa = PBXGroup; + children = ( + 46EB2E00007050 /* fusebox */, + 46EB2E0000DB20 /* Pod */, + 46EB2E00006FB0 /* reactperflogger */, + 46EB2E000170F0 /* Support Files */, ); name = "React-perflogger"; path = "../../../node_modules/react-native/ReactCommon/reactperflogger"; sourceTree = ""; }; + 46EB2E000003B0 /* React-performancetimeline */ = { + isa = PBXGroup; + children = ( + 46EB2E00007080 /* BoundedConsumableBuffer.h */, + 46EB2E00007090 /* PerformanceEntryReporter.cpp */, + 46EB2E000070A0 /* PerformanceEntryReporter.h */, + 46EB2E0000DB40 /* Pod */, + 46EB2E00017200 /* Support Files */, + ); + name = "React-performancetimeline"; + path = "../../../node_modules/react-native/ReactCommon/react/performance/timeline"; + sourceTree = ""; + }; + 46EB2E000003C0 /* React-rendererconsistency */ = { + isa = PBXGroup; + children = ( + 46EB2E000070B0 /* ScopedShadowTreeRevisionLock.h */, + 46EB2E000070C0 /* ShadowTreeRevisionConsistencyManager.cpp */, + 46EB2E000070D0 /* ShadowTreeRevisionConsistencyManager.h */, + 46EB2E0000DB60 /* Pod */, + 46EB2E00017310 /* Support Files */, + ); + name = "React-rendererconsistency"; + path = "../../../node_modules/react-native/ReactCommon/react/renderer/consistency"; + sourceTree = ""; + }; + 46EB2E000003D0 /* React-rendererdebug */ = { + isa = PBXGroup; + children = ( + 46EB2E000070E0 /* DebugStringConvertible.cpp */, + 46EB2E000070F0 /* DebugStringConvertible.h */, + 46EB2E00007100 /* DebugStringConvertibleItem.cpp */, + 46EB2E00007110 /* DebugStringConvertibleItem.h */, + 46EB2E00007120 /* debugStringConvertibleUtils.h */, + 46EB2E00007130 /* flags.h */, + 46EB2E0000DB80 /* Pod */, + 46EB2E00017450 /* Support Files */, + ); + name = "React-rendererdebug"; + path = "../../../node_modules/react-native/ReactCommon/react/renderer/debug"; + sourceTree = ""; + }; + 46EB2E000003E0 /* React-rncore */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DBA0 /* Pod */, + 46EB2E00017520 /* Support Files */, + ); + name = "React-rncore"; + path = "../../../node_modules/react-native/ReactCommon"; + sourceTree = ""; + }; + 46EB2E000003F0 /* React-runtimeexecutor */ = { + isa = PBXGroup; + children = ( + 46EB2E00007140 /* RuntimeExecutor.h */, + 46EB2E0000DBC0 /* Pod */, + 46EB2E00017590 /* Support Files */, + ); + name = "React-runtimeexecutor"; + path = "../../../node_modules/react-native/ReactCommon/runtimeexecutor"; + sourceTree = ""; + }; + 46EB2E00000400 /* React-runtimescheduler */ = { + isa = PBXGroup; + children = ( + 46EB2E00007150 /* primitives.h */, + 46EB2E00007160 /* RuntimeScheduler.cpp */, + 46EB2E00007170 /* RuntimeScheduler.h */, + 46EB2E000071E0 /* RuntimeScheduler_Legacy.cpp */, + 46EB2E000071F0 /* RuntimeScheduler_Legacy.h */, + 46EB2E00007200 /* RuntimeScheduler_Modern.cpp */, + 46EB2E00007210 /* RuntimeScheduler_Modern.h */, + 46EB2E00007180 /* RuntimeSchedulerBinding.cpp */, + 46EB2E00007190 /* RuntimeSchedulerBinding.h */, + 46EB2E000071A0 /* RuntimeSchedulerCallInvoker.cpp */, + 46EB2E000071B0 /* RuntimeSchedulerCallInvoker.h */, + 46EB2E000071C0 /* RuntimeSchedulerClock.h */, + 46EB2E000071D0 /* RuntimeSchedulerEventTimingDelegate.h */, + 46EB2E00007220 /* SchedulerPriorityUtils.h */, + 46EB2E00007230 /* Task.cpp */, + 46EB2E00007240 /* Task.h */, + 46EB2E0000DBE0 /* Pod */, + 46EB2E00017740 /* Support Files */, + ); + name = "React-runtimescheduler"; + path = "../../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"; + sourceTree = ""; + }; + 46EB2E00000410 /* React-timing */ = { + isa = PBXGroup; + children = ( + 46EB2E00007250 /* primitives.h */, + 46EB2E0000DC00 /* Pod */, + 46EB2E000177E0 /* Support Files */, + ); + name = "React-timing"; + path = "../../../node_modules/react-native/ReactCommon/react/timing"; + sourceTree = ""; + }; + 46EB2E00000420 /* React-utils */ = { + isa = PBXGroup; + children = ( + 46EB2E00007260 /* ContextContainer.h */, + 46EB2E00007270 /* CoreFeatures.cpp */, + 46EB2E00007280 /* CoreFeatures.h */, + 46EB2E00007290 /* FloatComparison.h */, + 46EB2E000072A0 /* fnv1a.h */, + 46EB2E000072B0 /* hash_combine.h */, + 46EB2E000072C0 /* jsi-utils.cpp */, + 46EB2E000072D0 /* jsi-utils.h */, + 46EB2E000072E0 /* ManagedObjectWrapper.h */, + 46EB2E000072F0 /* ManagedObjectWrapper.mm */, + 46EB2E00007300 /* OnScopeExit.h */, + 46EB2E00007310 /* PackTraits.h */, + 46EB2E00007320 /* RunLoopObserver.cpp */, + 46EB2E00007330 /* RunLoopObserver.h */, + 46EB2E00007340 /* SharedFunction.h */, + 46EB2E00007350 /* SimpleThreadSafeCache.h */, + 46EB2E00007360 /* Telemetry.h */, + 46EB2E00007370 /* to_underlying.h */, + 46EB2E0000DC20 /* Pod */, + 46EB2E000179B0 /* Support Files */, + ); + name = "React-utils"; + path = "../../../node_modules/react-native/ReactCommon/react/utils"; + sourceTree = ""; + }; + 46EB2E00000430 /* ReactCodegen */ = { + isa = PBXGroup; + children = ( + 46EB2E000073C0 /* FBReactNativeSpecJSI.h */, + 46EB2E000073B0 /* FBReactNativeSpecJSI-generated.cpp */, + 46EB2E000073D0 /* RCTModulesConformingToProtocolsProvider.h */, + 46EB2E000073E0 /* RCTModulesConformingToProtocolsProvider.mm */, + 46EB2E00007380 /* FBReactNativeSpec */, + 46EB2E0000DC40 /* Pod */, + 46EB2E00017B20 /* Support Files */, + ); + name = ReactCodegen; + path = ../build/generated/ios; + sourceTree = ""; + }; + 46EB2E00000440 /* ReactCommon */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DC60 /* Pod */, + 46EB2E00017E30 /* Support Files */, + 46EB2E000073F0 /* turbomodule */, + ); + name = ReactCommon; + path = "../../../node_modules/react-native/ReactCommon"; + sourceTree = ""; + }; + 46EB2E00000450 /* SocketRocket */ = { + isa = PBXGroup; + children = ( + 46EB2E00007820 /* NSRunLoop+SRWebSocket.h */, + 46EB2E00007830 /* NSRunLoop+SRWebSocket.m */, + 46EB2E00007680 /* NSRunLoop+SRWebSocketPrivate.h */, + 46EB2E00007840 /* NSURLRequest+SRWebSocket.h */, + 46EB2E00007850 /* NSURLRequest+SRWebSocket.m */, + 46EB2E00007690 /* NSURLRequest+SRWebSocketPrivate.h */, + 46EB2E00007860 /* SocketRocket.h */, + 46EB2E00007700 /* SRConstants.h */, + 46EB2E00007710 /* SRConstants.m */, + 46EB2E00007620 /* SRDelegateController.h */, + 46EB2E00007630 /* SRDelegateController.m */, + 46EB2E00007720 /* SRError.h */, + 46EB2E00007730 /* SRError.m */, + 46EB2E00007740 /* SRHash.h */, + 46EB2E00007750 /* SRHash.m */, + 46EB2E00007760 /* SRHTTPConnectMessage.h */, + 46EB2E00007770 /* SRHTTPConnectMessage.m */, + 46EB2E00007640 /* SRIOConsumer.h */, + 46EB2E00007650 /* SRIOConsumer.m */, + 46EB2E00007660 /* SRIOConsumerPool.h */, + 46EB2E00007670 /* SRIOConsumerPool.m */, + 46EB2E00007780 /* SRLog.h */, + 46EB2E00007790 /* SRLog.m */, + 46EB2E000077A0 /* SRMutex.h */, + 46EB2E000077B0 /* SRMutex.m */, + 46EB2E000076E0 /* SRPinningSecurityPolicy.h */, + 46EB2E000076F0 /* SRPinningSecurityPolicy.m */, + 46EB2E000076A0 /* SRProxyConnect.h */, + 46EB2E000076B0 /* SRProxyConnect.m */, + 46EB2E000077C0 /* SRRandom.h */, + 46EB2E000077D0 /* SRRandom.m */, + 46EB2E000076C0 /* SRRunLoopThread.h */, + 46EB2E000076D0 /* SRRunLoopThread.m */, + 46EB2E00007870 /* SRSecurityPolicy.h */, + 46EB2E00007880 /* SRSecurityPolicy.m */, + 46EB2E000077E0 /* SRSIMDHelpers.h */, + 46EB2E000077F0 /* SRSIMDHelpers.m */, + 46EB2E00007800 /* SRURLUtilities.h */, + 46EB2E00007810 /* SRURLUtilities.m */, + 46EB2E00007890 /* SRWebSocket.h */, + 46EB2E000078A0 /* SRWebSocket.m */, + 46EB2E000181D0 /* Support Files */, + ); + name = SocketRocket; + path = SocketRocket; + sourceTree = ""; + }; + 46EB2E00000460 /* Yoga */ = { + isa = PBXGroup; + children = ( + 46EB2E00007CB0 /* YGConfig.cpp */, + 46EB2E00007CC0 /* YGConfig.h */, + 46EB2E00007CD0 /* YGEnums.cpp */, + 46EB2E00007CE0 /* YGEnums.h */, + 46EB2E00007CF0 /* YGMacros.h */, + 46EB2E00007D00 /* YGNode.cpp */, + 46EB2E00007D10 /* YGNode.h */, + 46EB2E00007D20 /* YGNodeLayout.cpp */, + 46EB2E00007D30 /* YGNodeLayout.h */, + 46EB2E00007D40 /* YGNodeStyle.cpp */, + 46EB2E00007D50 /* YGNodeStyle.h */, + 46EB2E00007D60 /* YGPixelGrid.cpp */, + 46EB2E00007D70 /* YGPixelGrid.h */, + 46EB2E00007D80 /* YGValue.cpp */, + 46EB2E00007D90 /* YGValue.h */, + 46EB2E00007DA0 /* Yoga.h */, + 46EB2E000078B0 /* algorithm */, + 46EB2E000079D0 /* config */, + 46EB2E00007A00 /* debug */, + 46EB2E00007A50 /* enums */, + 46EB2E00007B90 /* event */, + 46EB2E00007BC0 /* node */, + 46EB2E00007C20 /* numeric */, + 46EB2E0000DC80 /* Pod */, + 46EB2E00007C50 /* style */, + 46EB2E00018730 /* Support Files */, + ); + name = Yoga; + path = "../../../node_modules/react-native/ReactCommon/yoga"; + sourceTree = ""; + }; + 46EB2E00000470 /* boost */ = { + isa = PBXGroup; + children = ( + 46EB2E0000A650 /* access_specifier.hpp */, + 46EB2E00009000 /* adaptive_merge.hpp */, + 46EB2E00009010 /* adaptive_sort.hpp */, + 46EB2E00009020 /* adaptive_sort_merge.hpp */, + 46EB2E00009BC0 /* add.hpp */, + 46EB2E0000AA40 /* add.hpp */, + 46EB2E0000CA70 /* add_const.hpp */, + 46EB2E0000CA80 /* add_cv.hpp */, + 46EB2E0000CA90 /* add_lvalue_reference.hpp */, + 46EB2E0000CAA0 /* add_pointer.hpp */, + 46EB2E0000CAB0 /* add_reference.hpp */, + 46EB2E0000CAC0 /* add_rvalue_reference.hpp */, + 46EB2E0000CAD0 /* add_volatile.hpp */, + 46EB2E0000C340 /* additive_combine.hpp */, + 46EB2E00008710 /* addressof.hpp */, + 46EB2E00009110 /* addressof.hpp */, + 46EB2E00009430 /* adl.hpp */, + 46EB2E00009370 /* adl_barrier.hpp */, + 46EB2E00008FF0 /* adl_move_swap.hpp */, + 46EB2E0000A660 /* adl_swap.hpp */, + 46EB2E0000B5E0 /* adt.hpp */, + 46EB2E00008EE0 /* advance.hpp */, + 46EB2E000092B0 /* advance.hpp */, + 46EB2E00009380 /* advance_backward.hpp */, + 46EB2E000098D0 /* advance_backward.hpp */, + 46EB2E00009390 /* advance_forward.hpp */, + 46EB2E000098E0 /* advance_forward.hpp */, + 46EB2E000092C0 /* advance_fwd.hpp */, + 46EB2E000084E0 /* advanced_insert_int.hpp */, + 46EB2E00008B90 /* algo_type.hpp */, + 46EB2E000084F0 /* algorithm.hpp */, + 46EB2E00008B80 /* algorithm.hpp */, + 46EB2E00008A30 /* aliases_def.hpp */, + 46EB2E00008A40 /* aliases_undef.hpp */, + 46EB2E0000CAE0 /* aligned_storage.hpp */, + 46EB2E0000CAF0 /* alignment_of.hpp */, + 46EB2E00008510 /* alloc_helpers.hpp */, + 46EB2E00008500 /* allocation_type.hpp */, + 46EB2E000084C0 /* allocator_traits.hpp */, + 46EB2E0000A670 /* allocator_traits.hpp */, + 46EB2E000092D0 /* always.hpp */, + 46EB2E000092E0 /* and.hpp */, + 46EB2E000098F0 /* and.hpp */, + 46EB2E0000B860 /* and.hpp */, + 46EB2E0000A680 /* any_container_view.hpp */, + 46EB2E0000B5F0 /* append.hpp */, + 46EB2E000092F0 /* apply.hpp */, + 46EB2E00009900 /* apply.hpp */, + 46EB2E0000B050 /* apply.hpp */, + 46EB2E00009300 /* apply_fwd.hpp */, + 46EB2E00009910 /* apply_fwd.hpp */, + 46EB2E00009310 /* apply_wrap.hpp */, + 46EB2E00009920 /* apply_wrap.hpp */, + 46EB2E0000A690 /* archive_constructed.hpp */, + 46EB2E00008050 /* arg.hpp */, + 46EB2E00009320 /* arg.hpp */, + 46EB2E00009930 /* arg.hpp */, + 46EB2E00009330 /* arg_fwd.hpp */, + 46EB2E000093A0 /* arg_typedef.hpp */, + 46EB2E0000AA30 /* arithmetic.hpp */, + 46EB2E000093B0 /* arithmetic_op.hpp */, + 46EB2E000093C0 /* arity.hpp */, + 46EB2E0000A110 /* arity.hpp */, + 46EB2E000093D0 /* arity_spec.hpp */, + 46EB2E00008020 /* array.hpp */, + 46EB2E0000AB60 /* array.hpp */, + 46EB2E00008BA0 /* array_initializer.hpp */, + 46EB2E00009440 /* arrays.hpp */, + 46EB2E0000C780 /* as_literal.hpp */, + 46EB2E00008030 /* assert.hpp */, + 46EB2E00008170 /* assert.hpp */, + 46EB2E00008BB0 /* assert.hpp */, + 46EB2E00009340 /* assert.hpp */, + 46EB2E0000AEC0 /* assert.hpp */, + 46EB2E0000AC70 /* assert_msg.hpp */, + 46EB2E00009350 /* at.hpp */, + 46EB2E0000A4C0 /* at.hpp */, + 46EB2E0000B600 /* at.hpp */, + 46EB2E00009360 /* at_fwd.hpp */, + 46EB2E000093E0 /* at_impl.hpp */, + 46EB2E0000A350 /* at_impl.hpp */, + 46EB2E00008220 /* auto_link.hpp */, + 46EB2E0000AF00 /* auto_rec.hpp */, + 46EB2E0000AF20 /* auto_rec.hpp */, + 46EB2E0000AF60 /* auto_rec_1024.hpp */, + 46EB2E0000AF70 /* auto_rec_256.hpp */, + 46EB2E0000AF80 /* auto_rec_512.hpp */, + 46EB2E0000A6A0 /* auto_space.hpp */, + 46EB2E0000A4D0 /* back.hpp */, + 46EB2E00009D70 /* back_fwd.hpp */, + 46EB2E00009D80 /* back_inserter.hpp */, + 46EB2E00008180 /* backward_compatibility.hpp */, + 46EB2E0000A6B0 /* bad_archive_exception.hpp */, + 46EB2E00009D90 /* base.hpp */, + 46EB2E0000CFF0 /* base_from_member.hpp */, + 46EB2E0000A6C0 /* base_type.hpp */, + 46EB2E00009940 /* basic_bind.hpp */, + 46EB2E00009030 /* basic_op.hpp */, + 46EB2E00009450 /* bcc.hpp */, + 46EB2E00009DA0 /* begin.hpp */, + 46EB2E0000C790 /* begin.hpp */, + 46EB2E00009DB0 /* begin_end.hpp */, + 46EB2E0000A4E0 /* begin_end.hpp */, + 46EB2E00009DC0 /* begin_end_fwd.hpp */, + 46EB2E000093F0 /* begin_end_impl.hpp */, + 46EB2E0000A360 /* begin_end_impl.hpp */, + 46EB2E0000C350 /* bernoulli_distribution.hpp */, + 46EB2E0000C360 /* beta_distribution.hpp */, + 46EB2E0000A6D0 /* bidir_node_iterator.hpp */, + 46EB2E0000D000 /* binary.hpp */, + 46EB2E0000BCA0 /* binary_transform.hpp */, + 46EB2E00008060 /* bind.hpp */, + 46EB2E00009460 /* bind.hpp */, + 46EB2E00009950 /* bind.hpp */, + 46EB2E00009DD0 /* bind.hpp */, + 46EB2E00008070 /* bind_cc.hpp */, + 46EB2E00009960 /* bind_fwd.hpp */, + 46EB2E00009DE0 /* bind_fwd.hpp */, + 46EB2E00008080 /* bind_mf2_cc.hpp */, + 46EB2E00008090 /* bind_mf_cc.hpp */, + 46EB2E000080A0 /* bind_template.hpp */, + 46EB2E0000C370 /* binomial_distribution.hpp */, + 46EB2E00008720 /* bit.hpp */, + 46EB2E00009970 /* bitand.hpp */, + 46EB2E00009DF0 /* bitand.hpp */, + 46EB2E0000B870 /* bitand.hpp */, + 46EB2E0000B880 /* bitnor.hpp */, + 46EB2E00009980 /* bitor.hpp */, + 46EB2E0000B890 /* bitor.hpp */, + 46EB2E00009990 /* bitxor.hpp */, + 46EB2E00009E00 /* bitxor.hpp */, + 46EB2E0000B8A0 /* bitxor.hpp */, + 46EB2E00008150 /* blank.hpp */, + 46EB2E00009E10 /* bool.hpp */, + 46EB2E0000B8B0 /* bool.hpp */, + 46EB2E0000B8D0 /* bool_1024.hpp */, + 46EB2E0000B8E0 /* bool_256.hpp */, + 46EB2E0000B8F0 /* bool_512.hpp */, + 46EB2E00009E20 /* bool_fwd.hpp */, + 46EB2E00008190 /* borland.hpp */, + 46EB2E00008230 /* borland.hpp */, + 46EB2E0000C990 /* borland.hpp */, + 46EB2E00008160 /* call_traits.hpp */, + 46EB2E00008810 /* call_traits.hpp */, + 46EB2E00007DC0 /* case_conv.hpp */, + 46EB2E00007E20 /* case_conv.hpp */, + 46EB2E0000AC80 /* cat.hpp */, + 46EB2E0000B610 /* cat.hpp */, + 46EB2E0000BC90 /* cat.hpp */, + 46EB2E0000C380 /* cauchy_distribution.hpp */, + 46EB2E000089D0 /* cc_names.hpp */, + 46EB2E0000AF10 /* check.hpp */, + 46EB2E0000B060 /* check_empty.hpp */, + 46EB2E00008730 /* checked_delete.hpp */, + 46EB2E0000C390 /* chi_squared_distribution.hpp */, + 46EB2E00008B60 /* circular_list_algorithms.hpp */, + 46EB2E00008B70 /* circular_slist_algorithms.hpp */, + 46EB2E00008240 /* clang.hpp */, + 46EB2E00008250 /* clang_version.hpp */, + 46EB2E00008A10 /* class_transform.hpp */, + 46EB2E00007DD0 /* classification.hpp */, + 46EB2E00007E30 /* classification.hpp */, + 46EB2E00008A00 /* classifier.hpp */, + 46EB2E00009E30 /* clear.hpp */, + 46EB2E0000A4F0 /* clear.hpp */, + 46EB2E00009E40 /* clear_fwd.hpp */, + 46EB2E00009400 /* clear_impl.hpp */, + 46EB2E0000A370 /* clear_impl.hpp */, + 46EB2E00008440 /* cmath.hpp */, + 46EB2E00008740 /* cmath.hpp */, + 46EB2E00008260 /* codegear.hpp */, + 46EB2E00008270 /* comeau.hpp */, + 46EB2E0000AC90 /* comma.hpp */, + 46EB2E0000B970 /* comma.hpp */, + 46EB2E0000ACA0 /* comma_if.hpp */, + 46EB2E0000B980 /* comma_if.hpp */, + 46EB2E0000C7D0 /* common.hpp */, + 46EB2E00008280 /* common_edg.hpp */, + 46EB2E00009410 /* common_name_wknd.hpp */, + 46EB2E00008BC0 /* common_slist_algorithms.hpp */, + 46EB2E00008290 /* compaq_cxx.hpp */, + 46EB2E00007DE0 /* compare.hpp */, + 46EB2E0000ACB0 /* comparison.hpp */, + 46EB2E00009420 /* comparison_op.hpp */, + 46EB2E000089E0 /* compiler.hpp */, + 46EB2E00009470 /* compiler.hpp */, + 46EB2E0000B8C0 /* compl.hpp */, + 46EB2E000089C0 /* components.hpp */, + 46EB2E00008A20 /* components_as_mpl_sequence.hpp */, + 46EB2E0000CB00 /* composite_traits.hpp */, + 46EB2E00007DF0 /* concept.hpp */, + 46EB2E00008200 /* concept_check.hpp */, + 46EB2E000081A0 /* concept_def.hpp */, + 46EB2E000081B0 /* concept_undef.hpp */, + 46EB2E0000C7A0 /* concepts.hpp */, + 46EB2E0000CB10 /* conditional.hpp */, + 46EB2E00007E00 /* config.hpp */, + 46EB2E00008210 /* config.hpp */, + 46EB2E000089F0 /* config.hpp */, + 46EB2E0000AD50 /* config.hpp */, + 46EB2E0000C3A0 /* config.hpp */, + 46EB2E0000C7B0 /* config.hpp */, + 46EB2E0000C980 /* config.hpp */, + 46EB2E0000CB60 /* config.hpp */, + 46EB2E00008520 /* config_begin.hpp */, + 46EB2E00008BD0 /* config_begin.hpp */, + 46EB2E00009120 /* config_begin.hpp */, + 46EB2E00008EF0 /* config_def.hpp */, + 46EB2E00008530 /* config_end.hpp */, + 46EB2E00008BE0 /* config_end.hpp */, + 46EB2E00009130 /* config_end.hpp */, + 46EB2E00008F00 /* config_undef.hpp */, + 46EB2E0000CB20 /* conjunction.hpp */, + 46EB2E0000C7C0 /* const_iterator.hpp */, + 46EB2E0000C3B0 /* const_mod.hpp */, + 46EB2E00007E10 /* constants.hpp */, + 46EB2E00008540 /* construct_in_place.hpp */, + 46EB2E000084D0 /* container_fwd.hpp */, + 46EB2E00008550 /* container_or_allocator_rebind.hpp */, + 46EB2E00008560 /* container_rebind.hpp */, + 46EB2E00009E50 /* contains.hpp */, + 46EB2E00009E60 /* contains_fwd.hpp */, + 46EB2E00009600 /* contains_impl.hpp */, + 46EB2E0000AD70 /* control.hpp */, + 46EB2E0000CB30 /* conversion_traits.hpp */, + 46EB2E0000A6E0 /* converter.hpp */, + 46EB2E00009E70 /* copy.hpp */, + 46EB2E0000A6F0 /* copy_map.hpp */, + 46EB2E00008570 /* copy_move_algo.hpp */, + 46EB2E000090F0 /* core.hpp */, + 46EB2E00009610 /* count_args.hpp */, + 46EB2E0000BFB0 /* counter.hpp */, + 46EB2E0000BFC0 /* counter.hpp */, + 46EB2E000082A0 /* cray.hpp */, + 46EB2E000087F0 /* cstdint.hpp */, + 46EB2E00009480 /* ctps.hpp */, + 46EB2E00008800 /* current_function.hpp */, + 46EB2E0000CB40 /* cv_traits.hpp */, + 46EB2E0000C9A0 /* cwchar.hpp */, + 46EB2E000083C0 /* cxx_composite.hpp */, + 46EB2E0000AB70 /* data.hpp */, + 46EB2E0000AEB0 /* debug.hpp */, + 46EB2E0000AA50 /* dec.hpp */, + 46EB2E0000AEF0 /* dec.hpp */, + 46EB2E0000AAD0 /* dec_1024.hpp */, + 46EB2E0000AAE0 /* dec_256.hpp */, + 46EB2E0000AAF0 /* dec_512.hpp */, + 46EB2E0000CB50 /* declval.hpp */, + 46EB2E0000AD80 /* deduce_d.hpp */, + 46EB2E0000BA50 /* deduce_r.hpp */, + 46EB2E0000BA60 /* deduce_z.hpp */, + 46EB2E00008A50 /* def.hpp */, + 46EB2E0000BFD0 /* def.hpp */, + 46EB2E00009BE0 /* def_params_tail.hpp */, + 46EB2E00009100 /* default_delete.hpp */, + 46EB2E00008BF0 /* default_header_holder.hpp */, + 46EB2E00009BD0 /* default_params.hpp */, + 46EB2E0000A700 /* define_if_constexpr_macro.hpp */, + 46EB2E00008750 /* demangle.hpp */, + 46EB2E000099A0 /* deque.hpp */, + 46EB2E00009E80 /* deref.hpp */, + 46EB2E00008580 /* destroyers.hpp */, + 46EB2E00009140 /* destruct_n.hpp */, + 46EB2E0000C860 /* difference_type.hpp */, + 46EB2E000082B0 /* digitalmars.hpp */, + 46EB2E0000C3C0 /* disable_warnings.hpp */, + 46EB2E0000C4B0 /* discard_block.hpp */, + 46EB2E0000C4C0 /* discrete_distribution.hpp */, + 46EB2E00008F30 /* distance.hpp */, + 46EB2E00009E90 /* distance.hpp */, + 46EB2E0000C870 /* distance.hpp */, + 46EB2E00009EA0 /* distance_fwd.hpp */, + 46EB2E0000AAB0 /* div.hpp */, + 46EB2E0000AA60 /* div_base.hpp */, + 46EB2E000099B0 /* divides.hpp */, + 46EB2E00009490 /* dmc_ambiguous_ctps.hpp */, + 46EB2E0000A710 /* do_not_copy_elements_tag.hpp */, + 46EB2E000094A0 /* dtp.hpp */, + 46EB2E0000A720 /* duplicates_iterator.hpp */, + 46EB2E0000C080 /* eat.hpp */, + 46EB2E00008C00 /* ebo_functor_holder.hpp */, + 46EB2E0000AB90 /* elem.hpp */, + 46EB2E0000BD10 /* elem.hpp */, + 46EB2E0000C090 /* elem.hpp */, + 46EB2E0000C240 /* elem.hpp */, + 46EB2E0000BDB0 /* elem_1024.hpp */, + 46EB2E0000C260 /* elem_128.hpp */, + 46EB2E0000BDC0 /* elem_256.hpp */, + 46EB2E0000C270 /* elem_256.hpp */, + 46EB2E0000BDD0 /* elem_512.hpp */, + 46EB2E0000C280 /* elem_64.hpp */, + 46EB2E00009EB0 /* empty.hpp */, + 46EB2E0000A500 /* empty.hpp */, + 46EB2E0000AFB0 /* empty.hpp */, + 46EB2E0000B080 /* empty.hpp */, + 46EB2E0000C880 /* empty.hpp */, + 46EB2E00009EC0 /* empty_fwd.hpp */, + 46EB2E00009620 /* empty_impl.hpp */, + 46EB2E0000A380 /* empty_impl.hpp */, + 46EB2E00008760 /* enable_if.hpp */, + 46EB2E00008F10 /* enable_if.hpp */, + 46EB2E0000CC50 /* enable_if.hpp */, + 46EB2E0000D030 /* enable_if.hpp */, + 46EB2E0000C3D0 /* enable_warnings.hpp */, + 46EB2E0000C890 /* end.hpp */, + 46EB2E00009BF0 /* enum.hpp */, + 46EB2E0000ABA0 /* enum.hpp */, + 46EB2E0000AFC0 /* enum.hpp */, + 46EB2E0000B730 /* enum.hpp */, + 46EB2E0000BB10 /* enum.hpp */, + 46EB2E0000BD20 /* enum.hpp */, + 46EB2E0000C0A0 /* enum.hpp */, + 46EB2E0000BDE0 /* enum_1024.hpp */, + 46EB2E0000BDF0 /* enum_256.hpp */, + 46EB2E0000BE00 /* enum_512.hpp */, + 46EB2E0000BB20 /* enum_binary_params.hpp */, + 46EB2E0000AFD0 /* enum_params.hpp */, + 46EB2E0000BB30 /* enum_params.hpp */, + 46EB2E0000AFE0 /* enum_params_with_a_default.hpp */, + 46EB2E0000BB40 /* enum_params_with_a_default.hpp */, + 46EB2E0000AFF0 /* enum_params_with_defaults.hpp */, + 46EB2E0000BB50 /* enum_params_with_defaults.hpp */, + 46EB2E0000B000 /* enum_shifted.hpp */, + 46EB2E0000BB60 /* enum_shifted.hpp */, + 46EB2E0000BB70 /* enum_shifted_binary_params.hpp */, + 46EB2E0000B010 /* enum_shifted_params.hpp */, + 46EB2E0000BB80 /* enum_shifted_params.hpp */, + 46EB2E0000BB90 /* enum_trailing.hpp */, + 46EB2E0000BBA0 /* enum_trailing_binary_params.hpp */, + 46EB2E0000BBB0 /* enum_trailing_params.hpp */, + 46EB2E00008880 /* epilogue.hpp */, + 46EB2E0000ACC0 /* equal.hpp */, + 46EB2E0000C770 /* equal.hpp */, + 46EB2E000099C0 /* equal_to.hpp */, + 46EB2E00009ED0 /* equal_to.hpp */, + 46EB2E00008C10 /* equal_to_value.hpp */, + 46EB2E00007EF0 /* erase.hpp */, + 46EB2E00009EE0 /* erase_fwd.hpp */, + 46EB2E0000A390 /* erase_impl.hpp */, + 46EB2E00009EF0 /* erase_key_fwd.hpp */, + 46EB2E0000A3A0 /* erase_key_impl.hpp */, + 46EB2E0000AED0 /* error.hpp */, + 46EB2E000094B0 /* eti.hpp */, + 46EB2E00009F00 /* eval_if.hpp */, + 46EB2E00008860 /* exception.hpp */, + 46EB2E00008C20 /* exception_disposer.hpp */, + 46EB2E0000B020 /* expand.hpp */, + 46EB2E0000B090 /* expand.hpp */, + 46EB2E0000C4D0 /* exponential_distribution.hpp */, + 46EB2E0000AE30 /* expr_if.hpp */, + 46EB2E0000B030 /* expr_if.hpp */, + 46EB2E0000AE40 /* expr_iif.hpp */, + 46EB2E00009C00 /* ext_params.hpp */, + 46EB2E0000C7E0 /* extract_optional_type.hpp */, + 46EB2E0000C4E0 /* extreme_value_distribution.hpp */, + 46EB2E00008F20 /* facade_iterator_category.hpp */, + 46EB2E0000B040 /* facilities.hpp */, + 46EB2E0000B740 /* filter.hpp */, + 46EB2E0000BD30 /* filter.hpp */, + 46EB2E00009C10 /* filter_params.hpp */, + 46EB2E00007F00 /* find.hpp */, + 46EB2E00009F10 /* find.hpp */, + 46EB2E00007E50 /* find_format.hpp */, + 46EB2E00007F20 /* find_format.hpp */, + 46EB2E00007E60 /* find_format_all.hpp */, + 46EB2E00007E70 /* find_format_store.hpp */, + 46EB2E00009F20 /* find_if.hpp */, + 46EB2E00009630 /* find_if_pred.hpp */, + 46EB2E00007E80 /* find_iterator.hpp */, + 46EB2E00007F30 /* find_iterator.hpp */, + 46EB2E00007E40 /* finder.hpp */, + 46EB2E00007F10 /* finder.hpp */, + 46EB2E0000B250 /* finish.hpp */, + 46EB2E0000B750 /* first_n.hpp */, + 46EB2E0000BD40 /* first_n.hpp */, + 46EB2E0000C4F0 /* fisher_f_distribution.hpp */, + 46EB2E000086C0 /* flat_map.hpp */, + 46EB2E00008590 /* flat_tree.hpp */, + 46EB2E00009F30 /* fold.hpp */, + 46EB2E00009640 /* fold_impl.hpp */, + 46EB2E000099D0 /* fold_impl.hpp */, + 46EB2E00009650 /* fold_impl_body.hpp */, + 46EB2E0000B620 /* fold_left.hpp */, + 46EB2E0000B630 /* fold_left.hpp */, + 46EB2E0000B6B0 /* fold_left.hpp */, + 46EB2E0000B760 /* fold_left.hpp */, + 46EB2E0000BD50 /* fold_left.hpp */, + 46EB2E0000B650 /* fold_left_1024.hpp */, + 46EB2E0000B6D0 /* fold_left_1024.hpp */, + 46EB2E0000B7B0 /* fold_left_1024.hpp */, + 46EB2E0000BE10 /* fold_left_1024.hpp */, + 46EB2E0000B660 /* fold_left_256.hpp */, + 46EB2E0000B6E0 /* fold_left_256.hpp */, + 46EB2E0000B7C0 /* fold_left_256.hpp */, + 46EB2E0000BE20 /* fold_left_256.hpp */, + 46EB2E0000B670 /* fold_left_512.hpp */, + 46EB2E0000B6F0 /* fold_left_512.hpp */, + 46EB2E0000B7D0 /* fold_left_512.hpp */, + 46EB2E0000BE30 /* fold_left_512.hpp */, + 46EB2E0000B640 /* fold_right.hpp */, + 46EB2E0000B6C0 /* fold_right.hpp */, + 46EB2E0000B770 /* fold_right.hpp */, + 46EB2E0000BD60 /* fold_right.hpp */, + 46EB2E0000B680 /* fold_right_1024.hpp */, + 46EB2E0000B700 /* fold_right_1024.hpp */, + 46EB2E0000BE40 /* fold_right_1024.hpp */, + 46EB2E0000B690 /* fold_right_256.hpp */, + 46EB2E0000B710 /* fold_right_256.hpp */, + 46EB2E0000BE50 /* fold_right_256.hpp */, + 46EB2E0000B6A0 /* fold_right_512.hpp */, + 46EB2E0000B720 /* fold_right_512.hpp */, + 46EB2E0000BE60 /* fold_right_512.hpp */, + 46EB2E0000B150 /* for.hpp */, + 46EB2E0000BA70 /* for.hpp */, + 46EB2E0000BA80 /* for.hpp */, + 46EB2E0000BAC0 /* for.hpp */, + 46EB2E0000BB00 /* for.hpp */, + 46EB2E0000BBC0 /* for.hpp */, + 46EB2E0000BA90 /* for_1024.hpp */, + 46EB2E0000BAD0 /* for_1024.hpp */, + 46EB2E0000BBD0 /* for_1024.hpp */, + 46EB2E0000BAA0 /* for_256.hpp */, + 46EB2E0000BAE0 /* for_256.hpp */, + 46EB2E0000BBE0 /* for_256.hpp */, + 46EB2E0000BAB0 /* for_512.hpp */, + 46EB2E0000BAF0 /* for_512.hpp */, + 46EB2E0000BBF0 /* for_512.hpp */, + 46EB2E0000B780 /* for_each.hpp */, + 46EB2E0000BD70 /* for_each.hpp */, + 46EB2E0000B790 /* for_each_i.hpp */, + 46EB2E0000BD80 /* for_each_i.hpp */, + 46EB2E0000B7A0 /* for_each_product.hpp */, + 46EB2E0000BD90 /* for_each_product.hpp */, + 46EB2E00009150 /* force_ptr.hpp */, + 46EB2E00007E90 /* formatter.hpp */, + 46EB2E00007F40 /* formatter.hpp */, + 46EB2E0000B260 /* forward1.hpp */, + 46EB2E0000B2B0 /* forward1_1024.hpp */, + 46EB2E0000B2C0 /* forward1_256.hpp */, + 46EB2E0000B2D0 /* forward1_512.hpp */, + 46EB2E0000B270 /* forward2.hpp */, + 46EB2E0000B2E0 /* forward2_1024.hpp */, + 46EB2E0000B2F0 /* forward2_256.hpp */, + 46EB2E0000B300 /* forward2_512.hpp */, + 46EB2E0000B280 /* forward3.hpp */, + 46EB2E0000B310 /* forward3_1024.hpp */, + 46EB2E0000B320 /* forward3_256.hpp */, + 46EB2E0000B330 /* forward3_512.hpp */, + 46EB2E0000B290 /* forward4.hpp */, + 46EB2E0000B340 /* forward4_1024.hpp */, + 46EB2E0000B350 /* forward4_256.hpp */, + 46EB2E0000B360 /* forward4_512.hpp */, + 46EB2E0000B2A0 /* forward5.hpp */, + 46EB2E0000B370 /* forward5_1024.hpp */, + 46EB2E0000B380 /* forward5_256.hpp */, + 46EB2E0000B390 /* forward5_512.hpp */, + 46EB2E000094C0 /* forwarding.hpp */, + 46EB2E00009F40 /* front.hpp */, + 46EB2E0000A510 /* front.hpp */, + 46EB2E00009F50 /* front_fwd.hpp */, + 46EB2E00009660 /* front_impl.hpp */, + 46EB2E00009F60 /* front_inserter.hpp */, + 46EB2E00009670 /* full_lambda.hpp */, + 46EB2E000099E0 /* full_lambda.hpp */, + 46EB2E00008870 /* function.hpp */, + 46EB2E000088D0 /* function0.hpp */, + 46EB2E000088E0 /* function1.hpp */, + 46EB2E000088F0 /* function10.hpp */, + 46EB2E00008900 /* function2.hpp */, + 46EB2E00008910 /* function3.hpp */, + 46EB2E00008920 /* function4.hpp */, + 46EB2E00008930 /* function5.hpp */, + 46EB2E00008940 /* function6.hpp */, + 46EB2E00008950 /* function7.hpp */, + 46EB2E00008960 /* function8.hpp */, + 46EB2E00008970 /* function9.hpp */, + 46EB2E00008AC0 /* function_arity.hpp */, + 46EB2E00008980 /* function_base.hpp */, + 46EB2E00008C30 /* function_detector.hpp */, + 46EB2E000089B0 /* function_equal.hpp */, + 46EB2E00008990 /* function_fwd.hpp */, + 46EB2E00008890 /* function_iterate.hpp */, + 46EB2E000089A0 /* function_template.hpp */, + 46EB2E0000CC60 /* function_traits.hpp */, + 46EB2E00008450 /* functional.hpp */, + 46EB2E0000C8A0 /* functions.hpp */, + 46EB2E00009160 /* fwd_macros.hpp */, + 46EB2E0000C500 /* gamma_distribution.hpp */, + 46EB2E000082C0 /* gcc.hpp */, + 46EB2E000094D0 /* gcc.hpp */, + 46EB2E000082D0 /* gcc_xml.hpp */, + 46EB2E000081C0 /* general.hpp */, + 46EB2E0000C510 /* generate_canonical.hpp */, + 46EB2E0000C3E0 /* generator_bits.hpp */, + 46EB2E0000C3F0 /* generator_seed_seq.hpp */, + 46EB2E00008C40 /* generic_hook.hpp */, + 46EB2E0000C520 /* geometric_distribution.hpp */, + 46EB2E0000AB80 /* get_data.hpp */, + 46EB2E00008AF0 /* get_pointer.hpp */, + 46EB2E00008C50 /* get_value_traits.hpp */, + 46EB2E000094E0 /* gpu.hpp */, + 46EB2E000099F0 /* greater.hpp */, + 46EB2E0000ACD0 /* greater.hpp */, + 46EB2E00009A00 /* greater_equal.hpp */, + 46EB2E0000ACE0 /* greater_equal.hpp */, + 46EB2E000082E0 /* greenhills.hpp */, + 46EB2E000094F0 /* has_apply.hpp */, + 46EB2E00009680 /* has_apply.hpp */, + 46EB2E00009690 /* has_begin.hpp */, + 46EB2E0000CB70 /* has_binary_operator.hpp */, + 46EB2E000081D0 /* has_constraints.hpp */, + 46EB2E00009F70 /* has_key.hpp */, + 46EB2E00009F80 /* has_key_fwd.hpp */, + 46EB2E000096A0 /* has_key_impl.hpp */, + 46EB2E0000A3B0 /* has_key_impl.hpp */, + 46EB2E00008C60 /* has_member_function_callable_with.hpp */, + 46EB2E0000C7F0 /* has_member_size.hpp */, + 46EB2E0000CC70 /* has_minus.hpp */, + 46EB2E0000CC80 /* has_minus_assign.hpp */, + 46EB2E0000C220 /* has_opt.hpp */, + 46EB2E0000C250 /* has_opt.hpp */, + 46EB2E0000CC90 /* has_plus.hpp */, + 46EB2E0000CCA0 /* has_plus_assign.hpp */, + 46EB2E0000CCB0 /* has_pre_increment.hpp */, + 46EB2E0000CB80 /* has_prefix_operator.hpp */, + 46EB2E0000C8B0 /* has_range_iterator.hpp */, + 46EB2E000096B0 /* has_rebind.hpp */, + 46EB2E000096C0 /* has_size.hpp */, + 46EB2E000096D0 /* has_tag.hpp */, + 46EB2E0000A730 /* has_tag.hpp */, + 46EB2E0000CCC0 /* has_trivial_copy.hpp */, + 46EB2E0000CCD0 /* has_trivial_destructor.hpp */, + 46EB2E000096E0 /* has_type.hpp */, + 46EB2E00009500 /* has_xxx.hpp */, + 46EB2E00009F90 /* has_xxx.hpp */, + 46EB2E0000A740 /* header_holder.hpp */, + 46EB2E00009040 /* heap_sort.hpp */, + 46EB2E00008420 /* helper_macros.hpp */, + 46EB2E00008C70 /* hook_traits.hpp */, + 46EB2E000082F0 /* hp_acc.hpp */, + 46EB2E0000C530 /* hyperexponential_distribution.hpp */, + 46EB2E00009FA0 /* identity.hpp */, + 46EB2E0000A960 /* identity.hpp */, + 46EB2E0000B0A0 /* identity.hpp */, + 46EB2E0000B160 /* identity.hpp */, + 46EB2E0000A970 /* identity_fwd.hpp */, + 46EB2E0000D040 /* identity_type.hpp */, + 46EB2E00009FB0 /* if.hpp */, + 46EB2E0000AE50 /* if.hpp */, + 46EB2E0000B170 /* if.hpp */, + 46EB2E0000A750 /* ignore_wstrict_aliasing.hpp */, + 46EB2E0000AE60 /* iif.hpp */, + 46EB2E00008C80 /* iiterator.hpp */, + 46EB2E0000C800 /* implementation_help.hpp */, + 46EB2E0000AAC0 /* inc.hpp */, + 46EB2E0000B180 /* inc.hpp */, + 46EB2E0000AB00 /* inc_1024.hpp */, + 46EB2E0000AB10 /* inc_256.hpp */, + 46EB2E0000AB20 /* inc_512.hpp */, + 46EB2E000096F0 /* include_preprocessed.hpp */, + 46EB2E0000A520 /* include_preprocessed.hpp */, + 46EB2E0000C540 /* independent_bits.hpp */, + 46EB2E0000A760 /* index_access_sequence.hpp */, + 46EB2E0000A770 /* index_base.hpp */, + 46EB2E0000A780 /* index_loader.hpp */, + 46EB2E0000A790 /* index_matcher.hpp */, + 46EB2E0000A7A0 /* index_node_base.hpp */, + 46EB2E0000A7B0 /* index_saver.hpp */, + 46EB2E0000A980 /* indexed_by.hpp */, + 46EB2E00008820 /* indirect_traits.hpp */, + 46EB2E00009A10 /* inherit.hpp */, + 46EB2E00009FC0 /* insert.hpp */, + 46EB2E0000ABB0 /* insert.hpp */, + 46EB2E0000BDA0 /* insert.hpp */, + 46EB2E0000C0B0 /* insert.hpp */, + 46EB2E00009FE0 /* insert_fwd.hpp */, + 46EB2E00009710 /* insert_impl.hpp */, + 46EB2E0000A3C0 /* insert_impl.hpp */, + 46EB2E00009FF0 /* insert_range_fwd.hpp */, + 46EB2E0000A3D0 /* insert_range_impl.hpp */, + 46EB2E00009FD0 /* inserter.hpp */, + 46EB2E00009700 /* inserter_algorithm.hpp */, + 46EB2E00009050 /* insertion_sort.hpp */, + 46EB2E0000A000 /* int.hpp */, + 46EB2E0000C410 /* int_float_pair.hpp */, + 46EB2E0000A040 /* int_fwd.hpp */, + 46EB2E00008B00 /* integer.hpp */, + 46EB2E00008B40 /* integer_fwd.hpp */, + 46EB2E00008B10 /* integer_log2.hpp */, + 46EB2E0000C400 /* integer_log2.hpp */, + 46EB2E00008B20 /* integer_mask.hpp */, + 46EB2E00008B50 /* integer_traits.hpp */, + 46EB2E00009510 /* integral.hpp */, + 46EB2E0000A010 /* integral_c.hpp */, + 46EB2E0000A020 /* integral_c_fwd.hpp */, + 46EB2E0000A030 /* integral_c_tag.hpp */, + 46EB2E0000CCE0 /* integral_constant.hpp */, + 46EB2E00009720 /* integral_wrapper.hpp */, + 46EB2E00008300 /* intel.hpp */, + 46EB2E00009520 /* intel.hpp */, + 46EB2E0000B0B0 /* intercept.hpp */, + 46EB2E0000B100 /* intercept_1024.hpp */, + 46EB2E0000B110 /* intercept_256.hpp */, + 46EB2E0000B120 /* intercept_512.hpp */, + 46EB2E00008F40 /* interoperable.hpp */, + 46EB2E0000CCF0 /* intrinsics.hpp */, + 46EB2E00008DF0 /* intrusive_fwd.hpp */, + 46EB2E0000A7C0 /* invalidate_iterators.hpp */, + 46EB2E0000A7D0 /* invariant_assert.hpp */, + 46EB2E0000C550 /* inversive_congruential.hpp */, + 46EB2E00008770 /* invoke_swap.hpp */, + 46EB2E00008EC0 /* io_fwd.hpp */, + 46EB2E00008EB0 /* ios_state.hpp */, + 46EB2E0000B0C0 /* is_1.hpp */, + 46EB2E0000AA70 /* is_1_number.hpp */, + 46EB2E0000CD00 /* is_abstract.hpp */, + 46EB2E0000CD10 /* is_arithmetic.hpp */, + 46EB2E0000CD20 /* is_array.hpp */, + 46EB2E0000CD30 /* is_base_and_derived.hpp */, + 46EB2E0000CD40 /* is_base_of.hpp */, + 46EB2E0000B990 /* is_begin_parens.hpp */, + 46EB2E0000B9A0 /* is_begin_parens.hpp */, + 46EB2E0000AF30 /* is_binary.hpp */, + 46EB2E00008AD0 /* is_callable_builtin.hpp */, + 46EB2E0000CD50 /* is_class.hpp */, + 46EB2E0000CD60 /* is_complete.hpp */, + 46EB2E0000CD70 /* is_const.hpp */, + 46EB2E0000CD80 /* is_constructible.hpp */, + 46EB2E000085A0 /* is_container.hpp */, + 46EB2E000085B0 /* is_contiguous_container.hpp */, + 46EB2E0000CD90 /* is_convertible.hpp */, + 46EB2E0000CDA0 /* is_copy_constructible.hpp */, + 46EB2E0000CDB0 /* is_default_constructible.hpp */, + 46EB2E0000CDC0 /* is_destructible.hpp */, + 46EB2E0000B070 /* is_empty.hpp */, + 46EB2E0000B0D0 /* is_empty.hpp */, + 46EB2E0000BCB0 /* is_empty.hpp */, + 46EB2E0000CDD0 /* is_empty.hpp */, + 46EB2E0000B0E0 /* is_empty_or_1.hpp */, + 46EB2E0000B0F0 /* is_empty_variadic.hpp */, + 46EB2E0000CDE0 /* is_enum.hpp */, + 46EB2E0000CDF0 /* is_final.hpp */, + 46EB2E0000CE00 /* is_floating_point.hpp */, + 46EB2E0000CE10 /* is_function.hpp */, + 46EB2E0000CB90 /* is_function_cxx_03.hpp */, + 46EB2E0000CBA0 /* is_function_cxx_11.hpp */, + 46EB2E0000CBB0 /* is_function_msvc10_fix.hpp */, + 46EB2E0000CBC0 /* is_function_ptr_helper.hpp */, + 46EB2E0000CBD0 /* is_function_ptr_tester.hpp */, + 46EB2E0000CE20 /* is_fundamental.hpp */, + 46EB2E0000A7E0 /* is_index_list.hpp */, + 46EB2E0000CE30 /* is_integral.hpp */, + 46EB2E00008F50 /* is_iterator.hpp */, + 46EB2E0000CBE0 /* is_likely_lambda.hpp */, + 46EB2E0000CE40 /* is_lvalue_reference.hpp */, + 46EB2E0000AA80 /* is_maximum_number.hpp */, + 46EB2E0000CC10 /* is_mem_fun_pointer_impl.hpp */, + 46EB2E0000CC20 /* is_mem_fun_pointer_tester.hpp */, + 46EB2E0000CE50 /* is_member_function_pointer.hpp */, + 46EB2E0000CBF0 /* is_member_function_pointer_cxx_03.hpp */, + 46EB2E0000CC00 /* is_member_function_pointer_cxx_11.hpp */, + 46EB2E0000CE60 /* is_member_pointer.hpp */, + 46EB2E0000AA90 /* is_minimum_number.hpp */, + 46EB2E00009730 /* is_msvc_eti_arg.hpp */, + 46EB2E0000CE70 /* is_noncopyable.hpp */, + 46EB2E0000AF40 /* is_nullary.hpp */, + 46EB2E000085C0 /* is_pair.hpp */, + 46EB2E00008ED0 /* is_placeholder.hpp */, + 46EB2E0000A050 /* is_placeholder.hpp */, + 46EB2E0000CE80 /* is_pod.hpp */, + 46EB2E0000CE90 /* is_pointer.hpp */, + 46EB2E0000CEA0 /* is_polymorphic.hpp */, + 46EB2E0000CEB0 /* is_reference.hpp */, + 46EB2E0000CEC0 /* is_rvalue_reference.hpp */, + 46EB2E0000CC30 /* is_rvalue_reference_msvc10_fix.hpp */, + 46EB2E000080B0 /* is_same.hpp */, + 46EB2E0000CED0 /* is_same.hpp */, + 46EB2E0000CEE0 /* is_scalar.hpp */, + 46EB2E0000A060 /* is_sequence.hpp */, + 46EB2E0000CEF0 /* is_signed.hpp */, + 46EB2E0000C070 /* is_single_return.hpp */, + 46EB2E0000C230 /* is_single_return.hpp */, + 46EB2E000085D0 /* is_sorted.hpp */, + 46EB2E00009060 /* is_sorted.hpp */, + 46EB2E00008C90 /* is_stateful_value_traits.hpp */, + 46EB2E0000A7F0 /* is_transparent.hpp */, + 46EB2E0000AF50 /* is_unary.hpp */, + 46EB2E0000CF00 /* is_union.hpp */, + 46EB2E0000CF10 /* is_unsigned.hpp */, + 46EB2E0000CF20 /* is_void.hpp */, + 46EB2E0000CF30 /* is_volatile.hpp */, + 46EB2E0000A3E0 /* item.hpp */, + 46EB2E0000A530 /* item.hpp */, + 46EB2E0000A800 /* iter_adaptor.hpp */, + 46EB2E00009740 /* iter_apply.hpp */, + 46EB2E00007F50 /* iter_find.hpp */, + 46EB2E0000A0A0 /* iter_fold.hpp */, + 46EB2E0000A0B0 /* iter_fold_if.hpp */, + 46EB2E00009750 /* iter_fold_if_impl.hpp */, + 46EB2E00009A20 /* iter_fold_if_impl.hpp */, + 46EB2E00009760 /* iter_fold_impl.hpp */, + 46EB2E00009A30 /* iter_fold_impl.hpp */, + 46EB2E0000B190 /* iterate.hpp */, + 46EB2E0000B580 /* iterate.hpp */, + 46EB2E0000B1A0 /* iteration.hpp */, + 46EB2E000085E0 /* iterator.hpp */, + 46EB2E00008CA0 /* iterator.hpp */, + 46EB2E00009250 /* iterator.hpp */, + 46EB2E0000A3F0 /* iterator.hpp */, + 46EB2E0000A540 /* iterator.hpp */, + 46EB2E0000C8C0 /* iterator.hpp */, + 46EB2E00008F60 /* iterator_adaptor.hpp */, + 46EB2E00008F70 /* iterator_categories.hpp */, + 46EB2E0000A070 /* iterator_category.hpp */, + 46EB2E00008F80 /* iterator_concepts.hpp */, + 46EB2E00008F90 /* iterator_facade.hpp */, + 46EB2E0000A080 /* iterator_range.hpp */, + 46EB2E0000C8D0 /* iterator_range.hpp */, + 46EB2E0000C8E0 /* iterator_range_core.hpp */, + 46EB2E0000C8F0 /* iterator_range_io.hpp */, + 46EB2E0000A090 /* iterator_tags.hpp */, + 46EB2E00009170 /* iterator_to_raw_pointer.hpp */, + 46EB2E00008FA0 /* iterator_traits.hpp */, + 46EB2E00009180 /* iterator_traits.hpp */, + 46EB2E000085F0 /* iterators.hpp */, + 46EB2E00007F60 /* join.hpp */, + 46EB2E00009770 /* joint_iter.hpp */, + 46EB2E0000A0C0 /* joint_view.hpp */, + 46EB2E00008310 /* kai.hpp */, + 46EB2E00008CB0 /* key_nodeptr_comp.hpp */, + 46EB2E0000A0D0 /* key_type_fwd.hpp */, + 46EB2E0000A400 /* key_type_impl.hpp */, + 46EB2E0000C560 /* lagged_fibonacci.hpp */, + 46EB2E00009530 /* lambda.hpp */, + 46EB2E0000A0E0 /* lambda.hpp */, + 46EB2E00009780 /* lambda_arity_param.hpp */, + 46EB2E0000A0F0 /* lambda_fwd.hpp */, + 46EB2E00009790 /* lambda_no_ctps.hpp */, + 46EB2E00009A40 /* lambda_no_ctps.hpp */, + 46EB2E000097A0 /* lambda_spec.hpp */, + 46EB2E000097B0 /* lambda_support.hpp */, + 46EB2E0000C570 /* laplace_distribution.hpp */, + 46EB2E0000C420 /* large_arithmetic.hpp */, + 46EB2E000097C0 /* largest_int.hpp */, + 46EB2E00009A50 /* less.hpp */, + 46EB2E0000A100 /* less.hpp */, + 46EB2E0000ACF0 /* less.hpp */, + 46EB2E00009A60 /* less_equal.hpp */, + 46EB2E0000AD00 /* less_equal.hpp */, + 46EB2E00008490 /* libcpp.hpp */, + 46EB2E0000B5B0 /* library.hpp */, + 46EB2E00008830 /* lightweight_mutex.hpp */, + 46EB2E0000C9E0 /* lightweight_mutex.hpp */, + 46EB2E00008FD0 /* limits.hpp */, + 46EB2E0000AD60 /* limits.hpp */, + 46EB2E0000B5C0 /* limits.hpp */, + 46EB2E0000AEE0 /* line.hpp */, + 46EB2E0000C580 /* linear_congruential.hpp */, + 46EB2E0000C590 /* linear_feedback_shift.hpp */, + 46EB2E00008E00 /* linear_slist_algorithms.hpp */, + 46EB2E00008E10 /* link_mode.hpp */, + 46EB2E00008E20 /* list.hpp */, + 46EB2E00009A70 /* list.hpp */, + 46EB2E0000B5D0 /* list.hpp */, + 46EB2E00009A80 /* list_c.hpp */, + 46EB2E00008E30 /* list_hook.hpp */, + 46EB2E00008CC0 /* list_iterator.hpp */, + 46EB2E00008CD0 /* list_node.hpp */, + 46EB2E00007FC0 /* list_traits.hpp */, + 46EB2E0000B540 /* local.hpp */, + 46EB2E0000B590 /* local.hpp */, + 46EB2E0000B4E0 /* local_1024.hpp */, + 46EB2E0000B4F0 /* local_256.hpp */, + 46EB2E0000B500 /* local_512.hpp */, + 46EB2E0000A140 /* logical.hpp */, + 46EB2E0000B850 /* logical.hpp */, + 46EB2E000097D0 /* logical_op.hpp */, + 46EB2E0000C5A0 /* lognormal_distribution.hpp */, + 46EB2E0000A150 /* long.hpp */, + 46EB2E0000A160 /* long_fwd.hpp */, + 46EB2E0000B1B0 /* lower1.hpp */, + 46EB2E0000B1C0 /* lower2.hpp */, + 46EB2E0000B1D0 /* lower3.hpp */, + 46EB2E0000B1E0 /* lower4.hpp */, + 46EB2E0000B1F0 /* lower5.hpp */, + 46EB2E0000C9F0 /* lwm_pthreads.hpp */, + 46EB2E0000CA00 /* lwm_std_mutex.hpp */, + 46EB2E0000CA10 /* lwm_win32_cs.hpp */, + 46EB2E00008430 /* macos.hpp */, + 46EB2E00008470 /* macos.hpp */, + 46EB2E00009260 /* make_unique.hpp */, + 46EB2E0000CF40 /* make_unsigned.hpp */, + 46EB2E0000CF50 /* make_void.hpp */, + 46EB2E00009A90 /* map.hpp */, + 46EB2E00008A80 /* master.hpp */, + 46EB2E0000B940 /* max.hpp */, + 46EB2E0000BC60 /* max.hpp */, + 46EB2E0000AAA0 /* maximum_number.hpp */, + 46EB2E000088A0 /* maybe_include.hpp */, + 46EB2E000080E0 /* mem_fn.hpp */, + 46EB2E00008FE0 /* mem_fn.hpp */, + 46EB2E000080F0 /* mem_fn_cc.hpp */, + 46EB2E00008100 /* mem_fn_template.hpp */, + 46EB2E00008110 /* mem_fn_vw.hpp */, + 46EB2E0000A990 /* member.hpp */, + 46EB2E00008460 /* memory.hpp */, + 46EB2E00009070 /* merge.hpp */, + 46EB2E00009080 /* merge_sort.hpp */, + 46EB2E0000C5B0 /* mersenne_twister.hpp */, + 46EB2E00009190 /* meta_utils.hpp */, + 46EB2E000091A0 /* meta_utils_core.hpp */, + 46EB2E00008320 /* metrowerks.hpp */, + 46EB2E0000B950 /* min.hpp */, + 46EB2E0000BC70 /* min.hpp */, + 46EB2E00008600 /* min_max.hpp */, + 46EB2E0000A180 /* min_max.hpp */, + 46EB2E00008CE0 /* minimal_less_equal_header.hpp */, + 46EB2E00008CF0 /* minimal_pair_header.hpp */, + 46EB2E00009AA0 /* minus.hpp */, + 46EB2E0000A170 /* minus.hpp */, + 46EB2E0000C810 /* misc_concept.hpp */, + 46EB2E0000C5C0 /* mixmax.hpp */, + 46EB2E0000AB30 /* mod.hpp */, + 46EB2E0000A810 /* modify_key_adaptor.hpp */, + 46EB2E00009AB0 /* modulus.hpp */, + 46EB2E000090C0 /* move.hpp */, + 46EB2E000091B0 /* move_helpers.hpp */, + 46EB2E00008610 /* mpl.hpp */, + 46EB2E00008D00 /* mpl.hpp */, + 46EB2E00008330 /* mpw.hpp */, + 46EB2E000081E0 /* msvc.hpp */, + 46EB2E00009540 /* msvc.hpp */, + 46EB2E000097E0 /* msvc_dtw.hpp */, + 46EB2E000097F0 /* msvc_eti_base.hpp */, + 46EB2E0000C820 /* msvc_has_iterator_workaround.hpp */, + 46EB2E00009800 /* msvc_is_class.hpp */, + 46EB2E00009810 /* msvc_never_true.hpp */, + 46EB2E00009820 /* msvc_type.hpp */, + 46EB2E00009550 /* msvc_typename.hpp */, + 46EB2E0000AB40 /* mul.hpp */, + 46EB2E0000A9E0 /* multi_index_container.hpp */, + 46EB2E0000A9F0 /* multi_index_container_fwd.hpp */, + 46EB2E0000C900 /* mutable_iterator.hpp */, + 46EB2E00009830 /* na.hpp */, + 46EB2E00009840 /* na_assert.hpp */, + 46EB2E00009850 /* na_fwd.hpp */, + 46EB2E00009860 /* na_spec.hpp */, + 46EB2E0000A190 /* negate.hpp */, + 46EB2E0000CF60 /* negation.hpp */, + 46EB2E0000C5D0 /* negative_binomial_distribution.hpp */, + 46EB2E00009870 /* nested_type_wknd.hpp */, + 46EB2E000086D0 /* new_allocator.hpp */, + 46EB2E0000A1A0 /* next.hpp */, + 46EB2E00008620 /* next_capacity.hpp */, + 46EB2E0000A1B0 /* next_prior.hpp */, + 46EB2E0000AA00 /* next_prior.hpp */, + 46EB2E0000A840 /* no_duplicate_tags.hpp */, + 46EB2E00008790 /* no_exceptions_support.hpp */, + 46EB2E00008D10 /* node_cloner_disposer.hpp */, + 46EB2E0000A820 /* node_handle.hpp */, + 46EB2E00008D20 /* node_holder.hpp */, + 46EB2E0000A830 /* node_type.hpp */, + 46EB2E0000C5E0 /* non_central_chi_squared_distribution.hpp */, + 46EB2E00008780 /* noncopyable.hpp */, + 46EB2E0000AA10 /* noncopyable.hpp */, + 46EB2E0000B900 /* nor.hpp */, + 46EB2E0000C5F0 /* normal_distribution.hpp */, + 46EB2E0000A1C0 /* not.hpp */, + 46EB2E0000B910 /* not.hpp */, + 46EB2E0000AD40 /* not_equal.hpp */, + 46EB2E0000AD10 /* not_equal_1024.hpp */, + 46EB2E0000AD20 /* not_equal_256.hpp */, + 46EB2E0000AD30 /* not_equal_512.hpp */, + 46EB2E00009AC0 /* not_equal_to.hpp */, + 46EB2E00009560 /* nttp.hpp */, + 46EB2E00009880 /* nttp_decl.hpp */, + 46EB2E0000AF90 /* null.hpp */, + 46EB2E0000A1D0 /* numeric_cast.hpp */, + 46EB2E00009890 /* numeric_cast_utils.hpp */, + 46EB2E000098A0 /* numeric_op.hpp */, + 46EB2E000087A0 /* nvp.hpp */, + 46EB2E0000A1E0 /* O1_size.hpp */, + 46EB2E0000A550 /* O1_size.hpp */, + 46EB2E0000A1F0 /* O1_size_fwd.hpp */, + 46EB2E000098B0 /* O1_size_impl.hpp */, + 46EB2E00009570 /* operators.hpp */, + 46EB2E0000AA20 /* operators.hpp */, + 46EB2E0000C430 /* operators.hpp */, + 46EB2E000086E0 /* options.hpp */, + 46EB2E00008E40 /* options.hpp */, + 46EB2E00009AD0 /* or.hpp */, + 46EB2E0000A200 /* or.hpp */, + 46EB2E0000B920 /* or.hpp */, + 46EB2E0000A850 /* ord_index_args.hpp */, + 46EB2E0000A860 /* ord_index_impl.hpp */, + 46EB2E0000A870 /* ord_index_impl_fwd.hpp */, + 46EB2E0000A880 /* ord_index_node.hpp */, + 46EB2E0000A890 /* ord_index_ops.hpp */, + 46EB2E0000A9A0 /* ordered_index.hpp */, + 46EB2E0000A9B0 /* ordered_index_fwd.hpp */, + 46EB2E0000B130 /* overload.hpp */, + 46EB2E000098C0 /* overload_names.hpp */, + 46EB2E00009580 /* overload_resolution.hpp */, + 46EB2E00008E50 /* pack_options.hpp */, + 46EB2E00008630 /* pair.hpp */, + 46EB2E0000A210 /* pair.hpp */, + 46EB2E0000A220 /* pair_view.hpp */, + 46EB2E00009C20 /* params.hpp */, + 46EB2E0000B9B0 /* paren.hpp */, + 46EB2E0000B9C0 /* paren_if.hpp */, + 46EB2E00008D30 /* parent_from_member.hpp */, + 46EB2E00008E60 /* parent_from_member.hpp */, + 46EB2E00009C30 /* partial_spec_params.hpp */, + 46EB2E00008340 /* pathscale.hpp */, + 46EB2E00009090 /* pdqsort.hpp */, + 46EB2E00008350 /* pgi.hpp */, + 46EB2E0000C600 /* piecewise_constant_distribution.hpp */, + 46EB2E0000C610 /* piecewise_linear_distribution.hpp */, + 46EB2E00008120 /* placeholders.hpp */, + 46EB2E00009AE0 /* placeholders.hpp */, + 46EB2E0000A230 /* placeholders.hpp */, + 46EB2E00008640 /* placement_new.hpp */, + 46EB2E000091C0 /* placement_new.hpp */, + 46EB2E00009AF0 /* plus.hpp */, + 46EB2E0000A240 /* plus.hpp */, + 46EB2E000091D0 /* pointer_element.hpp */, + 46EB2E00008E70 /* pointer_rebind.hpp */, + 46EB2E00008E80 /* pointer_traits.hpp */, + 46EB2E0000C620 /* poisson_distribution.hpp */, + 46EB2E0000C440 /* polynomial.hpp */, + 46EB2E0000A560 /* pop_back.hpp */, + 46EB2E0000ABC0 /* pop_back.hpp */, + 46EB2E0000BEA0 /* pop_back.hpp */, + 46EB2E0000C150 /* pop_back.hpp */, + 46EB2E0000A250 /* pop_back_fwd.hpp */, + 46EB2E0000A570 /* pop_front.hpp */, + 46EB2E0000ABD0 /* pop_front.hpp */, + 46EB2E0000BEB0 /* pop_front.hpp */, + 46EB2E0000C160 /* pop_front.hpp */, + 46EB2E0000A260 /* pop_front_fwd.hpp */, + 46EB2E000083D0 /* posix_features.hpp */, + 46EB2E00009590 /* pp_counter.hpp */, + 46EB2E00008A70 /* pp_loop.hpp */, + 46EB2E00008480 /* pragma_message.hpp */, + 46EB2E00007EA0 /* predicate.hpp */, + 46EB2E00007F70 /* predicate.hpp */, + 46EB2E000090D0 /* predicate.hpp */, + 46EB2E00007F80 /* predicate_facade.hpp */, + 46EB2E00008A90 /* preprocessed.hpp */, + 46EB2E00008AA0 /* preprocessed.hpp */, + 46EB2E000095A0 /* preprocessor.hpp */, + 46EB2E0000A270 /* prior.hpp */, + 46EB2E000088B0 /* prologue.hpp */, + 46EB2E0000A8A0 /* promotes_arg.hpp */, + 46EB2E00008AE0 /* property_tags.hpp */, + 46EB2E0000A280 /* protect.hpp */, + 46EB2E0000C450 /* ptr_helper.hpp */, + 46EB2E00009C80 /* ptr_to_ref.hpp */, + 46EB2E0000B960 /* punctuation.hpp */, + 46EB2E0000A290 /* push_back.hpp */, + 46EB2E0000A580 /* push_back.hpp */, + 46EB2E0000ABE0 /* push_back.hpp */, + 46EB2E0000BEC0 /* push_back.hpp */, + 46EB2E0000C170 /* push_back.hpp */, + 46EB2E0000A2A0 /* push_back_fwd.hpp */, + 46EB2E00009C90 /* push_back_impl.hpp */, + 46EB2E0000A2B0 /* push_front.hpp */, + 46EB2E0000A590 /* push_front.hpp */, + 46EB2E0000ABF0 /* push_front.hpp */, + 46EB2E0000BED0 /* push_front.hpp */, + 46EB2E0000C180 /* push_front.hpp */, + 46EB2E0000A2C0 /* push_front_fwd.hpp */, + 46EB2E00009CA0 /* push_front_impl.hpp */, + 46EB2E00009B00 /* quote.hpp */, + 46EB2E0000A2D0 /* quote.hpp */, + 46EB2E0000C330 /* random.hpp */, + 46EB2E0000C630 /* random_number_generator.hpp */, + 46EB2E00009C40 /* range.hpp */, + 46EB2E0000C910 /* range_fwd.hpp */, + 46EB2E0000C640 /* ranlux.hpp */, + 46EB2E0000A8B0 /* raw_ptr.hpp */, + 46EB2E0000C920 /* rbegin.hpp */, + 46EB2E000087B0 /* ref.hpp */, + 46EB2E0000C190 /* rem.hpp */, + 46EB2E0000A2E0 /* remove.hpp */, + 46EB2E0000AC00 /* remove.hpp */, + 46EB2E0000BEE0 /* remove.hpp */, + 46EB2E0000C1A0 /* remove.hpp */, + 46EB2E0000CF70 /* remove_const.hpp */, + 46EB2E0000CF80 /* remove_cv.hpp */, + 46EB2E0000A2F0 /* remove_if.hpp */, + 46EB2E0000B9D0 /* remove_parens.hpp */, + 46EB2E0000CF90 /* remove_pointer.hpp */, + 46EB2E0000CFA0 /* remove_reference.hpp */, + 46EB2E0000CFB0 /* remove_volatile.hpp */, + 46EB2E0000C930 /* rend.hpp */, + 46EB2E00009C50 /* repeat.hpp */, + 46EB2E0000B9E0 /* repeat.hpp */, + 46EB2E0000BC30 /* repeat.hpp */, + 46EB2E0000BC00 /* repeat_1024.hpp */, + 46EB2E0000BC10 /* repeat_256.hpp */, + 46EB2E0000B9F0 /* repeat_2nd.hpp */, + 46EB2E0000BA00 /* repeat_3rd.hpp */, + 46EB2E0000BC20 /* repeat_512.hpp */, + 46EB2E0000BA10 /* repeat_from_to.hpp */, + 46EB2E0000BC40 /* repeat_from_to.hpp */, + 46EB2E0000BA20 /* repeat_from_to_2nd.hpp */, + 46EB2E0000BA30 /* repeat_from_to_3rd.hpp */, + 46EB2E0000BA40 /* repetition.hpp */, + 46EB2E00007F90 /* replace.hpp */, + 46EB2E0000AC10 /* replace.hpp */, + 46EB2E0000BEF0 /* replace.hpp */, + 46EB2E0000C1B0 /* replace.hpp */, + 46EB2E00007EB0 /* replace_storage.hpp */, + 46EB2E000080C0 /* requires_cxx11.hpp */, + 46EB2E000088C0 /* requires_cxx11.hpp */, + 46EB2E0000B7E0 /* rest_n.hpp */, + 46EB2E0000BF00 /* rest_n.hpp */, + 46EB2E0000A8C0 /* restore_wstrict_aliasing.hpp */, + 46EB2E0000D050 /* result_of.hpp */, + 46EB2E0000D010 /* result_of_iterate.hpp */, + 46EB2E0000D020 /* result_of_variadic.hpp */, + 46EB2E000080D0 /* result_traits.hpp */, + 46EB2E00008AB0 /* retag_default_cc.hpp */, + 46EB2E0000AC20 /* reverse.hpp */, + 46EB2E0000B7F0 /* reverse.hpp */, + 46EB2E0000BF10 /* reverse.hpp */, + 46EB2E0000C1C0 /* reverse.hpp */, + 46EB2E0000B490 /* reverse1.hpp */, + 46EB2E0000B3A0 /* reverse1_1024.hpp */, + 46EB2E0000B3B0 /* reverse1_256.hpp */, + 46EB2E0000B3C0 /* reverse1_512.hpp */, + 46EB2E0000B4A0 /* reverse2.hpp */, + 46EB2E0000B3D0 /* reverse2_1024.hpp */, + 46EB2E0000B3E0 /* reverse2_256.hpp */, + 46EB2E0000B3F0 /* reverse2_512.hpp */, + 46EB2E0000B4B0 /* reverse3.hpp */, + 46EB2E0000B400 /* reverse3_1024.hpp */, + 46EB2E0000B410 /* reverse3_256.hpp */, + 46EB2E0000B420 /* reverse3_512.hpp */, + 46EB2E0000B4C0 /* reverse4.hpp */, + 46EB2E0000B430 /* reverse4_1024.hpp */, + 46EB2E0000B440 /* reverse4_256.hpp */, + 46EB2E0000B450 /* reverse4_512.hpp */, + 46EB2E0000B4D0 /* reverse5.hpp */, + 46EB2E0000B460 /* reverse5_1024.hpp */, + 46EB2E0000B470 /* reverse5_256.hpp */, + 46EB2E0000B480 /* reverse5_512.hpp */, + 46EB2E0000C0C0 /* reverse_128.hpp */, + 46EB2E0000C0D0 /* reverse_256.hpp */, + 46EB2E0000C0E0 /* reverse_64.hpp */, + 46EB2E0000A300 /* reverse_fold.hpp */, + 46EB2E00009B10 /* reverse_fold_impl.hpp */, + 46EB2E00009CB0 /* reverse_fold_impl.hpp */, + 46EB2E00009CC0 /* reverse_fold_impl_body.hpp */, + 46EB2E0000A310 /* reverse_iter_fold.hpp */, + 46EB2E00009B20 /* reverse_iter_fold_impl.hpp */, + 46EB2E00009CD0 /* reverse_iter_fold_impl.hpp */, + 46EB2E00008D40 /* reverse_iterator.hpp */, + 46EB2E00008FB0 /* reverse_iterator.hpp */, + 46EB2E000091E0 /* reverse_iterator.hpp */, + 46EB2E0000C940 /* reverse_iterator.hpp */, + 46EB2E0000B550 /* rlocal.hpp */, + 46EB2E0000B510 /* rlocal_1024.hpp */, + 46EB2E0000B520 /* rlocal_256.hpp */, + 46EB2E0000B530 /* rlocal_512.hpp */, + 46EB2E0000C830 /* safe_bool.hpp */, + 46EB2E0000A8D0 /* safe_mode.hpp */, + 46EB2E0000A9C0 /* safe_mode_errors.hpp */, + 46EB2E0000A320 /* same_as.hpp */, + 46EB2E0000A8F0 /* scope_guard.hpp */, + 46EB2E0000A8E0 /* scoped_bilock.hpp */, + 46EB2E000090A0 /* search.hpp */, + 46EB2E0000C460 /* seed.hpp */, + 46EB2E0000C470 /* seed_impl.hpp */, + 46EB2E0000C650 /* seed_seq.hpp */, + 46EB2E000083E0 /* select_compiler_config.hpp */, + 46EB2E000083F0 /* select_platform_config.hpp */, + 46EB2E00008400 /* select_stdlib_config.hpp */, + 46EB2E00008840 /* select_type.hpp */, + 46EB2E0000BC50 /* selection.hpp */, + 46EB2E0000B560 /* self.hpp */, + 46EB2E0000B5A0 /* self.hpp */, + 46EB2E0000BC80 /* seq.hpp */, + 46EB2E0000BF20 /* seq.hpp */, + 46EB2E00007EC0 /* sequence.hpp */, + 46EB2E0000A330 /* sequence_tag.hpp */, + 46EB2E0000A340 /* sequence_tag_fwd.hpp */, + 46EB2E00007FA0 /* sequence_traits.hpp */, + 46EB2E00009CE0 /* sequence_wrapper.hpp */, + 46EB2E000087C0 /* serialization.hpp */, + 46EB2E0000A900 /* serialization_version.hpp */, + 46EB2E00009B30 /* set.hpp */, + 46EB2E0000A410 /* set0.hpp */, + 46EB2E0000A450 /* set0.hpp */, + 46EB2E00009B40 /* set_c.hpp */, + 46EB2E000090B0 /* set_difference.hpp */, + 46EB2E0000C840 /* sfinae.hpp */, + 46EB2E00008360 /* sgi_mipspro.hpp */, + 46EB2E0000BFE0 /* shared.hpp */, + 46EB2E00009B50 /* shift_left.hpp */, + 46EB2E00009B60 /* shift_right.hpp */, + 46EB2E0000C660 /* shuffle_order.hpp */, + 46EB2E0000C670 /* shuffle_output.hpp */, + 46EB2E0000C480 /* signed_unsigned_tools.hpp */, + 46EB2E00008D50 /* simple_disposers.hpp */, + 46EB2E0000A460 /* size.hpp */, + 46EB2E0000A5A0 /* size.hpp */, + 46EB2E0000AC30 /* size.hpp */, + 46EB2E0000B800 /* size.hpp */, + 46EB2E0000BF30 /* size.hpp */, + 46EB2E0000C1D0 /* size.hpp */, + 46EB2E0000C2C0 /* size.hpp */, + 46EB2E0000C950 /* size.hpp */, + 46EB2E0000BE70 /* size_1024.hpp */, + 46EB2E0000C290 /* size_128.hpp */, + 46EB2E0000BE80 /* size_256.hpp */, + 46EB2E0000C2A0 /* size_256.hpp */, + 46EB2E0000BE90 /* size_512.hpp */, + 46EB2E0000C2B0 /* size_64.hpp */, + 46EB2E0000A470 /* size_fwd.hpp */, + 46EB2E00008D60 /* size_holder.hpp */, + 46EB2E00009CF0 /* size_impl.hpp */, + 46EB2E0000A420 /* size_impl.hpp */, + 46EB2E0000C960 /* size_type.hpp */, + 46EB2E00008E90 /* slist.hpp */, + 46EB2E00008EA0 /* slist_hook.hpp */, + 46EB2E00008D70 /* slist_iterator.hpp */, + 46EB2E00008D80 /* slist_node.hpp */, + 46EB2E00007FD0 /* slist_traits.hpp */, + 46EB2E0000BFA0 /* slot.hpp */, + 46EB2E0000C040 /* slot.hpp */, + 46EB2E0000BFF0 /* slot1.hpp */, + 46EB2E0000C000 /* slot2.hpp */, + 46EB2E0000C010 /* slot3.hpp */, + 46EB2E0000C020 /* slot4.hpp */, + 46EB2E0000C030 /* slot5.hpp */, + 46EB2E00008040 /* source_location.hpp */, + 46EB2E00007FB0 /* split.hpp */, + 46EB2E0000AFA0 /* split.hpp */, + 46EB2E0000BCF0 /* split.hpp */, + 46EB2E0000BCC0 /* split_1024.hpp */, + 46EB2E0000BCD0 /* split_256.hpp */, + 46EB2E0000BCE0 /* split_512.hpp */, + 46EB2E0000B570 /* start.hpp */, + 46EB2E0000CA20 /* static_assert.hpp */, + 46EB2E00009D00 /* static_cast.hpp */, + 46EB2E000095B0 /* static_constant.hpp */, + 46EB2E00008B30 /* static_log2.hpp */, + 46EB2E00007FF0 /* std_containers_traits.hpp */, + 46EB2E00008650 /* std_fwd.hpp */, + 46EB2E00008D90 /* std_fwd.hpp */, + 46EB2E000091F0 /* std_ns_begin.hpp */, + 46EB2E00009200 /* std_ns_end.hpp */, + 46EB2E00008130 /* std_placeholders.hpp */, + 46EB2E00008140 /* storage.hpp */, + 46EB2E0000C850 /* str_types.hpp */, + 46EB2E00007DB0 /* string.hpp */, + 46EB2E00007FE0 /* string_traits.hpp */, + 46EB2E0000C050 /* stringize.hpp */, + 46EB2E0000C680 /* student_t_distribution.hpp */, + 46EB2E00009C60 /* sub.hpp */, + 46EB2E0000AB50 /* sub.hpp */, + 46EB2E0000BF40 /* subseq.hpp */, + 46EB2E0000C690 /* subtract_with_carry.hpp */, + 46EB2E00008410 /* suffix.hpp */, + 46EB2E00008370 /* sunpro_cc.hpp */, + 46EB2E0000A430 /* tag.hpp */, + 46EB2E0000A480 /* tag.hpp */, + 46EB2E0000A5B0 /* tag.hpp */, + 46EB2E0000A9D0 /* tag.hpp */, + 46EB2E0000C6A0 /* taus88.hpp */, + 46EB2E00009B70 /* template_arity.hpp */, + 46EB2E00009D10 /* template_arity.hpp */, + 46EB2E00009D20 /* template_arity_fwd.hpp */, + 46EB2E000086F0 /* throw_exception.hpp */, + 46EB2E0000CA30 /* throw_exception.hpp */, + 46EB2E00009B80 /* times.hpp */, + 46EB2E0000B810 /* to_array.hpp */, + 46EB2E0000BF50 /* to_array.hpp */, + 46EB2E0000C1E0 /* to_array.hpp */, + 46EB2E0000C2D0 /* to_array.hpp */, + 46EB2E0000AC40 /* to_list.hpp */, + 46EB2E0000BF60 /* to_list.hpp */, + 46EB2E0000C1F0 /* to_list.hpp */, + 46EB2E0000C2E0 /* to_list.hpp */, + 46EB2E0000C0F0 /* to_list_128.hpp */, + 46EB2E0000C100 /* to_list_256.hpp */, + 46EB2E0000C110 /* to_list_64.hpp */, + 46EB2E0000BD00 /* to_list_msvc.hpp */, + 46EB2E00009210 /* to_raw_pointer.hpp */, + 46EB2E0000AC50 /* to_seq.hpp */, + 46EB2E0000B820 /* to_seq.hpp */, + 46EB2E0000C200 /* to_seq.hpp */, + 46EB2E0000C2F0 /* to_seq.hpp */, + 46EB2E0000C120 /* to_seq_128.hpp */, + 46EB2E0000C130 /* to_seq_256.hpp */, + 46EB2E0000C140 /* to_seq_64.hpp */, + 46EB2E0000AC60 /* to_tuple.hpp */, + 46EB2E0000B830 /* to_tuple.hpp */, + 46EB2E0000BF70 /* to_tuple.hpp */, + 46EB2E0000C300 /* to_tuple.hpp */, + 46EB2E00009270 /* traits.hpp */, + 46EB2E0000C6B0 /* traits.hpp */, + 46EB2E00009D30 /* traits_lambda_spec.hpp */, + 46EB2E0000A490 /* transform.hpp */, + 46EB2E0000B840 /* transform.hpp */, + 46EB2E0000BF80 /* transform.hpp */, + 46EB2E00008FC0 /* transform_iterator.hpp */, + 46EB2E00008DA0 /* tree_value_compare.hpp */, + 46EB2E0000C6C0 /* triangle_distribution.hpp */, + 46EB2E00007ED0 /* trim.hpp */, + 46EB2E00008000 /* trim.hpp */, + 46EB2E000095C0 /* ttp.hpp */, + 46EB2E00009C70 /* tuple.hpp */, + 46EB2E0000C060 /* tuple.hpp */, + 46EB2E0000CA50 /* tuple.hpp */, + 46EB2E0000CA40 /* tuple_basic.hpp */, + 46EB2E00008DB0 /* twin.hpp */, + 46EB2E0000CA60 /* type.hpp */, + 46EB2E0000CFC0 /* type_identity.hpp */, + 46EB2E00008660 /* type_traits.hpp */, + 46EB2E00009220 /* type_traits.hpp */, + 46EB2E0000CFD0 /* type_with_alignment.hpp */, + 46EB2E00009D40 /* type_wrapper.hpp */, + 46EB2E000087D0 /* typeinfo.hpp */, + 46EB2E000095D0 /* typeof.hpp */, + 46EB2E0000A910 /* uintptr_type.hpp */, + 46EB2E0000A920 /* unbounded.hpp */, + 46EB2E00008DC0 /* uncast.hpp */, + 46EB2E00008A60 /* undef.hpp */, + 46EB2E0000A930 /* undef_if_constexpr_macro.hpp */, + 46EB2E0000C9B0 /* unicode_iterator.hpp */, + 46EB2E0000C9C0 /* unicode_iterator.hpp */, + 46EB2E0000C9D0 /* unicode_iterator.hpp */, + 46EB2E0000C6D0 /* uniform_01.hpp */, + 46EB2E0000C6E0 /* uniform_int.hpp */, + 46EB2E0000C6F0 /* uniform_int_distribution.hpp */, + 46EB2E0000C490 /* uniform_int_float.hpp */, + 46EB2E0000C700 /* uniform_on_sphere.hpp */, + 46EB2E0000C710 /* uniform_real.hpp */, + 46EB2E0000C720 /* uniform_real_distribution.hpp */, + 46EB2E0000C730 /* uniform_smallint.hpp */, + 46EB2E000090E0 /* unique.hpp */, + 46EB2E00009280 /* unique_ptr.hpp */, + 46EB2E00009230 /* unique_ptr_meta_utils.hpp */, + 46EB2E00009B90 /* unpack_args.hpp */, + 46EB2E0000A120 /* unrolling.hpp */, + 46EB2E0000B200 /* upper1.hpp */, + 46EB2E0000B210 /* upper2.hpp */, + 46EB2E0000B220 /* upper3.hpp */, + 46EB2E0000B230 /* upper4.hpp */, + 46EB2E0000B240 /* upper5.hpp */, + 46EB2E000081F0 /* usage.hpp */, + 46EB2E000087E0 /* use_default.hpp */, + 46EB2E000095E0 /* use_preprocessed.hpp */, + 46EB2E000084A0 /* user.hpp */, + 46EB2E00007EE0 /* util.hpp */, + 46EB2E00009290 /* utility.hpp */, + 46EB2E0000CFE0 /* utility.hpp */, + 46EB2E000092A0 /* utility_core.hpp */, + 46EB2E0000B140 /* va_opt.hpp */, + 46EB2E00008380 /* vacpp.hpp */, + 46EB2E0000A940 /* value_compare.hpp */, + 46EB2E00008670 /* value_functors.hpp */, + 46EB2E00008DD0 /* value_functors.hpp */, + 46EB2E00008680 /* value_init.hpp */, + 46EB2E0000C970 /* value_type.hpp */, + 46EB2E0000A4A0 /* value_type_fwd.hpp */, + 46EB2E0000A440 /* value_type_impl.hpp */, + 46EB2E00009D50 /* value_wknd.hpp */, + 46EB2E0000C210 /* variadic.hpp */, + 46EB2E0000BF90 /* variadic_seq_to_seq.hpp */, + 46EB2E00008690 /* variadic_templates_tools.hpp */, + 46EB2E0000C740 /* variate_generator.hpp */, + 46EB2E0000A950 /* vartempl_support.hpp */, + 46EB2E00008700 /* vector.hpp */, + 46EB2E00009BA0 /* vector.hpp */, + 46EB2E0000A130 /* vector.hpp */, + 46EB2E0000A4B0 /* vector.hpp */, + 46EB2E0000A5C0 /* vector0.hpp */, + 46EB2E0000A5D0 /* vector0.hpp */, + 46EB2E0000A5E0 /* vector10.hpp */, + 46EB2E0000A5F0 /* vector20.hpp */, + 46EB2E0000A600 /* vector30.hpp */, + 46EB2E0000A610 /* vector40.hpp */, + 46EB2E0000A620 /* vector50.hpp */, + 46EB2E00009BB0 /* vector_c.hpp */, + 46EB2E0000C4A0 /* vector_io.hpp */, + 46EB2E0000D060 /* version.hpp */, + 46EB2E000086A0 /* version_type.hpp */, + 46EB2E0000D070 /* visit_each.hpp */, + 46EB2E00008390 /* visualc.hpp */, + 46EB2E0000A630 /* void.hpp */, + 46EB2E0000A640 /* void_fwd.hpp */, + 46EB2E0000C750 /* weibull_distribution.hpp */, + 46EB2E0000AD90 /* while.hpp */, + 46EB2E0000ADD0 /* while.hpp */, + 46EB2E0000AE10 /* while.hpp */, + 46EB2E0000AE20 /* while.hpp */, + 46EB2E0000AEA0 /* while.hpp */, + 46EB2E0000C310 /* while.hpp */, + 46EB2E0000ADA0 /* while_1024.hpp */, + 46EB2E0000ADE0 /* while_1024.hpp */, + 46EB2E0000AE70 /* while_1024.hpp */, + 46EB2E0000ADB0 /* while_256.hpp */, + 46EB2E0000ADF0 /* while_256.hpp */, + 46EB2E0000AE80 /* while_256.hpp */, + 46EB2E0000ADC0 /* while_512.hpp */, + 46EB2E0000AE00 /* while_512.hpp */, + 46EB2E0000AE90 /* while_512.hpp */, + 46EB2E000084B0 /* workaround.hpp */, + 46EB2E000086B0 /* workaround.hpp */, + 46EB2E00008850 /* workaround.hpp */, + 46EB2E00008DE0 /* workaround.hpp */, + 46EB2E00009240 /* workaround.hpp */, + 46EB2E000095F0 /* workaround.hpp */, + 46EB2E0000C320 /* wstringize.hpp */, + 46EB2E000083A0 /* xlcpp.hpp */, + 46EB2E000083B0 /* xlcpp_zos.hpp */, + 46EB2E0000B930 /* xor.hpp */, + 46EB2E0000C760 /* xor_combine.hpp */, + 46EB2E00009D60 /* yes_no.hpp */, + 46EB2E00008010 /* yes_no_type.hpp */, + 46EB2E0000CC40 /* yes_no_type.hpp */, + 46EB2E00018880 /* Support Files */, + ); + name = boost; + path = boost; + sourceTree = ""; + }; + 46EB2E00000480 /* fmt */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D080 /* args.h */, + 46EB2E0000D090 /* chrono.h */, + 46EB2E0000D0A0 /* color.h */, + 46EB2E0000D0B0 /* compile.h */, + 46EB2E0000D0C0 /* core.h */, + 46EB2E0000D150 /* format.cc */, + 46EB2E0000D0E0 /* format.h */, + 46EB2E0000D0D0 /* format-inl.h */, + 46EB2E0000D0F0 /* os.h */, + 46EB2E0000D100 /* ostream.h */, + 46EB2E0000D110 /* printf.h */, + 46EB2E0000D120 /* ranges.h */, + 46EB2E0000D130 /* std.h */, + 46EB2E0000D140 /* xchar.h */, + 46EB2E00018A20 /* Support Files */, + ); + name = fmt; + path = fmt; + sourceTree = ""; + }; + 46EB2E00000490 /* glog */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D1B0 /* demangle.cc */, + 46EB2E0000D170 /* log_severity.h */, + 46EB2E0000D1C0 /* logging.cc */, + 46EB2E0000D160 /* logging.h */, + 46EB2E0000D1D0 /* raw_logging.cc */, + 46EB2E0000D180 /* raw_logging.h */, + 46EB2E0000D1E0 /* signalhandler.cc */, + 46EB2E0000D190 /* stl_logging.h */, + 46EB2E0000D1F0 /* symbolize.cc */, + 46EB2E0000D200 /* utilities.cc */, + 46EB2E0000D210 /* vlog_is_on.cc */, + 46EB2E0000D1A0 /* vlog_is_on.h */, + 46EB2E00018B80 /* Support Files */, + ); + name = glog; + path = glog; + sourceTree = ""; + }; + 46EB2E000004A0 /* hermes-engine */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D220 /* Pre-built */, + 46EB2E00018D20 /* Support Files */, + ); + name = "hermes-engine"; + path = "hermes-engine"; + sourceTree = ""; + }; + 46EB2E000019F0 /* Fabric */ = { + isa = PBXGroup; + children = ( + 46EB2E00001A60 /* AsymmetricThreadFence.h */, + 46EB2E00001A80 /* AtomicNotification.h */, + 46EB2E00001A70 /* AtomicNotification-inl.h */, + 46EB2E00001A90 /* AtomicRef.h */, + 46EB2E00001AA0 /* AtomicStruct.h */, + 46EB2E00001AC0 /* AtomicUtil.h */, + 46EB2E00001AB0 /* AtomicUtil-inl.h */, + 46EB2E00001AD0 /* Baton.h */, + 46EB2E00001A10 /* CacheLocality.cpp */, + 46EB2E00001A50 /* CacheLocality.h */, + 46EB2E00001AE0 /* CallOnce.h */, + 46EB2E00001AF0 /* DelayedInit.h */, + 46EB2E00001B10 /* DistributedMutex.h */, + 46EB2E00001B00 /* DistributedMutex-inl.h */, + 46EB2E00001A20 /* Futex.cpp */, + 46EB2E00001B30 /* Hazptr.h */, + 46EB2E00001B20 /* Hazptr-fwd.h */, + 46EB2E00001B40 /* HazptrDomain.h */, + 46EB2E00001B50 /* HazptrHolder.h */, + 46EB2E00001B60 /* HazptrObj.h */, + 46EB2E00001B70 /* HazptrObjLinked.h */, + 46EB2E00001B80 /* HazptrRec.h */, + 46EB2E00001B90 /* HazptrThreadPoolExecutor.h */, + 46EB2E00001BA0 /* HazptrThrLocal.h */, + 46EB2E00001BB0 /* Latch.h */, + 46EB2E00001BC0 /* LifoSem.h */, + 46EB2E00001BD0 /* Lock.h */, + 46EB2E00001A40 /* Malloc.cpp */, + 46EB2E00001BE0 /* MicroSpinLock.h */, + 46EB2E00001BF0 /* NativeSemaphore.h */, + 46EB2E00001A30 /* ParkingLot.cpp */, + 46EB2E00001C00 /* ParkingLot.h */, + 46EB2E00001C10 /* PicoSpinLock.h */, + 46EB2E00001C20 /* Rcu.h */, + 46EB2E00001C30 /* RelaxedAtomic.h */, + 46EB2E00001C40 /* RWSpinLock.h */, + 46EB2E00001C50 /* SanitizeThread.h */, + 46EB2E00001C60 /* SaturatingSemaphore.h */, + 46EB2E00001A00 /* SharedMutex.cpp */, + 46EB2E00001C70 /* SmallLocks.h */, + 46EB2E00001C80 /* ThrottledLifoSem.h */, + 46EB2E00001C90 /* Utility.h */, + 46EB2E00001CA0 /* WaitOptions.h */, + ); + name = Fabric; + sourceTree = ""; + }; + 46EB2E00001CB0 /* Exported */ = { + isa = PBXGroup; + children = ( + 46EB2E00001CC0 /* RCTDeprecation.h */, + ); + name = Exported; + path = Exported; + sourceTree = ""; + }; + 46EB2E00001D30 /* CoreModulesHeaders */ = { + isa = PBXGroup; + children = ( + 46EB2E00001D40 /* CoreModulesPlugins.h */, + 46EB2E00001D60 /* RCTAccessibilityManager.h */, + 46EB2E00001D50 /* RCTAccessibilityManager+Internal.h */, + 46EB2E00001D70 /* RCTActionSheetManager.h */, + 46EB2E00001D80 /* RCTAlertController.h */, + 46EB2E00001D90 /* RCTAlertManager.h */, + 46EB2E00001DA0 /* RCTAppearance.h */, + 46EB2E00001DB0 /* RCTAppState.h */, + 46EB2E00001DC0 /* RCTClipboard.h */, + 46EB2E00001DD0 /* RCTDeviceInfo.h */, + 46EB2E00001DE0 /* RCTDevLoadingView.h */, + 46EB2E00001DF0 /* RCTDevMenu.h */, + 46EB2E00001E00 /* RCTDevSettings.h */, + 46EB2E00001E10 /* RCTEventDispatcher.h */, + 46EB2E00001E20 /* RCTExceptionsManager.h */, + 46EB2E00001E30 /* RCTFPSGraph.h */, + 46EB2E00001E40 /* RCTI18nManager.h */, + 46EB2E00001E50 /* RCTKeyboardObserver.h */, + 46EB2E00001E60 /* RCTLogBox.h */, + 46EB2E00001E70 /* RCTLogBoxView.h */, + 46EB2E00001E80 /* RCTPlatform.h */, + 46EB2E00001E90 /* RCTRedBox.h */, + 46EB2E00001EA0 /* RCTSourceCode.h */, + 46EB2E00001EB0 /* RCTStatusBarManager.h */, + 46EB2E00001EC0 /* RCTTiming.h */, + 46EB2E00001ED0 /* RCTWebSocketExecutor.h */, + 46EB2E00001EE0 /* RCTWebSocketModule.h */, + ); + name = CoreModulesHeaders; + sourceTree = ""; + }; + 46EB2E00001EF0 /* Default */ = { + isa = PBXGroup; + children = ( + 46EB2E00001F00 /* Base */, + 46EB2E000026D0 /* CxxBridge */, + 46EB2E00002780 /* CxxLogUtils */, + 46EB2E000027B0 /* CxxModule */, + 46EB2E00002850 /* CxxUtils */, + 46EB2E00002880 /* I18n */, + 46EB2E000028C0 /* Modules */, + 46EB2E000029F0 /* Profiler */, + 46EB2E00002A70 /* UIUtils */, + 46EB2E00002AA0 /* Views */, + ); + name = Default; + sourceTree = ""; + }; + 46EB2E00001F00 /* Base */ = { + isa = PBXGroup; + children = ( + 46EB2E00001F10 /* RCTAssert.h */, + 46EB2E00001F20 /* RCTAssert.m */, + 46EB2E00001F50 /* RCTBridge.h */, + 46EB2E00001F60 /* RCTBridge.mm */, + 46EB2E00001F30 /* RCTBridge+Inspector.h */, + 46EB2E00001F40 /* RCTBridge+Private.h */, + 46EB2E00001F70 /* RCTBridgeConstants.h */, + 46EB2E00001F80 /* RCTBridgeConstants.m */, + 46EB2E00001F90 /* RCTBridgeDelegate.h */, + 46EB2E00001FA0 /* RCTBridgeMethod.h */, + 46EB2E00001FB0 /* RCTBridgeModule.h */, + 46EB2E00001FC0 /* RCTBridgeModuleDecorator.h */, + 46EB2E00001FD0 /* RCTBridgeModuleDecorator.m */, + 46EB2E00001FF0 /* RCTBridgeProxy.h */, + 46EB2E00002000 /* RCTBridgeProxy.mm */, + 46EB2E00001FE0 /* RCTBridgeProxy+Cxx.h */, + 46EB2E00002010 /* RCTBundleManager.h */, + 46EB2E00002020 /* RCTBundleManager.m */, + 46EB2E00002030 /* RCTBundleURLProvider.h */, + 46EB2E00002040 /* RCTBundleURLProvider.mm */, + 46EB2E00002050 /* RCTCallableJSModules.m */, + 46EB2E00002060 /* RCTCallInvoker.h */, + 46EB2E00002070 /* RCTCallInvoker.mm */, + 46EB2E00002080 /* RCTCallInvokerModule.h */, + 46EB2E00002090 /* RCTComponentEvent.h */, + 46EB2E000020A0 /* RCTComponentEvent.m */, + 46EB2E000020B0 /* RCTConstants.h */, + 46EB2E000020C0 /* RCTConstants.m */, + 46EB2E000020D0 /* RCTConvert.h */, + 46EB2E000020E0 /* RCTConvert.mm */, + 46EB2E000020F0 /* RCTCxxConvert.h */, + 46EB2E00002100 /* RCTCxxConvert.m */, + 46EB2E00002110 /* RCTDefines.h */, + 46EB2E00002120 /* RCTDisplayLink.h */, + 46EB2E00002130 /* RCTDisplayLink.m */, + 46EB2E00002140 /* RCTErrorCustomizer.h */, + 46EB2E00002150 /* RCTErrorInfo.h */, + 46EB2E00002160 /* RCTErrorInfo.m */, + 46EB2E00002170 /* RCTEventDispatcher.m */, + 46EB2E00002180 /* RCTEventDispatcherProtocol.h */, + 46EB2E00002190 /* RCTFrameUpdate.h */, + 46EB2E000021A0 /* RCTFrameUpdate.m */, + 46EB2E000021B0 /* RCTImageSource.h */, + 46EB2E000021C0 /* RCTImageSource.m */, + 46EB2E000021D0 /* RCTInitializing.h */, + 46EB2E000021E0 /* RCTInvalidating.h */, + 46EB2E000021F0 /* RCTJavaScriptExecutor.h */, + 46EB2E00002200 /* RCTJavaScriptLoader.h */, + 46EB2E00002210 /* RCTJavaScriptLoader.mm */, + 46EB2E00002220 /* RCTJSStackFrame.h */, + 46EB2E00002230 /* RCTJSStackFrame.m */, + 46EB2E00002240 /* RCTJSThread.h */, + 46EB2E00002250 /* RCTJSThread.m */, + 46EB2E00002260 /* RCTKeyCommands.h */, + 46EB2E00002270 /* RCTKeyCommands.m */, + 46EB2E00002280 /* RCTLog.h */, + 46EB2E00002290 /* RCTLog.mm */, + 46EB2E000022A0 /* RCTManagedPointer.h */, + 46EB2E000022B0 /* RCTManagedPointer.mm */, + 46EB2E000022C0 /* RCTMockDef.h */, + 46EB2E000022D0 /* RCTModuleData.h */, + 46EB2E000022E0 /* RCTModuleData.mm */, + 46EB2E000022F0 /* RCTModuleMethod.h */, + 46EB2E00002300 /* RCTModuleMethod.mm */, + 46EB2E00002310 /* RCTModuleRegistry.m */, + 46EB2E00002320 /* RCTMultipartDataTask.h */, + 46EB2E00002330 /* RCTMultipartDataTask.m */, + 46EB2E00002340 /* RCTMultipartStreamReader.h */, + 46EB2E00002350 /* RCTMultipartStreamReader.m */, + 46EB2E00002360 /* RCTNullability.h */, + 46EB2E00002370 /* RCTParserUtils.h */, + 46EB2E00002380 /* RCTParserUtils.m */, + 46EB2E00002390 /* RCTPerformanceLogger.h */, + 46EB2E000023A0 /* RCTPerformanceLogger.mm */, + 46EB2E000023B0 /* RCTPerformanceLoggerLabels.h */, + 46EB2E000023C0 /* RCTPerformanceLoggerLabels.m */, + 46EB2E000023D0 /* RCTPLTag.h */, + 46EB2E000023E0 /* RCTRedBoxSetEnabled.h */, + 46EB2E000023F0 /* RCTRedBoxSetEnabled.m */, + 46EB2E00002400 /* RCTReloadCommand.h */, + 46EB2E00002410 /* RCTReloadCommand.m */, + 46EB2E00002420 /* RCTRootContentView.h */, + 46EB2E00002430 /* RCTRootContentView.m */, + 46EB2E00002440 /* RCTRootView.h */, + 46EB2E00002450 /* RCTRootView.m */, + 46EB2E00002460 /* RCTRootViewDelegate.h */, + 46EB2E00002470 /* RCTRootViewInternal.h */, + 46EB2E00002480 /* RCTRuntimeExecutorModule.h */, + 46EB2E00002490 /* RCTTouchEvent.h */, + 46EB2E000024A0 /* RCTTouchEvent.m */, + 46EB2E000024B0 /* RCTTouchHandler.h */, + 46EB2E000024C0 /* RCTTouchHandler.m */, + 46EB2E000024D0 /* RCTTurboModuleRegistry.h */, + 46EB2E000024E0 /* RCTURLRequestDelegate.h */, + 46EB2E000024F0 /* RCTURLRequestHandler.h */, + 46EB2E00002500 /* RCTUtils.h */, + 46EB2E00002510 /* RCTUtils.m */, + 46EB2E00002520 /* RCTUtilsUIOverride.h */, + 46EB2E00002530 /* RCTUtilsUIOverride.m */, + 46EB2E00002540 /* RCTVersion.h */, + 46EB2E00002550 /* RCTVersion.m */, + 46EB2E00002560 /* RCTViewRegistry.m */, + 46EB2E00002570 /* Surface */, + ); + name = Base; + path = React/Base; + sourceTree = ""; + }; + 46EB2E00002570 /* Surface */ = { + isa = PBXGroup; + children = ( + 46EB2E00002580 /* RCTSurface.h */, + 46EB2E00002590 /* RCTSurface.mm */, + 46EB2E000025A0 /* RCTSurfaceDelegate.h */, + 46EB2E000025B0 /* RCTSurfaceProtocol.h */, + 46EB2E000025C0 /* RCTSurfaceRootShadowView.h */, + 46EB2E000025D0 /* RCTSurfaceRootShadowView.m */, + 46EB2E000025E0 /* RCTSurfaceRootShadowViewDelegate.h */, + 46EB2E000025F0 /* RCTSurfaceRootView.h */, + 46EB2E00002600 /* RCTSurfaceRootView.mm */, + 46EB2E00002610 /* RCTSurfaceStage.h */, + 46EB2E00002620 /* RCTSurfaceStage.m */, + 46EB2E00002640 /* RCTSurfaceView.h */, + 46EB2E00002650 /* RCTSurfaceView.mm */, + 46EB2E00002630 /* RCTSurfaceView+Internal.h */, + 46EB2E00002660 /* SurfaceHostingView */, + ); + name = Surface; + path = Surface; + sourceTree = ""; + }; + 46EB2E00002660 /* SurfaceHostingView */ = { + isa = PBXGroup; + children = ( + 46EB2E00002670 /* RCTSurfaceHostingProxyRootView.h */, + 46EB2E00002680 /* RCTSurfaceHostingProxyRootView.mm */, + 46EB2E00002690 /* RCTSurfaceHostingView.h */, + 46EB2E000026A0 /* RCTSurfaceHostingView.mm */, + 46EB2E000026B0 /* RCTSurfaceSizeMeasureMode.h */, + 46EB2E000026C0 /* RCTSurfaceSizeMeasureMode.mm */, + ); + name = SurfaceHostingView; + path = SurfaceHostingView; + sourceTree = ""; + }; + 46EB2E000026D0 /* CxxBridge */ = { + isa = PBXGroup; + children = ( + 46EB2E000026E0 /* NSDataBigString.h */, + 46EB2E000026F0 /* NSDataBigString.mm */, + 46EB2E00002700 /* RCTCxxBridge.mm */, + 46EB2E00002710 /* RCTCxxBridgeDelegate.h */, + 46EB2E00002720 /* RCTJSIExecutorRuntimeInstaller.h */, + 46EB2E00002730 /* RCTJSIExecutorRuntimeInstaller.mm */, + 46EB2E00002740 /* RCTMessageThread.h */, + 46EB2E00002750 /* RCTMessageThread.mm */, + 46EB2E00002760 /* RCTObjcExecutor.h */, + 46EB2E00002770 /* RCTObjcExecutor.mm */, + ); + name = CxxBridge; + path = React/CxxBridge; + sourceTree = ""; + }; + 46EB2E00002780 /* CxxLogUtils */ = { + isa = PBXGroup; + children = ( + 46EB2E00002790 /* RCTDefaultCxxLogFunction.h */, + 46EB2E000027A0 /* RCTDefaultCxxLogFunction.mm */, + ); + name = CxxLogUtils; + path = React/CxxLogUtils; + sourceTree = ""; + }; + 46EB2E000027B0 /* CxxModule */ = { + isa = PBXGroup; + children = ( + 46EB2E000027C0 /* DispatchMessageQueueThread.h */, + 46EB2E000027D0 /* RCTCxxMethod.h */, + 46EB2E000027E0 /* RCTCxxMethod.mm */, + 46EB2E000027F0 /* RCTCxxModule.h */, + 46EB2E00002800 /* RCTCxxModule.mm */, + 46EB2E00002810 /* RCTCxxUtils.h */, + 46EB2E00002820 /* RCTCxxUtils.mm */, + 46EB2E00002830 /* RCTNativeModule.h */, + 46EB2E00002840 /* RCTNativeModule.mm */, + ); + name = CxxModule; + path = React/CxxModule; + sourceTree = ""; + }; + 46EB2E00002850 /* CxxUtils */ = { + isa = PBXGroup; + children = ( + 46EB2E00002860 /* RCTFollyConvert.h */, + 46EB2E00002870 /* RCTFollyConvert.mm */, + ); + name = CxxUtils; + path = React/CxxUtils; + sourceTree = ""; + }; + 46EB2E00002880 /* I18n */ = { + isa = PBXGroup; + children = ( + 46EB2E00002890 /* FBXXHashUtils.h */, + 46EB2E000028A0 /* RCTLocalizedString.h */, + 46EB2E000028B0 /* RCTLocalizedString.mm */, + ); + name = I18n; + path = React/I18n; + sourceTree = ""; + }; + 46EB2E000028C0 /* Modules */ = { + isa = PBXGroup; + children = ( + 46EB2E000028D0 /* RCTEventEmitter.h */, + 46EB2E000028E0 /* RCTEventEmitter.m */, + 46EB2E000028F0 /* RCTI18nUtil.h */, + 46EB2E00002900 /* RCTI18nUtil.m */, + 46EB2E00002910 /* RCTLayoutAnimation.h */, + 46EB2E00002920 /* RCTLayoutAnimation.m */, + 46EB2E00002930 /* RCTLayoutAnimationGroup.h */, + 46EB2E00002940 /* RCTLayoutAnimationGroup.m */, + 46EB2E00002950 /* RCTRedBoxExtraDataViewController.h */, + 46EB2E00002960 /* RCTRedBoxExtraDataViewController.m */, + 46EB2E00002970 /* RCTSurfacePresenterStub.h */, + 46EB2E00002980 /* RCTSurfacePresenterStub.m */, + 46EB2E00002990 /* RCTUIManager.h */, + 46EB2E000029A0 /* RCTUIManager.m */, + 46EB2E000029B0 /* RCTUIManagerObserverCoordinator.h */, + 46EB2E000029C0 /* RCTUIManagerObserverCoordinator.mm */, + 46EB2E000029D0 /* RCTUIManagerUtils.h */, + 46EB2E000029E0 /* RCTUIManagerUtils.m */, + ); + name = Modules; + path = React/Modules; + sourceTree = ""; + }; + 46EB2E000029F0 /* Profiler */ = { + isa = PBXGroup; + children = ( + 46EB2E00002A00 /* RCTMacros.h */, + 46EB2E00002A10 /* RCTProfile.h */, + 46EB2E00002A20 /* RCTProfile.m */, + 46EB2E00002A30 /* RCTProfileTrampoline-arm.S */, + 46EB2E00002A40 /* RCTProfileTrampoline-arm64.S */, + 46EB2E00002A50 /* RCTProfileTrampoline-i386.S */, + 46EB2E00002A60 /* RCTProfileTrampoline-x86_64.S */, + ); + name = Profiler; + path = React/Profiler; + sourceTree = ""; + }; + 46EB2E00002A70 /* UIUtils */ = { + isa = PBXGroup; + children = ( + 46EB2E00002A80 /* RCTUIUtils.h */, + 46EB2E00002A90 /* RCTUIUtils.m */, + ); + name = UIUtils; + path = React/UIUtils; + sourceTree = ""; + }; + 46EB2E00002AA0 /* Views */ = { + isa = PBXGroup; + children = ( + 46EB2E00002AB0 /* RCTActivityIndicatorView.h */, + 46EB2E00002AC0 /* RCTActivityIndicatorView.m */, + 46EB2E00002AD0 /* RCTActivityIndicatorViewManager.h */, + 46EB2E00002AE0 /* RCTActivityIndicatorViewManager.m */, + 46EB2E00002AF0 /* RCTAnimationType.h */, + 46EB2E00002B00 /* RCTAutoInsetsProtocol.h */, + 46EB2E00002B10 /* RCTBorderCurve.h */, + 46EB2E00002B20 /* RCTBorderDrawing.h */, + 46EB2E00002B30 /* RCTBorderDrawing.m */, + 46EB2E00002B40 /* RCTBorderStyle.h */, + 46EB2E00002B50 /* RCTComponent.h */, + 46EB2E00002B60 /* RCTComponentData.h */, + 46EB2E00002B70 /* RCTComponentData.m */, + 46EB2E00002B80 /* RCTConvert+CoreLocation.h */, + 46EB2E00002B90 /* RCTConvert+CoreLocation.m */, + 46EB2E00002BA0 /* RCTConvert+Transform.h */, + 46EB2E00002BB0 /* RCTConvert+Transform.m */, + 46EB2E00002BC0 /* RCTCursor.h */, + 46EB2E00002BD0 /* RCTDebuggingOverlay.h */, + 46EB2E00002BE0 /* RCTDebuggingOverlay.m */, + 46EB2E00002BF0 /* RCTDebuggingOverlayManager.h */, + 46EB2E00002C00 /* RCTDebuggingOverlayManager.m */, + 46EB2E00002C10 /* RCTFont.h */, + 46EB2E00002C20 /* RCTFont.mm */, + 46EB2E00002C30 /* RCTLayout.h */, + 46EB2E00002C40 /* RCTLayout.m */, + 46EB2E00002C50 /* RCTModalHostView.h */, + 46EB2E00002C60 /* RCTModalHostView.m */, + 46EB2E00002C70 /* RCTModalHostViewController.h */, + 46EB2E00002C80 /* RCTModalHostViewController.m */, + 46EB2E00002C90 /* RCTModalHostViewManager.h */, + 46EB2E00002CA0 /* RCTModalHostViewManager.m */, + 46EB2E00002CB0 /* RCTModalManager.h */, + 46EB2E00002CC0 /* RCTModalManager.m */, + 46EB2E00002CD0 /* RCTPointerEvents.h */, + 46EB2E00002CE0 /* RCTRootShadowView.h */, + 46EB2E00002CF0 /* RCTRootShadowView.m */, + 46EB2E00002D40 /* RCTShadowView.h */, + 46EB2E00002D50 /* RCTShadowView.m */, + 46EB2E00002D00 /* RCTShadowView+Internal.h */, + 46EB2E00002D10 /* RCTShadowView+Internal.m */, + 46EB2E00002D20 /* RCTShadowView+Layout.h */, + 46EB2E00002D30 /* RCTShadowView+Layout.m */, + 46EB2E00002D60 /* RCTSwitch.h */, + 46EB2E00002D70 /* RCTSwitch.m */, + 46EB2E00002D80 /* RCTSwitchManager.h */, + 46EB2E00002D90 /* RCTSwitchManager.m */, + 46EB2E00002DA0 /* RCTTextDecorationLineType.h */, + 46EB2E00002DB0 /* RCTView.h */, + 46EB2E00002DC0 /* RCTView.m */, + 46EB2E00002DD0 /* RCTViewManager.h */, + 46EB2E00002DE0 /* RCTViewManager.m */, + 46EB2E00002DF0 /* RCTViewUtils.h */, + 46EB2E00002E00 /* RCTViewUtils.m */, + 46EB2E00002E10 /* RCTWrapperViewController.h */, + 46EB2E00002E20 /* RCTWrapperViewController.m */, + 46EB2E00003000 /* UIView+Private.h */, + 46EB2E00003010 /* UIView+React.h */, + 46EB2E00003020 /* UIView+React.m */, + 46EB2E00002E30 /* RefreshControl */, + 46EB2E00002E90 /* SafeAreaView */, + 46EB2E00002F20 /* ScrollView */, + ); + name = Views; + path = React/Views; + sourceTree = ""; + }; + 46EB2E00002E30 /* RefreshControl */ = { + isa = PBXGroup; + children = ( + 46EB2E00002E40 /* RCTRefreshableProtocol.h */, + 46EB2E00002E50 /* RCTRefreshControl.h */, + 46EB2E00002E60 /* RCTRefreshControl.m */, + 46EB2E00002E70 /* RCTRefreshControlManager.h */, + 46EB2E00002E80 /* RCTRefreshControlManager.m */, + ); + name = RefreshControl; + path = RefreshControl; + sourceTree = ""; + }; + 46EB2E00002E90 /* SafeAreaView */ = { + isa = PBXGroup; + children = ( + 46EB2E00002EA0 /* RCTSafeAreaShadowView.h */, + 46EB2E00002EB0 /* RCTSafeAreaShadowView.m */, + 46EB2E00002EC0 /* RCTSafeAreaView.h */, + 46EB2E00002ED0 /* RCTSafeAreaView.m */, + 46EB2E00002EE0 /* RCTSafeAreaViewLocalData.h */, + 46EB2E00002EF0 /* RCTSafeAreaViewLocalData.m */, + 46EB2E00002F00 /* RCTSafeAreaViewManager.h */, + 46EB2E00002F10 /* RCTSafeAreaViewManager.m */, + ); + name = SafeAreaView; + path = SafeAreaView; + sourceTree = ""; + }; + 46EB2E00002F20 /* ScrollView */ = { + isa = PBXGroup; + children = ( + 46EB2E00002F30 /* RCTScrollableProtocol.h */, + 46EB2E00002F40 /* RCTScrollContentShadowView.h */, + 46EB2E00002F50 /* RCTScrollContentShadowView.m */, + 46EB2E00002F60 /* RCTScrollContentView.h */, + 46EB2E00002F70 /* RCTScrollContentView.m */, + 46EB2E00002F80 /* RCTScrollContentViewManager.h */, + 46EB2E00002F90 /* RCTScrollContentViewManager.m */, + 46EB2E00002FA0 /* RCTScrollEvent.h */, + 46EB2E00002FB0 /* RCTScrollEvent.m */, + 46EB2E00002FC0 /* RCTScrollView.h */, + 46EB2E00002FD0 /* RCTScrollView.m */, + 46EB2E00002FE0 /* RCTScrollViewManager.h */, + 46EB2E00002FF0 /* RCTScrollViewManager.m */, + ); + name = ScrollView; + path = ScrollView; + sourceTree = ""; + }; + 46EB2E00003030 /* DevSupport */ = { + isa = PBXGroup; + children = ( + 46EB2E00003040 /* DevSupport */, + 46EB2E00003140 /* Inspector */, + ); + name = DevSupport; + sourceTree = ""; + }; + 46EB2E00003040 /* DevSupport */ = { + isa = PBXGroup; + children = ( + 46EB2E00003050 /* RCTDevLoadingViewProtocol.h */, + 46EB2E00003060 /* RCTDevLoadingViewSetEnabled.h */, + 46EB2E00003070 /* RCTDevLoadingViewSetEnabled.m */, + 46EB2E00003080 /* RCTInspectorDevServerHelper.h */, + 46EB2E00003090 /* RCTInspectorDevServerHelper.mm */, + 46EB2E000030A0 /* RCTInspectorNetworkHelper.h */, + 46EB2E000030B0 /* RCTInspectorNetworkHelper.mm */, + 46EB2E000030C0 /* RCTInspectorUtils.h */, + 46EB2E000030D0 /* RCTInspectorUtils.mm */, + 46EB2E000030E0 /* RCTPackagerClient.h */, + 46EB2E000030F0 /* RCTPackagerClient.m */, + 46EB2E00003100 /* RCTPackagerConnection.h */, + 46EB2E00003110 /* RCTPackagerConnection.mm */, + 46EB2E00003120 /* RCTPausedInDebuggerOverlayController.h */, + 46EB2E00003130 /* RCTPausedInDebuggerOverlayController.mm */, + ); + name = DevSupport; + path = React/DevSupport; + sourceTree = ""; + }; + 46EB2E00003140 /* Inspector */ = { + isa = PBXGroup; + children = ( + 46EB2E00003150 /* RCTCxxInspectorPackagerConnection.h */, + 46EB2E00003160 /* RCTCxxInspectorPackagerConnection.mm */, + 46EB2E00003170 /* RCTCxxInspectorPackagerConnectionDelegate.h */, + 46EB2E00003180 /* RCTCxxInspectorPackagerConnectionDelegate.mm */, + 46EB2E00003190 /* RCTCxxInspectorWebSocketAdapter.h */, + 46EB2E000031A0 /* RCTCxxInspectorWebSocketAdapter.mm */, + 46EB2E000031B0 /* RCTInspector.h */, + 46EB2E000031C0 /* RCTInspector.mm */, + 46EB2E000031D0 /* RCTInspectorPackagerConnection.h */, + 46EB2E000031E0 /* RCTInspectorPackagerConnection.m */, + ); + name = Inspector; + path = React/Inspector; + sourceTree = ""; + }; + 46EB2E000031F0 /* RCTAnimationHeaders */ = { + isa = PBXGroup; + children = ( + 46EB2E00003360 /* RCTAnimationPlugins.h */, + 46EB2E00003370 /* RCTAnimationUtils.h */, + 46EB2E00003380 /* RCTNativeAnimatedModule.h */, + 46EB2E00003390 /* RCTNativeAnimatedNodesManager.h */, + 46EB2E000033A0 /* RCTNativeAnimatedTurboModule.h */, + 46EB2E00003200 /* Drivers */, + 46EB2E00003260 /* Nodes */, + ); + name = RCTAnimationHeaders; + sourceTree = ""; + }; + 46EB2E00003200 /* Drivers */ = { + isa = PBXGroup; + children = ( + 46EB2E00003210 /* RCTAnimationDriver.h */, + 46EB2E00003220 /* RCTDecayAnimation.h */, + 46EB2E00003230 /* RCTEventAnimation.h */, + 46EB2E00003240 /* RCTFrameAnimation.h */, + 46EB2E00003250 /* RCTSpringAnimation.h */, + ); + name = Drivers; + path = Libraries/NativeAnimation/Drivers; + sourceTree = ""; + }; + 46EB2E00003260 /* Nodes */ = { + isa = PBXGroup; + children = ( + 46EB2E00003270 /* RCTAdditionAnimatedNode.h */, + 46EB2E00003280 /* RCTAnimatedNode.h */, + 46EB2E00003290 /* RCTColorAnimatedNode.h */, + 46EB2E000032A0 /* RCTDiffClampAnimatedNode.h */, + 46EB2E000032B0 /* RCTDivisionAnimatedNode.h */, + 46EB2E000032C0 /* RCTInterpolationAnimatedNode.h */, + 46EB2E000032D0 /* RCTModuloAnimatedNode.h */, + 46EB2E000032E0 /* RCTMultiplicationAnimatedNode.h */, + 46EB2E000032F0 /* RCTObjectAnimatedNode.h */, + 46EB2E00003300 /* RCTPropsAnimatedNode.h */, + 46EB2E00003310 /* RCTStyleAnimatedNode.h */, + 46EB2E00003320 /* RCTSubtractionAnimatedNode.h */, + 46EB2E00003330 /* RCTTrackingAnimatedNode.h */, + 46EB2E00003340 /* RCTTransformAnimatedNode.h */, + 46EB2E00003350 /* RCTValueAnimatedNode.h */, + ); + name = Nodes; + path = Libraries/NativeAnimation/Nodes; + sourceTree = ""; + }; + 46EB2E000033B0 /* RCTBlobHeaders */ = { + isa = PBXGroup; + children = ( + 46EB2E000033C0 /* RCTBlobManager.h */, + 46EB2E000033D0 /* RCTFileReaderModule.h */, + ); + name = RCTBlobHeaders; + sourceTree = ""; + }; + 46EB2E000033E0 /* RCTImageHeaders */ = { + isa = PBXGroup; + children = ( + 46EB2E000033F0 /* RCTAnimatedImage.h */, + 46EB2E00003400 /* RCTBundleAssetImageLoader.h */, + 46EB2E00003410 /* RCTDisplayWeakRefreshable.h */, + 46EB2E00003420 /* RCTGIFImageDecoder.h */, + 46EB2E00003430 /* RCTImageBlurUtils.h */, + 46EB2E00003440 /* RCTImageCache.h */, + 46EB2E00003450 /* RCTImageDataDecoder.h */, + 46EB2E00003460 /* RCTImageEditingManager.h */, + 46EB2E00003470 /* RCTImageLoader.h */, + 46EB2E00003480 /* RCTImageLoaderLoggable.h */, + 46EB2E00003490 /* RCTImageLoaderProtocol.h */, + 46EB2E000034A0 /* RCTImageLoaderWithAttributionProtocol.h */, + 46EB2E000034B0 /* RCTImagePlugins.h */, + 46EB2E000034C0 /* RCTImageShadowView.h */, + 46EB2E000034D0 /* RCTImageStoreManager.h */, + 46EB2E000034E0 /* RCTImageURLLoader.h */, + 46EB2E000034F0 /* RCTImageURLLoaderWithAttribution.h */, + 46EB2E00003500 /* RCTImageUtils.h */, + 46EB2E00003510 /* RCTImageView.h */, + 46EB2E00003520 /* RCTImageViewManager.h */, + 46EB2E00003530 /* RCTLocalAssetImageLoader.h */, + 46EB2E00003540 /* RCTResizeMode.h */, + 46EB2E00003550 /* RCTUIImageViewAnimated.h */, + ); + name = RCTImageHeaders; + sourceTree = ""; + }; + 46EB2E00003560 /* RCTLinkingHeaders */ = { + isa = PBXGroup; + children = ( + 46EB2E00003570 /* RCTLinkingManager.h */, + 46EB2E00003580 /* RCTLinkingPlugins.h */, + ); + name = RCTLinkingHeaders; + sourceTree = ""; + }; + 46EB2E00003590 /* RCTNetworkHeaders */ = { + isa = PBXGroup; + children = ( + 46EB2E000035A0 /* RCTDataRequestHandler.h */, + 46EB2E000035B0 /* RCTFileRequestHandler.h */, + 46EB2E000035C0 /* RCTHTTPRequestHandler.h */, + 46EB2E000035D0 /* RCTNetworking.h */, + 46EB2E000035E0 /* RCTNetworkPlugins.h */, + 46EB2E000035F0 /* RCTNetworkTask.h */, + ); + name = RCTNetworkHeaders; + sourceTree = ""; + }; + 46EB2E00003600 /* RCTSettingsHeaders */ = { + isa = PBXGroup; + children = ( + 46EB2E00003610 /* RCTSettingsManager.h */, + 46EB2E00003620 /* RCTSettingsPlugins.h */, + ); + name = RCTSettingsHeaders; + sourceTree = ""; + }; + 46EB2E00003630 /* RCTTextHeaders */ = { + isa = PBXGroup; + children = ( + 46EB2E000036A0 /* RCTConvert+Text.h */, + 46EB2E000036B0 /* RCTTextAttributes.h */, + 46EB2E000036C0 /* RCTTextTransform.h */, + 46EB2E00003640 /* BaseText */, + 46EB2E00003670 /* RawText */, + 46EB2E000036D0 /* Text */, + 46EB2E00003730 /* TextInput */, + 46EB2E00003870 /* VirtualText */, + ); + name = RCTTextHeaders; + sourceTree = ""; + }; + 46EB2E00003640 /* BaseText */ = { + isa = PBXGroup; + children = ( + 46EB2E00003650 /* RCTBaseTextShadowView.h */, + 46EB2E00003660 /* RCTBaseTextViewManager.h */, + ); + name = BaseText; + path = Libraries/Text/BaseText; + sourceTree = ""; + }; + 46EB2E00003670 /* RawText */ = { + isa = PBXGroup; + children = ( + 46EB2E00003680 /* RCTRawTextShadowView.h */, + 46EB2E00003690 /* RCTRawTextViewManager.h */, + ); + name = RawText; + path = Libraries/Text/RawText; + sourceTree = ""; + }; + 46EB2E000036D0 /* Text */ = { + isa = PBXGroup; + children = ( + 46EB2E000036E0 /* NSTextStorage+FontScaling.h */, + 46EB2E000036F0 /* RCTDynamicTypeRamp.h */, + 46EB2E00003700 /* RCTTextShadowView.h */, + 46EB2E00003710 /* RCTTextView.h */, + 46EB2E00003720 /* RCTTextViewManager.h */, + ); + name = Text; + path = Libraries/Text/Text; + sourceTree = ""; + }; + 46EB2E00003730 /* TextInput */ = { + isa = PBXGroup; + children = ( + 46EB2E00003780 /* RCTBackedTextInputDelegate.h */, + 46EB2E00003790 /* RCTBackedTextInputDelegateAdapter.h */, + 46EB2E000037A0 /* RCTBackedTextInputViewProtocol.h */, + 46EB2E000037B0 /* RCTBaseTextInputShadowView.h */, + 46EB2E000037C0 /* RCTBaseTextInputView.h */, + 46EB2E000037D0 /* RCTBaseTextInputViewManager.h */, + 46EB2E000037E0 /* RCTInputAccessoryShadowView.h */, + 46EB2E000037F0 /* RCTInputAccessoryView.h */, + 46EB2E00003800 /* RCTInputAccessoryViewContent.h */, + 46EB2E00003810 /* RCTInputAccessoryViewManager.h */, + 46EB2E00003820 /* RCTTextSelection.h */, + 46EB2E00003740 /* Multiline */, + 46EB2E00003830 /* Singleline */, + ); + name = TextInput; + path = Libraries/Text/TextInput; + sourceTree = ""; + }; + 46EB2E00003740 /* Multiline */ = { + isa = PBXGroup; + children = ( + 46EB2E00003750 /* RCTMultilineTextInputView.h */, + 46EB2E00003760 /* RCTMultilineTextInputViewManager.h */, + 46EB2E00003770 /* RCTUITextView.h */, + ); + name = Multiline; + path = Multiline; + sourceTree = ""; + }; + 46EB2E00003830 /* Singleline */ = { + isa = PBXGroup; + children = ( + 46EB2E00003840 /* RCTSinglelineTextInputView.h */, + 46EB2E00003850 /* RCTSinglelineTextInputViewManager.h */, + 46EB2E00003860 /* RCTUITextField.h */, + ); + name = Singleline; + path = Singleline; + sourceTree = ""; + }; + 46EB2E00003870 /* VirtualText */ = { + isa = PBXGroup; + children = ( + 46EB2E00003880 /* RCTVirtualTextShadowView.h */, + 46EB2E00003890 /* RCTVirtualTextView.h */, + 46EB2E000038A0 /* RCTVirtualTextViewManager.h */, + ); + name = VirtualText; + path = Libraries/Text/VirtualText; + sourceTree = ""; + }; + 46EB2E000038B0 /* RCTVibrationHeaders */ = { + isa = PBXGroup; + children = ( + 46EB2E000038C0 /* RCTVibration.h */, + 46EB2E000038D0 /* RCTVibrationPlugins.h */, + ); + name = RCTVibrationHeaders; + sourceTree = ""; + }; + 46EB2E000038E0 /* RCTWebSocket */ = { + isa = PBXGroup; + children = ( + 46EB2E000038F0 /* RCTReconnectingWebSocket.h */, + 46EB2E00003900 /* RCTReconnectingWebSocket.m */, + ); + name = RCTWebSocket; + sourceTree = ""; + }; + 46EB2E00003AC0 /* animations */ = { + isa = PBXGroup; + children = ( + 46EB2E00003AD0 /* conversions.h */, + 46EB2E00003AE0 /* LayoutAnimationCallbackWrapper.h */, + 46EB2E00003AF0 /* LayoutAnimationDriver.cpp */, + 46EB2E00003B00 /* LayoutAnimationDriver.h */, + 46EB2E00003B10 /* LayoutAnimationKeyFrameManager.cpp */, + 46EB2E00003B20 /* LayoutAnimationKeyFrameManager.h */, + 46EB2E00003B30 /* primitives.h */, + 46EB2E00003B40 /* utils.cpp */, + 46EB2E00003B50 /* utils.h */, + ); + name = animations; + sourceTree = ""; + }; + 46EB2E00003B60 /* attributedstring */ = { + isa = PBXGroup; + children = ( + 46EB2E00003B70 /* AttributedString.cpp */, + 46EB2E00003B80 /* AttributedString.h */, + 46EB2E00003B90 /* AttributedStringBox.cpp */, + 46EB2E00003BA0 /* AttributedStringBox.h */, + 46EB2E00003BB0 /* conversions.h */, + 46EB2E00003BC0 /* ParagraphAttributes.cpp */, + 46EB2E00003BD0 /* ParagraphAttributes.h */, + 46EB2E00003BE0 /* primitives.h */, + 46EB2E00003BF0 /* TextAttributes.cpp */, + 46EB2E00003C00 /* TextAttributes.h */, + ); + name = attributedstring; + sourceTree = ""; + }; + 46EB2E00003C10 /* componentregistry */ = { + isa = PBXGroup; + children = ( + 46EB2E00003C20 /* ComponentDescriptorFactory.h */, + 46EB2E00003C30 /* ComponentDescriptorProvider.h */, + 46EB2E00003C40 /* ComponentDescriptorProviderRegistry.cpp */, + 46EB2E00003C50 /* ComponentDescriptorProviderRegistry.h */, + 46EB2E00003C60 /* ComponentDescriptorRegistry.cpp */, + 46EB2E00003C70 /* ComponentDescriptorRegistry.h */, + 46EB2E00003C80 /* componentNameByReactViewName.cpp */, + 46EB2E00003C90 /* componentNameByReactViewName.h */, + ); + name = componentregistry; + sourceTree = ""; + }; + 46EB2E00003CA0 /* componentregistrynative */ = { + isa = PBXGroup; + children = ( + 46EB2E00003CB0 /* NativeComponentRegistryBinding.cpp */, + 46EB2E00003CC0 /* NativeComponentRegistryBinding.h */, + ); + name = componentregistrynative; + sourceTree = ""; + }; + 46EB2E00003CD0 /* components */ = { + isa = PBXGroup; + children = ( + 46EB2E00003CE0 /* legacyviewmanagerinterop */, + 46EB2E00003E00 /* root */, + 46EB2E00003E60 /* view */, + ); + name = components; + sourceTree = ""; + }; + 46EB2E00003CE0 /* legacyviewmanagerinterop */ = { + isa = PBXGroup; + children = ( + 46EB2E00003CF0 /* LegacyViewManagerInteropComponentDescriptor.h */, + 46EB2E00003D00 /* LegacyViewManagerInteropComponentDescriptor.mm */, + 46EB2E00003D10 /* LegacyViewManagerInteropShadowNode.cpp */, + 46EB2E00003D20 /* LegacyViewManagerInteropShadowNode.h */, + 46EB2E00003D30 /* LegacyViewManagerInteropState.h */, + 46EB2E00003D40 /* LegacyViewManagerInteropState.mm */, + 46EB2E00003D50 /* LegacyViewManagerInteropViewEventEmitter.cpp */, + 46EB2E00003D60 /* LegacyViewManagerInteropViewEventEmitter.h */, + 46EB2E00003D70 /* LegacyViewManagerInteropViewProps.cpp */, + 46EB2E00003D80 /* LegacyViewManagerInteropViewProps.h */, + 46EB2E00003D90 /* RCTLegacyViewManagerInteropCoordinator.h */, + 46EB2E00003DA0 /* RCTLegacyViewManagerInteropCoordinator.mm */, + 46EB2E00003DB0 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp */, + 46EB2E00003DC0 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h */, + 46EB2E00003DD0 /* UnstableLegacyViewManagerAutomaticShadowNode.cpp */, + 46EB2E00003DE0 /* UnstableLegacyViewManagerAutomaticShadowNode.h */, + 46EB2E00003DF0 /* UnstableLegacyViewManagerInteropComponentDescriptor.h */, + ); + name = legacyviewmanagerinterop; + sourceTree = ""; + }; + 46EB2E00003E00 /* root */ = { + isa = PBXGroup; + children = ( + 46EB2E00003E10 /* RootComponentDescriptor.h */, + 46EB2E00003E20 /* RootProps.cpp */, + 46EB2E00003E30 /* RootProps.h */, + 46EB2E00003E40 /* RootShadowNode.cpp */, + 46EB2E00003E50 /* RootShadowNode.h */, + ); + name = root; + sourceTree = ""; + }; + 46EB2E00003E60 /* view */ = { + isa = PBXGroup; + children = ( + 46EB2E00003E70 /* AccessibilityPrimitives.h */, + 46EB2E00003E80 /* AccessibilityProps.cpp */, + 46EB2E00003E90 /* AccessibilityProps.h */, + 46EB2E00003EA0 /* accessibilityPropsConversions.h */, + 46EB2E00003EB0 /* BaseTouch.cpp */, + 46EB2E00003EC0 /* BaseTouch.h */, + 46EB2E00003ED0 /* BaseViewEventEmitter.cpp */, + 46EB2E00003EE0 /* BaseViewEventEmitter.h */, + 46EB2E00003EF0 /* BaseViewProps.cpp */, + 46EB2E00003F00 /* BaseViewProps.h */, + 46EB2E00003F10 /* ConcreteViewShadowNode.h */, + 46EB2E00003F20 /* conversions.h */, + 46EB2E00003FD0 /* PointerEvent.cpp */, + 46EB2E00003FE0 /* PointerEvent.h */, + 46EB2E00003FF0 /* primitives.h */, + 46EB2E00004000 /* propsConversions.h */, + 46EB2E00004010 /* Touch.h */, + 46EB2E00004020 /* TouchEvent.cpp */, + 46EB2E00004030 /* TouchEvent.h */, + 46EB2E00004040 /* TouchEventEmitter.cpp */, + 46EB2E00004050 /* TouchEventEmitter.h */, + 46EB2E00004060 /* ViewComponentDescriptor.h */, + 46EB2E00004070 /* ViewEventEmitter.h */, + 46EB2E00004080 /* ViewProps.h */, + 46EB2E00004090 /* ViewPropsInterpolation.h */, + 46EB2E000040A0 /* ViewShadowNode.cpp */, + 46EB2E000040B0 /* ViewShadowNode.h */, + 46EB2E000040C0 /* YogaLayoutableShadowNode.cpp */, + 46EB2E000040D0 /* YogaLayoutableShadowNode.h */, + 46EB2E000040E0 /* YogaStylableProps.cpp */, + 46EB2E000040F0 /* YogaStylableProps.h */, + 46EB2E00003F30 /* platform */, + ); + name = view; + sourceTree = ""; + }; + 46EB2E00003F30 /* platform */ = { + isa = PBXGroup; + children = ( + 46EB2E00003F40 /* cxx */, + ); + name = platform; + path = react/renderer/components/view/platform; + sourceTree = ""; + }; + 46EB2E00003F40 /* cxx */ = { + isa = PBXGroup; + children = ( + 46EB2E00003F50 /* react */, + ); + name = cxx; + path = cxx; + sourceTree = ""; + }; + 46EB2E00003F50 /* react */ = { + isa = PBXGroup; + children = ( + 46EB2E00003F60 /* renderer */, + ); + name = react; + path = react; + sourceTree = ""; + }; + 46EB2E00003F60 /* renderer */ = { + isa = PBXGroup; + children = ( + 46EB2E00003F70 /* components */, + ); + name = renderer; + path = renderer; + sourceTree = ""; + }; + 46EB2E00003F70 /* components */ = { + isa = PBXGroup; + children = ( + 46EB2E00003F80 /* view */, + ); + name = components; + path = components; + sourceTree = ""; + }; + 46EB2E00003F80 /* view */ = { + isa = PBXGroup; + children = ( + 46EB2E00003F90 /* HostPlatformTouch.h */, + 46EB2E00003FA0 /* HostPlatformViewEventEmitter.h */, + 46EB2E00003FB0 /* HostPlatformViewProps.h */, + 46EB2E00003FC0 /* HostPlatformViewTraitsInitializer.h */, + ); + name = view; + path = view; + sourceTree = ""; + }; + 46EB2E00004100 /* core */ = { + isa = PBXGroup; + children = ( + 46EB2E00004110 /* ComponentDescriptor.cpp */, + 46EB2E00004120 /* ComponentDescriptor.h */, + 46EB2E00004130 /* ConcreteComponentDescriptor.h */, + 46EB2E00004140 /* ConcreteShadowNode.h */, + 46EB2E00004150 /* ConcreteState.h */, + 46EB2E00004160 /* conversions.h */, + 46EB2E00004170 /* DynamicPropsUtilities.cpp */, + 46EB2E00004180 /* DynamicPropsUtilities.h */, + 46EB2E00004190 /* EventBeat.cpp */, + 46EB2E000041A0 /* EventBeat.h */, + 46EB2E000041B0 /* EventDispatcher.cpp */, + 46EB2E000041C0 /* EventDispatcher.h */, + 46EB2E000041D0 /* EventEmitter.cpp */, + 46EB2E000041E0 /* EventEmitter.h */, + 46EB2E000041F0 /* EventListener.cpp */, + 46EB2E00004200 /* EventListener.h */, + 46EB2E00004210 /* EventLogger.h */, + 46EB2E00004220 /* EventPayload.h */, + 46EB2E00004230 /* EventPayloadType.h */, + 46EB2E00004240 /* EventPipe.h */, + 46EB2E00004250 /* EventQueue.cpp */, + 46EB2E00004260 /* EventQueue.h */, + 46EB2E00004270 /* EventQueueProcessor.cpp */, + 46EB2E00004280 /* EventQueueProcessor.h */, + 46EB2E00004290 /* EventTarget.cpp */, + 46EB2E000042A0 /* EventTarget.h */, + 46EB2E000042B0 /* graphicsConversions.h */, + 46EB2E000042C0 /* InstanceHandle.cpp */, + 46EB2E000042D0 /* InstanceHandle.h */, + 46EB2E000042E0 /* LayoutableShadowNode.cpp */, + 46EB2E000042F0 /* LayoutableShadowNode.h */, + 46EB2E00004300 /* LayoutConstraints.cpp */, + 46EB2E00004310 /* LayoutConstraints.h */, + 46EB2E00004320 /* LayoutContext.h */, + 46EB2E00004330 /* LayoutMetrics.cpp */, + 46EB2E00004340 /* LayoutMetrics.h */, + 46EB2E00004350 /* LayoutPrimitives.h */, + 46EB2E00004360 /* Props.cpp */, + 46EB2E00004370 /* Props.h */, + 46EB2E00004380 /* propsConversions.h */, + 46EB2E00004390 /* PropsMacros.h */, + 46EB2E000043A0 /* PropsParserContext.h */, + 46EB2E000043B0 /* RawEvent.cpp */, + 46EB2E000043C0 /* RawEvent.h */, + 46EB2E000043D0 /* RawProps.cpp */, + 46EB2E000043E0 /* RawProps.h */, + 46EB2E000043F0 /* RawPropsKey.cpp */, + 46EB2E00004400 /* RawPropsKey.h */, + 46EB2E00004410 /* RawPropsKeyMap.cpp */, + 46EB2E00004420 /* RawPropsKeyMap.h */, + 46EB2E00004430 /* RawPropsParser.cpp */, + 46EB2E00004440 /* RawPropsParser.h */, + 46EB2E00004450 /* RawPropsPrimitives.h */, + 46EB2E00004460 /* RawValue.cpp */, + 46EB2E00004470 /* RawValue.h */, + 46EB2E00004480 /* ReactEventPriority.h */, + 46EB2E00004490 /* ReactPrimitives.h */, + 46EB2E000044A0 /* ReactRootViewTagGenerator.cpp */, + 46EB2E000044B0 /* ReactRootViewTagGenerator.h */, + 46EB2E000044C0 /* Sealable.cpp */, + 46EB2E000044D0 /* Sealable.h */, + 46EB2E000044E0 /* ShadowNode.cpp */, + 46EB2E000044F0 /* ShadowNode.h */, + 46EB2E00004500 /* ShadowNodeFamily.cpp */, + 46EB2E00004510 /* ShadowNodeFamily.h */, + 46EB2E00004520 /* ShadowNodeFragment.cpp */, + 46EB2E00004530 /* ShadowNodeFragment.h */, + 46EB2E00004540 /* ShadowNodeTraits.cpp */, + 46EB2E00004550 /* ShadowNodeTraits.h */, + 46EB2E00004560 /* State.cpp */, + 46EB2E00004570 /* State.h */, + 46EB2E00004580 /* StateData.h */, + 46EB2E00004590 /* StatePipe.h */, + 46EB2E000045A0 /* StateUpdate.cpp */, + 46EB2E000045B0 /* StateUpdate.h */, + 46EB2E000045C0 /* ValueFactory.h */, + 46EB2E000045D0 /* ValueFactoryEventPayload.cpp */, + 46EB2E000045E0 /* ValueFactoryEventPayload.h */, + ); + name = core; + sourceTree = ""; + }; + 46EB2E000045F0 /* dom */ = { + isa = PBXGroup; + children = ( + 46EB2E00004600 /* DOM.cpp */, + 46EB2E00004610 /* DOM.h */, + ); + name = dom; + sourceTree = ""; + }; + 46EB2E00004620 /* imagemanager */ = { + isa = PBXGroup; + children = ( + 46EB2E00004630 /* ImageManager.h */, + 46EB2E00004640 /* ImageRequest.cpp */, + 46EB2E00004650 /* ImageRequest.h */, + 46EB2E00004660 /* ImageResponse.cpp */, + 46EB2E00004670 /* ImageResponse.h */, + 46EB2E00004680 /* ImageResponseObserver.h */, + 46EB2E00004690 /* ImageResponseObserverCoordinator.cpp */, + 46EB2E000046A0 /* ImageResponseObserverCoordinator.h */, + 46EB2E000046B0 /* ImageTelemetry.cpp */, + 46EB2E000046C0 /* ImageTelemetry.h */, + 46EB2E000046D0 /* primitives.h */, + ); + name = imagemanager; + sourceTree = ""; + }; + 46EB2E000046E0 /* leakchecker */ = { + isa = PBXGroup; + children = ( + 46EB2E000046F0 /* LeakChecker.cpp */, + 46EB2E00004700 /* LeakChecker.h */, + 46EB2E00004710 /* WeakFamilyRegistry.cpp */, + 46EB2E00004720 /* WeakFamilyRegistry.h */, + ); + name = leakchecker; + sourceTree = ""; + }; + 46EB2E00004730 /* mounting */ = { + isa = PBXGroup; + children = ( + 46EB2E00004740 /* Differentiator.cpp */, + 46EB2E00004750 /* Differentiator.h */, + 46EB2E00004760 /* MountingCoordinator.cpp */, + 46EB2E00004770 /* MountingCoordinator.h */, + 46EB2E00004780 /* MountingOverrideDelegate.h */, + 46EB2E00004790 /* MountingTransaction.cpp */, + 46EB2E000047A0 /* MountingTransaction.h */, + 46EB2E000047B0 /* ShadowTree.cpp */, + 46EB2E000047C0 /* ShadowTree.h */, + 46EB2E000047D0 /* ShadowTreeDelegate.h */, + 46EB2E000047E0 /* ShadowTreeRegistry.cpp */, + 46EB2E000047F0 /* ShadowTreeRegistry.h */, + 46EB2E00004800 /* ShadowTreeRevision.cpp */, + 46EB2E00004810 /* ShadowTreeRevision.h */, + 46EB2E00004820 /* ShadowView.cpp */, + 46EB2E00004830 /* ShadowView.h */, + 46EB2E00004840 /* ShadowViewMutation.cpp */, + 46EB2E00004850 /* ShadowViewMutation.h */, + 46EB2E000048D0 /* TelemetryController.cpp */, + 46EB2E000048E0 /* TelemetryController.h */, + 46EB2E000048F0 /* updateMountedFlag.cpp */, + 46EB2E00004900 /* updateMountedFlag.h */, + 46EB2E00004860 /* stubs */, + ); + name = mounting; + sourceTree = ""; + }; + 46EB2E00004860 /* stubs */ = { + isa = PBXGroup; + children = ( + 46EB2E00004870 /* stubs.cpp */, + 46EB2E00004880 /* stubs.h */, + 46EB2E00004890 /* StubView.cpp */, + 46EB2E000048A0 /* StubView.h */, + 46EB2E000048B0 /* StubViewTree.cpp */, + 46EB2E000048C0 /* StubViewTree.h */, + ); + name = stubs; + path = react/renderer/mounting/stubs; + sourceTree = ""; + }; + 46EB2E00004910 /* observers */ = { + isa = PBXGroup; + children = ( + 46EB2E00004920 /* events */, + ); + name = observers; + sourceTree = ""; + }; + 46EB2E00004920 /* events */ = { + isa = PBXGroup; + children = ( + 46EB2E00004930 /* EventPerformanceLogger.cpp */, + 46EB2E00004940 /* EventPerformanceLogger.h */, + ); + name = events; + sourceTree = ""; + }; + 46EB2E00004950 /* scheduler */ = { + isa = PBXGroup; + children = ( + 46EB2E00004960 /* AsynchronousEventBeat.cpp */, + 46EB2E00004970 /* AsynchronousEventBeat.h */, + 46EB2E00004980 /* InspectorData.h */, + 46EB2E00004990 /* Scheduler.cpp */, + 46EB2E000049A0 /* Scheduler.h */, + 46EB2E000049B0 /* SchedulerDelegate.h */, + 46EB2E000049C0 /* SchedulerToolbox.h */, + 46EB2E000049D0 /* SurfaceHandler.cpp */, + 46EB2E000049E0 /* SurfaceHandler.h */, + 46EB2E000049F0 /* SurfaceManager.cpp */, + 46EB2E00004A00 /* SurfaceManager.h */, + ); + name = scheduler; + sourceTree = ""; + }; + 46EB2E00004A10 /* telemetry */ = { + isa = PBXGroup; + children = ( + 46EB2E00004A20 /* SurfaceTelemetry.cpp */, + 46EB2E00004A30 /* SurfaceTelemetry.h */, + 46EB2E00004A40 /* TransactionTelemetry.cpp */, + 46EB2E00004A50 /* TransactionTelemetry.h */, + ); + name = telemetry; + sourceTree = ""; + }; + 46EB2E00004A60 /* uimanager */ = { + isa = PBXGroup; + children = ( + 46EB2E00004A70 /* bindingUtils.cpp */, + 46EB2E00004A80 /* bindingUtils.h */, + 46EB2E00004A90 /* LayoutAnimationStatusDelegate.h */, + 46EB2E00004AA0 /* PointerEventsProcessor.cpp */, + 46EB2E00004AB0 /* PointerEventsProcessor.h */, + 46EB2E00004AC0 /* PointerHoverTracker.cpp */, + 46EB2E00004AD0 /* PointerHoverTracker.h */, + 46EB2E00004AE0 /* primitives.h */, + 46EB2E00004AF0 /* SurfaceRegistryBinding.cpp */, + 46EB2E00004B00 /* SurfaceRegistryBinding.h */, + 46EB2E00004B10 /* UIManager.cpp */, + 46EB2E00004B20 /* UIManager.h */, + 46EB2E00004B30 /* UIManagerAnimationDelegate.h */, + 46EB2E00004B40 /* UIManagerBinding.cpp */, + 46EB2E00004B50 /* UIManagerBinding.h */, + 46EB2E00004B60 /* UIManagerCommitHook.h */, + 46EB2E00004B70 /* UIManagerDelegate.h */, + 46EB2E00004B80 /* UIManagerMountHook.h */, + 46EB2E00004B90 /* consistency */, + ); + name = uimanager; + sourceTree = ""; + }; + 46EB2E00004B90 /* consistency */ = { + isa = PBXGroup; + children = ( + 46EB2E00004BA0 /* LatestShadowTreeRevisionProvider.cpp */, + 46EB2E00004BB0 /* LatestShadowTreeRevisionProvider.h */, + 46EB2E00004BC0 /* LazyShadowTreeRevisionConsistencyManager.cpp */, + 46EB2E00004BD0 /* LazyShadowTreeRevisionConsistencyManager.h */, + 46EB2E00004BE0 /* ShadowTreeRevisionProvider.h */, + ); + name = consistency; + sourceTree = ""; + }; + 46EB2E00004BF0 /* components */ = { + isa = PBXGroup; + children = ( + 46EB2E00004C00 /* inputaccessory */, + 46EB2E00004C50 /* iostextinput */, + 46EB2E00004D20 /* modal */, + 46EB2E00004DA0 /* rncore */, + 46EB2E00004E60 /* safeareaview */, + 46EB2E00004EC0 /* scrollview */, + 46EB2E00004FB0 /* text */, + 46EB2E00005140 /* textinput */, + 46EB2E00005170 /* unimplementedview */, + ); + name = components; + sourceTree = ""; + }; + 46EB2E00004C00 /* inputaccessory */ = { + isa = PBXGroup; + children = ( + 46EB2E00004C10 /* InputAccessoryComponentDescriptor.h */, + 46EB2E00004C20 /* InputAccessoryShadowNode.cpp */, + 46EB2E00004C30 /* InputAccessoryShadowNode.h */, + 46EB2E00004C40 /* InputAccessoryState.h */, + ); + name = inputaccessory; + sourceTree = ""; + }; + 46EB2E00004C50 /* iostextinput */ = { + isa = PBXGroup; + children = ( + 46EB2E00004C60 /* conversions.h */, + 46EB2E00004C70 /* primitives.h */, + 46EB2E00004C80 /* propsConversions.h */, + 46EB2E00004C90 /* TextInputComponentDescriptor.h */, + 46EB2E00004CA0 /* TextInputEventEmitter.cpp */, + 46EB2E00004CB0 /* TextInputEventEmitter.h */, + 46EB2E00004CC0 /* TextInputProps.cpp */, + 46EB2E00004CD0 /* TextInputProps.h */, + 46EB2E00004CE0 /* TextInputShadowNode.cpp */, + 46EB2E00004CF0 /* TextInputShadowNode.h */, + 46EB2E00004D00 /* TextInputState.cpp */, + 46EB2E00004D10 /* TextInputState.h */, + ); + name = iostextinput; + sourceTree = ""; + }; + 46EB2E00004D20 /* modal */ = { + isa = PBXGroup; + children = ( + 46EB2E00004D30 /* ModalHostViewComponentDescriptor.h */, + 46EB2E00004D40 /* ModalHostViewShadowNode.cpp */, + 46EB2E00004D50 /* ModalHostViewShadowNode.h */, + 46EB2E00004D60 /* ModalHostViewState.cpp */, + 46EB2E00004D70 /* ModalHostViewState.h */, + 46EB2E00004D80 /* ModalHostViewUtils.h */, + 46EB2E00004D90 /* ModalHostViewUtils.mm */, + ); + name = modal; + sourceTree = ""; + }; + 46EB2E00004DA0 /* rncore */ = { + isa = PBXGroup; + children = ( + 46EB2E00004DB0 /* ComponentDescriptors.cpp */, + 46EB2E00004DC0 /* ComponentDescriptors.h */, + 46EB2E00004DD0 /* EventEmitters.cpp */, + 46EB2E00004DE0 /* EventEmitters.h */, + 46EB2E00004DF0 /* Props.cpp */, + 46EB2E00004E00 /* Props.h */, + 46EB2E00004E10 /* RCTComponentViewHelpers.h */, + 46EB2E00004E20 /* ShadowNodes.cpp */, + 46EB2E00004E30 /* ShadowNodes.h */, + 46EB2E00004E40 /* States.cpp */, + 46EB2E00004E50 /* States.h */, + ); + name = rncore; + sourceTree = ""; + }; + 46EB2E00004E60 /* safeareaview */ = { + isa = PBXGroup; + children = ( + 46EB2E00004E70 /* SafeAreaViewComponentDescriptor.h */, + 46EB2E00004E80 /* SafeAreaViewShadowNode.cpp */, + 46EB2E00004E90 /* SafeAreaViewShadowNode.h */, + 46EB2E00004EA0 /* SafeAreaViewState.cpp */, + 46EB2E00004EB0 /* SafeAreaViewState.h */, + ); + name = safeareaview; + sourceTree = ""; + }; + 46EB2E00004EC0 /* scrollview */ = { + isa = PBXGroup; + children = ( + 46EB2E00004ED0 /* conversions.h */, + 46EB2E00004EE0 /* primitives.h */, + 46EB2E00004EF0 /* RCTComponentViewHelpers.h */, + 46EB2E00004F00 /* ScrollEvent.cpp */, + 46EB2E00004F10 /* ScrollEvent.h */, + 46EB2E00004F20 /* ScrollViewComponentDescriptor.h */, + 46EB2E00004F30 /* ScrollViewEventEmitter.cpp */, + 46EB2E00004F40 /* ScrollViewEventEmitter.h */, + 46EB2E00004F50 /* ScrollViewProps.cpp */, + 46EB2E00004F60 /* ScrollViewProps.h */, + 46EB2E00004F70 /* ScrollViewShadowNode.cpp */, + 46EB2E00004F80 /* ScrollViewShadowNode.h */, + 46EB2E00004F90 /* ScrollViewState.cpp */, + 46EB2E00004FA0 /* ScrollViewState.h */, + ); + name = scrollview; + sourceTree = ""; + }; + 46EB2E00004FB0 /* text */ = { + isa = PBXGroup; + children = ( + 46EB2E00004FC0 /* BaseTextProps.cpp */, + 46EB2E00004FD0 /* BaseTextProps.h */, + 46EB2E00004FE0 /* BaseTextShadowNode.cpp */, + 46EB2E00004FF0 /* BaseTextShadowNode.h */, + 46EB2E00005000 /* conversions.h */, + 46EB2E00005010 /* ParagraphComponentDescriptor.h */, + 46EB2E00005020 /* ParagraphEventEmitter.cpp */, + 46EB2E00005030 /* ParagraphEventEmitter.h */, + 46EB2E00005040 /* ParagraphProps.cpp */, + 46EB2E00005050 /* ParagraphProps.h */, + 46EB2E00005060 /* ParagraphShadowNode.cpp */, + 46EB2E00005070 /* ParagraphShadowNode.h */, + 46EB2E00005080 /* ParagraphState.cpp */, + 46EB2E00005090 /* ParagraphState.h */, + 46EB2E000050A0 /* RawTextComponentDescriptor.h */, + 46EB2E000050B0 /* RawTextProps.cpp */, + 46EB2E000050C0 /* RawTextProps.h */, + 46EB2E000050D0 /* RawTextShadowNode.cpp */, + 46EB2E000050E0 /* RawTextShadowNode.h */, + 46EB2E000050F0 /* TextComponentDescriptor.h */, + 46EB2E00005100 /* TextProps.cpp */, + 46EB2E00005110 /* TextProps.h */, + 46EB2E00005120 /* TextShadowNode.cpp */, + 46EB2E00005130 /* TextShadowNode.h */, + ); + name = text; + sourceTree = ""; + }; + 46EB2E00005140 /* textinput */ = { + isa = PBXGroup; + children = ( + 46EB2E00005150 /* BaseTextInputProps.cpp */, + 46EB2E00005160 /* BaseTextInputProps.h */, + ); + name = textinput; + sourceTree = ""; + }; + 46EB2E00005170 /* unimplementedview */ = { + isa = PBXGroup; + children = ( + 46EB2E00005180 /* UnimplementedViewComponentDescriptor.cpp */, + 46EB2E00005190 /* UnimplementedViewComponentDescriptor.h */, + 46EB2E000051A0 /* UnimplementedViewProps.cpp */, + 46EB2E000051B0 /* UnimplementedViewProps.h */, + 46EB2E000051C0 /* UnimplementedViewShadowNode.cpp */, + 46EB2E000051D0 /* UnimplementedViewShadowNode.h */, + ); + name = unimplementedview; + sourceTree = ""; + }; + 46EB2E000051E0 /* textlayoutmanager */ = { + isa = PBXGroup; + children = ( + 46EB2E000052E0 /* TextLayoutContext.h */, + 46EB2E000052F0 /* TextMeasureCache.cpp */, + 46EB2E00005300 /* TextMeasureCache.h */, + 46EB2E000051F0 /* platform */, + ); + name = textlayoutmanager; + sourceTree = ""; + }; + 46EB2E000051F0 /* platform */ = { + isa = PBXGroup; + children = ( + 46EB2E00005200 /* ios */, + ); + name = platform; + path = react/renderer/textlayoutmanager/platform; + sourceTree = ""; + }; + 46EB2E00005200 /* ios */ = { + isa = PBXGroup; + children = ( + 46EB2E00005210 /* react */, + ); + name = ios; + path = ios; + sourceTree = ""; + }; + 46EB2E00005210 /* react */ = { + isa = PBXGroup; + children = ( + 46EB2E00005220 /* renderer */, + ); + name = react; + path = react; + sourceTree = ""; + }; + 46EB2E00005220 /* renderer */ = { + isa = PBXGroup; + children = ( + 46EB2E00005230 /* textlayoutmanager */, + ); + name = renderer; + path = renderer; + sourceTree = ""; + }; + 46EB2E00005230 /* textlayoutmanager */ = { + isa = PBXGroup; + children = ( + 46EB2E00005240 /* RCTAttributedTextUtils.h */, + 46EB2E00005250 /* RCTAttributedTextUtils.mm */, + 46EB2E00005260 /* RCTFontProperties.h */, + 46EB2E00005270 /* RCTFontUtils.h */, + 46EB2E00005280 /* RCTFontUtils.mm */, + 46EB2E00005290 /* RCTTextLayoutManager.h */, + 46EB2E000052A0 /* RCTTextLayoutManager.mm */, + 46EB2E000052B0 /* RCTTextPrimitivesConversions.h */, + 46EB2E000052C0 /* TextLayoutManager.h */, + 46EB2E000052D0 /* TextLayoutManager.mm */, + ); + name = textlayoutmanager; + path = textlayoutmanager; + sourceTree = ""; + }; + 46EB2E00005500 /* Drivers */ = { + isa = PBXGroup; + children = ( + 46EB2E00005510 /* RCTDecayAnimation.mm */, + 46EB2E00005520 /* RCTEventAnimation.mm */, + 46EB2E00005530 /* RCTFrameAnimation.mm */, + 46EB2E00005540 /* RCTSpringAnimation.mm */, + ); + name = Drivers; + path = Drivers; + sourceTree = ""; + }; + 46EB2E00005550 /* Nodes */ = { + isa = PBXGroup; + children = ( + 46EB2E00005560 /* RCTAdditionAnimatedNode.mm */, + 46EB2E00005570 /* RCTAnimatedNode.mm */, + 46EB2E00005580 /* RCTColorAnimatedNode.mm */, + 46EB2E00005590 /* RCTDiffClampAnimatedNode.mm */, + 46EB2E000055A0 /* RCTDivisionAnimatedNode.mm */, + 46EB2E000055B0 /* RCTInterpolationAnimatedNode.mm */, + 46EB2E000055C0 /* RCTModuloAnimatedNode.mm */, + 46EB2E000055D0 /* RCTMultiplicationAnimatedNode.mm */, + 46EB2E000055E0 /* RCTObjectAnimatedNode.mm */, + 46EB2E000055F0 /* RCTPropsAnimatedNode.mm */, + 46EB2E00005600 /* RCTStyleAnimatedNode.mm */, + 46EB2E00005610 /* RCTSubtractionAnimatedNode.mm */, + 46EB2E00005620 /* RCTTrackingAnimatedNode.mm */, + 46EB2E00005630 /* RCTTransformAnimatedNode.mm */, + 46EB2E00005640 /* RCTValueAnimatedNode.mm */, + ); + name = Nodes; + path = Nodes; + sourceTree = ""; + }; + 46EB2E00005770 /* Mounting */ = { + isa = PBXGroup; + children = ( + 46EB2E00005BA0 /* RCTComponentViewClassDescriptor.h */, + 46EB2E00005BB0 /* RCTComponentViewDescriptor.h */, + 46EB2E00005BC0 /* RCTComponentViewFactory.h */, + 46EB2E00005BD0 /* RCTComponentViewFactory.mm */, + 46EB2E00005BE0 /* RCTComponentViewProtocol.h */, + 46EB2E00005BF0 /* RCTComponentViewRegistry.h */, + 46EB2E00005C00 /* RCTComponentViewRegistry.mm */, + 46EB2E00005C10 /* RCTMountingManager.h */, + 46EB2E00005C20 /* RCTMountingManager.mm */, + 46EB2E00005C30 /* RCTMountingManagerDelegate.h */, + 46EB2E00005C40 /* RCTMountingTransactionObserverCoordinator.h */, + 46EB2E00005C50 /* RCTMountingTransactionObserverCoordinator.mm */, + 46EB2E00005C60 /* RCTMountingTransactionObserving.h */, + 46EB2E00005C70 /* UIView+ComponentViewProtocol.h */, + 46EB2E00005C80 /* UIView+ComponentViewProtocol.mm */, + 46EB2E00005780 /* ComponentViews */, + ); + name = Mounting; + path = Fabric/Mounting; + sourceTree = ""; + }; + 46EB2E00005780 /* ComponentViews */ = { + isa = PBXGroup; + children = ( + 46EB2E00005910 /* RCTFabricComponentsPlugins.h */, + 46EB2E00005920 /* RCTFabricComponentsPlugins.mm */, + 46EB2E00005790 /* ActivityIndicator */, + 46EB2E000057C0 /* DebuggingOverlay */, + 46EB2E000057F0 /* Image */, + 46EB2E00005820 /* InputAccessory */, + 46EB2E00005870 /* LegacyViewManagerInterop */, + 46EB2E000058C0 /* Modal */, + 46EB2E00005930 /* Root */, + 46EB2E00005960 /* SafeAreaView */, + 46EB2E00005990 /* ScrollView */, + 46EB2E00005A10 /* Switch */, + 46EB2E00005A40 /* Text */, + 46EB2E00005AB0 /* TextInput */, + 46EB2E00005B10 /* UnimplementedComponent */, + 46EB2E00005B40 /* UnimplementedView */, + 46EB2E00005B70 /* View */, + ); + name = ComponentViews; + path = ComponentViews; + sourceTree = ""; + }; + 46EB2E00005790 /* ActivityIndicator */ = { + isa = PBXGroup; + children = ( + 46EB2E000057A0 /* RCTActivityIndicatorViewComponentView.h */, + 46EB2E000057B0 /* RCTActivityIndicatorViewComponentView.mm */, + ); + name = ActivityIndicator; + path = ActivityIndicator; + sourceTree = ""; + }; + 46EB2E000057C0 /* DebuggingOverlay */ = { + isa = PBXGroup; + children = ( + 46EB2E000057D0 /* RCTDebuggingOverlayComponentView.h */, + 46EB2E000057E0 /* RCTDebuggingOverlayComponentView.mm */, + ); + name = DebuggingOverlay; + path = DebuggingOverlay; + sourceTree = ""; + }; + 46EB2E000057F0 /* Image */ = { + isa = PBXGroup; + children = ( + 46EB2E00005800 /* RCTImageComponentView.h */, + 46EB2E00005810 /* RCTImageComponentView.mm */, + ); + name = Image; + path = Image; + sourceTree = ""; + }; + 46EB2E00005820 /* InputAccessory */ = { + isa = PBXGroup; + children = ( + 46EB2E00005830 /* RCTInputAccessoryComponentView.h */, + 46EB2E00005840 /* RCTInputAccessoryComponentView.mm */, + 46EB2E00005850 /* RCTInputAccessoryContentView.h */, + 46EB2E00005860 /* RCTInputAccessoryContentView.mm */, + ); + name = InputAccessory; + path = InputAccessory; + sourceTree = ""; + }; + 46EB2E00005870 /* LegacyViewManagerInterop */ = { + isa = PBXGroup; + children = ( + 46EB2E00005880 /* RCTLegacyViewManagerInteropComponentView.h */, + 46EB2E00005890 /* RCTLegacyViewManagerInteropComponentView.mm */, + 46EB2E000058A0 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h */, + 46EB2E000058B0 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm */, + ); + name = LegacyViewManagerInterop; + path = LegacyViewManagerInterop; + sourceTree = ""; + }; + 46EB2E000058C0 /* Modal */ = { + isa = PBXGroup; + children = ( + 46EB2E000058D0 /* RCTFabricModalHostViewController.h */, + 46EB2E000058E0 /* RCTFabricModalHostViewController.mm */, + 46EB2E000058F0 /* RCTModalHostViewComponentView.h */, + 46EB2E00005900 /* RCTModalHostViewComponentView.mm */, + ); + name = Modal; + path = Modal; + sourceTree = ""; + }; + 46EB2E00005930 /* Root */ = { + isa = PBXGroup; + children = ( + 46EB2E00005940 /* RCTRootComponentView.h */, + 46EB2E00005950 /* RCTRootComponentView.mm */, + ); + name = Root; + path = Root; + sourceTree = ""; + }; + 46EB2E00005960 /* SafeAreaView */ = { + isa = PBXGroup; + children = ( + 46EB2E00005970 /* RCTSafeAreaViewComponentView.h */, + 46EB2E00005980 /* RCTSafeAreaViewComponentView.mm */, + ); + name = SafeAreaView; + path = SafeAreaView; + sourceTree = ""; + }; + 46EB2E00005990 /* ScrollView */ = { + isa = PBXGroup; + children = ( + 46EB2E000059A0 /* RCTCustomPullToRefreshViewProtocol.h */, + 46EB2E000059B0 /* RCTEnhancedScrollView.h */, + 46EB2E000059C0 /* RCTEnhancedScrollView.mm */, + 46EB2E000059D0 /* RCTPullToRefreshViewComponentView.h */, + 46EB2E000059E0 /* RCTPullToRefreshViewComponentView.mm */, + 46EB2E000059F0 /* RCTScrollViewComponentView.h */, + 46EB2E00005A00 /* RCTScrollViewComponentView.mm */, + ); + name = ScrollView; + path = ScrollView; + sourceTree = ""; + }; + 46EB2E00005A10 /* Switch */ = { + isa = PBXGroup; + children = ( + 46EB2E00005A20 /* RCTSwitchComponentView.h */, + 46EB2E00005A30 /* RCTSwitchComponentView.mm */, + ); + name = Switch; + path = Switch; + sourceTree = ""; + }; + 46EB2E00005A40 /* Text */ = { + isa = PBXGroup; + children = ( + 46EB2E00005A50 /* RCTAccessibilityElement.h */, + 46EB2E00005A60 /* RCTAccessibilityElement.mm */, + 46EB2E00005A70 /* RCTParagraphComponentAccessibilityProvider.h */, + 46EB2E00005A80 /* RCTParagraphComponentAccessibilityProvider.mm */, + 46EB2E00005A90 /* RCTParagraphComponentView.h */, + 46EB2E00005AA0 /* RCTParagraphComponentView.mm */, + ); + name = Text; + path = Text; + sourceTree = ""; + }; + 46EB2E00005AB0 /* TextInput */ = { + isa = PBXGroup; + children = ( + 46EB2E00005AC0 /* RCTTextInputComponentView.h */, + 46EB2E00005AD0 /* RCTTextInputComponentView.mm */, + 46EB2E00005AE0 /* RCTTextInputNativeCommands.h */, + 46EB2E00005AF0 /* RCTTextInputUtils.h */, + 46EB2E00005B00 /* RCTTextInputUtils.mm */, + ); + name = TextInput; + path = TextInput; + sourceTree = ""; + }; + 46EB2E00005B10 /* UnimplementedComponent */ = { + isa = PBXGroup; + children = ( + 46EB2E00005B20 /* RCTUnimplementedNativeComponentView.h */, + 46EB2E00005B30 /* RCTUnimplementedNativeComponentView.mm */, + ); + name = UnimplementedComponent; + path = UnimplementedComponent; + sourceTree = ""; + }; + 46EB2E00005B40 /* UnimplementedView */ = { + isa = PBXGroup; + children = ( + 46EB2E00005B50 /* RCTUnimplementedViewComponentView.h */, + 46EB2E00005B60 /* RCTUnimplementedViewComponentView.mm */, + ); + name = UnimplementedView; + path = UnimplementedView; + sourceTree = ""; + }; + 46EB2E00005B70 /* View */ = { + isa = PBXGroup; + children = ( + 46EB2E00005B80 /* RCTViewComponentView.h */, + 46EB2E00005B90 /* RCTViewComponentView.mm */, + ); + name = View; + path = View; + sourceTree = ""; + }; + 46EB2E00005DF0 /* Surface */ = { + isa = PBXGroup; + children = ( + 46EB2E00005E00 /* RCTFabricSurface.h */, + 46EB2E00005E10 /* RCTFabricSurface.mm */, + ); + name = Surface; + path = Fabric/Surface; + sourceTree = ""; + }; + 46EB2E00005E20 /* Utils */ = { + isa = PBXGroup; + children = ( + 46EB2E00005E30 /* PlatformRunLoopObserver.h */, + 46EB2E00005E40 /* PlatformRunLoopObserver.mm */, + 46EB2E00005E50 /* RCTBoxShadow.h */, + 46EB2E00005E60 /* RCTBoxShadow.mm */, + 46EB2E00005E70 /* RCTColorSpaceUtils.h */, + 46EB2E00005E80 /* RCTColorSpaceUtils.mm */, + 46EB2E00005E90 /* RCTGenericDelegateSplitter.h */, + 46EB2E00005EA0 /* RCTGenericDelegateSplitter.mm */, + 46EB2E00005EB0 /* RCTIdentifierPool.h */, + 46EB2E00005EC0 /* RCTReactTaggedView.h */, + 46EB2E00005ED0 /* RCTReactTaggedView.mm */, + ); + name = Utils; + path = Fabric/Utils; + sourceTree = ""; + }; + 46EB2E000060A0 /* BaseText */ = { + isa = PBXGroup; + children = ( + 46EB2E000060B0 /* RCTBaseTextShadowView.mm */, + 46EB2E000060C0 /* RCTBaseTextViewManager.mm */, + ); + name = BaseText; + path = BaseText; + sourceTree = ""; + }; + 46EB2E000060D0 /* RawText */ = { + isa = PBXGroup; + children = ( + 46EB2E000060E0 /* RCTRawTextShadowView.mm */, + 46EB2E000060F0 /* RCTRawTextViewManager.mm */, + ); + name = RawText; + path = RawText; + sourceTree = ""; + }; + 46EB2E00006120 /* Text */ = { + isa = PBXGroup; + children = ( + 46EB2E00006130 /* NSTextStorage+FontScaling.m */, + 46EB2E00006140 /* RCTDynamicTypeRamp.mm */, + 46EB2E00006150 /* RCTTextShadowView.mm */, + 46EB2E00006160 /* RCTTextView.mm */, + 46EB2E00006170 /* RCTTextViewManager.mm */, + ); + name = Text; + path = Text; + sourceTree = ""; + }; + 46EB2E00006180 /* TextInput */ = { + isa = PBXGroup; + children = ( + 46EB2E000061D0 /* RCTBackedTextInputDelegateAdapter.mm */, + 46EB2E000061E0 /* RCTBaseTextInputShadowView.mm */, + 46EB2E000061F0 /* RCTBaseTextInputView.mm */, + 46EB2E00006200 /* RCTBaseTextInputViewManager.mm */, + 46EB2E00006210 /* RCTInputAccessoryShadowView.mm */, + 46EB2E00006220 /* RCTInputAccessoryView.mm */, + 46EB2E00006230 /* RCTInputAccessoryViewContent.mm */, + 46EB2E00006240 /* RCTInputAccessoryViewManager.mm */, + 46EB2E00006250 /* RCTTextSelection.mm */, + 46EB2E00006190 /* Multiline */, + 46EB2E00006260 /* Singleline */, + ); + name = TextInput; + path = TextInput; + sourceTree = ""; + }; + 46EB2E00006190 /* Multiline */ = { + isa = PBXGroup; + children = ( + 46EB2E000061A0 /* RCTMultilineTextInputView.mm */, + 46EB2E000061B0 /* RCTMultilineTextInputViewManager.mm */, + 46EB2E000061C0 /* RCTUITextView.mm */, + ); + name = Multiline; + path = Multiline; + sourceTree = ""; + }; + 46EB2E00006260 /* Singleline */ = { + isa = PBXGroup; + children = ( + 46EB2E00006270 /* RCTSinglelineTextInputView.mm */, + 46EB2E00006280 /* RCTSinglelineTextInputViewManager.mm */, + 46EB2E00006290 /* RCTUITextField.mm */, + ); + name = Singleline; + path = Singleline; + sourceTree = ""; + }; + 46EB2E000062A0 /* VirtualText */ = { + isa = PBXGroup; + children = ( + 46EB2E000062B0 /* RCTVirtualTextShadowView.mm */, + 46EB2E000062C0 /* RCTVirtualTextView.mm */, + 46EB2E000062D0 /* RCTVirtualTextViewManager.mm */, + ); + name = VirtualText; + path = VirtualText; + sourceTree = ""; + }; + 46EB2E000064C0 /* nativeviewconfig */ = { + isa = PBXGroup; + children = ( + 46EB2E000064D0 /* LegacyUIManagerConstantsProviderBinding.cpp */, + 46EB2E000064E0 /* LegacyUIManagerConstantsProviderBinding.h */, + ); + name = nativeviewconfig; + path = nativeviewconfig; + sourceTree = ""; + }; + 46EB2E00006910 /* platform */ = { + isa = PBXGroup; + children = ( + 46EB2E00006920 /* ios */, + ); + name = platform; + path = platform; + sourceTree = ""; + }; + 46EB2E00006920 /* ios */ = { + isa = PBXGroup; + children = ( + 46EB2E00006930 /* react */, + ); + name = ios; + path = ios; + sourceTree = ""; + }; + 46EB2E00006930 /* react */ = { + isa = PBXGroup; + children = ( + 46EB2E00006940 /* renderer */, + ); + name = react; + path = react; + sourceTree = ""; + }; + 46EB2E00006940 /* renderer */ = { + isa = PBXGroup; + children = ( + 46EB2E00006950 /* graphics */, + ); + name = renderer; + path = renderer; + sourceTree = ""; + }; + 46EB2E00006950 /* graphics */ = { + isa = PBXGroup; + children = ( + 46EB2E00006960 /* Float.h */, + 46EB2E00006970 /* HostPlatformColor.h */, + 46EB2E00006980 /* HostPlatformColor.mm */, + 46EB2E00006990 /* PlatformColorParser.h */, + 46EB2E000069A0 /* PlatformColorParser.mm */, + 46EB2E000069B0 /* RCTPlatformColorUtils.h */, + 46EB2E000069C0 /* RCTPlatformColorUtils.mm */, + ); + name = graphics; + path = graphics; + sourceTree = ""; + }; + 46EB2E00006A70 /* executor */ = { + isa = PBXGroup; + children = ( + 46EB2E00006A80 /* HermesExecutorFactory.cpp */, + 46EB2E00006A90 /* HermesExecutorFactory.h */, + ); + name = executor; + path = executor; + sourceTree = ""; + }; + 46EB2E00006AA0 /* inspector-modern */ = { + isa = PBXGroup; + children = ( + 46EB2E00006AB0 /* chrome */, + ); + name = "inspector-modern"; + path = "inspector-modern"; + sourceTree = ""; + }; + 46EB2E00006AB0 /* chrome */ = { + isa = PBXGroup; + children = ( + 46EB2E00006AC0 /* ConnectionDemux.cpp */, + 46EB2E00006AD0 /* ConnectionDemux.h */, + 46EB2E00006AE0 /* HermesRuntimeAgentDelegate.cpp */, + 46EB2E00006AF0 /* HermesRuntimeAgentDelegate.h */, + 46EB2E00006B00 /* HermesRuntimeTargetDelegate.cpp */, + 46EB2E00006B10 /* HermesRuntimeTargetDelegate.h */, + 46EB2E00006B20 /* Registration.cpp */, + 46EB2E00006B30 /* Registration.h */, + ); + name = chrome; + path = chrome; + sourceTree = ""; + }; + 46EB2E00006FB0 /* reactperflogger */ = { + isa = PBXGroup; + children = ( + 46EB2E00006FC0 /* BridgeNativeModulePerfLogger.cpp */, + 46EB2E00006FD0 /* BridgeNativeModulePerfLogger.h */, + 46EB2E00006FE0 /* HermesPerfettoDataSource.cpp */, + 46EB2E00006FF0 /* HermesPerfettoDataSource.h */, + 46EB2E00007000 /* NativeModulePerfLogger.h */, + 46EB2E00007010 /* ReactPerfetto.cpp */, + 46EB2E00007020 /* ReactPerfetto.h */, + 46EB2E00007030 /* ReactPerfettoCategories.cpp */, + 46EB2E00007040 /* ReactPerfettoCategories.h */, + ); + name = reactperflogger; + path = reactperflogger; + sourceTree = ""; + }; + 46EB2E00007050 /* fusebox */ = { + isa = PBXGroup; + children = ( + 46EB2E00007060 /* FuseboxTracer.cpp */, + 46EB2E00007070 /* FuseboxTracer.h */, + ); + name = fusebox; + path = fusebox; + sourceTree = ""; + }; + 46EB2E00007380 /* FBReactNativeSpec */ = { + isa = PBXGroup; + children = ( + 46EB2E000073A0 /* FBReactNativeSpec.h */, + 46EB2E00007390 /* FBReactNativeSpec-generated.mm */, + ); + name = FBReactNativeSpec; + path = FBReactNativeSpec; + sourceTree = ""; + }; + 46EB2E000073F0 /* turbomodule */ = { + isa = PBXGroup; + children = ( + 46EB2E00007400 /* bridging */, + 46EB2E00007530 /* core */, + ); + name = turbomodule; + sourceTree = ""; + }; + 46EB2E00007400 /* bridging */ = { + isa = PBXGroup; + children = ( + 46EB2E00007410 /* Array.h */, + 46EB2E00007420 /* AString.h */, + 46EB2E00007430 /* Base.h */, + 46EB2E00007440 /* Bool.h */, + 46EB2E00007450 /* Bridging.h */, + 46EB2E00007460 /* CallbackWrapper.h */, + 46EB2E00007470 /* Class.h */, + 46EB2E00007480 /* Convert.h */, + 46EB2E00007490 /* Dynamic.h */, + 46EB2E000074A0 /* Error.h */, + 46EB2E000074B0 /* EventEmitter.h */, + 46EB2E000074C0 /* Function.h */, + 46EB2E000074D0 /* LongLivedObject.cpp */, + 46EB2E000074E0 /* LongLivedObject.h */, + 46EB2E000074F0 /* Number.h */, + 46EB2E00007500 /* Object.h */, + 46EB2E00007510 /* Promise.h */, + 46EB2E00007520 /* Value.h */, + ); + name = bridging; + sourceTree = ""; + }; + 46EB2E00007530 /* core */ = { + isa = PBXGroup; + children = ( + 46EB2E00007540 /* CallbackWrapper.h */, + 46EB2E00007550 /* CxxTurboModuleUtils.cpp */, + 46EB2E00007560 /* CxxTurboModuleUtils.h */, + 46EB2E00007570 /* LongLivedObject.h */, + 46EB2E00007580 /* TurboCxxModule.cpp */, + 46EB2E00007590 /* TurboCxxModule.h */, + 46EB2E000075A0 /* TurboModule.cpp */, + 46EB2E000075B0 /* TurboModule.h */, + 46EB2E000075C0 /* TurboModuleBinding.cpp */, + 46EB2E000075D0 /* TurboModuleBinding.h */, + 46EB2E000075E0 /* TurboModulePerfLogger.cpp */, + 46EB2E000075F0 /* TurboModulePerfLogger.h */, + 46EB2E00007600 /* TurboModuleUtils.cpp */, + 46EB2E00007610 /* TurboModuleUtils.h */, + ); + name = core; + sourceTree = ""; + }; + 46EB2E000078B0 /* algorithm */ = { + isa = PBXGroup; + children = ( + 46EB2E000078C0 /* AbsoluteLayout.cpp */, + 46EB2E000078D0 /* AbsoluteLayout.h */, + 46EB2E000078E0 /* Align.h */, + 46EB2E000078F0 /* Baseline.cpp */, + 46EB2E00007900 /* Baseline.h */, + 46EB2E00007910 /* BoundAxis.h */, + 46EB2E00007920 /* Cache.cpp */, + 46EB2E00007930 /* Cache.h */, + 46EB2E00007940 /* CalculateLayout.cpp */, + 46EB2E00007950 /* CalculateLayout.h */, + 46EB2E00007960 /* FlexDirection.h */, + 46EB2E00007970 /* FlexLine.cpp */, + 46EB2E00007980 /* FlexLine.h */, + 46EB2E00007990 /* PixelGrid.cpp */, + 46EB2E000079A0 /* PixelGrid.h */, + 46EB2E000079B0 /* SizingMode.h */, + 46EB2E000079C0 /* TrailingPosition.h */, + ); + name = algorithm; + path = yoga/algorithm; + sourceTree = ""; + }; + 46EB2E000079D0 /* config */ = { + isa = PBXGroup; + children = ( + 46EB2E000079E0 /* Config.cpp */, + 46EB2E000079F0 /* Config.h */, + ); + name = config; + path = yoga/config; + sourceTree = ""; + }; + 46EB2E00007A00 /* debug */ = { + isa = PBXGroup; + children = ( + 46EB2E00007A10 /* AssertFatal.cpp */, + 46EB2E00007A20 /* AssertFatal.h */, + 46EB2E00007A30 /* Log.cpp */, + 46EB2E00007A40 /* Log.h */, + ); + name = debug; + path = yoga/debug; + sourceTree = ""; + }; + 46EB2E00007A50 /* enums */ = { + isa = PBXGroup; + children = ( + 46EB2E00007A60 /* Align.h */, + 46EB2E00007A70 /* Dimension.h */, + 46EB2E00007A80 /* Direction.h */, + 46EB2E00007A90 /* Display.h */, + 46EB2E00007AA0 /* Edge.h */, + 46EB2E00007AB0 /* Errata.h */, + 46EB2E00007AC0 /* ExperimentalFeature.h */, + 46EB2E00007AD0 /* FlexDirection.h */, + 46EB2E00007AE0 /* Gutter.h */, + 46EB2E00007AF0 /* Justify.h */, + 46EB2E00007B00 /* LogLevel.h */, + 46EB2E00007B10 /* MeasureMode.h */, + 46EB2E00007B20 /* NodeType.h */, + 46EB2E00007B30 /* Overflow.h */, + 46EB2E00007B40 /* PhysicalEdge.h */, + 46EB2E00007B50 /* PositionType.h */, + 46EB2E00007B60 /* Unit.h */, + 46EB2E00007B70 /* Wrap.h */, + 46EB2E00007B80 /* YogaEnums.h */, + ); + name = enums; + path = yoga/enums; + sourceTree = ""; + }; + 46EB2E00007B90 /* event */ = { + isa = PBXGroup; + children = ( + 46EB2E00007BA0 /* event.cpp */, + 46EB2E00007BB0 /* event.h */, + ); + name = event; + path = yoga/event; + sourceTree = ""; + }; + 46EB2E00007BC0 /* node */ = { + isa = PBXGroup; + children = ( + 46EB2E00007BD0 /* CachedMeasurement.h */, + 46EB2E00007BE0 /* LayoutResults.cpp */, + 46EB2E00007BF0 /* LayoutResults.h */, + 46EB2E00007C00 /* Node.cpp */, + 46EB2E00007C10 /* Node.h */, + ); + name = node; + path = yoga/node; + sourceTree = ""; + }; + 46EB2E00007C20 /* numeric */ = { + isa = PBXGroup; + children = ( + 46EB2E00007C30 /* Comparison.h */, + 46EB2E00007C40 /* FloatOptional.h */, + ); + name = numeric; + path = yoga/numeric; + sourceTree = ""; + }; + 46EB2E00007C50 /* style */ = { + isa = PBXGroup; + children = ( + 46EB2E00007C60 /* SmallValueBuffer.h */, + 46EB2E00007C70 /* Style.h */, + 46EB2E00007C80 /* StyleLength.h */, + 46EB2E00007C90 /* StyleValueHandle.h */, + 46EB2E00007CA0 /* StyleValuePool.h */, + ); + name = style; + path = yoga/style; + sourceTree = ""; + }; + 46EB2E0000D220 /* Pre-built */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D230 /* AsyncDebuggerAPI.h */, + 46EB2E0000D430 /* Buffer.h */, + 46EB2E0000D240 /* CallbackOStream.h */, + 46EB2E0000D390 /* CallbackOStream.h */, + 46EB2E0000D250 /* CDPAgent.h */, + 46EB2E0000D260 /* CDPDebugAPI.h */, + 46EB2E0000D3A0 /* CDPHandler.h */, + 46EB2E0000D350 /* CompileJS.h */, + 46EB2E0000D270 /* ConsoleMessage.h */, + 46EB2E0000D440 /* CrashManager.h */, + 46EB2E0000D450 /* CtorConfig.h */, + 46EB2E0000D360 /* DebuggerAPI.h */, + 46EB2E0000D280 /* DebuggerDomainAgent.h */, + 46EB2E0000D460 /* DebuggerTypes.h */, + 46EB2E0000D290 /* DomainAgent.h */, + 46EB2E0000D2A0 /* DomainState.h */, + 46EB2E0000D470 /* GCConfig.h */, + 46EB2E0000D480 /* GCTripwireContext.h */, + 46EB2E0000D2B0 /* HeapProfilerDomainAgent.h */, + 46EB2E0000D370 /* hermes.h */, + 46EB2E0000D380 /* hermes_tracing.h */, + 46EB2E0000D490 /* HermesExport.h */, + 46EB2E0000D2C0 /* JSONValueInterfaces.h */, + 46EB2E0000D3B0 /* JSONValueInterfaces.h */, + 46EB2E0000D4A0 /* JSOutOfMemoryError.h */, + 46EB2E0000D2D0 /* MessageConverters.h */, + 46EB2E0000D3C0 /* MessageConverters.h */, + 46EB2E0000D2E0 /* MessageInterfaces.h */, + 46EB2E0000D3D0 /* MessageInterfaces.h */, + 46EB2E0000D2F0 /* MessageTypes.h */, + 46EB2E0000D3E0 /* MessageTypes.h */, + 46EB2E0000D300 /* MessageTypesInlines.h */, + 46EB2E0000D3F0 /* MessageTypesInlines.h */, + 46EB2E0000D310 /* ProfilerDomainAgent.h */, + 46EB2E0000D320 /* RemoteObjectConverters.h */, + 46EB2E0000D400 /* RemoteObjectConverters.h */, + 46EB2E0000D330 /* RemoteObjectsTable.h */, + 46EB2E0000D410 /* RemoteObjectsTable.h */, + 46EB2E0000D420 /* RuntimeAdapter.h */, + 46EB2E0000D4B0 /* RuntimeConfig.h */, + 46EB2E0000D340 /* RuntimeDomainAgent.h */, + 46EB2E0000D4C0 /* RuntimeTaskRunner.h */, + 46EB2E0000D4D0 /* SynthTrace.h */, + 46EB2E0000D4E0 /* SynthTraceParser.h */, + 46EB2E0000D4F0 /* ThreadSafetyAnalysis.h */, + 46EB2E0000D500 /* TimerStats.h */, + 46EB2E0000D510 /* TraceInterpreter.h */, + 46EB2E0000D520 /* TracingRuntime.h */, + 46EB2E0000D530 /* Frameworks */, + ); + name = "Pre-built"; + sourceTree = ""; + }; + 46EB2E0000D530 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D540 /* hermes.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 46EB2E0000D570 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D580 /* FBLazyVector.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D590 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D5A0 /* RCTDeprecation.podspec */, + 46EB2E0000D5B0 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D5C0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D5D0 /* RCTRequired.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D5E0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D5F0 /* RCTTypeSafety.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D600 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D610 /* React.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D620 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D630 /* React-Core.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D640 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D650 /* React-CoreModules.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D660 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D670 /* React-Fabric.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D680 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D690 /* React-FabricComponents.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D6A0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D6B0 /* React-FabricImage.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D6C0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D6D0 /* React-ImageManager.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D6E0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D6F0 /* React-Mapbuffer.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D700 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D710 /* React-NativeModulesApple.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D720 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D730 /* React-RCTActionSheet.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D740 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D750 /* React-RCTAnimation.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D760 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D770 /* React-RCTAppDelegate.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D780 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D790 /* React-RCTBlob.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D7A0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D7B0 /* React-RCTFabric.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D7C0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D7D0 /* React-RCTImage.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D7E0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D7F0 /* React-RCTLinking.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D800 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D810 /* React-RCTNetwork.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D820 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D830 /* React-RCTSettings.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D840 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D850 /* React-RCTText.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D860 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D870 /* React-RCTVibration.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D880 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D890 /* React-RuntimeApple.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D8A0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D8B0 /* React-RuntimeCore.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D8C0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D8D0 /* React-RuntimeHermes.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D8E0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D8F0 /* React-callinvoker.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D900 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D910 /* React-cxxreact.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D920 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D930 /* React-debug.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D940 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D950 /* React-defaultsnativemodule.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D960 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D970 /* React-domnativemodule.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D980 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D990 /* React-featureflags.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D9A0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D9B0 /* React-featureflagsnativemodule.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D9C0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D9D0 /* React-graphics.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000D9E0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000D9F0 /* React-hermes.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DA00 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DA10 /* React-idlecallbacksnativemodule.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DA20 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DA30 /* React-jserrorhandler.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DA40 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DA50 /* React-jsi.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DA60 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DA70 /* React-jsiexecutor.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DA80 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DA90 /* React-jsinspector.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DAA0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DAB0 /* React-jsitracing.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DAC0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DAD0 /* React-logger.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DAE0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DAF0 /* React-microtasksnativemodule.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DB00 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DB10 /* React-nativeconfig.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DB20 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DB30 /* React-perflogger.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DB40 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DB50 /* React-performancetimeline.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DB60 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DB70 /* React-rendererconsistency.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DB80 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DB90 /* React-rendererdebug.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DBA0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DBB0 /* React-rncore.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DBC0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DBD0 /* React-runtimeexecutor.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DBE0 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DBF0 /* React-runtimescheduler.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DC00 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DC10 /* React-timing.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DC20 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DC30 /* React-utils.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DC40 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DC50 /* ReactCodegen.podspec.json */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DC60 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DC70 /* ReactCommon.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DC80 /* Pod */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DC90 /* Yoga.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46EB2E0000DE40 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DE70 /* DoubleConversion.modulemap */, + 46EB2E0000DEB0 /* DoubleConversion-dummy.m */, + 46EB2E0000DEA0 /* DoubleConversion-prefix.pch */, + 46EB2E0000DE80 /* DoubleConversion-umbrella.h */, + 46EB2E0000DE50 /* DoubleConversion.debug.xcconfig */, + 46EB2E0000DE60 /* DoubleConversion.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DoubleConversion"; + sourceTree = ""; + }; + 46EB2E0000DF10 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E0000DF20 /* FBLazyVector.debug.xcconfig */, + 46EB2E0000DF30 /* FBLazyVector.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/FBLazyVector"; + sourceTree = ""; + }; + 46EB2E0000E040 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E0000F720 /* RCT-Folly.modulemap */, + 46EB2E0000F760 /* RCT-Folly-dummy.m */, + 46EB2E0000F750 /* RCT-Folly-prefix.pch */, + 46EB2E0000F730 /* RCT-Folly-umbrella.h */, + 46EB2E0000F700 /* RCT-Folly.debug.xcconfig */, + 46EB2E0000F710 /* RCT-Folly.release.xcconfig */, + 46EB2E0000E050 /* ResourceBundle-RCT-Folly_privacy-RCT-Folly-Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/RCT-Folly"; + sourceTree = ""; + }; + 46EB2E0000F820 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E0000F850 /* RCTDeprecation.modulemap */, + 46EB2E0000F890 /* RCTDeprecation-dummy.m */, + 46EB2E0000F880 /* RCTDeprecation-prefix.pch */, + 46EB2E0000F860 /* RCTDeprecation-umbrella.h */, + 46EB2E0000F830 /* RCTDeprecation.debug.xcconfig */, + 46EB2E0000F840 /* RCTDeprecation.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../ios/HostApp/Pods/Target Support Files/RCTDeprecation"; + sourceTree = ""; + }; + 46EB2E0000F8F0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E0000F900 /* RCTRequired.debug.xcconfig */, + 46EB2E0000F910 /* RCTRequired.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/RCTRequired"; + sourceTree = ""; + }; + 46EB2E0000F9E0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E0000FA10 /* RCTTypeSafety.modulemap */, + 46EB2E0000FA50 /* RCTTypeSafety-dummy.m */, + 46EB2E0000FA40 /* RCTTypeSafety-prefix.pch */, + 46EB2E0000FA20 /* RCTTypeSafety-umbrella.h */, + 46EB2E0000F9F0 /* RCTTypeSafety.debug.xcconfig */, + 46EB2E0000FA00 /* RCTTypeSafety.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/RCTTypeSafety"; + sourceTree = ""; + }; + 46EB2E0000FAB0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E0000FAC0 /* React.debug.xcconfig */, + 46EB2E0000FAD0 /* React.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/HostApp/Pods/Target Support Files/React"; + sourceTree = ""; + }; + 46EB2E0000FBF0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000115B0 /* React-Core.modulemap */, + 46EB2E000115F0 /* React-Core-dummy.m */, + 46EB2E000115E0 /* React-Core-prefix.pch */, + 46EB2E000115C0 /* React-Core-umbrella.h */, + 46EB2E00011590 /* React-Core.debug.xcconfig */, + 46EB2E000115A0 /* React-Core.release.xcconfig */, + 46EB2E0000FC00 /* ResourceBundle-React-Core_privacy-React-Core-Info.plist */, + ); + name = "Support Files"; + path = "../../ios/HostApp/Pods/Target Support Files/React-Core"; + sourceTree = ""; + }; + 46EB2E00011840 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00011880 /* React-CoreModules-dummy.m */, + 46EB2E00011870 /* React-CoreModules-prefix.pch */, + 46EB2E00011850 /* React-CoreModules.debug.xcconfig */, + 46EB2E00011860 /* React-CoreModules.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-CoreModules"; + sourceTree = ""; + }; + 46EB2E000128B0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000128E0 /* React-Fabric.modulemap */, + 46EB2E00012920 /* React-Fabric-dummy.m */, + 46EB2E00012910 /* React-Fabric-prefix.pch */, + 46EB2E000128F0 /* React-Fabric-umbrella.h */, + 46EB2E000128C0 /* React-Fabric.debug.xcconfig */, + 46EB2E000128D0 /* React-Fabric.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/HostApp/Pods/Target Support Files/React-Fabric"; + sourceTree = ""; + }; + 46EB2E00012FE0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00013010 /* React-FabricComponents.modulemap */, + 46EB2E00013050 /* React-FabricComponents-dummy.m */, + 46EB2E00013040 /* React-FabricComponents-prefix.pch */, + 46EB2E00013020 /* React-FabricComponents-umbrella.h */, + 46EB2E00012FF0 /* React-FabricComponents.debug.xcconfig */, + 46EB2E00013000 /* React-FabricComponents.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/HostApp/Pods/Target Support Files/React-FabricComponents"; + sourceTree = ""; + }; + 46EB2E000131A0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000131E0 /* React-FabricImage-dummy.m */, + 46EB2E000131D0 /* React-FabricImage-prefix.pch */, + 46EB2E000131B0 /* React-FabricImage.debug.xcconfig */, + 46EB2E000131C0 /* React-FabricImage.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/HostApp/Pods/Target Support Files/React-FabricImage"; + sourceTree = ""; + }; + 46EB2E000132F0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00013320 /* React-ImageManager.modulemap */, + 46EB2E00013360 /* React-ImageManager-dummy.m */, + 46EB2E00013350 /* React-ImageManager-prefix.pch */, + 46EB2E00013330 /* React-ImageManager-umbrella.h */, + 46EB2E00013300 /* React-ImageManager.debug.xcconfig */, + 46EB2E00013310 /* React-ImageManager.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../../../ios/HostApp/Pods/Target Support Files/React-ImageManager"; + sourceTree = ""; + }; + 46EB2E00013440 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00013480 /* React-Mapbuffer-dummy.m */, + 46EB2E00013470 /* React-Mapbuffer-prefix.pch */, + 46EB2E00013450 /* React-Mapbuffer.debug.xcconfig */, + 46EB2E00013460 /* React-Mapbuffer.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/HostApp/Pods/Target Support Files/React-Mapbuffer"; + sourceTree = ""; + }; + 46EB2E000135B0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000135E0 /* React-NativeModulesApple.modulemap */, + 46EB2E00013620 /* React-NativeModulesApple-dummy.m */, + 46EB2E00013610 /* React-NativeModulesApple-prefix.pch */, + 46EB2E000135F0 /* React-NativeModulesApple-umbrella.h */, + 46EB2E000135C0 /* React-NativeModulesApple.debug.xcconfig */, + 46EB2E000135D0 /* React-NativeModulesApple.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../../../ios/HostApp/Pods/Target Support Files/React-NativeModulesApple"; + sourceTree = ""; + }; + 46EB2E00013680 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00013690 /* React-RCTActionSheet.debug.xcconfig */, + 46EB2E000136A0 /* React-RCTActionSheet.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTActionSheet"; + sourceTree = ""; + }; + 46EB2E00013A40 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00013A80 /* React-RCTAnimation-dummy.m */, + 46EB2E00013A70 /* React-RCTAnimation-prefix.pch */, + 46EB2E00013A50 /* React-RCTAnimation.debug.xcconfig */, + 46EB2E00013A60 /* React-RCTAnimation.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTAnimation"; + sourceTree = ""; + }; + 46EB2E00013B90 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00013BC0 /* React-RCTAppDelegate.modulemap */, + 46EB2E00013C00 /* React-RCTAppDelegate-dummy.m */, + 46EB2E00013BF0 /* React-RCTAppDelegate-prefix.pch */, + 46EB2E00013BD0 /* React-RCTAppDelegate-umbrella.h */, + 46EB2E00013BA0 /* React-RCTAppDelegate.debug.xcconfig */, + 46EB2E00013BB0 /* React-RCTAppDelegate.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTAppDelegate"; + sourceTree = ""; + }; + 46EB2E00013D20 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00013D60 /* React-RCTBlob-dummy.m */, + 46EB2E00013D50 /* React-RCTBlob-prefix.pch */, + 46EB2E00013D30 /* React-RCTBlob.debug.xcconfig */, + 46EB2E00013D40 /* React-RCTBlob.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTBlob"; + sourceTree = ""; + }; + 46EB2E00014440 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00014470 /* React-RCTFabric.modulemap */, + 46EB2E000144B0 /* React-RCTFabric-dummy.m */, + 46EB2E000144A0 /* React-RCTFabric-prefix.pch */, + 46EB2E00014480 /* React-RCTFabric-umbrella.h */, + 46EB2E00014450 /* React-RCTFabric.debug.xcconfig */, + 46EB2E00014460 /* React-RCTFabric.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/HostApp/Pods/Target Support Files/React-RCTFabric"; + sourceTree = ""; + }; + 46EB2E00014670 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000146B0 /* React-RCTImage-dummy.m */, + 46EB2E000146A0 /* React-RCTImage-prefix.pch */, + 46EB2E00014680 /* React-RCTImage.debug.xcconfig */, + 46EB2E00014690 /* React-RCTImage.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTImage"; + sourceTree = ""; + }; + 46EB2E00014770 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000147B0 /* React-RCTLinking-dummy.m */, + 46EB2E000147A0 /* React-RCTLinking-prefix.pch */, + 46EB2E00014780 /* React-RCTLinking.debug.xcconfig */, + 46EB2E00014790 /* React-RCTLinking.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTLinking"; + sourceTree = ""; + }; + 46EB2E000148B0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000148F0 /* React-RCTNetwork-dummy.m */, + 46EB2E000148E0 /* React-RCTNetwork-prefix.pch */, + 46EB2E000148C0 /* React-RCTNetwork.debug.xcconfig */, + 46EB2E000148D0 /* React-RCTNetwork.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTNetwork"; + sourceTree = ""; + }; + 46EB2E000149B0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000149F0 /* React-RCTSettings-dummy.m */, + 46EB2E000149E0 /* React-RCTSettings-prefix.pch */, + 46EB2E000149C0 /* React-RCTSettings.debug.xcconfig */, + 46EB2E000149D0 /* React-RCTSettings.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTSettings"; + sourceTree = ""; + }; + 46EB2E00014E60 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00014EA0 /* React-RCTText-dummy.m */, + 46EB2E00014E90 /* React-RCTText-prefix.pch */, + 46EB2E00014E70 /* React-RCTText.debug.xcconfig */, + 46EB2E00014E80 /* React-RCTText.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTText"; + sourceTree = ""; + }; + 46EB2E00014F60 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00014FA0 /* React-RCTVibration-dummy.m */, + 46EB2E00014F90 /* React-RCTVibration-prefix.pch */, + 46EB2E00014F70 /* React-RCTVibration.debug.xcconfig */, + 46EB2E00014F80 /* React-RCTVibration.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-RCTVibration"; + sourceTree = ""; + }; + 46EB2E00015140 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00015180 /* React-RuntimeApple-dummy.m */, + 46EB2E00015170 /* React-RuntimeApple-prefix.pch */, + 46EB2E00015150 /* React-RuntimeApple.debug.xcconfig */, + 46EB2E00015160 /* React-RuntimeApple.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../../ios/HostApp/Pods/Target Support Files/React-RuntimeApple"; + sourceTree = ""; + }; + 46EB2E00015300 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00015340 /* React-RuntimeCore-dummy.m */, + 46EB2E00015330 /* React-RuntimeCore-prefix.pch */, + 46EB2E00015310 /* React-RuntimeCore.debug.xcconfig */, + 46EB2E00015320 /* React-RuntimeCore.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../ios/HostApp/Pods/Target Support Files/React-RuntimeCore"; + sourceTree = ""; + }; + 46EB2E00015400 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00015440 /* React-RuntimeHermes-dummy.m */, + 46EB2E00015430 /* React-RuntimeHermes-prefix.pch */, + 46EB2E00015410 /* React-RuntimeHermes.debug.xcconfig */, + 46EB2E00015420 /* React-RuntimeHermes.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../ios/HostApp/Pods/Target Support Files/React-RuntimeHermes"; + sourceTree = ""; + }; + 46EB2E000154A0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000154B0 /* React-callinvoker.debug.xcconfig */, + 46EB2E000154C0 /* React-callinvoker.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-callinvoker"; + sourceTree = ""; + }; + 46EB2E000155E0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00015850 /* React-cxxreact-dummy.m */, + 46EB2E00015840 /* React-cxxreact-prefix.pch */, + 46EB2E00015820 /* React-cxxreact.debug.xcconfig */, + 46EB2E00015830 /* React-cxxreact.release.xcconfig */, + 46EB2E000155F0 /* ResourceBundle-React-cxxreact_privacy-React-cxxreact-Info.plist */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-cxxreact"; + sourceTree = ""; + }; + 46EB2E00015930 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00015960 /* React-debug.modulemap */, + 46EB2E000159A0 /* React-debug-dummy.m */, + 46EB2E00015990 /* React-debug-prefix.pch */, + 46EB2E00015970 /* React-debug-umbrella.h */, + 46EB2E00015940 /* React-debug.debug.xcconfig */, + 46EB2E00015950 /* React-debug.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../ios/HostApp/Pods/Target Support Files/React-debug"; + sourceTree = ""; + }; + 46EB2E00015A60 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00015A90 /* React-defaultsnativemodule.modulemap */, + 46EB2E00015AD0 /* React-defaultsnativemodule-dummy.m */, + 46EB2E00015AC0 /* React-defaultsnativemodule-prefix.pch */, + 46EB2E00015AA0 /* React-defaultsnativemodule-umbrella.h */, + 46EB2E00015A70 /* React-defaultsnativemodule.debug.xcconfig */, + 46EB2E00015A80 /* React-defaultsnativemodule.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../ios/HostApp/Pods/Target Support Files/React-defaultsnativemodule"; + sourceTree = ""; + }; + 46EB2E00015B90 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00015BC0 /* React-domnativemodule.modulemap */, + 46EB2E00015C00 /* React-domnativemodule-dummy.m */, + 46EB2E00015BF0 /* React-domnativemodule-prefix.pch */, + 46EB2E00015BD0 /* React-domnativemodule-umbrella.h */, + 46EB2E00015BA0 /* React-domnativemodule.debug.xcconfig */, + 46EB2E00015BB0 /* React-domnativemodule.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../ios/HostApp/Pods/Target Support Files/React-domnativemodule"; + sourceTree = ""; + }; + 46EB2E00015D00 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00015D30 /* React-featureflags.modulemap */, + 46EB2E00015D70 /* React-featureflags-dummy.m */, + 46EB2E00015D60 /* React-featureflags-prefix.pch */, + 46EB2E00015D40 /* React-featureflags-umbrella.h */, + 46EB2E00015D10 /* React-featureflags.debug.xcconfig */, + 46EB2E00015D20 /* React-featureflags.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../ios/HostApp/Pods/Target Support Files/React-featureflags"; + sourceTree = ""; + }; + 46EB2E00015E30 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00015E60 /* React-featureflagsnativemodule.modulemap */, + 46EB2E00015EA0 /* React-featureflagsnativemodule-dummy.m */, + 46EB2E00015E90 /* React-featureflagsnativemodule-prefix.pch */, + 46EB2E00015E70 /* React-featureflagsnativemodule-umbrella.h */, + 46EB2E00015E40 /* React-featureflagsnativemodule.debug.xcconfig */, + 46EB2E00015E50 /* React-featureflagsnativemodule.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../ios/HostApp/Pods/Target Support Files/React-featureflagsnativemodule"; + sourceTree = ""; + }; + 46EB2E00016110 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00016140 /* React-graphics.modulemap */, + 46EB2E00016180 /* React-graphics-dummy.m */, + 46EB2E00016170 /* React-graphics-prefix.pch */, + 46EB2E00016150 /* React-graphics-umbrella.h */, + 46EB2E00016120 /* React-graphics.debug.xcconfig */, + 46EB2E00016130 /* React-graphics.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../ios/HostApp/Pods/Target Support Files/React-graphics"; + sourceTree = ""; + }; + 46EB2E000162C0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00016300 /* React-hermes-dummy.m */, + 46EB2E000162F0 /* React-hermes-prefix.pch */, + 46EB2E000162D0 /* React-hermes.debug.xcconfig */, + 46EB2E000162E0 /* React-hermes.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-hermes"; + sourceTree = ""; + }; + 46EB2E000163C0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000163F0 /* React-idlecallbacksnativemodule.modulemap */, + 46EB2E00016430 /* React-idlecallbacksnativemodule-dummy.m */, + 46EB2E00016420 /* React-idlecallbacksnativemodule-prefix.pch */, + 46EB2E00016400 /* React-idlecallbacksnativemodule-umbrella.h */, + 46EB2E000163D0 /* React-idlecallbacksnativemodule.debug.xcconfig */, + 46EB2E000163E0 /* React-idlecallbacksnativemodule.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../ios/HostApp/Pods/Target Support Files/React-idlecallbacksnativemodule"; + sourceTree = ""; + }; + 46EB2E000164F0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00016530 /* React-jserrorhandler-dummy.m */, + 46EB2E00016520 /* React-jserrorhandler-prefix.pch */, + 46EB2E00016500 /* React-jserrorhandler.debug.xcconfig */, + 46EB2E00016510 /* React-jserrorhandler.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-jserrorhandler"; + sourceTree = ""; + }; + 46EB2E00016650 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00016680 /* React-jsi.modulemap */, + 46EB2E000166C0 /* React-jsi-dummy.m */, + 46EB2E000166B0 /* React-jsi-prefix.pch */, + 46EB2E00016690 /* React-jsi-umbrella.h */, + 46EB2E00016660 /* React-jsi.debug.xcconfig */, + 46EB2E00016670 /* React-jsi.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-jsi"; + sourceTree = ""; + }; + 46EB2E000167A0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000167E0 /* React-jsiexecutor-dummy.m */, + 46EB2E000167D0 /* React-jsiexecutor-prefix.pch */, + 46EB2E000167B0 /* React-jsiexecutor.debug.xcconfig */, + 46EB2E000167C0 /* React-jsiexecutor.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-jsiexecutor"; + sourceTree = ""; + }; + 46EB2E00016B90 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00016BC0 /* React-jsinspector.modulemap */, + 46EB2E00016C00 /* React-jsinspector-dummy.m */, + 46EB2E00016BF0 /* React-jsinspector-prefix.pch */, + 46EB2E00016BD0 /* React-jsinspector-umbrella.h */, + 46EB2E00016BA0 /* React-jsinspector.debug.xcconfig */, + 46EB2E00016BB0 /* React-jsinspector.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-jsinspector"; + sourceTree = ""; + }; + 46EB2E00016C60 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00016C70 /* React-jsitracing.debug.xcconfig */, + 46EB2E00016C80 /* React-jsitracing.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../ios/HostApp/Pods/Target Support Files/React-jsitracing"; + sourceTree = ""; + }; + 46EB2E00016D30 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00016D70 /* React-logger-dummy.m */, + 46EB2E00016D60 /* React-logger-prefix.pch */, + 46EB2E00016D40 /* React-logger.debug.xcconfig */, + 46EB2E00016D50 /* React-logger.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-logger"; + sourceTree = ""; + }; + 46EB2E00016E30 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00016E60 /* React-microtasksnativemodule.modulemap */, + 46EB2E00016EA0 /* React-microtasksnativemodule-dummy.m */, + 46EB2E00016E90 /* React-microtasksnativemodule-prefix.pch */, + 46EB2E00016E70 /* React-microtasksnativemodule-umbrella.h */, + 46EB2E00016E40 /* React-microtasksnativemodule.debug.xcconfig */, + 46EB2E00016E50 /* React-microtasksnativemodule.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../ios/HostApp/Pods/Target Support Files/React-microtasksnativemodule"; + sourceTree = ""; + }; + 46EB2E00016F60 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00016FA0 /* React-nativeconfig-dummy.m */, + 46EB2E00016F90 /* React-nativeconfig-prefix.pch */, + 46EB2E00016F70 /* React-nativeconfig.debug.xcconfig */, + 46EB2E00016F80 /* React-nativeconfig.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/HostApp/Pods/Target Support Files/React-nativeconfig"; + sourceTree = ""; + }; + 46EB2E000170F0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00017130 /* React-perflogger-dummy.m */, + 46EB2E00017120 /* React-perflogger-prefix.pch */, + 46EB2E00017100 /* React-perflogger.debug.xcconfig */, + 46EB2E00017110 /* React-perflogger.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-perflogger"; + sourceTree = ""; + }; + 46EB2E00017200 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00017240 /* React-performancetimeline-dummy.m */, + 46EB2E00017230 /* React-performancetimeline-prefix.pch */, + 46EB2E00017210 /* React-performancetimeline.debug.xcconfig */, + 46EB2E00017220 /* React-performancetimeline.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../ios/HostApp/Pods/Target Support Files/React-performancetimeline"; + sourceTree = ""; + }; + 46EB2E00017310 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00017350 /* React-rendererconsistency-dummy.m */, + 46EB2E00017340 /* React-rendererconsistency-prefix.pch */, + 46EB2E00017320 /* React-rendererconsistency.debug.xcconfig */, + 46EB2E00017330 /* React-rendererconsistency.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../ios/HostApp/Pods/Target Support Files/React-rendererconsistency"; + sourceTree = ""; + }; + 46EB2E00017450 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00017480 /* React-rendererdebug.modulemap */, + 46EB2E000174C0 /* React-rendererdebug-dummy.m */, + 46EB2E000174B0 /* React-rendererdebug-prefix.pch */, + 46EB2E00017490 /* React-rendererdebug-umbrella.h */, + 46EB2E00017460 /* React-rendererdebug.debug.xcconfig */, + 46EB2E00017470 /* React-rendererdebug.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../ios/HostApp/Pods/Target Support Files/React-rendererdebug"; + sourceTree = ""; + }; + 46EB2E00017520 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00017530 /* React-rncore.debug.xcconfig */, + 46EB2E00017540 /* React-rncore.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/HostApp/Pods/Target Support Files/React-rncore"; + sourceTree = ""; + }; + 46EB2E00017590 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000175A0 /* React-runtimeexecutor.debug.xcconfig */, + 46EB2E000175B0 /* React-runtimeexecutor.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/React-runtimeexecutor"; + sourceTree = ""; + }; + 46EB2E00017740 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00017780 /* React-runtimescheduler-dummy.m */, + 46EB2E00017770 /* React-runtimescheduler-prefix.pch */, + 46EB2E00017750 /* React-runtimescheduler.debug.xcconfig */, + 46EB2E00017760 /* React-runtimescheduler.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../../ios/HostApp/Pods/Target Support Files/React-runtimescheduler"; + sourceTree = ""; + }; + 46EB2E000177E0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000177F0 /* React-timing.debug.xcconfig */, + 46EB2E00017800 /* React-timing.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../ios/HostApp/Pods/Target Support Files/React-timing"; + sourceTree = ""; + }; + 46EB2E000179B0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000179E0 /* React-utils.modulemap */, + 46EB2E00017A20 /* React-utils-dummy.m */, + 46EB2E00017A10 /* React-utils-prefix.pch */, + 46EB2E000179F0 /* React-utils-umbrella.h */, + 46EB2E000179C0 /* React-utils.debug.xcconfig */, + 46EB2E000179D0 /* React-utils.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../../ios/HostApp/Pods/Target Support Files/React-utils"; + sourceTree = ""; + }; + 46EB2E00017B20 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00017B50 /* ReactCodegen.modulemap */, + 46EB2E00017B90 /* ReactCodegen-dummy.m */, + 46EB2E00017B80 /* ReactCodegen-prefix.pch */, + 46EB2E00017B60 /* ReactCodegen-umbrella.h */, + 46EB2E00017B30 /* ReactCodegen.debug.xcconfig */, + 46EB2E00017B40 /* ReactCodegen.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../Pods/Target Support Files/ReactCodegen"; + sourceTree = ""; + }; + 46EB2E00017E30 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00017E60 /* ReactCommon.modulemap */, + 46EB2E00017EA0 /* ReactCommon-dummy.m */, + 46EB2E00017E90 /* ReactCommon-prefix.pch */, + 46EB2E00017E70 /* ReactCommon-umbrella.h */, + 46EB2E00017E40 /* ReactCommon.debug.xcconfig */, + 46EB2E00017E50 /* ReactCommon.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/HostApp/Pods/Target Support Files/ReactCommon"; + sourceTree = ""; + }; + 46EB2E000181D0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00018210 /* SocketRocket-dummy.m */, + 46EB2E00018200 /* SocketRocket-prefix.pch */, + 46EB2E000181E0 /* SocketRocket.debug.xcconfig */, + 46EB2E000181F0 /* SocketRocket.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SocketRocket"; + sourceTree = ""; + }; + 46EB2E00018730 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00018760 /* Yoga.modulemap */, + 46EB2E000187A0 /* Yoga-dummy.m */, + 46EB2E00018790 /* Yoga-prefix.pch */, + 46EB2E00018770 /* Yoga-umbrella.h */, + 46EB2E00018740 /* Yoga.debug.xcconfig */, + 46EB2E00018750 /* Yoga.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/HostApp/Pods/Target Support Files/Yoga"; + sourceTree = ""; + }; + 46EB2E00018880 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E000188A0 /* boost.debug.xcconfig */, + 46EB2E000188B0 /* boost.release.xcconfig */, + 46EB2E00018890 /* ResourceBundle-boost_privacy-boost-Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/boost"; + sourceTree = ""; + }; + 46EB2E00018A20 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00018A60 /* fmt-dummy.m */, + 46EB2E00018A50 /* fmt-prefix.pch */, + 46EB2E00018A30 /* fmt.debug.xcconfig */, + 46EB2E00018A40 /* fmt.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/fmt"; + sourceTree = ""; + }; + 46EB2E00018B80 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00018C80 /* glog.modulemap */, + 46EB2E00018CC0 /* glog-dummy.m */, + 46EB2E00018CB0 /* glog-prefix.pch */, + 46EB2E00018C90 /* glog-umbrella.h */, + 46EB2E00018C60 /* glog.debug.xcconfig */, + 46EB2E00018C70 /* glog.release.xcconfig */, + 46EB2E00018B90 /* ResourceBundle-glog_privacy-glog-Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/glog"; + sourceTree = ""; + }; + 46EB2E00018D20 /* Support Files */ = { + isa = PBXGroup; + children = ( + 46EB2E00018D30 /* hermes-engine-xcframeworks.sh */, + 46EB2E00018D40 /* hermes-engine.debug.xcconfig */, + 46EB2E00018D50 /* hermes-engine.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/hermes-engine"; + sourceTree = ""; + }; + 46EB2E00018DE0 /* Pods-ARMSX */ = { + isa = PBXGroup; + children = ( + 46EB2E00018E40 /* Pods-ARMSX-acknowledgements.markdown */, + 46EB2E00018E30 /* Pods-ARMSX-acknowledgements.plist */, + 46EB2E00018E50 /* Pods-ARMSX-dummy.m */, + 46EB2E00018E10 /* Pods-ARMSX-frameworks.sh */, + 46EB2E00018E20 /* Pods-ARMSX-resources.sh */, + 46EB2E00018E00 /* Pods-ARMSX.debug.xcconfig */, + 46EB2E00018DF0 /* Pods-ARMSX.release.xcconfig */, + ); + name = "Pods-ARMSX"; + path = "Target Support Files/Pods-ARMSX"; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 0463BCA686ECA22A55B5CB784DB6A087 /* Headers */ = { + 46EB2E0000DCF0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B386C027E6A78F1FE1EAB93B4A2AA0DD /* React-featureflags-umbrella.h in Headers */, - 627D202159F1FAC055312F645E4A261F /* ReactNativeFeatureFlags.h in Headers */, - F946C1A0753AC5B91F029BEE12C5E976 /* ReactNativeFeatureFlagsAccessor.h in Headers */, - 7D528D56FF4F53B6AA52AB647655E947 /* ReactNativeFeatureFlagsDefaults.h in Headers */, - 6569D7AB263E48172F15D0B73C6AC843 /* ReactNativeFeatureFlagsProvider.h in Headers */, + 46EB2E0000DDB0 /* bignum.h in Headers */, + 46EB2E0000DDA0 /* bignum-dtoa.h in Headers */, + 46EB2E0000DDC0 /* cached-powers.h in Headers */, + 46EB2E0000DDD0 /* diy-fp.h in Headers */, + 46EB2E0000DDE0 /* double-conversion.h in Headers */, + 46EB2E0000DE90 /* DoubleConversion-umbrella.h in Headers */, + 46EB2E0000DDF0 /* fast-dtoa.h in Headers */, + 46EB2E0000DE00 /* fixed-dtoa.h in Headers */, + 46EB2E0000DE10 /* ieee.h in Headers */, + 46EB2E0000DE20 /* strtod.h in Headers */, + 46EB2E0000DE30 /* utils.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1A83F251C4031EAA42A286A3377DD5A1 /* Headers */ = { + 46EB2E0000DF90 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D4D3FAE56BACF824320F957EF8CDB263 /* NSRunLoop+SRWebSocket.h in Headers */, - 48ADAB6EB97C4342E7A33B9149412128 /* NSRunLoop+SRWebSocketPrivate.h in Headers */, - 568D5F2743C1E4B86AAEA7320519D524 /* NSURLRequest+SRWebSocket.h in Headers */, - E352005B9371446CC6DE70DE5BBDF98E /* NSURLRequest+SRWebSocketPrivate.h in Headers */, - 718D441ED2FF7141D52578070AEA0625 /* SocketRocket.h in Headers */, - 92B650F0E6810CAA6B9E1D30A31D3C80 /* SRConstants.h in Headers */, - 9A1BEA433A47B9BEB66A6203CA2D1A53 /* SRDelegateController.h in Headers */, - 6B28433B766935F07E1942B6D979308E /* SRError.h in Headers */, - 92A2D5F965E090F9CBF56BEF315E2DB3 /* SRHash.h in Headers */, - 7F1A99AB71A31119FB8569AF383E6A07 /* SRHTTPConnectMessage.h in Headers */, - 97AFB9581C7B9B16FDB76BDDD2B5F98B /* SRIOConsumer.h in Headers */, - 3DEFB564BF2E48C7C470914854DAD055 /* SRIOConsumerPool.h in Headers */, - A43E30392D4C0CFF08F7D072139F7820 /* SRLog.h in Headers */, - E1FE9037371803E3862238C687114CCE /* SRMutex.h in Headers */, - 34C8D7DF5FBA4CDD721CD899E3DE8669 /* SRPinningSecurityPolicy.h in Headers */, - D070F395064D94F0596E2418F5559D22 /* SRProxyConnect.h in Headers */, - AAA5C8286DA283907AB74C741D153D66 /* SRRandom.h in Headers */, - 372EE9ECC756478F16F12F7D48AF7B4E /* SRRunLoopThread.h in Headers */, - 4F53F0DD29168F38D640BFFCD6C87999 /* SRSecurityPolicy.h in Headers */, - 2A08BF1EF5656D00F39C384B0BE65022 /* SRSIMDHelpers.h in Headers */, - 34BE71C1125EC925D80DE8A8C662101D /* SRURLUtilities.h in Headers */, - 9112FC9076F855D1A9B7A71F9CBC65C0 /* SRWebSocket.h in Headers */, + 46EB2E0000E980 /* Access.h in Headers */, + 46EB2E0000EE30 /* Access.h in Headers */, + 46EB2E0000EE40 /* Align.h in Headers */, + 46EB2E0000EE50 /* Aligned.h in Headers */, + 46EB2E0000ED90 /* ApplyTuple.h in Headers */, + 46EB2E0000F020 /* Arena.h in Headers */, + 46EB2E0000F010 /* Arena-inl.h in Headers */, + 46EB2E0000E990 /* Array.h in Headers */, + 46EB2E0000F160 /* Asm.h in Headers */, + 46EB2E0000EE60 /* Assume.h in Headers */, + 46EB2E0000F4B0 /* AsymmetricThreadFence.h in Headers */, + 46EB2E0000EB50 /* AsyncTrace.h in Headers */, + 46EB2E0000F3E0 /* AtFork.h in Headers */, + 46EB2E0000F170 /* Atomic.h in Headers */, + 46EB2E0000E200 /* AtomicHashArray.h in Headers */, + 46EB2E0000E1F0 /* AtomicHashArray-inl.h in Headers */, + 46EB2E0000E220 /* AtomicHashMap.h in Headers */, + 46EB2E0000E210 /* AtomicHashMap-inl.h in Headers */, + 46EB2E0000EB60 /* AtomicHashUtils.h in Headers */, + 46EB2E0000E230 /* AtomicIntrusiveLinkedList.h in Headers */, + 46EB2E0000E240 /* AtomicLinkedList.h in Headers */, + 46EB2E0000F4D0 /* AtomicNotification.h in Headers */, + 46EB2E0000F4C0 /* AtomicNotification-inl.h in Headers */, + 46EB2E0000F4E0 /* AtomicRef.h in Headers */, + 46EB2E0000F4F0 /* AtomicStruct.h in Headers */, + 46EB2E0000E250 /* AtomicUnorderedMap.h in Headers */, + 46EB2E0000EB70 /* AtomicUnorderedMapUtils.h in Headers */, + 46EB2E0000F510 /* AtomicUtil.h in Headers */, + 46EB2E0000F500 /* AtomicUtil-inl.h in Headers */, + 46EB2E0000EE70 /* Badge.h in Headers */, + 46EB2E0000E260 /* base64.h in Headers */, + 46EB2E0000F520 /* Baton.h in Headers */, + 46EB2E0000E270 /* Benchmark.h in Headers */, + 46EB2E0000E280 /* BenchmarkUtil.h in Headers */, + 46EB2E0000E9A0 /* BitIterator.h in Headers */, + 46EB2E0000EAC0 /* BitIteratorDetail.h in Headers */, + 46EB2E0000E290 /* Bits.h in Headers */, + 46EB2E0000EE80 /* Bits.h in Headers */, + 46EB2E0000EE90 /* Builtin.h in Headers */, + 46EB2E0000F180 /* Builtins.h in Headers */, + 46EB2E0000EEA0 /* Byte.h in Headers */, + 46EB2E0000F4A0 /* CacheLocality.h in Headers */, + 46EB2E0000F530 /* CallOnce.h in Headers */, + 46EB2E0000E2B0 /* CancellationToken.h in Headers */, + 46EB2E0000E2A0 /* CancellationToken-inl.h in Headers */, + 46EB2E0000EEB0 /* CArray.h in Headers */, + 46EB2E0000EEC0 /* Cast.h in Headers */, + 46EB2E0000EED0 /* CheckedMath.h in Headers */, + 46EB2E0000EDE0 /* Checksum.h in Headers */, + 46EB2E0000E2C0 /* Chrono.h in Headers */, + 46EB2E0000E2D0 /* ClockGettimeWrappers.h in Headers */, + 46EB2E0000E2E0 /* ConcurrentBitSet.h in Headers */, + 46EB2E0000E2F0 /* ConcurrentLazy.h in Headers */, + 46EB2E0000E310 /* ConcurrentSkipList.h in Headers */, + 46EB2E0000E300 /* ConcurrentSkipList-inl.h in Headers */, + 46EB2E0000F190 /* Config.h in Headers */, + 46EB2E0000F1A0 /* Constexpr.h in Headers */, + 46EB2E0000E320 /* ConstexprMath.h in Headers */, + 46EB2E0000E330 /* ConstructorCallbackList.h in Headers */, + 46EB2E0000E340 /* Conv.h in Headers */, + 46EB2E0000E350 /* CPortability.h in Headers */, + 46EB2E0000E360 /* CppAttributes.h in Headers */, + 46EB2E0000E370 /* CpuId.h in Headers */, + 46EB2E0000EEE0 /* CString.h in Headers */, + 46EB2E0000EEF0 /* CustomizationPoint.h in Headers */, + 46EB2E0000E380 /* DefaultKeepAliveExecutor.h in Headers */, + 46EB2E0000F540 /* DelayedInit.h in Headers */, + 46EB2E0000E390 /* Demangle.h in Headers */, + 46EB2E0000F1B0 /* Dirent.h in Headers */, + 46EB2E0000E3A0 /* DiscriminatedPtr.h in Headers */, + 46EB2E0000EB80 /* DiscriminatedPtrDetail.h in Headers */, + 46EB2E0000F560 /* DistributedMutex.h in Headers */, + 46EB2E0000F550 /* DistributedMutex-inl.h in Headers */, + 46EB2E0000E3C0 /* dynamic.h in Headers */, + 46EB2E0000E3B0 /* dynamic-inl.h in Headers */, + 46EB2E0000E3D0 /* DynamicConverter.h in Headers */, + 46EB2E0000F030 /* EnableSharedFromThis.h in Headers */, + 46EB2E0000E9B0 /* Enumerate.h in Headers */, + 46EB2E0000F1C0 /* Event.h in Headers */, + 46EB2E0000E9C0 /* EvictingCacheMap.h in Headers */, + 46EB2E0000E3E0 /* Exception.h in Headers */, + 46EB2E0000EF00 /* Exception.h in Headers */, + 46EB2E0000E3F0 /* ExceptionString.h in Headers */, + 46EB2E0000E410 /* ExceptionWrapper.h in Headers */, + 46EB2E0000E400 /* ExceptionWrapper-inl.h in Headers */, + 46EB2E0000E420 /* Executor.h in Headers */, + 46EB2E0000E430 /* Expected.h in Headers */, + 46EB2E0000EF10 /* Extern.h in Headers */, + 46EB2E0000EAD0 /* F14Defaults.h in Headers */, + 46EB2E0000EAE0 /* F14IntrinsicsAvailability.h in Headers */, + 46EB2E0000E9E0 /* F14Map.h in Headers */, + 46EB2E0000E9D0 /* F14Map-fwd.h in Headers */, + 46EB2E0000EAF0 /* F14MapFallback.h in Headers */, + 46EB2E0000EB00 /* F14Mask.h in Headers */, + 46EB2E0000EB10 /* F14Policy.h in Headers */, + 46EB2E0000EA00 /* F14Set.h in Headers */, + 46EB2E0000E9F0 /* F14Set-fwd.h in Headers */, + 46EB2E0000EB20 /* F14SetFallback.h in Headers */, + 46EB2E0000EB30 /* F14Table.h in Headers */, + 46EB2E0000EDF0 /* FarmHash.h in Headers */, + 46EB2E0000E440 /* FBString.h in Headers */, + 46EB2E0000E450 /* FBVector.h in Headers */, + 46EB2E0000F1D0 /* Fcntl.h in Headers */, + 46EB2E0000E460 /* File.h in Headers */, + 46EB2E0000F1E0 /* Filesystem.h in Headers */, + 46EB2E0000E470 /* FileUtil.h in Headers */, + 46EB2E0000EB90 /* FileUtilDetail.h in Headers */, + 46EB2E0000EBA0 /* FileUtilVectorDetail.h in Headers */, + 46EB2E0000E480 /* Fingerprint.h in Headers */, + 46EB2E0000EBB0 /* FingerprintPolynomial.h in Headers */, + 46EB2E0000E490 /* FixedString.h in Headers */, + 46EB2E0000F1F0 /* FmtCompile.h in Headers */, + 46EB2E0000E4A0 /* FollyMemcpy.h in Headers */, + 46EB2E0000E4B0 /* FollyMemset.h in Headers */, + 46EB2E0000EA20 /* Foreach.h in Headers */, + 46EB2E0000EA10 /* Foreach-inl.h in Headers */, + 46EB2E0000E4D0 /* Format.h in Headers */, + 46EB2E0000E4C0 /* Format-inl.h in Headers */, + 46EB2E0000E4E0 /* FormatArg.h in Headers */, + 46EB2E0000E4F0 /* FormatTraits.h in Headers */, + 46EB2E0000E500 /* Function.h in Headers */, + 46EB2E0000EBD0 /* Futex.h in Headers */, + 46EB2E0000EBC0 /* Futex-inl.h in Headers */, + 46EB2E0000F200 /* GFlags.h in Headers */, + 46EB2E0000E510 /* GLog.h in Headers */, + 46EB2E0000F210 /* GMock.h in Headers */, + 46EB2E0000E520 /* GroupVarint.h in Headers */, + 46EB2E0000EBE0 /* GroupVarintDetail.h in Headers */, + 46EB2E0000F220 /* GTest.h in Headers */, + 46EB2E0000F3F0 /* HardwareConcurrency.h in Headers */, + 46EB2E0000E530 /* Hash.h in Headers */, + 46EB2E0000EE00 /* Hash.h in Headers */, + 46EB2E0000F580 /* Hazptr.h in Headers */, + 46EB2E0000F570 /* Hazptr-fwd.h in Headers */, + 46EB2E0000F590 /* HazptrDomain.h in Headers */, + 46EB2E0000F5A0 /* HazptrHolder.h in Headers */, + 46EB2E0000F5B0 /* HazptrObj.h in Headers */, + 46EB2E0000F5C0 /* HazptrObjLinked.h in Headers */, + 46EB2E0000F5D0 /* HazptrRec.h in Headers */, + 46EB2E0000F5E0 /* HazptrThreadPoolExecutor.h in Headers */, + 46EB2E0000F5F0 /* HazptrThrLocal.h in Headers */, + 46EB2E0000EA30 /* heap_vector_types.h in Headers */, + 46EB2E0000EA50 /* HeterogeneousAccess.h in Headers */, + 46EB2E0000EA40 /* HeterogeneousAccess-fwd.h in Headers */, + 46EB2E0000EF30 /* Hint.h in Headers */, + 46EB2E0000EF20 /* Hint-inl.h in Headers */, + 46EB2E0000E540 /* Indestructible.h in Headers */, + 46EB2E0000E550 /* IndexedMemPool.h in Headers */, + 46EB2E0000EA60 /* IntrusiveHeap.h in Headers */, + 46EB2E0000E560 /* IntrusiveList.h in Headers */, + 46EB2E0000EDA0 /* Invoke.h in Headers */, + 46EB2E0000F230 /* IOVec.h in Headers */, + 46EB2E0000EBF0 /* IPAddress.h in Headers */, + 46EB2E0000E570 /* IPAddress.h in Headers */, + 46EB2E0000E580 /* IPAddressException.h in Headers */, + 46EB2E0000EC00 /* IPAddressSource.h in Headers */, + 46EB2E0000E590 /* IPAddressV4.h in Headers */, + 46EB2E0000E5A0 /* IPAddressV6.h in Headers */, + 46EB2E0000EA70 /* Iterator.h in Headers */, + 46EB2E0000EC10 /* Iterators.h in Headers */, + 46EB2E0000E5B0 /* json.h in Headers */, + 46EB2E0000E5C0 /* json_patch.h in Headers */, + 46EB2E0000E5D0 /* json_pointer.h in Headers */, + 46EB2E0000EF40 /* Keep.h in Headers */, + 46EB2E0000F600 /* Latch.h in Headers */, + 46EB2E0000EF50 /* Launder.h in Headers */, + 46EB2E0000E5E0 /* Lazy.h in Headers */, + 46EB2E0000F240 /* Libgen.h in Headers */, + 46EB2E0000F250 /* Libunwind.h in Headers */, + 46EB2E0000F610 /* LifoSem.h in Headers */, + 46EB2E0000E5F0 /* Likely.h in Headers */, + 46EB2E0000F620 /* Lock.h in Headers */, + 46EB2E0000E600 /* MacAddress.h in Headers */, + 46EB2E0000F040 /* MallctlHelper.h in Headers */, + 46EB2E0000F050 /* Malloc.h in Headers */, + 46EB2E0000F260 /* Malloc.h in Headers */, + 46EB2E0000F0E0 /* MallocImpl.h in Headers */, + 46EB2E0000E610 /* MapUtil.h in Headers */, + 46EB2E0000E620 /* Math.h in Headers */, + 46EB2E0000F270 /* Math.h in Headers */, + 46EB2E0000E630 /* MaybeManagedPtr.h in Headers */, + 46EB2E0000E640 /* Memory.h in Headers */, + 46EB2E0000F280 /* Memory.h in Headers */, + 46EB2E0000EC20 /* MemoryIdler.h in Headers */, + 46EB2E0000F400 /* MemoryMapping.h in Headers */, + 46EB2E0000F060 /* MemoryResource.h in Headers */, + 46EB2E0000EA80 /* Merge.h in Headers */, + 46EB2E0000E650 /* MicroLock.h in Headers */, + 46EB2E0000E660 /* MicroSpinLock.h in Headers */, + 46EB2E0000F630 /* MicroSpinLock.h in Headers */, + 46EB2E0000E670 /* MoveWrapper.h in Headers */, + 46EB2E0000E680 /* MPMCPipeline.h in Headers */, + 46EB2E0000EC30 /* MPMCPipelineDetail.h in Headers */, + 46EB2E0000E690 /* MPMCQueue.h in Headers */, + 46EB2E0000F640 /* NativeSemaphore.h in Headers */, + 46EB2E0000F0F0 /* NetOps.h in Headers */, + 46EB2E0000F100 /* NetOpsDispatcher.h in Headers */, + 46EB2E0000F110 /* NetworkSocket.h in Headers */, + 46EB2E0000EF60 /* New.h in Headers */, + 46EB2E0000F080 /* not_null.h in Headers */, + 46EB2E0000F070 /* not_null-inl.h in Headers */, + 46EB2E0000E6A0 /* ObserverContainer.h in Headers */, + 46EB2E0000F290 /* OpenSSL.h in Headers */, + 46EB2E0000E6B0 /* Optional.h in Headers */, + 46EB2E0000EF70 /* Ordering.h in Headers */, + 46EB2E0000E6C0 /* Overload.h in Headers */, + 46EB2E0000E6D0 /* PackedSyncPtr.h in Headers */, + 46EB2E0000E6E0 /* Padded.h in Headers */, + 46EB2E0000F650 /* ParkingLot.h in Headers */, + 46EB2E0000EDB0 /* Partial.h in Headers */, + 46EB2E0000EC40 /* PerfScoped.h in Headers */, + 46EB2E0000F660 /* PicoSpinLock.h in Headers */, + 46EB2E0000F410 /* Pid.h in Headers */, + 46EB2E0000E700 /* Poly.h in Headers */, + 46EB2E0000E6F0 /* Poly-inl.h in Headers */, + 46EB2E0000EC50 /* PolyDetail.h in Headers */, + 46EB2E0000E710 /* PolyException.h in Headers */, + 46EB2E0000E720 /* Portability.h in Headers */, + 46EB2E0000E730 /* Preprocessor.h in Headers */, + 46EB2E0000EF80 /* Pretty.h in Headers */, + 46EB2E0000E740 /* ProducerConsumerQueue.h in Headers */, + 46EB2E0000EF90 /* PropagateConst.h in Headers */, + 46EB2E0000EDC0 /* protocol.h in Headers */, + 46EB2E0000F2A0 /* PThread.h in Headers */, + 46EB2E0000E760 /* Random.h in Headers */, + 46EB2E0000E750 /* Random-inl.h in Headers */, + 46EB2E0000E770 /* Range.h in Headers */, + 46EB2E0000EC60 /* RangeCommon.h in Headers */, + 46EB2E0000EC70 /* RangeSse42.h in Headers */, + 46EB2E0000F740 /* RCT-Folly-umbrella.h in Headers */, + 46EB2E0000F670 /* Rcu.h in Headers */, + 46EB2E0000F090 /* ReentrantAllocator.h in Headers */, + 46EB2E0000F680 /* RelaxedAtomic.h in Headers */, + 46EB2E0000E780 /* Replaceable.h in Headers */, + 46EB2E0000EFA0 /* RValueReferenceWrapper.h in Headers */, + 46EB2E0000E790 /* RWSpinLock.h in Headers */, + 46EB2E0000F690 /* RWSpinLock.h in Headers */, + 46EB2E0000EFB0 /* SafeAssert.h in Headers */, + 46EB2E0000F0A0 /* SanitizeAddress.h in Headers */, + 46EB2E0000F0B0 /* SanitizeLeak.h in Headers */, + 46EB2E0000F6A0 /* SanitizeThread.h in Headers */, + 46EB2E0000F6B0 /* SaturatingSemaphore.h in Headers */, + 46EB2E0000F2B0 /* Sched.h in Headers */, + 46EB2E0000E7A0 /* ScopeGuard.h in Headers */, + 46EB2E0000E7B0 /* SharedMutex.h in Headers */, + 46EB2E0000F420 /* Shell.h in Headers */, + 46EB2E0000EC80 /* SimdAnyOf.h in Headers */, + 46EB2E0000EC90 /* SimdCharPlatform.h in Headers */, + 46EB2E0000ECA0 /* SimdForEach.h in Headers */, + 46EB2E0000ECB0 /* SimpleSimdStringUtils.h in Headers */, + 46EB2E0000ECC0 /* SimpleSimdStringUtilsImpl.h in Headers */, + 46EB2E0000ECD0 /* Singleton.h in Headers */, + 46EB2E0000E7D0 /* Singleton.h in Headers */, + 46EB2E0000E7C0 /* Singleton-inl.h in Headers */, + 46EB2E0000E7E0 /* SingletonThreadLocal.h in Headers */, + 46EB2E0000ECE0 /* SlowFingerprint.h in Headers */, + 46EB2E0000E7F0 /* small_vector.h in Headers */, + 46EB2E0000F6C0 /* SmallLocks.h in Headers */, + 46EB2E0000E800 /* SocketAddress.h in Headers */, + 46EB2E0000ECF0 /* SocketFastOpen.h in Headers */, + 46EB2E0000F150 /* SocketFileDescriptorMap.h in Headers */, + 46EB2E0000F2C0 /* Sockets.h in Headers */, + 46EB2E0000E810 /* sorted_vector_types.h in Headers */, + 46EB2E0000F2D0 /* SourceLocation.h in Headers */, + 46EB2E0000EA90 /* SparseByteSet.h in Headers */, + 46EB2E0000E820 /* SpinLock.h in Headers */, + 46EB2E0000ED00 /* SplitStringSimd.h in Headers */, + 46EB2E0000ED10 /* SplitStringSimdImpl.h in Headers */, + 46EB2E0000EE10 /* SpookyHashV1.h in Headers */, + 46EB2E0000EE20 /* SpookyHashV2.h in Headers */, + 46EB2E0000ED20 /* Sse.h in Headers */, + 46EB2E0000EFC0 /* StaticConst.h in Headers */, + 46EB2E0000ED30 /* StaticSingletonManager.h in Headers */, + 46EB2E0000F2E0 /* Stdio.h in Headers */, + 46EB2E0000F2F0 /* Stdlib.h in Headers */, + 46EB2E0000E830 /* stop_watch.h in Headers */, + 46EB2E0000F300 /* String.h in Headers */, + 46EB2E0000E850 /* String.h in Headers */, + 46EB2E0000E840 /* String-inl.h in Headers */, + 46EB2E0000E860 /* Subprocess.h in Headers */, + 46EB2E0000E870 /* Synchronized.h in Headers */, + 46EB2E0000E880 /* SynchronizedPtr.h in Headers */, + 46EB2E0000F310 /* SysFile.h in Headers */, + 46EB2E0000F320 /* Syslog.h in Headers */, + 46EB2E0000F330 /* SysMembarrier.h in Headers */, + 46EB2E0000F340 /* SysMman.h in Headers */, + 46EB2E0000F350 /* SysResource.h in Headers */, + 46EB2E0000F360 /* SysStat.h in Headers */, + 46EB2E0000F370 /* SysSyscall.h in Headers */, + 46EB2E0000F380 /* SysTime.h in Headers */, + 46EB2E0000F390 /* SysTypes.h in Headers */, + 46EB2E0000F3A0 /* SysUio.h in Headers */, + 46EB2E0000F120 /* TcpInfo.h in Headers */, + 46EB2E0000F130 /* TcpInfoDispatcher.h in Headers */, + 46EB2E0000F140 /* TcpInfoTypes.h in Headers */, + 46EB2E0000F0C0 /* ThreadCachedArena.h in Headers */, + 46EB2E0000E890 /* ThreadCachedInt.h in Headers */, + 46EB2E0000F430 /* ThreadId.h in Headers */, + 46EB2E0000E8A0 /* ThreadLocal.h in Headers */, + 46EB2E0000ED40 /* ThreadLocalDetail.h in Headers */, + 46EB2E0000F440 /* ThreadName.h in Headers */, + 46EB2E0000F6D0 /* ThrottledLifoSem.h in Headers */, + 46EB2E0000EFD0 /* Thunk.h in Headers */, + 46EB2E0000F3B0 /* Time.h in Headers */, + 46EB2E0000E8B0 /* TimeoutQueue.h in Headers */, + 46EB2E0000EFE0 /* ToAscii.h in Headers */, + 46EB2E0000E8C0 /* TokenBucket.h in Headers */, + 46EB2E0000EDD0 /* traits.h in Headers */, + 46EB2E0000E8D0 /* Traits.h in Headers */, + 46EB2E0000E8F0 /* Try.h in Headers */, + 46EB2E0000E8E0 /* Try-inl.h in Headers */, + 46EB2E0000ED50 /* TurnSequencer.h in Headers */, + 46EB2E0000EFF0 /* TypeInfo.h in Headers */, + 46EB2E0000ED60 /* TypeList.h in Headers */, + 46EB2E0000F000 /* UncaughtExceptions.h in Headers */, + 46EB2E0000E900 /* Unicode.h in Headers */, + 46EB2E0000F0D0 /* UninitializedMemoryHacks.h in Headers */, + 46EB2E0000ED70 /* UniqueInstance.h in Headers */, + 46EB2E0000F3C0 /* Unistd.h in Headers */, + 46EB2E0000E910 /* Unit.h in Headers */, + 46EB2E0000ED80 /* UnrollUtils.h in Headers */, + 46EB2E0000E930 /* Uri.h in Headers */, + 46EB2E0000E920 /* Uri-inl.h in Headers */, + 46EB2E0000E940 /* UTF8String.h in Headers */, + 46EB2E0000EB40 /* Util.h in Headers */, + 46EB2E0000F6E0 /* Utility.h in Headers */, + 46EB2E0000E950 /* Utility.h in Headers */, + 46EB2E0000E960 /* Varint.h in Headers */, + 46EB2E0000EAA0 /* View.h in Headers */, + 46EB2E0000E970 /* VirtualExecutor.h in Headers */, + 46EB2E0000F6F0 /* WaitOptions.h in Headers */, + 46EB2E0000EAB0 /* WeightedEvictingCacheMap.h in Headers */, + 46EB2E0000F3D0 /* Windows.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 22A7F78A5EA51028E021EBF5537FE4A8 /* Headers */ = { + 46EB2E0000F7D0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D763183F86016A09148C4F0A023F429A /* BindingsInstaller.h in Headers */, - 6055E47B449A9EC1E6C0FC98F3D4222F /* BridgelessJSCallInvoker.h in Headers */, - 54D3B95FAF1C3B9DAEA727A38016E9E2 /* BridgelessNativeMethodCallInvoker.h in Headers */, - 978B0985E20AD09313B6AD088C11848D /* BufferedRuntimeExecutor.h in Headers */, - ABE6E4CD4EFEF6364A114E554A191A3B /* JSRuntimeFactory.h in Headers */, - 2471ABF316F6C44C5B0610CF788CC4AD /* LegacyUIManagerConstantsProviderBinding.h in Headers */, - 6DB5D972C2F32BC8D629383CDD8BC969 /* PlatformTimerRegistry.h in Headers */, - 9B10191F3EC7ED8209B3AE727F84B760 /* ReactInstance.h in Headers */, - 3909C010383A99EFE2B5241551E8E055 /* TimerManager.h in Headers */, + 46EB2E0000F810 /* RCTDeprecation.h in Headers */, + 46EB2E0000F870 /* RCTDeprecation-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3802C216523CEC23287C221FAFBA9AB4 /* Headers */ = { + 46EB2E0000F970 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - DC46A9DAC386FD77AD89DB315A65CF18 /* Access.h in Headers */, - 0A5AFE4E74BB25806B0F149D0E3CBC96 /* Access.h in Headers */, - C4F9BC9BB29B873E3E45A95201695F5B /* Align.h in Headers */, - AA69C84BDB71F53418E403E979A97886 /* Aligned.h in Headers */, - 5A8309194B09C00F94EAA8E6595F469D /* ApplyTuple.h in Headers */, - B3521CD55907A2CBD75264DFF3A752CD /* Arena.h in Headers */, - 5554D257B9EAF2DD88AB4DD889104828 /* Arena-inl.h in Headers */, - 363C6FE68314A208BAB38A25D802716E /* Array.h in Headers */, - F30C446B6ABC83213EE3E7532012B3B0 /* Asm.h in Headers */, - 36E4A3A2D45A38EB0D2678AE7B73128A /* Assume.h in Headers */, - 48A860F45AB3BDDFBFABFB3842196FFA /* AsymmetricThreadFence.h in Headers */, - BC3343C7DA63E5F895FBE527E443A0A9 /* AsyncTrace.h in Headers */, - 0E24CF69FD6DEF8B36A017DB9D32EEAF /* AtFork.h in Headers */, - DDFC19918EFF1C411B603D3F002BE424 /* Atomic.h in Headers */, - A55045D4B45101CF4D36E2B24DEBBCD6 /* AtomicHashArray.h in Headers */, - 0C4E3905C9144A61F2111E6054B5A388 /* AtomicHashArray-inl.h in Headers */, - DF35BF05AF12C4BE0A16D00494404494 /* AtomicHashMap.h in Headers */, - 0E59EFB9F996EE564FC44B0503E2E8BA /* AtomicHashMap-inl.h in Headers */, - B4105B70E6309E1677224DD17FB5F472 /* AtomicHashUtils.h in Headers */, - 92000961DB20AD6484785B6837018726 /* AtomicIntrusiveLinkedList.h in Headers */, - 5399B236A213A81A603609F0511CD227 /* AtomicLinkedList.h in Headers */, - 9936A08F6B18197411B3374CFC3C4368 /* AtomicNotification.h in Headers */, - B34C0F28E66B22FAF373B3C30C4FB6C4 /* AtomicNotification-inl.h in Headers */, - 742974AFBD3FFD8E8800B6F66AEACF09 /* AtomicRef.h in Headers */, - 09F476297B8C30E7090ABA6C3D2EA3DB /* AtomicStruct.h in Headers */, - 50EAFF5A04F4703EDDAC26F263DF96C4 /* AtomicUnorderedMap.h in Headers */, - F9F02DC5881BA7B2FB2FEBB0027680DB /* AtomicUnorderedMapUtils.h in Headers */, - AD572A75F274CFB251312652674F4EDF /* AtomicUtil.h in Headers */, - 6C9E4B12049F66F952A5DDBFA5EB03B8 /* AtomicUtil-inl.h in Headers */, - 6A128FF5B4AB8FC3A9C8456FDE7F7C06 /* Badge.h in Headers */, - 6C3F69A7F4A7EB4B1A39C559A6D175A6 /* base64.h in Headers */, - 18B0DEFB399FAC43C93E5970A5EE4D25 /* Baton.h in Headers */, - 7BE9E3B2643B0D3B4979A7B5004A5588 /* Benchmark.h in Headers */, - 6A295514C1BA88138578949972030503 /* BenchmarkUtil.h in Headers */, - 0201C477A135E95E1D15B4136ADA2654 /* BitIterator.h in Headers */, - 10F370479F440227A7AAA529AB1204AB /* BitIteratorDetail.h in Headers */, - C235D214A20B2636AC0229B651F6A13B /* Bits.h in Headers */, - E930B417827933932A23EF70B5904F9C /* Bits.h in Headers */, - 4A996AC0BDA551289BFB4B25AEE7F4FB /* Builtin.h in Headers */, - 0D188BA90C53D1F63532BBE5F3176A4D /* Builtins.h in Headers */, - BB6C94835B12329EE3A469C60F3119D9 /* Byte.h in Headers */, - ADC61B36FDECD6622FAF8E37F2C36A0B /* CacheLocality.h in Headers */, - A54BD382A82C2C186231AFD81C3F52A5 /* CallOnce.h in Headers */, - 735E925F05D8682647BF1134350A71CD /* CancellationToken.h in Headers */, - 27E9BF8832381D9263BCC23651E6D81E /* CancellationToken-inl.h in Headers */, - 20324B0AF7D40ABDBCD055FB21B1A779 /* CArray.h in Headers */, - 502879DFC358D69A9DDD7496AE3F438B /* Cast.h in Headers */, - D84699D4B9A867CFA6DC53BB94151A38 /* CheckedMath.h in Headers */, - 8C0303360A71E120F81156D505650CAA /* Checksum.h in Headers */, - 9FA8BFAC2646F0D9CBD0A3BA122D1C9E /* Chrono.h in Headers */, - AFF10860BA3BC3B167F6DB608346CE38 /* ClockGettimeWrappers.h in Headers */, - C4E8923DEDEB226C7D24AC7B6AABDC53 /* ConcurrentBitSet.h in Headers */, - 02C4762F62CCDE648A7A4271B72627D8 /* ConcurrentLazy.h in Headers */, - 28AC0202302E7C4D4C082B6A6877421A /* ConcurrentSkipList.h in Headers */, - 0FDD59803B0AA3B5C6FC434E549D8F67 /* ConcurrentSkipList-inl.h in Headers */, - 3B34E770B49AF9A38AD35B2450B2EF61 /* Config.h in Headers */, - 531651FB559816ED9095370CB9D5B873 /* Constexpr.h in Headers */, - 8F264F4C9B4FD17A0575B7BC4D9EF51B /* ConstexprMath.h in Headers */, - 112431C45F0DB839AB24CC6AFB22C65E /* ConstructorCallbackList.h in Headers */, - 7AE27B39DF06569B7469D7BFEDEC4B13 /* Conv.h in Headers */, - 6EBDE5C67330FB216ED34B65881FAF12 /* CPortability.h in Headers */, - 9B1DD94F72D911CA6363FF8E7498A281 /* CppAttributes.h in Headers */, - 43A318C850191BDD10D35D9BE636DCCD /* CpuId.h in Headers */, - DF771650AC61BA0F40274587B56233EE /* CString.h in Headers */, - 27D2085CB4418BA2088DB6C6F52EA394 /* CustomizationPoint.h in Headers */, - D0961621FF1933A2C1E91CB2DAF144E1 /* DefaultKeepAliveExecutor.h in Headers */, - 365B5CAFB6275097FCCC6F3CEBADDF87 /* DelayedInit.h in Headers */, - E9380ADD1AB43B4C7210A820A681FA58 /* Demangle.h in Headers */, - BE93774520E361F583AD22AF0892E7E4 /* Dirent.h in Headers */, - 19E3A16D449319ADE01CB41DEC30F7B0 /* DiscriminatedPtr.h in Headers */, - 5A31D029A4FC37C26621DA306CC008B3 /* DiscriminatedPtrDetail.h in Headers */, - 5EE89DF589E3C9C40E92D3659E78A6E7 /* DistributedMutex.h in Headers */, - 613B2DBEB56B6C48E2F7BB23170277A2 /* DistributedMutex-inl.h in Headers */, - 7DF5B9730C321CED6CDEC6C81EFAEEB0 /* dynamic.h in Headers */, - D579D05FEB2B0EBC9E941D07B3BFC9DF /* dynamic-inl.h in Headers */, - EC687F6394432B2A49527A8DF624CCE6 /* DynamicConverter.h in Headers */, - 11AD78905DC11ED0A2A62C9DEF04C881 /* EnableSharedFromThis.h in Headers */, - 46978E93A3598F99BC1E4F15BC65CDC1 /* Enumerate.h in Headers */, - 2065D6C169DBB6D22BE01CCBCFB9E2D8 /* Event.h in Headers */, - 256B88DFADCD72C1DFC1EED237A622B9 /* EvictingCacheMap.h in Headers */, - 4B4CF63A2A055597AC8AE48172246853 /* Exception.h in Headers */, - 4DF884AA78ED5FB8DD8BCB36520AFB92 /* Exception.h in Headers */, - 16952547EEDF3A3815F1571BF56588CA /* ExceptionString.h in Headers */, - 62528C52AB98519990640C0D82F8CA6B /* ExceptionWrapper.h in Headers */, - 9D8E3401FC0E43A666CCFE12C0552A9C /* ExceptionWrapper-inl.h in Headers */, - 2CD673F170034500562E2FDC5251A33A /* Executor.h in Headers */, - CDCA2BB7958B45C6F3E813BF5EAAD6C5 /* Expected.h in Headers */, - 74E837F97B97B5D0E607C34CA48C4F7E /* Extern.h in Headers */, - EEDBF3DBC368F172D1F1E9C7E1668D0E /* F14Defaults.h in Headers */, - F21389195F03EEB75F5E8E9109CD8775 /* F14IntrinsicsAvailability.h in Headers */, - 5C5D6F67CDBB35EB58E75496C38EBB49 /* F14Map.h in Headers */, - 132137CEE61C7C7A26840DFA0133BCB3 /* F14Map-fwd.h in Headers */, - 62C4CF69DA0C70215C8EB2B42AF153D4 /* F14MapFallback.h in Headers */, - 67B17421471A970578331413C3B8EBF7 /* F14Mask.h in Headers */, - A19D984063ABC3651F8246F378A9C880 /* F14Policy.h in Headers */, - 276665D57D7120AAB548A60A983ECBDF /* F14Set.h in Headers */, - B151B75B227C42B36529CBB1EE885E12 /* F14Set-fwd.h in Headers */, - 22E6D9B1671F01A730CBF519F9DF913C /* F14SetFallback.h in Headers */, - 958EF6A74CF9F689C844BB0781B882DE /* F14Table.h in Headers */, - 95698113F1FD839A6C1CD180ED5A481B /* FarmHash.h in Headers */, - 54B52E219445C0A41B15C95246358001 /* FBString.h in Headers */, - BA71601A255EAD8E88A6BBB8F0FD9988 /* FBVector.h in Headers */, - 01992EE1E1D006806B172E1E6D2FB3E7 /* Fcntl.h in Headers */, - 9F0E8AE5981366BEF34428CFEE3F49B8 /* File.h in Headers */, - C645F00D2E2BAAF223D61D1303B9B7F4 /* Filesystem.h in Headers */, - CA618F822B265CD2E4ACC9B8C20EEAA7 /* FileUtil.h in Headers */, - 8008469BD9731527B6086FE06CDC82A5 /* FileUtilDetail.h in Headers */, - A5F69CC39E9E195042B056A8CF966CBA /* FileUtilVectorDetail.h in Headers */, - E06E1FB532F0A9720CCFC812597805F7 /* Fingerprint.h in Headers */, - 3B3C468C7106C0A14048362DAABFBDEF /* FingerprintPolynomial.h in Headers */, - DBB18658F8B8DC05A5BEF49DAC2D728F /* FixedString.h in Headers */, - 91155CA93DC645C7BEE989E81D470A24 /* FmtCompile.h in Headers */, - 59AD156CEBBE8694F3AA12E75C5F1B4A /* FollyMemcpy.h in Headers */, - 493A2CCF3CF7123024B22F7AE73DC526 /* FollyMemset.h in Headers */, - 0E03674470FBF80BAD2CCAD64D30D952 /* Foreach.h in Headers */, - 0B1ABD8661E81E0B1348FCF1BC1B263A /* Foreach-inl.h in Headers */, - EC1F54CA00A771D15E8510C7FBACA2CF /* Format.h in Headers */, - 72AFE1DA45E778C59865E6FD187E345A /* Format-inl.h in Headers */, - 2852638E8B336E4EBDB8EBCC40CCE073 /* FormatArg.h in Headers */, - 193D7AD0BB212E94AC5C1DFEBAA11997 /* FormatTraits.h in Headers */, - 95987F51D3309F002D6516A989F9E826 /* Function.h in Headers */, - 7E866F59DFB7150867D857146981456B /* Futex.h in Headers */, - FED4A4374102853B2BFE54682CE370B2 /* Futex-inl.h in Headers */, - 90EBC9A73128B6B93290BBF8BF798C14 /* GFlags.h in Headers */, - F537A488FF89B646B813701B8FA65A53 /* GLog.h in Headers */, - 2EAF37DEC7A600D2FE017F6F55CF94C4 /* GMock.h in Headers */, - B2756F18ABCDD72942B2814733E04582 /* GroupVarint.h in Headers */, - 0CC56383551CCF3DC5DBA4D1E4774D93 /* GroupVarintDetail.h in Headers */, - 491070C6104F678B81B02A0E30E960E6 /* GTest.h in Headers */, - E3E4B2FE095821FC1B3F6B43F8E091A4 /* HardwareConcurrency.h in Headers */, - 1A6D5151C1838CE1FCDE1DA876ADCB99 /* Hash.h in Headers */, - DE54EDA15DB602FACAD724D88CDA32AD /* Hash.h in Headers */, - 28C2B5E4500240BFBF5C3B70BE9471D8 /* Hazptr.h in Headers */, - F2D875157A5014D8EF3B93067F57725B /* Hazptr-fwd.h in Headers */, - 1547AD94B0B594FE80A4F2A185CB93E0 /* HazptrDomain.h in Headers */, - 3F9AF1C9489D2B9A92E66656F634FEC5 /* HazptrHolder.h in Headers */, - 60898EF42D4986806E6307B9833C348A /* HazptrObj.h in Headers */, - 0D731A2119733A531909C3F92AD9CF16 /* HazptrObjLinked.h in Headers */, - 7C375BC1EEC104121BD23F2BC7EE7388 /* HazptrRec.h in Headers */, - 418C1A2E5AAAFCD403F256C079D4C2AE /* HazptrThreadPoolExecutor.h in Headers */, - 3B6B2DE866D692FDBE964CB40C99828F /* HazptrThrLocal.h in Headers */, - F8641C9B0348E9FEAEEFB0BD7ECA5D8B /* heap_vector_types.h in Headers */, - 84A28BE4DDC1C6DA0A8BF0BC99893735 /* HeterogeneousAccess.h in Headers */, - E847E7B9599F6CEE392B231008CF7A2F /* HeterogeneousAccess-fwd.h in Headers */, - C66283B5018E404C3B113B6F1896761D /* Hint.h in Headers */, - 10B51148FCA21E63F80D2D6602F6B94A /* Hint-inl.h in Headers */, - 302C56B350D7C839FFF1CF76D245DC47 /* Indestructible.h in Headers */, - F6DF43CBDA0E080F3935534349E6BC51 /* IndexedMemPool.h in Headers */, - 4D276799D14CD9B225F9B6402FC14060 /* IntrusiveHeap.h in Headers */, - 2074AB2365BB1B7AC8E4C8D64569A74A /* IntrusiveList.h in Headers */, - 2E3F727BBD9A65861C18922BCE380D60 /* Invoke.h in Headers */, - 6A05C4B253B549DA6503CC36F9364D11 /* IOVec.h in Headers */, - F2500CA8898C0722725C072F67BB5CD1 /* IPAddress.h in Headers */, - 7E0EB569AD7D28761EDD9B6303AA90BB /* IPAddress.h in Headers */, - 06777A3985F3E605132D9CB41062DA4E /* IPAddressException.h in Headers */, - 04E3F1F0C4F09BDCCA35D775DB62AD4B /* IPAddressSource.h in Headers */, - 7571C532940E1E99C682E4439A38C823 /* IPAddressV4.h in Headers */, - 1E6AEF5637A04515431A146163F985B4 /* IPAddressV6.h in Headers */, - B4F872D9279B37F86070D8EEDB9C80A2 /* Iterator.h in Headers */, - A9870EF21CE325020B63CF3A99E70697 /* Iterators.h in Headers */, - F702ECAE43A1774CA5E7AA41FA55F601 /* json.h in Headers */, - EE23899EB0A4DFC6B57AED237D0497ED /* json_patch.h in Headers */, - 6F892AB18186A3251B2903901FF13054 /* json_pointer.h in Headers */, - ECA76B9CB735BB93B3595802072352AC /* Keep.h in Headers */, - 859FF85BC620BAB3C0153965B58124C4 /* Latch.h in Headers */, - 58EDD54C5B68643BA1E1DBBAAEA7EAC4 /* Launder.h in Headers */, - E77D7F0679A1B7F0243F24F0F7968825 /* Lazy.h in Headers */, - 12BCBCF240D8E6B4F8750C55D1CF71FE /* Libgen.h in Headers */, - 38DBDD57311E2F2FC030E11562D321C9 /* Libunwind.h in Headers */, - D3944EA0093CF5ABDB3F06ACE0970B6B /* LifoSem.h in Headers */, - 7CAF42A6928E55BCB9DB1D5C036E60CA /* Likely.h in Headers */, - 0F0A115BE928F5DECA8A365674D5C8F9 /* Lock.h in Headers */, - D2936E0468D52DFD78C283ECD26133E6 /* MacAddress.h in Headers */, - 7D448EDC0B4D577592344879E45CF262 /* MallctlHelper.h in Headers */, - 29DCABAACBFFB13EAA449B41135D995E /* Malloc.h in Headers */, - 7E7B300D91B7C91C7F6032BA80FBF168 /* Malloc.h in Headers */, - 26242002E2362D9EC4176997C9C27095 /* MallocImpl.h in Headers */, - B89AA4E3BFBA7F19AE7E14D06FB1DB77 /* MapUtil.h in Headers */, - 102F3DB0C70D6B9F0974CA7703C1D5D5 /* Math.h in Headers */, - 6FDEA236CD09C223DD6E3ADD026B3795 /* Math.h in Headers */, - 91F60C7717E3915BE963191560ABA93C /* MaybeManagedPtr.h in Headers */, - 403A4C5B299BB297B315D861217DB2C5 /* Memory.h in Headers */, - 87EC8F343DE6A08A433FEDA2266E7C23 /* Memory.h in Headers */, - 1D0BCFD322DC3770264236138EB5E553 /* MemoryIdler.h in Headers */, - 73BFF34EADCD9CABF829F0F630EFF426 /* MemoryMapping.h in Headers */, - EC4AD739D3220E70466D669F08D2AB71 /* MemoryResource.h in Headers */, - 9E6991DA54D25C71633F9B4CCA239DEC /* Merge.h in Headers */, - 707983EC0D9D2076331CBC9E9E747087 /* MicroLock.h in Headers */, - 5B06B710BA410A4EE9A803F38A2C0CF6 /* MicroSpinLock.h in Headers */, - A1ABBE4A21E7BDA9EC4C8918C3F8D9AE /* MicroSpinLock.h in Headers */, - 60906437361958EB12F88007CC42D8BD /* MoveWrapper.h in Headers */, - 8005D7F15F524DF89E1C08BF7D2C3333 /* MPMCPipeline.h in Headers */, - 79BCA1A6F303155CE94054A1A933D61B /* MPMCPipelineDetail.h in Headers */, - E0FD4E61A667DCFC9E7CED2882A237DC /* MPMCQueue.h in Headers */, - CC7CA138565F58A30C26C41C2E27F7A7 /* NativeSemaphore.h in Headers */, - CD5D46207C34264C5DE564AF2D5E9808 /* NetOps.h in Headers */, - 5586A5A21F1FD28519D78CE5B4FBAE5B /* NetOpsDispatcher.h in Headers */, - F346D3F763ABF51BB5E67C266F95DEF4 /* NetworkSocket.h in Headers */, - 7247929D2D961F5CE89DAEED9F1C39E4 /* New.h in Headers */, - B380717C10B468D963202262AC823AFD /* not_null.h in Headers */, - 46ACF226814623EDA9AECD80ED3E4FB1 /* not_null-inl.h in Headers */, - AADB1E2640C20376AA8FC677D292957A /* ObserverContainer.h in Headers */, - 7E0FF93AF68EB17075E5C931C7A3B82E /* OpenSSL.h in Headers */, - 83C4663F0D1E33C57A8865D4864EA1ED /* Optional.h in Headers */, - FC856581F1217152FCA57E6734B429AC /* Ordering.h in Headers */, - 6171BD5690F59E4AFCE0302C13511880 /* Overload.h in Headers */, - 331F28D3B4E6B16910BCD42C2A34B3A4 /* PackedSyncPtr.h in Headers */, - 8ABB56751B5D972960D8D6D1F7A54C57 /* Padded.h in Headers */, - 4ED4CBE5F9E624D75EEB806C8768D907 /* ParkingLot.h in Headers */, - 6DACCD8FA917C4612EACABE840A77827 /* Partial.h in Headers */, - 3AF694444036C867C67A20792C898D05 /* PerfScoped.h in Headers */, - D51E4AC2D09D629C4BC92D53FD439F6A /* PicoSpinLock.h in Headers */, - DD807DC01D70ED8A3DF7FC235BCD6A7B /* Pid.h in Headers */, - 92BFEDD7F08F66D2173CAEBB551383FF /* Poly.h in Headers */, - EF4539FB20C43956821CE4AB55A2DCFC /* Poly-inl.h in Headers */, - 81BF9AE642D63E43BB78065383E5FCFB /* PolyDetail.h in Headers */, - B43A307E53EDB98B3B2110BB1F98AAB3 /* PolyException.h in Headers */, - 8E5849F8A4D93FC285C479BCCC9B8B5B /* Portability.h in Headers */, - 56B473F8116BBA1048506B02C221370E /* Preprocessor.h in Headers */, - 3327A0611FA3F87F45AC461454DE26BD /* Pretty.h in Headers */, - 58C8005819D1118CA35FEDF7C6A0B65A /* ProducerConsumerQueue.h in Headers */, - 173C55FE7F6BCEF903D6E3166D759AA2 /* PropagateConst.h in Headers */, - 5084F9E3E6FA600E272F45F9865F4EF7 /* protocol.h in Headers */, - 621A9CEC5B16EEA4785E9E44CC6AAF4A /* PThread.h in Headers */, - 4B30F73E99261532132E182A076CC9F2 /* Random.h in Headers */, - 84329594888D6A3CBF6E23B3F592FA0C /* Random-inl.h in Headers */, - B1121247DD0F082AF1ADFF4A892AB00D /* Range.h in Headers */, - 4154CFD160C7A76D31B1590F59000AE2 /* RangeCommon.h in Headers */, - 0C519B58F7B91E5944A534105FADE60D /* RangeSse42.h in Headers */, - 0ECD2EF321168B6B867B4C01C27A277C /* RCT-Folly-umbrella.h in Headers */, - 4B4BA50F9D53DE1ABBDB774238649532 /* Rcu.h in Headers */, - 779281E14DA3E398A3DC4153D3360D95 /* ReentrantAllocator.h in Headers */, - 5B96091AB10D3834FFDAAD6448EFF895 /* RelaxedAtomic.h in Headers */, - CFFD777E17B7E1AB2EF0B74DFA43F067 /* Replaceable.h in Headers */, - 8A8F876F3BF3F94C1A9550A956719174 /* RValueReferenceWrapper.h in Headers */, - 1AEB4BEA7F3E6D61DBAF6D86B370E116 /* RWSpinLock.h in Headers */, - 39A4A50E94100F1B413A4D0FB5BD1C7A /* RWSpinLock.h in Headers */, - 1E1C4781A6CAF80F1CE9EF147BD3BABD /* SafeAssert.h in Headers */, - E5DE47E40FC6AEB762EB0D286C6DDC63 /* SanitizeAddress.h in Headers */, - CEB331F6FE1EFDF2A69ADCEC8B9577DB /* SanitizeLeak.h in Headers */, - 8B3C878F3201ADB544E832B4557E9F36 /* SanitizeThread.h in Headers */, - 2DE63360A33AEE0CD732115757D7291D /* SaturatingSemaphore.h in Headers */, - 41DCED097E022529998AE23F0BAD341F /* Sched.h in Headers */, - 7CB8C22D6B05537A75C4461B0927A059 /* ScopeGuard.h in Headers */, - 02FAC91D97A9A003446FF835EECD23F9 /* SharedMutex.h in Headers */, - 019EDCB9B39BD02EE0EC373CC4DB3297 /* Shell.h in Headers */, - 5D35F6293097D644B01AB4BEEEFEC2D8 /* SimdAnyOf.h in Headers */, - 0FD97C2BB86711667411CFC1522F76F1 /* SimdCharPlatform.h in Headers */, - 220CB05EB21144C9A31421C7A8D721A0 /* SimdForEach.h in Headers */, - 8DF7160B7010224DBED19312DD15BEAE /* SimpleSimdStringUtils.h in Headers */, - 8683C18DFE55F4B3054ACEF2664A628D /* SimpleSimdStringUtilsImpl.h in Headers */, - A6C0272F45970E880A7D5DF5B66647AD /* Singleton.h in Headers */, - 050F6FCB550521419F347B2388973E3E /* Singleton.h in Headers */, - DF9F1A163336552EBB5246DCCED9D625 /* Singleton-inl.h in Headers */, - 6DA7E3845FA07C4A7FF403EF79727D94 /* SingletonThreadLocal.h in Headers */, - EDDE21B6CB7CEA2511728ACA3132F5EC /* SlowFingerprint.h in Headers */, - A2337A5D0C19F9CD6F6542790DDDEC3A /* small_vector.h in Headers */, - E399128D2F13E00BFAD5753635EEBAAB /* SmallLocks.h in Headers */, - DB60F83B4F4B0C00C4E34EBB9230DDC8 /* SocketAddress.h in Headers */, - D85E399817303031DAB4391D94E0C10B /* SocketFastOpen.h in Headers */, - 7E4DE2D17B231B9DDAD68AE1A1EECCE9 /* SocketFileDescriptorMap.h in Headers */, - 4852D141B47AF0C9CED453E0F4AB4A84 /* Sockets.h in Headers */, - 7862D2A35AE25453E42A91F5E960B6D9 /* sorted_vector_types.h in Headers */, - C676213C95C029F31B7652F51612EF51 /* SourceLocation.h in Headers */, - 4601FFF2216830D803D83CDF6AFAED66 /* SparseByteSet.h in Headers */, - 2D6E84C53331E3E4C783DCD5203B84FF /* SpinLock.h in Headers */, - E6CCC683B2CC598FAB529C4079AF8603 /* SplitStringSimd.h in Headers */, - CBDFE45E4666BEE89C29E4B38EC12A83 /* SplitStringSimdImpl.h in Headers */, - 92AB459EBD3EBAD8F511B47B4C57338F /* SpookyHashV1.h in Headers */, - A772D93F2242FAA69F955D0488B05CE0 /* SpookyHashV2.h in Headers */, - F897508423D12A2C5B089F580B7846E5 /* Sse.h in Headers */, - D9C7735784A329EAF1CB247A7C8E4860 /* StaticConst.h in Headers */, - 9536651C4F12230EA938AC1EF30E7D95 /* StaticSingletonManager.h in Headers */, - F13F98598C2FBBB3EDDBD4452FE35101 /* Stdio.h in Headers */, - A97D932F2F3FB828BF763C0EBCBD7C80 /* Stdlib.h in Headers */, - A71F9C78E30E2E140883A310A3D44932 /* stop_watch.h in Headers */, - BD0329A665EE76F653AE23D04C7590FC /* String.h in Headers */, - 96D316F5992CC8631FEC0DAE20ABB266 /* String.h in Headers */, - 05E3ADAC8111F6A04C8E8235C6511468 /* String-inl.h in Headers */, - 696B42035E8B56EFCE0613CF2FBF18D6 /* Subprocess.h in Headers */, - 285C2B09693FE58BD9090B638632A9DD /* Synchronized.h in Headers */, - 4810C5E9E5DBE3152943844987928A6E /* SynchronizedPtr.h in Headers */, - D71593596B2CAD79026E14222C963A39 /* SysFile.h in Headers */, - D096C0BC72C170AE42E88E8044C596DB /* Syslog.h in Headers */, - CA7F51FB6AFEB6D8756C4ED89067B936 /* SysMembarrier.h in Headers */, - A054AA2421A5F7ED42408C5F226E7FCD /* SysMman.h in Headers */, - C0F50E6474B0C0D04A56FF4E77077835 /* SysResource.h in Headers */, - EE6411BBA69D70CEAE3765430ECEA0B7 /* SysStat.h in Headers */, - 0A3E25B27DC865EB8F95A22E761FD6B3 /* SysSyscall.h in Headers */, - A2874291C380D2F6E53B6F4A9699ABE6 /* SysTime.h in Headers */, - EEED9CA274AC431737C2B3FA20070798 /* SysTypes.h in Headers */, - 250F4B8949596C487832F6C2635FC44F /* SysUio.h in Headers */, - 21DBBFC698F5D92E9A0827475A4CD509 /* TcpInfo.h in Headers */, - 521B874FF81C4C471E97F76D5FF5B4DC /* TcpInfoDispatcher.h in Headers */, - 60C87BFB45985408EC0A280873F0BECE /* TcpInfoTypes.h in Headers */, - A0102BAE07610F8578EEE947BF053002 /* ThreadCachedArena.h in Headers */, - 889057FBABE8560F0FEA0C82D4D2784B /* ThreadCachedInt.h in Headers */, - 25D662C0672517CE7EA7313ECD6095E1 /* ThreadId.h in Headers */, - 0A2AAA0B026A35C28C3101FC02672BBE /* ThreadLocal.h in Headers */, - 3C8D035CC4F43840B763A8B2D8949D50 /* ThreadLocalDetail.h in Headers */, - CA621B54C54C63C2792D6F036FCDC29E /* ThreadName.h in Headers */, - B3775EF27410DEFF7FC0C73F590DCDA8 /* ThrottledLifoSem.h in Headers */, - 131C75F2133B1EE46ABEEE4FB86E7748 /* Thunk.h in Headers */, - C67A92226FAE98D36235F19472093567 /* Time.h in Headers */, - C0F3BCCD13C898D8C8A2E24AB1704BEE /* TimeoutQueue.h in Headers */, - 01E0F8B933C2AF13B95B6054B5507A5F /* ToAscii.h in Headers */, - 4BEACACC7408C87E2C61ADE0551AD1C2 /* TokenBucket.h in Headers */, - EE1E330D51AFC9FEAC965F823AD4F8C7 /* traits.h in Headers */, - D14238C13778B77B8A8BC5AEE6DB621E /* Traits.h in Headers */, - 15110CDFBC4330CA056289F4648F0926 /* Try.h in Headers */, - F53F6205087FC62149AAEA36028B19C2 /* Try-inl.h in Headers */, - 787E2DEB56A46025B98059BE22AEB1A8 /* TurnSequencer.h in Headers */, - 1E944424016A1246F38B7885167BDE0F /* TypeInfo.h in Headers */, - C392EB24BFA0D98B9781E0FCC9032474 /* TypeList.h in Headers */, - 62FCA816C588862B5A203E956BEFE4BE /* UncaughtExceptions.h in Headers */, - FEEBF9F1FA6F0B1B505D3A5CF5BE6967 /* Unicode.h in Headers */, - DC93FA23818C9C0B98EFAB4E99E7CFA1 /* UninitializedMemoryHacks.h in Headers */, - 3DB07DD5871AE77E79245FCB29E0FA39 /* UniqueInstance.h in Headers */, - 2114A7FEC8A7366EA49BCE691E315603 /* Unistd.h in Headers */, - 01CFFDD999CDC1A2C20CDD481C066380 /* Unit.h in Headers */, - 8E7BB4A91587AE47F9E4617FEC924661 /* UnrollUtils.h in Headers */, - D84CAA2B520BA8A64F32B0B02AF4321A /* Uri.h in Headers */, - 06758EE0A371A459D3FEF84753391841 /* Uri-inl.h in Headers */, - AD35CE696830AE4712589BDDD92F51EB /* UTF8String.h in Headers */, - BF570F33AB14A916C5D7DA79AF5BD837 /* Util.h in Headers */, - D9B42DAF17B4CEDD19B54A9EA547E9A4 /* Utility.h in Headers */, - CEC0718153CC8AF64A8AE72C7C18B51D /* Utility.h in Headers */, - A5F5504E01264327746483B35C85EBF6 /* Varint.h in Headers */, - 197BD57BD3FF92933D76D4522B4C4715 /* View.h in Headers */, - B904ACA69AE2B80354527333631A2C3A /* VirtualExecutor.h in Headers */, - 59023DAB37FDEB33A1B701E3D54AEEA0 /* WaitOptions.h in Headers */, - BDBC0CF9835662E22A1CCE11345D60E6 /* WeightedEvictingCacheMap.h in Headers */, - 489C6587F09EA1A6302AFEE0FA3EC83C /* Windows.h in Headers */, + 46EB2E0000F9C0 /* RCTConvertHelpers.h in Headers */, + 46EB2E0000F9D0 /* RCTTypedModuleConstants.h in Headers */, + 46EB2E0000FA30 /* RCTTypeSafety-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3C5DB59FF131BC7A0A0832368C00605D /* Headers */ = { + 46EB2E0000FB30 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 55FA98D5C35A6E95F1BE879E82F8075C /* glog-umbrella.h in Headers */, - B77AB7B3956CD220D07CF8439D105C30 /* log_severity.h in Headers */, - 13CB32460B890F8D15BCCFFA3A4F9DE7 /* logging.h in Headers */, - D9A22B824D69C04A7EB38DDFC3048BA1 /* raw_logging.h in Headers */, - CBBD37F8B63D7E790EF8EFD72A74B26F /* stl_logging.h in Headers */, - 64F826264B37851EAAE53EDCF12354FC /* vlog_is_on.h in Headers */, + 46EB2E0000FC10 /* CoreModulesPlugins.h in Headers */, + 46EB2E00010980 /* DispatchMessageQueueThread.h in Headers */, + 46EB2E000109E0 /* FBXXHashUtils.h in Headers */, + 46EB2E00010920 /* NSDataBigString.h in Headers */, + 46EB2E000113C0 /* NSTextStorage+FontScaling.h in Headers */, + 46EB2E0000FC30 /* RCTAccessibilityManager.h in Headers */, + 46EB2E0000FC20 /* RCTAccessibilityManager+Internal.h in Headers */, + 46EB2E0000FC40 /* RCTActionSheetManager.h in Headers */, + 46EB2E00010AC0 /* RCTActivityIndicatorView.h in Headers */, + 46EB2E00010AD0 /* RCTActivityIndicatorViewManager.h in Headers */, + 46EB2E00010FE0 /* RCTAdditionAnimatedNode.h in Headers */, + 46EB2E0000FC50 /* RCTAlertController.h in Headers */, + 46EB2E0000FC60 /* RCTAlertManager.h in Headers */, + 46EB2E00011140 /* RCTAnimatedImage.h in Headers */, + 46EB2E00010FF0 /* RCTAnimatedNode.h in Headers */, + 46EB2E00010F90 /* RCTAnimationDriver.h in Headers */, + 46EB2E000110D0 /* RCTAnimationPlugins.h in Headers */, + 46EB2E00010AE0 /* RCTAnimationType.h in Headers */, + 46EB2E000110E0 /* RCTAnimationUtils.h in Headers */, + 46EB2E0000FC70 /* RCTAppearance.h in Headers */, + 46EB2E0000FC80 /* RCTAppState.h in Headers */, + 46EB2E000104A0 /* RCTAssert.h in Headers */, + 46EB2E00010AF0 /* RCTAutoInsetsProtocol.h in Headers */, + 46EB2E00011440 /* RCTBackedTextInputDelegate.h in Headers */, + 46EB2E00011450 /* RCTBackedTextInputDelegateAdapter.h in Headers */, + 46EB2E00011460 /* RCTBackedTextInputViewProtocol.h in Headers */, + 46EB2E00011470 /* RCTBaseTextInputShadowView.h in Headers */, + 46EB2E00011480 /* RCTBaseTextInputView.h in Headers */, + 46EB2E00011490 /* RCTBaseTextInputViewManager.h in Headers */, + 46EB2E00011350 /* RCTBaseTextShadowView.h in Headers */, + 46EB2E00011360 /* RCTBaseTextViewManager.h in Headers */, + 46EB2E00011120 /* RCTBlobManager.h in Headers */, + 46EB2E00010B00 /* RCTBorderCurve.h in Headers */, + 46EB2E00010B10 /* RCTBorderDrawing.h in Headers */, + 46EB2E00010B20 /* RCTBorderStyle.h in Headers */, + 46EB2E000104D0 /* RCTBridge.h in Headers */, + 46EB2E000104B0 /* RCTBridge+Inspector.h in Headers */, + 46EB2E000104C0 /* RCTBridge+Private.h in Headers */, + 46EB2E000104E0 /* RCTBridgeConstants.h in Headers */, + 46EB2E000104F0 /* RCTBridgeDelegate.h in Headers */, + 46EB2E00010500 /* RCTBridgeMethod.h in Headers */, + 46EB2E00010510 /* RCTBridgeModule.h in Headers */, + 46EB2E00010520 /* RCTBridgeModuleDecorator.h in Headers */, + 46EB2E00010540 /* RCTBridgeProxy.h in Headers */, + 46EB2E00010530 /* RCTBridgeProxy+Cxx.h in Headers */, + 46EB2E00011150 /* RCTBundleAssetImageLoader.h in Headers */, + 46EB2E00010550 /* RCTBundleManager.h in Headers */, + 46EB2E00010560 /* RCTBundleURLProvider.h in Headers */, + 46EB2E00010570 /* RCTCallInvoker.h in Headers */, + 46EB2E00010580 /* RCTCallInvokerModule.h in Headers */, + 46EB2E0000FC90 /* RCTClipboard.h in Headers */, + 46EB2E00011000 /* RCTColorAnimatedNode.h in Headers */, + 46EB2E00010B30 /* RCTComponent.h in Headers */, + 46EB2E00010B40 /* RCTComponentData.h in Headers */, + 46EB2E00010590 /* RCTComponentEvent.h in Headers */, + 46EB2E000105A0 /* RCTConstants.h in Headers */, + 46EB2E000105B0 /* RCTConvert.h in Headers */, + 46EB2E00010B50 /* RCTConvert+CoreLocation.h in Headers */, + 46EB2E00011390 /* RCTConvert+Text.h in Headers */, + 46EB2E00010B60 /* RCTConvert+Transform.h in Headers */, + 46EB2E00010B70 /* RCTCursor.h in Headers */, + 46EB2E00010930 /* RCTCxxBridgeDelegate.h in Headers */, + 46EB2E000105C0 /* RCTCxxConvert.h in Headers */, + 46EB2E00010F40 /* RCTCxxInspectorPackagerConnection.h in Headers */, + 46EB2E00010F50 /* RCTCxxInspectorPackagerConnectionDelegate.h in Headers */, + 46EB2E00010F60 /* RCTCxxInspectorWebSocketAdapter.h in Headers */, + 46EB2E00010990 /* RCTCxxMethod.h in Headers */, + 46EB2E000109A0 /* RCTCxxModule.h in Headers */, + 46EB2E000109B0 /* RCTCxxUtils.h in Headers */, + 46EB2E000112D0 /* RCTDataRequestHandler.h in Headers */, + 46EB2E00010B80 /* RCTDebuggingOverlay.h in Headers */, + 46EB2E00010B90 /* RCTDebuggingOverlayManager.h in Headers */, + 46EB2E00010FA0 /* RCTDecayAnimation.h in Headers */, + 46EB2E00010970 /* RCTDefaultCxxLogFunction.h in Headers */, + 46EB2E000105D0 /* RCTDefines.h in Headers */, + 46EB2E0000FCA0 /* RCTDeviceInfo.h in Headers */, + 46EB2E0000FCB0 /* RCTDevLoadingView.h in Headers */, + 46EB2E00010EC0 /* RCTDevLoadingViewProtocol.h in Headers */, + 46EB2E00010ED0 /* RCTDevLoadingViewSetEnabled.h in Headers */, + 46EB2E0000FCC0 /* RCTDevMenu.h in Headers */, + 46EB2E0000FCD0 /* RCTDevSettings.h in Headers */, + 46EB2E00011010 /* RCTDiffClampAnimatedNode.h in Headers */, + 46EB2E000105E0 /* RCTDisplayLink.h in Headers */, + 46EB2E00011160 /* RCTDisplayWeakRefreshable.h in Headers */, + 46EB2E00011020 /* RCTDivisionAnimatedNode.h in Headers */, + 46EB2E000113D0 /* RCTDynamicTypeRamp.h in Headers */, + 46EB2E000105F0 /* RCTErrorCustomizer.h in Headers */, + 46EB2E00010600 /* RCTErrorInfo.h in Headers */, + 46EB2E00010FB0 /* RCTEventAnimation.h in Headers */, + 46EB2E0000FCE0 /* RCTEventDispatcher.h in Headers */, + 46EB2E00010610 /* RCTEventDispatcherProtocol.h in Headers */, + 46EB2E00010A00 /* RCTEventEmitter.h in Headers */, + 46EB2E0000FCF0 /* RCTExceptionsManager.h in Headers */, + 46EB2E00011130 /* RCTFileReaderModule.h in Headers */, + 46EB2E000112E0 /* RCTFileRequestHandler.h in Headers */, + 46EB2E000109D0 /* RCTFollyConvert.h in Headers */, + 46EB2E00010BA0 /* RCTFont.h in Headers */, + 46EB2E0000FD00 /* RCTFPSGraph.h in Headers */, + 46EB2E00010FC0 /* RCTFrameAnimation.h in Headers */, + 46EB2E00010620 /* RCTFrameUpdate.h in Headers */, + 46EB2E00011170 /* RCTGIFImageDecoder.h in Headers */, + 46EB2E000112F0 /* RCTHTTPRequestHandler.h in Headers */, + 46EB2E0000FD10 /* RCTI18nManager.h in Headers */, + 46EB2E00010A10 /* RCTI18nUtil.h in Headers */, + 46EB2E00011180 /* RCTImageBlurUtils.h in Headers */, + 46EB2E00011190 /* RCTImageCache.h in Headers */, + 46EB2E000111A0 /* RCTImageDataDecoder.h in Headers */, + 46EB2E000111B0 /* RCTImageEditingManager.h in Headers */, + 46EB2E000111C0 /* RCTImageLoader.h in Headers */, + 46EB2E000111D0 /* RCTImageLoaderLoggable.h in Headers */, + 46EB2E000111E0 /* RCTImageLoaderProtocol.h in Headers */, + 46EB2E000111F0 /* RCTImageLoaderWithAttributionProtocol.h in Headers */, + 46EB2E00011200 /* RCTImagePlugins.h in Headers */, + 46EB2E00011210 /* RCTImageShadowView.h in Headers */, + 46EB2E00010630 /* RCTImageSource.h in Headers */, + 46EB2E00011220 /* RCTImageStoreManager.h in Headers */, + 46EB2E00011230 /* RCTImageURLLoader.h in Headers */, + 46EB2E00011240 /* RCTImageURLLoaderWithAttribution.h in Headers */, + 46EB2E00011250 /* RCTImageUtils.h in Headers */, + 46EB2E00011260 /* RCTImageView.h in Headers */, + 46EB2E00011270 /* RCTImageViewManager.h in Headers */, + 46EB2E00010640 /* RCTInitializing.h in Headers */, + 46EB2E000114A0 /* RCTInputAccessoryShadowView.h in Headers */, + 46EB2E000114B0 /* RCTInputAccessoryView.h in Headers */, + 46EB2E000114C0 /* RCTInputAccessoryViewContent.h in Headers */, + 46EB2E000114D0 /* RCTInputAccessoryViewManager.h in Headers */, + 46EB2E00010F70 /* RCTInspector.h in Headers */, + 46EB2E00010EE0 /* RCTInspectorDevServerHelper.h in Headers */, + 46EB2E00010EF0 /* RCTInspectorNetworkHelper.h in Headers */, + 46EB2E00010F80 /* RCTInspectorPackagerConnection.h in Headers */, + 46EB2E00010F00 /* RCTInspectorUtils.h in Headers */, + 46EB2E00011030 /* RCTInterpolationAnimatedNode.h in Headers */, + 46EB2E00010650 /* RCTInvalidating.h in Headers */, + 46EB2E00010660 /* RCTJavaScriptExecutor.h in Headers */, + 46EB2E00010670 /* RCTJavaScriptLoader.h in Headers */, + 46EB2E00010940 /* RCTJSIExecutorRuntimeInstaller.h in Headers */, + 46EB2E00010680 /* RCTJSStackFrame.h in Headers */, + 46EB2E00010690 /* RCTJSThread.h in Headers */, + 46EB2E0000FD20 /* RCTKeyboardObserver.h in Headers */, + 46EB2E000106A0 /* RCTKeyCommands.h in Headers */, + 46EB2E00010BB0 /* RCTLayout.h in Headers */, + 46EB2E00010A20 /* RCTLayoutAnimation.h in Headers */, + 46EB2E00010A30 /* RCTLayoutAnimationGroup.h in Headers */, + 46EB2E000112B0 /* RCTLinkingManager.h in Headers */, + 46EB2E000112C0 /* RCTLinkingPlugins.h in Headers */, + 46EB2E00011280 /* RCTLocalAssetImageLoader.h in Headers */, + 46EB2E000109F0 /* RCTLocalizedString.h in Headers */, + 46EB2E000106B0 /* RCTLog.h in Headers */, + 46EB2E0000FD30 /* RCTLogBox.h in Headers */, + 46EB2E0000FD40 /* RCTLogBoxView.h in Headers */, + 46EB2E00010A90 /* RCTMacros.h in Headers */, + 46EB2E000106C0 /* RCTManagedPointer.h in Headers */, + 46EB2E00010950 /* RCTMessageThread.h in Headers */, + 46EB2E000106D0 /* RCTMockDef.h in Headers */, + 46EB2E00010BC0 /* RCTModalHostView.h in Headers */, + 46EB2E00010BD0 /* RCTModalHostViewController.h in Headers */, + 46EB2E00010BE0 /* RCTModalHostViewManager.h in Headers */, + 46EB2E00010BF0 /* RCTModalManager.h in Headers */, + 46EB2E000106E0 /* RCTModuleData.h in Headers */, + 46EB2E000106F0 /* RCTModuleMethod.h in Headers */, + 46EB2E00011040 /* RCTModuloAnimatedNode.h in Headers */, + 46EB2E00011410 /* RCTMultilineTextInputView.h in Headers */, + 46EB2E00011420 /* RCTMultilineTextInputViewManager.h in Headers */, + 46EB2E00010700 /* RCTMultipartDataTask.h in Headers */, + 46EB2E00010710 /* RCTMultipartStreamReader.h in Headers */, + 46EB2E00011050 /* RCTMultiplicationAnimatedNode.h in Headers */, + 46EB2E000110F0 /* RCTNativeAnimatedModule.h in Headers */, + 46EB2E00011100 /* RCTNativeAnimatedNodesManager.h in Headers */, + 46EB2E00011110 /* RCTNativeAnimatedTurboModule.h in Headers */, + 46EB2E000109C0 /* RCTNativeModule.h in Headers */, + 46EB2E00011300 /* RCTNetworking.h in Headers */, + 46EB2E00011310 /* RCTNetworkPlugins.h in Headers */, + 46EB2E00011320 /* RCTNetworkTask.h in Headers */, + 46EB2E00010720 /* RCTNullability.h in Headers */, + 46EB2E00010960 /* RCTObjcExecutor.h in Headers */, + 46EB2E00011060 /* RCTObjectAnimatedNode.h in Headers */, + 46EB2E00010F10 /* RCTPackagerClient.h in Headers */, + 46EB2E00010F20 /* RCTPackagerConnection.h in Headers */, + 46EB2E00010730 /* RCTParserUtils.h in Headers */, + 46EB2E00010F30 /* RCTPausedInDebuggerOverlayController.h in Headers */, + 46EB2E00010740 /* RCTPerformanceLogger.h in Headers */, + 46EB2E00010750 /* RCTPerformanceLoggerLabels.h in Headers */, + 46EB2E0000FD50 /* RCTPlatform.h in Headers */, + 46EB2E00010760 /* RCTPLTag.h in Headers */, + 46EB2E00010C00 /* RCTPointerEvents.h in Headers */, + 46EB2E00010AA0 /* RCTProfile.h in Headers */, + 46EB2E00011070 /* RCTPropsAnimatedNode.h in Headers */, + 46EB2E00011370 /* RCTRawTextShadowView.h in Headers */, + 46EB2E00011380 /* RCTRawTextViewManager.h in Headers */, + 46EB2E00011580 /* RCTReconnectingWebSocket.h in Headers */, + 46EB2E0000FD60 /* RCTRedBox.h in Headers */, + 46EB2E00010A40 /* RCTRedBoxExtraDataViewController.h in Headers */, + 46EB2E00010770 /* RCTRedBoxSetEnabled.h in Headers */, + 46EB2E00010CC0 /* RCTRefreshableProtocol.h in Headers */, + 46EB2E00010CD0 /* RCTRefreshControl.h in Headers */, + 46EB2E00010CE0 /* RCTRefreshControlManager.h in Headers */, + 46EB2E00010780 /* RCTReloadCommand.h in Headers */, + 46EB2E00011290 /* RCTResizeMode.h in Headers */, + 46EB2E00010790 /* RCTRootContentView.h in Headers */, + 46EB2E00010C10 /* RCTRootShadowView.h in Headers */, + 46EB2E000107A0 /* RCTRootView.h in Headers */, + 46EB2E000107B0 /* RCTRootViewDelegate.h in Headers */, + 46EB2E000107C0 /* RCTRootViewInternal.h in Headers */, + 46EB2E000107D0 /* RCTRuntimeExecutorModule.h in Headers */, + 46EB2E00010CF0 /* RCTSafeAreaShadowView.h in Headers */, + 46EB2E00010D00 /* RCTSafeAreaView.h in Headers */, + 46EB2E00010D10 /* RCTSafeAreaViewLocalData.h in Headers */, + 46EB2E00010D20 /* RCTSafeAreaViewManager.h in Headers */, + 46EB2E00010D30 /* RCTScrollableProtocol.h in Headers */, + 46EB2E00010D40 /* RCTScrollContentShadowView.h in Headers */, + 46EB2E00010D50 /* RCTScrollContentView.h in Headers */, + 46EB2E00010D60 /* RCTScrollContentViewManager.h in Headers */, + 46EB2E00010D70 /* RCTScrollEvent.h in Headers */, + 46EB2E00010D80 /* RCTScrollView.h in Headers */, + 46EB2E00010D90 /* RCTScrollViewManager.h in Headers */, + 46EB2E00011330 /* RCTSettingsManager.h in Headers */, + 46EB2E00011340 /* RCTSettingsPlugins.h in Headers */, + 46EB2E00010C40 /* RCTShadowView.h in Headers */, + 46EB2E00010C20 /* RCTShadowView+Internal.h in Headers */, + 46EB2E00010C30 /* RCTShadowView+Layout.h in Headers */, + 46EB2E000114F0 /* RCTSinglelineTextInputView.h in Headers */, + 46EB2E00011500 /* RCTSinglelineTextInputViewManager.h in Headers */, + 46EB2E0000FD70 /* RCTSourceCode.h in Headers */, + 46EB2E00010FD0 /* RCTSpringAnimation.h in Headers */, + 46EB2E0000FD80 /* RCTStatusBarManager.h in Headers */, + 46EB2E00011080 /* RCTStyleAnimatedNode.h in Headers */, + 46EB2E00011090 /* RCTSubtractionAnimatedNode.h in Headers */, + 46EB2E00010860 /* RCTSurface.h in Headers */, + 46EB2E00010870 /* RCTSurfaceDelegate.h in Headers */, + 46EB2E000108F0 /* RCTSurfaceHostingProxyRootView.h in Headers */, + 46EB2E00010900 /* RCTSurfaceHostingView.h in Headers */, + 46EB2E00010A50 /* RCTSurfacePresenterStub.h in Headers */, + 46EB2E00010880 /* RCTSurfaceProtocol.h in Headers */, + 46EB2E00010890 /* RCTSurfaceRootShadowView.h in Headers */, + 46EB2E000108A0 /* RCTSurfaceRootShadowViewDelegate.h in Headers */, + 46EB2E000108B0 /* RCTSurfaceRootView.h in Headers */, + 46EB2E00010910 /* RCTSurfaceSizeMeasureMode.h in Headers */, + 46EB2E000108C0 /* RCTSurfaceStage.h in Headers */, + 46EB2E000108E0 /* RCTSurfaceView.h in Headers */, + 46EB2E000108D0 /* RCTSurfaceView+Internal.h in Headers */, + 46EB2E00010C50 /* RCTSwitch.h in Headers */, + 46EB2E00010C60 /* RCTSwitchManager.h in Headers */, + 46EB2E000113A0 /* RCTTextAttributes.h in Headers */, + 46EB2E00010C70 /* RCTTextDecorationLineType.h in Headers */, + 46EB2E000114E0 /* RCTTextSelection.h in Headers */, + 46EB2E000113E0 /* RCTTextShadowView.h in Headers */, + 46EB2E000113B0 /* RCTTextTransform.h in Headers */, + 46EB2E000113F0 /* RCTTextView.h in Headers */, + 46EB2E00011400 /* RCTTextViewManager.h in Headers */, + 46EB2E0000FD90 /* RCTTiming.h in Headers */, + 46EB2E000107E0 /* RCTTouchEvent.h in Headers */, + 46EB2E000107F0 /* RCTTouchHandler.h in Headers */, + 46EB2E000110A0 /* RCTTrackingAnimatedNode.h in Headers */, + 46EB2E000110B0 /* RCTTransformAnimatedNode.h in Headers */, + 46EB2E00010800 /* RCTTurboModuleRegistry.h in Headers */, + 46EB2E000112A0 /* RCTUIImageViewAnimated.h in Headers */, + 46EB2E00010A60 /* RCTUIManager.h in Headers */, + 46EB2E00010A70 /* RCTUIManagerObserverCoordinator.h in Headers */, + 46EB2E00010A80 /* RCTUIManagerUtils.h in Headers */, + 46EB2E00011510 /* RCTUITextField.h in Headers */, + 46EB2E00011430 /* RCTUITextView.h in Headers */, + 46EB2E00010AB0 /* RCTUIUtils.h in Headers */, + 46EB2E00010810 /* RCTURLRequestDelegate.h in Headers */, + 46EB2E00010820 /* RCTURLRequestHandler.h in Headers */, + 46EB2E00010830 /* RCTUtils.h in Headers */, + 46EB2E00010840 /* RCTUtilsUIOverride.h in Headers */, + 46EB2E000110C0 /* RCTValueAnimatedNode.h in Headers */, + 46EB2E00010850 /* RCTVersion.h in Headers */, + 46EB2E00011550 /* RCTVibration.h in Headers */, + 46EB2E00011560 /* RCTVibrationPlugins.h in Headers */, + 46EB2E00010C80 /* RCTView.h in Headers */, + 46EB2E00010C90 /* RCTViewManager.h in Headers */, + 46EB2E00010CA0 /* RCTViewUtils.h in Headers */, + 46EB2E00011520 /* RCTVirtualTextShadowView.h in Headers */, + 46EB2E00011530 /* RCTVirtualTextView.h in Headers */, + 46EB2E00011540 /* RCTVirtualTextViewManager.h in Headers */, + 46EB2E0000FDA0 /* RCTWebSocketExecutor.h in Headers */, + 46EB2E0000FDB0 /* RCTWebSocketModule.h in Headers */, + 46EB2E00010CB0 /* RCTWrapperViewController.h in Headers */, + 46EB2E000115D0 /* React-Core-umbrella.h in Headers */, + 46EB2E00010DA0 /* UIView+Private.h in Headers */, + 46EB2E00010DB0 /* UIView+React.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3C6704F0078B2B40DBD1E39EF8EFF8CC /* Headers */ = { + 46EB2E00011660 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 409FFF072BB519E0D5D351A9DCD4FDBF /* Headers */ = { + 46EB2E000118F0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 44B9CBBB2044B5372DC36ADECA2A2DDA /* react_native_log.h in Headers */, + 46EB2E00011CF0 /* AccessibilityPrimitives.h in Headers */, + 46EB2E00011D00 /* AccessibilityProps.h in Headers */, + 46EB2E00011D10 /* accessibilityPropsConversions.h in Headers */, + 46EB2E00012690 /* AsynchronousEventBeat.h in Headers */, + 46EB2E000119F0 /* AttributedString.h in Headers */, + 46EB2E00011A00 /* AttributedStringBox.h in Headers */, + 46EB2E00011D20 /* BaseTouch.h in Headers */, + 46EB2E00011D30 /* BaseViewEventEmitter.h in Headers */, + 46EB2E00011D40 /* BaseViewProps.h in Headers */, + 46EB2E000127A0 /* bindingUtils.h in Headers */, + 46EB2E00012050 /* ComponentDescriptor.h in Headers */, + 46EB2E00011A80 /* ComponentDescriptorFactory.h in Headers */, + 46EB2E00011A90 /* ComponentDescriptorProvider.h in Headers */, + 46EB2E00011AA0 /* ComponentDescriptorProviderRegistry.h in Headers */, + 46EB2E00011AB0 /* ComponentDescriptorRegistry.h in Headers */, + 46EB2E00011AC0 /* componentNameByReactViewName.h in Headers */, + 46EB2E00012060 /* ConcreteComponentDescriptor.h in Headers */, + 46EB2E00012070 /* ConcreteShadowNode.h in Headers */, + 46EB2E00012080 /* ConcreteState.h in Headers */, + 46EB2E00011D50 /* ConcreteViewShadowNode.h in Headers */, + 46EB2E00011950 /* conversions.h in Headers */, + 46EB2E00011A10 /* conversions.h in Headers */, + 46EB2E00011D60 /* conversions.h in Headers */, + 46EB2E00012090 /* conversions.h in Headers */, + 46EB2E00012540 /* Differentiator.h in Headers */, + 46EB2E00012370 /* DOM.h in Headers */, + 46EB2E000120A0 /* DynamicPropsUtilities.h in Headers */, + 46EB2E000120B0 /* EventBeat.h in Headers */, + 46EB2E000120C0 /* EventDispatcher.h in Headers */, + 46EB2E000120D0 /* EventEmitter.h in Headers */, + 46EB2E000120E0 /* EventListener.h in Headers */, + 46EB2E000120F0 /* EventLogger.h in Headers */, + 46EB2E00012100 /* EventPayload.h in Headers */, + 46EB2E00012110 /* EventPayloadType.h in Headers */, + 46EB2E00012640 /* EventPerformanceLogger.h in Headers */, + 46EB2E00012120 /* EventPipe.h in Headers */, + 46EB2E00012130 /* EventQueue.h in Headers */, + 46EB2E00012140 /* EventQueueProcessor.h in Headers */, + 46EB2E00012150 /* EventTarget.h in Headers */, + 46EB2E00012160 /* graphicsConversions.h in Headers */, + 46EB2E00011D70 /* HostPlatformTouch.h in Headers */, + 46EB2E00011D80 /* HostPlatformViewEventEmitter.h in Headers */, + 46EB2E00011D90 /* HostPlatformViewProps.h in Headers */, + 46EB2E00011DA0 /* HostPlatformViewTraitsInitializer.h in Headers */, + 46EB2E000123C0 /* ImageManager.h in Headers */, + 46EB2E000123D0 /* ImageRequest.h in Headers */, + 46EB2E000123E0 /* ImageResponse.h in Headers */, + 46EB2E000123F0 /* ImageResponseObserver.h in Headers */, + 46EB2E00012400 /* ImageResponseObserverCoordinator.h in Headers */, + 46EB2E00012410 /* ImageTelemetry.h in Headers */, + 46EB2E000126A0 /* InspectorData.h in Headers */, + 46EB2E00012170 /* InstanceHandle.h in Headers */, + 46EB2E00012880 /* LatestShadowTreeRevisionProvider.h in Headers */, + 46EB2E00012180 /* LayoutableShadowNode.h in Headers */, + 46EB2E00011960 /* LayoutAnimationCallbackWrapper.h in Headers */, + 46EB2E00011970 /* LayoutAnimationDriver.h in Headers */, + 46EB2E00011980 /* LayoutAnimationKeyFrameManager.h in Headers */, + 46EB2E000127B0 /* LayoutAnimationStatusDelegate.h in Headers */, + 46EB2E00012190 /* LayoutConstraints.h in Headers */, + 46EB2E000121A0 /* LayoutContext.h in Headers */, + 46EB2E000121B0 /* LayoutMetrics.h in Headers */, + 46EB2E000121C0 /* LayoutPrimitives.h in Headers */, + 46EB2E00012890 /* LazyShadowTreeRevisionConsistencyManager.h in Headers */, + 46EB2E00012450 /* LeakChecker.h in Headers */, + 46EB2E00011B70 /* LegacyViewManagerInteropComponentDescriptor.h in Headers */, + 46EB2E00011B80 /* LegacyViewManagerInteropShadowNode.h in Headers */, + 46EB2E00011B90 /* LegacyViewManagerInteropState.h in Headers */, + 46EB2E00011BA0 /* LegacyViewManagerInteropViewEventEmitter.h in Headers */, + 46EB2E00011BB0 /* LegacyViewManagerInteropViewProps.h in Headers */, + 46EB2E00012550 /* MountingCoordinator.h in Headers */, + 46EB2E00012560 /* MountingOverrideDelegate.h in Headers */, + 46EB2E00012570 /* MountingTransaction.h in Headers */, + 46EB2E00011AE0 /* NativeComponentRegistryBinding.h in Headers */, + 46EB2E00011A20 /* ParagraphAttributes.h in Headers */, + 46EB2E00011DB0 /* PointerEvent.h in Headers */, + 46EB2E000127C0 /* PointerEventsProcessor.h in Headers */, + 46EB2E000127D0 /* PointerHoverTracker.h in Headers */, + 46EB2E00011990 /* primitives.h in Headers */, + 46EB2E00011A30 /* primitives.h in Headers */, + 46EB2E00011DC0 /* primitives.h in Headers */, + 46EB2E00012420 /* primitives.h in Headers */, + 46EB2E000127E0 /* primitives.h in Headers */, + 46EB2E000121D0 /* Props.h in Headers */, + 46EB2E00011DD0 /* propsConversions.h in Headers */, + 46EB2E000121E0 /* propsConversions.h in Headers */, + 46EB2E000121F0 /* PropsMacros.h in Headers */, + 46EB2E00012200 /* PropsParserContext.h in Headers */, + 46EB2E00012210 /* RawEvent.h in Headers */, + 46EB2E00012220 /* RawProps.h in Headers */, + 46EB2E00012230 /* RawPropsKey.h in Headers */, + 46EB2E00012240 /* RawPropsKeyMap.h in Headers */, + 46EB2E00012250 /* RawPropsParser.h in Headers */, + 46EB2E00012260 /* RawPropsPrimitives.h in Headers */, + 46EB2E00012270 /* RawValue.h in Headers */, + 46EB2E00011BC0 /* RCTLegacyViewManagerInteropCoordinator.h in Headers */, + 46EB2E00012900 /* React-Fabric-umbrella.h in Headers */, + 46EB2E00012280 /* ReactEventPriority.h in Headers */, + 46EB2E00012290 /* ReactPrimitives.h in Headers */, + 46EB2E000122A0 /* ReactRootViewTagGenerator.h in Headers */, + 46EB2E00011C20 /* RootComponentDescriptor.h in Headers */, + 46EB2E00011C30 /* RootProps.h in Headers */, + 46EB2E00011C40 /* RootShadowNode.h in Headers */, + 46EB2E000126B0 /* Scheduler.h in Headers */, + 46EB2E000126C0 /* SchedulerDelegate.h in Headers */, + 46EB2E000126D0 /* SchedulerToolbox.h in Headers */, + 46EB2E000122B0 /* Sealable.h in Headers */, + 46EB2E000122C0 /* ShadowNode.h in Headers */, + 46EB2E000122D0 /* ShadowNodeFamily.h in Headers */, + 46EB2E000122E0 /* ShadowNodeFragment.h in Headers */, + 46EB2E000122F0 /* ShadowNodeTraits.h in Headers */, + 46EB2E00012580 /* ShadowTree.h in Headers */, + 46EB2E00012590 /* ShadowTreeDelegate.h in Headers */, + 46EB2E000125A0 /* ShadowTreeRegistry.h in Headers */, + 46EB2E000125B0 /* ShadowTreeRevision.h in Headers */, + 46EB2E000128A0 /* ShadowTreeRevisionProvider.h in Headers */, + 46EB2E000125C0 /* ShadowView.h in Headers */, + 46EB2E000125D0 /* ShadowViewMutation.h in Headers */, + 46EB2E00012300 /* State.h in Headers */, + 46EB2E00012310 /* StateData.h in Headers */, + 46EB2E00012320 /* StatePipe.h in Headers */, + 46EB2E00012330 /* StateUpdate.h in Headers */, + 46EB2E000125E0 /* stubs.h in Headers */, + 46EB2E000125F0 /* StubView.h in Headers */, + 46EB2E00012600 /* StubViewTree.h in Headers */, + 46EB2E000126E0 /* SurfaceHandler.h in Headers */, + 46EB2E000126F0 /* SurfaceManager.h in Headers */, + 46EB2E000127F0 /* SurfaceRegistryBinding.h in Headers */, + 46EB2E00012720 /* SurfaceTelemetry.h in Headers */, + 46EB2E00012610 /* TelemetryController.h in Headers */, + 46EB2E00011A40 /* TextAttributes.h in Headers */, + 46EB2E00011DE0 /* Touch.h in Headers */, + 46EB2E00011DF0 /* TouchEvent.h in Headers */, + 46EB2E00011E00 /* TouchEventEmitter.h in Headers */, + 46EB2E00012730 /* TransactionTelemetry.h in Headers */, + 46EB2E00012800 /* UIManager.h in Headers */, + 46EB2E00012810 /* UIManagerAnimationDelegate.h in Headers */, + 46EB2E00012820 /* UIManagerBinding.h in Headers */, + 46EB2E00012830 /* UIManagerCommitHook.h in Headers */, + 46EB2E00012840 /* UIManagerDelegate.h in Headers */, + 46EB2E00012850 /* UIManagerMountHook.h in Headers */, + 46EB2E00011BD0 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h in Headers */, + 46EB2E00011BE0 /* UnstableLegacyViewManagerAutomaticShadowNode.h in Headers */, + 46EB2E00011BF0 /* UnstableLegacyViewManagerInteropComponentDescriptor.h in Headers */, + 46EB2E00012620 /* updateMountedFlag.h in Headers */, + 46EB2E000119A0 /* utils.h in Headers */, + 46EB2E00012340 /* ValueFactory.h in Headers */, + 46EB2E00012350 /* ValueFactoryEventPayload.h in Headers */, + 46EB2E00011E10 /* ViewComponentDescriptor.h in Headers */, + 46EB2E00011E20 /* ViewEventEmitter.h in Headers */, + 46EB2E00011E30 /* ViewProps.h in Headers */, + 46EB2E00011E40 /* ViewPropsInterpolation.h in Headers */, + 46EB2E00011E50 /* ViewShadowNode.h in Headers */, + 46EB2E00012460 /* WeakFamilyRegistry.h in Headers */, + 46EB2E00011E60 /* YogaLayoutableShadowNode.h in Headers */, + 46EB2E00011E70 /* YogaStylableProps.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 51F67848EE6B8C49E7822482855DBBC2 /* Headers */ = { + 46EB2E00012990 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00012EA0 /* BaseTextInputProps.h in Headers */, + 46EB2E00012DB0 /* BaseTextProps.h in Headers */, + 46EB2E00012DC0 /* BaseTextShadowNode.h in Headers */, + 46EB2E00012B80 /* ComponentDescriptors.h in Headers */, + 46EB2E00012C80 /* conversions.h in Headers */, + 46EB2E00012DD0 /* conversions.h in Headers */, + 46EB2E00012A40 /* conversions.h in Headers */, + 46EB2E00012B90 /* EventEmitters.h in Headers */, + 46EB2E000129D0 /* InputAccessoryComponentDescriptor.h in Headers */, + 46EB2E000129E0 /* InputAccessoryShadowNode.h in Headers */, + 46EB2E000129F0 /* InputAccessoryState.h in Headers */, + 46EB2E00012AF0 /* ModalHostViewComponentDescriptor.h in Headers */, + 46EB2E00012B00 /* ModalHostViewShadowNode.h in Headers */, + 46EB2E00012B10 /* ModalHostViewState.h in Headers */, + 46EB2E00012B20 /* ModalHostViewUtils.h in Headers */, + 46EB2E00012DE0 /* ParagraphComponentDescriptor.h in Headers */, + 46EB2E00012DF0 /* ParagraphEventEmitter.h in Headers */, + 46EB2E00012E00 /* ParagraphProps.h in Headers */, + 46EB2E00012E10 /* ParagraphShadowNode.h in Headers */, + 46EB2E00012E20 /* ParagraphState.h in Headers */, + 46EB2E00012C90 /* primitives.h in Headers */, + 46EB2E00012A50 /* primitives.h in Headers */, + 46EB2E00012BA0 /* Props.h in Headers */, + 46EB2E00012A60 /* propsConversions.h in Headers */, + 46EB2E00012E30 /* RawTextComponentDescriptor.h in Headers */, + 46EB2E00012E40 /* RawTextProps.h in Headers */, + 46EB2E00012E50 /* RawTextShadowNode.h in Headers */, + 46EB2E00012F60 /* RCTAttributedTextUtils.h in Headers */, + 46EB2E00012BB0 /* RCTComponentViewHelpers.h in Headers */, + 46EB2E00012CA0 /* RCTComponentViewHelpers.h in Headers */, + 46EB2E00012F70 /* RCTFontProperties.h in Headers */, + 46EB2E00012F80 /* RCTFontUtils.h in Headers */, + 46EB2E00012F90 /* RCTTextLayoutManager.h in Headers */, + 46EB2E00012FA0 /* RCTTextPrimitivesConversions.h in Headers */, + 46EB2E00013030 /* React-FabricComponents-umbrella.h in Headers */, + 46EB2E00012C00 /* SafeAreaViewComponentDescriptor.h in Headers */, + 46EB2E00012C10 /* SafeAreaViewShadowNode.h in Headers */, + 46EB2E00012C20 /* SafeAreaViewState.h in Headers */, + 46EB2E00012CB0 /* ScrollEvent.h in Headers */, + 46EB2E00012CC0 /* ScrollViewComponentDescriptor.h in Headers */, + 46EB2E00012CD0 /* ScrollViewEventEmitter.h in Headers */, + 46EB2E00012CE0 /* ScrollViewProps.h in Headers */, + 46EB2E00012CF0 /* ScrollViewShadowNode.h in Headers */, + 46EB2E00012D00 /* ScrollViewState.h in Headers */, + 46EB2E00012BC0 /* ShadowNodes.h in Headers */, + 46EB2E00012BD0 /* States.h in Headers */, + 46EB2E00012E60 /* TextComponentDescriptor.h in Headers */, + 46EB2E00012A70 /* TextInputComponentDescriptor.h in Headers */, + 46EB2E00012A80 /* TextInputEventEmitter.h in Headers */, + 46EB2E00012A90 /* TextInputProps.h in Headers */, + 46EB2E00012AA0 /* TextInputShadowNode.h in Headers */, + 46EB2E00012AB0 /* TextInputState.h in Headers */, + 46EB2E00012FC0 /* TextLayoutContext.h in Headers */, + 46EB2E00012FB0 /* TextLayoutManager.h in Headers */, + 46EB2E00012FD0 /* TextMeasureCache.h in Headers */, + 46EB2E00012E70 /* TextProps.h in Headers */, + 46EB2E00012E80 /* TextShadowNode.h in Headers */, + 46EB2E00012EE0 /* UnimplementedViewComponentDescriptor.h in Headers */, + 46EB2E00012EF0 /* UnimplementedViewProps.h in Headers */, + 46EB2E00012F00 /* UnimplementedViewShadowNode.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000130C0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00013140 /* conversions.h in Headers */, + 46EB2E00013150 /* ImageComponentDescriptor.h in Headers */, + 46EB2E00013160 /* ImageEventEmitter.h in Headers */, + 46EB2E00013170 /* ImageProps.h in Headers */, + 46EB2E00013180 /* ImageShadowNode.h in Headers */, + 46EB2E00013190 /* ImageState.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00013250 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000132B0 /* RCTImageManager.h in Headers */, + 46EB2E000132C0 /* RCTImageManagerProtocol.h in Headers */, + 46EB2E000132D0 /* RCTImagePrimitivesConversions.h in Headers */, + 46EB2E000132E0 /* RCTSyncImageManager.h in Headers */, + 46EB2E00013340 /* React-ImageManager-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000133D0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00013420 /* MapBuffer.h in Headers */, + 46EB2E00013430 /* MapBufferBuilder.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000134F0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00013560 /* RCTInteropTurboModule.h in Headers */, + 46EB2E00013570 /* RCTRuntimeExecutor.h in Headers */, + 46EB2E00013580 /* RCTTurboModule.h in Headers */, + 46EB2E00013590 /* RCTTurboModuleManager.h in Headers */, + 46EB2E000135A0 /* RCTTurboModuleWithJSIBindings.h in Headers */, + 46EB2E00013600 /* React-NativeModulesApple-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00013700 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00013900 /* RCTAdditionAnimatedNode.h in Headers */, + 46EB2E00013910 /* RCTAnimatedNode.h in Headers */, + 46EB2E000138B0 /* RCTAnimationDriver.h in Headers */, + 46EB2E000139F0 /* RCTAnimationPlugins.h in Headers */, + 46EB2E00013A00 /* RCTAnimationUtils.h in Headers */, + 46EB2E00013920 /* RCTColorAnimatedNode.h in Headers */, + 46EB2E000138C0 /* RCTDecayAnimation.h in Headers */, + 46EB2E00013930 /* RCTDiffClampAnimatedNode.h in Headers */, + 46EB2E00013940 /* RCTDivisionAnimatedNode.h in Headers */, + 46EB2E000138D0 /* RCTEventAnimation.h in Headers */, + 46EB2E000138E0 /* RCTFrameAnimation.h in Headers */, + 46EB2E00013950 /* RCTInterpolationAnimatedNode.h in Headers */, + 46EB2E00013960 /* RCTModuloAnimatedNode.h in Headers */, + 46EB2E00013970 /* RCTMultiplicationAnimatedNode.h in Headers */, + 46EB2E00013A10 /* RCTNativeAnimatedModule.h in Headers */, + 46EB2E00013A20 /* RCTNativeAnimatedNodesManager.h in Headers */, + 46EB2E00013A30 /* RCTNativeAnimatedTurboModule.h in Headers */, + 46EB2E00013980 /* RCTObjectAnimatedNode.h in Headers */, + 46EB2E00013990 /* RCTPropsAnimatedNode.h in Headers */, + 46EB2E000138F0 /* RCTSpringAnimation.h in Headers */, + 46EB2E000139A0 /* RCTStyleAnimatedNode.h in Headers */, + 46EB2E000139B0 /* RCTSubtractionAnimatedNode.h in Headers */, + 46EB2E000139C0 /* RCTTrackingAnimatedNode.h in Headers */, + 46EB2E000139D0 /* RCTTransformAnimatedNode.h in Headers */, + 46EB2E000139E0 /* RCTValueAnimatedNode.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00013AF0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00013B60 /* RCTAppDelegate.h in Headers */, + 46EB2E00013B50 /* RCTAppDelegate+Protected.h in Headers */, + 46EB2E00013B70 /* RCTAppSetupUtils.h in Headers */, + 46EB2E00013B80 /* RCTRootViewFactory.h in Headers */, + 46EB2E00013BE0 /* React-RCTAppDelegate-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00013C70 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00013CE0 /* RCTBlobCollector.h in Headers */, + 46EB2E00013CF0 /* RCTBlobManager.h in Headers */, + 46EB2E00013D00 /* RCTBlobPlugins.h in Headers */, + 46EB2E00013D10 /* RCTFileReaderModule.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00013DD0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000143E0 /* PlatformRunLoopObserver.h in Headers */, + 46EB2E000141D0 /* RCTAccessibilityElement.h in Headers */, + 46EB2E000140C0 /* RCTActivityIndicatorViewComponentView.h in Headers */, + 46EB2E000143F0 /* RCTBoxShadow.h in Headers */, + 46EB2E00014400 /* RCTColorSpaceUtils.h in Headers */, + 46EB2E00014260 /* RCTComponentViewClassDescriptor.h in Headers */, + 46EB2E00014270 /* RCTComponentViewDescriptor.h in Headers */, + 46EB2E00014280 /* RCTComponentViewFactory.h in Headers */, + 46EB2E00014290 /* RCTComponentViewProtocol.h in Headers */, + 46EB2E000142A0 /* RCTComponentViewRegistry.h in Headers */, + 46EB2E00014300 /* RCTConversions.h in Headers */, + 46EB2E00014180 /* RCTCustomPullToRefreshViewProtocol.h in Headers */, + 46EB2E000140D0 /* RCTDebuggingOverlayComponentView.h in Headers */, + 46EB2E00014190 /* RCTEnhancedScrollView.h in Headers */, + 46EB2E00014150 /* RCTFabricComponentsPlugins.h in Headers */, + 46EB2E00014130 /* RCTFabricModalHostViewController.h in Headers */, + 46EB2E000143D0 /* RCTFabricSurface.h in Headers */, + 46EB2E00014410 /* RCTGenericDelegateSplitter.h in Headers */, + 46EB2E00014420 /* RCTIdentifierPool.h in Headers */, + 46EB2E000140E0 /* RCTImageComponentView.h in Headers */, + 46EB2E00014310 /* RCTImageResponseDelegate.h in Headers */, + 46EB2E00014320 /* RCTImageResponseObserverProxy.h in Headers */, + 46EB2E000140F0 /* RCTInputAccessoryComponentView.h in Headers */, + 46EB2E00014100 /* RCTInputAccessoryContentView.h in Headers */, + 46EB2E00014110 /* RCTLegacyViewManagerInteropComponentView.h in Headers */, + 46EB2E00014120 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h in Headers */, + 46EB2E00014330 /* RCTLocalizationProvider.h in Headers */, + 46EB2E00014140 /* RCTModalHostViewComponentView.h in Headers */, + 46EB2E000142B0 /* RCTMountingManager.h in Headers */, + 46EB2E000142C0 /* RCTMountingManagerDelegate.h in Headers */, + 46EB2E000142D0 /* RCTMountingTransactionObserverCoordinator.h in Headers */, + 46EB2E000142E0 /* RCTMountingTransactionObserving.h in Headers */, + 46EB2E000141E0 /* RCTParagraphComponentAccessibilityProvider.h in Headers */, + 46EB2E000141F0 /* RCTParagraphComponentView.h in Headers */, + 46EB2E00014340 /* RCTPrimitives.h in Headers */, + 46EB2E000141A0 /* RCTPullToRefreshViewComponentView.h in Headers */, + 46EB2E00014430 /* RCTReactTaggedView.h in Headers */, + 46EB2E00014160 /* RCTRootComponentView.h in Headers */, + 46EB2E00014170 /* RCTSafeAreaViewComponentView.h in Headers */, + 46EB2E00014350 /* RCTScheduler.h in Headers */, + 46EB2E000141B0 /* RCTScrollViewComponentView.h in Headers */, + 46EB2E00014360 /* RCTSurfacePointerHandler.h in Headers */, + 46EB2E00014370 /* RCTSurfacePresenter.h in Headers */, + 46EB2E00014380 /* RCTSurfacePresenterBridgeAdapter.h in Headers */, + 46EB2E00014390 /* RCTSurfaceRegistry.h in Headers */, + 46EB2E000143A0 /* RCTSurfaceTouchHandler.h in Headers */, + 46EB2E000141C0 /* RCTSwitchComponentView.h in Headers */, + 46EB2E00014200 /* RCTTextInputComponentView.h in Headers */, + 46EB2E00014210 /* RCTTextInputNativeCommands.h in Headers */, + 46EB2E00014220 /* RCTTextInputUtils.h in Headers */, + 46EB2E000143B0 /* RCTThirdPartyFabricComponentsProvider.h in Headers */, + 46EB2E000143C0 /* RCTTouchableComponentViewProtocol.h in Headers */, + 46EB2E00014230 /* RCTUnimplementedNativeComponentView.h in Headers */, + 46EB2E00014240 /* RCTUnimplementedViewComponentView.h in Headers */, + 46EB2E00014250 /* RCTViewComponentView.h in Headers */, + 46EB2E00014490 /* React-RCTFabric-umbrella.h in Headers */, + 46EB2E000142F0 /* UIView+ComponentViewProtocol.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00014520 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 58CAB866781C58A558CE5EBC20A1FD37 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 485A4B9D0EB7AAB2A3AAEECABF896805 /* decorator.h in Headers */, - E9FB22635E41D97215555BB01361A23C /* instrumentation.h in Headers */, - 287898B3F72AE0F6A9E4D098DBC75C79 /* jsi.h in Headers */, - 4A83A0FF969AAE38B071E97C2B4DD78B /* jsi-inl.h in Headers */, - 0826723EC12E8A3E86C1CFAD0164A945 /* JSIDynamic.h in Headers */, - E855DBC0465DD007D0B28D838BBC1C62 /* jsilib.h in Headers */, - E52FC3AEACF32B090D60A28BE40409F9 /* React-jsi-umbrella.h in Headers */, - 1864C7F518E1BC227D3AB0BD512DD643 /* threadsafe.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 65AAE474F4F78577EB7F208415A57AFD /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D24642DBBD9CB1289D80232E937015A6 /* ObjCTimerRegistry.h in Headers */, - ED75D8EF49476E7DB597E01AAA3CD1CA /* RCTContextContainerHandling.h in Headers */, - 0305E7EF4B8EA7C9D02BEAD99AEAA91A /* RCTHermesInstance.h in Headers */, - A20C9259948F228CA6006D7E11CD399F /* RCTHost.h in Headers */, - B73221E4078CD5DB8D65A46A83BBDB6A /* RCTHost+Internal.h in Headers */, - 9593E9F18B65A602768359E1FAB3AD87 /* RCTInstance.h in Headers */, - FE1300DA3168CEFF587E134B9A4FAAC1 /* RCTJSThreadManager.h in Headers */, - BB10B40536E2B97C7FE9306008D4CEB2 /* RCTLegacyUIManagerConstantsProvider.h in Headers */, - 82E98C0E542F71FD7A2B3B0AC63765A2 /* RCTPerformanceLoggerUtils.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 66453D7347F910572F55DEECB499AE03 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C25FC226EF5DA656E4692BC91511F91E /* AccessibilityPrimitives.h in Headers */, - 703E0CBCB60965471AD54EFA63757552 /* AccessibilityProps.h in Headers */, - AD07D2CDE649D92F4CE70AA64B5F3C58 /* accessibilityPropsConversions.h in Headers */, - B0F44582BEC88B9AD3248163D8F4258A /* AsynchronousEventBeat.h in Headers */, - 521B7BBEBB1539989ED86DBCD4AAA9B4 /* AttributedString.h in Headers */, - FF4C2D0023024E0B38FE442A6CB22ACA /* AttributedStringBox.h in Headers */, - 45F70A81E55CAC1E8C37D33F164A0DCD /* BaseTextProps.h in Headers */, - EB578F5043FBC0B2A96A3803CE9B6660 /* BaseTextShadowNode.h in Headers */, - 9055CACDF1EAA3CDFAB0BE593A997F7C /* BaseTouch.h in Headers */, - FFA53C56782CEF10C71663EF1C598FD9 /* BaseViewEventEmitter.h in Headers */, - AD1ED3F8AFBED37D6187F1C05B9DA5D4 /* BaseViewProps.h in Headers */, - D14440B3BDD0DD2A79C0D8237608E4A6 /* BatchedEventQueue.h in Headers */, - 00C3FE38F39A0A9B3C8AF24E148363C3 /* bindingUtils.h in Headers */, - 421C375978C030F09B7F5B38D968B52C /* ComponentDescriptor.h in Headers */, - DA0107D4A33D3FB314EE29BEC7EB0108 /* ComponentDescriptorFactory.h in Headers */, - 8CA8AE09012E4353BA9F34B5823AA069 /* ComponentDescriptorProvider.h in Headers */, - 46C954E063899536D4A23327FA87FB15 /* ComponentDescriptorProviderRegistry.h in Headers */, - 9E3209189858350A827C4D21FC180D2F /* ComponentDescriptorRegistry.h in Headers */, - C1680D18DD4F2F93006A512F15FB92ED /* ComponentDescriptors.h in Headers */, - 16D6659C9AABCA6C53E0803BF86EF9E2 /* componentNameByReactViewName.h in Headers */, - 99F54CA1BEC2FB33D49F6C1CF5B31C2B /* ConcreteComponentDescriptor.h in Headers */, - 46CF01158302A762F7A16087F42C9449 /* ConcreteShadowNode.h in Headers */, - C4971DF8DE128F1497BB8BCC2DB4BEBC /* ConcreteState.h in Headers */, - 8E3069C40D3B9D54F5821AB8D9DB0F70 /* ConcreteViewShadowNode.h in Headers */, - E49DEBCBD6B069979A9DE41EC8F715FE /* conversions.h in Headers */, - 69161BFE1D4BE9988E395582A6867B6D /* conversions.h in Headers */, - 189D5D251A25A147CF02BC56E83B6FBA /* conversions.h in Headers */, - 8FD78B2A6604420652BA862E2FB08E36 /* conversions.h in Headers */, - E1FC0284749D1C824C685A4719065F7E /* conversions.h in Headers */, - 06D1C6D1E7742DD3DB1208116206083B /* conversions.h in Headers */, - F2E0A90F898A9236DD44468D41F7EAF6 /* conversions.h in Headers */, - 7357A8FFD9812C3A58F8CE72567EFB53 /* Differentiator.h in Headers */, - 9A601C5533ADCC6B03C1E43EBD59BD3E /* DynamicPropsUtilities.h in Headers */, - DB0299A120C3FB2A792F9053668C77AD /* EventBeat.h in Headers */, - 47B08B52C41FEA377AD72ECAC090A5E9 /* EventDispatcher.h in Headers */, - 8597C12AFA08D0A607085FF23C96F99E /* EventEmitter.h in Headers */, - 9BA366B190653B1EF3B03909C412133F /* EventEmitters.h in Headers */, - 8B300E429561C2AE83B4E9F31F8BFAC4 /* EventListener.h in Headers */, - 3BA235CD8E087137ECC20F6001F6EBF1 /* EventLogger.h in Headers */, - 67D42ADD80E53C63E3AD276D5093A43C /* EventPayload.h in Headers */, - E9A8449661FC7CD2447DE9F346FBA14B /* EventPayloadType.h in Headers */, - A8EA8F524AE2C6AD88EA97669B960945 /* EventPipe.h in Headers */, - F4DC915F6B93A45432D21B6E427F88E7 /* EventPriority.h in Headers */, - A494D90DFCF3B0BB9F37331BD92B091F /* EventQueue.h in Headers */, - 7082FB4198614638E5CCDB0211FFD0DC /* EventQueueProcessor.h in Headers */, - 34163AC5B098A2C791C796CE57F580D7 /* EventTarget.h in Headers */, - 3A7EDA0CDB83FD6EB8F0A0B332F8B21B /* graphicsConversions.h in Headers */, - C66402DF210D5FCFF920846545C66F57 /* HostPlatformTouch.h in Headers */, - 10C436AC65D8FD2CD678085CE7D7EDC8 /* HostPlatformViewEventEmitter.h in Headers */, - E722B33DA3FBE768E9C29E58CF905C34 /* HostPlatformViewProps.h in Headers */, - A2948D84EDA5CFDA4B3E052DC3172C65 /* HostPlatformViewTraitsInitializer.h in Headers */, - 56FDEC0EECE3B2F5B0649AD86915CA50 /* ImageManager.h in Headers */, - FFA0481D05112BF1AFA567611B7EB2D2 /* ImageRequest.h in Headers */, - EE7E0948228867DAC27A362952947B7D /* ImageResponse.h in Headers */, - 53AB48A79BFFB3693D65F7248B26B71C /* ImageResponseObserver.h in Headers */, - 79C6B704E310FD86F707C7973F07B554 /* ImageResponseObserverCoordinator.h in Headers */, - EB643B005662251A0D28E4C0A16604E0 /* ImageTelemetry.h in Headers */, - 9F6B86200AA9533895F91128C668D5FC /* InputAccessoryComponentDescriptor.h in Headers */, - 35AECFF3E4DEFFE4A28D2C0700DAB0A8 /* InputAccessoryShadowNode.h in Headers */, - 0235B5FDAAB155AEC197A2439F543D80 /* InputAccessoryState.h in Headers */, - 06E1943E095FF788AC0B95E78E00257D /* InspectorData.h in Headers */, - 437E14ADC02ADC1DF785AEAC40E74828 /* InstanceHandle.h in Headers */, - F00E0C718B616FF15A1D0055A83FC0CC /* LayoutableShadowNode.h in Headers */, - 60C7E91D34B9FA8B8AFC86697440ADAB /* LayoutAnimationCallbackWrapper.h in Headers */, - 0E71BB27C001E7DBD18CFDB78B7BFC04 /* LayoutAnimationDriver.h in Headers */, - 6B532D60B3530503A419D696CFE36F74 /* LayoutAnimationKeyFrameManager.h in Headers */, - F085E51CFB073D5C08D5CA9D4183E9C0 /* LayoutAnimationStatusDelegate.h in Headers */, - 53E7723F0A1B321BD0F2A45450D70863 /* LayoutConstraints.h in Headers */, - 274728F1207A8A5D3C2EBFE6BBD1BE3F /* LayoutContext.h in Headers */, - FDAE60694BEFF58B929F1954261949E1 /* LayoutMetrics.h in Headers */, - F7B3DA8ED4F992D4E2BB15E7FE7927F6 /* LayoutPrimitives.h in Headers */, - 8400CACBF8254919F25335C6CFB007B5 /* LeakChecker.h in Headers */, - 2043C8E72D7A49B1797922963D5FF018 /* LegacyViewManagerInteropComponentDescriptor.h in Headers */, - 23F1B5E877C0D31FFA5E08A9D13B779B /* LegacyViewManagerInteropShadowNode.h in Headers */, - FE9ED53A12E175EAFE6972A78DEAAA47 /* LegacyViewManagerInteropState.h in Headers */, - 9160EB2C33C80207A841EF1A1C0C1C78 /* LegacyViewManagerInteropViewEventEmitter.h in Headers */, - 495CC86B5CE9BA18ADE5B8621699B76C /* LegacyViewManagerInteropViewProps.h in Headers */, - A932C865ED4F384395A4FE0569BCADBD /* ModalHostViewComponentDescriptor.h in Headers */, - 3FC2424B27F5F69FF71C101F382EB4B1 /* ModalHostViewShadowNode.h in Headers */, - 7F367302DF34E2222BA46DD70D1687E2 /* ModalHostViewState.h in Headers */, - 66689B2049A81020CA4CDAA790814F70 /* MountingCoordinator.h in Headers */, - 3F880B4D4C733BCE19CAA06D932EF48D /* MountingOverrideDelegate.h in Headers */, - 29BDB2BBCE781F699691B8DCE8EE0278 /* MountingTransaction.h in Headers */, - 2CF5B7A0340BBA8D26C94A725EAAC8A0 /* NativeComponentRegistryBinding.h in Headers */, - 3CF7A9E1C4FFAE944B4D20339F027D8B /* ParagraphAttributes.h in Headers */, - 221B37CD4898DE776CE87BEA1804B329 /* ParagraphComponentDescriptor.h in Headers */, - 850C735AB444CE6FA653ABBDAD8E3319 /* ParagraphEventEmitter.h in Headers */, - CF9A149F905E7A1EB781EDEFD8451280 /* ParagraphLayoutManager.h in Headers */, - 13696E36840E285922E6C02977C3E28D /* ParagraphProps.h in Headers */, - 75D791C73AD3BB609331E2FACB62D836 /* ParagraphShadowNode.h in Headers */, - C2E5F91FD6A351B3C50F3330E317A295 /* ParagraphState.h in Headers */, - 23E00C7B826518D11ABD47FFCBA43E6A /* PointerEvent.h in Headers */, - D4311C0FFB4464F737764203AE5F0204 /* PointerEventsProcessor.h in Headers */, - 86B708D7A2FBC9679370F8801995939F /* PointerHoverTracker.h in Headers */, - E7D3EB4EB23125970C56B47289C2500E /* primitives.h in Headers */, - A600F38EE7C286A20AED658A2F6F384C /* primitives.h in Headers */, - 96000C8292D08C816A92C6A44B11CC49 /* primitives.h in Headers */, - 0B15935352F96620E69742319DAC30CD /* primitives.h in Headers */, - 3B460A37A9F36E495549AB6A33E748AD /* primitives.h in Headers */, - E54F3F3E75FE063FDCEE4F166F563144 /* primitives.h in Headers */, - B70BA06EA426BA645976C92F1A35348D /* primitives.h in Headers */, - 59A530A66BE6BA404754DD9CCDF744DD /* Props.h in Headers */, - 3208A611BAA2D4359B2A101ED1C6D77C /* Props.h in Headers */, - 81565097CCB01552D4C2B561D2738DD8 /* propsConversions.h in Headers */, - 7761BA4B41C5D7F6B11E670F3DEA3707 /* propsConversions.h in Headers */, - D147104ECC2D6307E8DF5928F866D16D /* propsConversions.h in Headers */, - BF806627B5B9CF567D7B6F6614FB4309 /* PropsMacros.h in Headers */, - AB6933785A8E91502C754B1E5E213F8E /* PropsParserContext.h in Headers */, - 0E4CE63E62C59D96CF07A91E2EB04F48 /* RawEvent.h in Headers */, - 93BB4C60EEB4184673CFB9C0B66CED6F /* RawProps.h in Headers */, - 35294BDE546A522622F792CA342174A8 /* RawPropsKey.h in Headers */, - 134B17084CACA9B3FFBAAF7069C3D267 /* RawPropsKeyMap.h in Headers */, - 5477B425CB130426E99880B254364368 /* RawPropsParser.h in Headers */, - E11819C325B86215CAFA652C953568AF /* RawPropsPrimitives.h in Headers */, - DA91BB96E1F9D12B5FC4C4F471AF6494 /* RawTextComponentDescriptor.h in Headers */, - 113C0A16A1896D1E9F45DB1B2A23E2C4 /* RawTextProps.h in Headers */, - B60D0E36185D1586F72224EC9C82E2E1 /* RawTextShadowNode.h in Headers */, - D170E425B644685B45C257C1D0CA3F74 /* RawValue.h in Headers */, - 0851AF813F7CD3CE4DF3EDDDCFE423A7 /* RCTAttributedTextUtils.h in Headers */, - C4BD13E9C03B9007EAAEA1889EC410D3 /* RCTComponentViewHelpers.h in Headers */, - F96DE1DE6A6A90CA7E7A02561933B3EB /* RCTComponentViewHelpers.h in Headers */, - E11ECC70F29780BEAF6F9F01E26E42B0 /* RCTFontProperties.h in Headers */, - 4907EFC613776B691E86C10CA2C9D537 /* RCTFontUtils.h in Headers */, - 5989AE8982AA4756D371A58D5E372D1F /* RCTLegacyViewManagerInteropCoordinator.h in Headers */, - 5F066F1DB4BE551237A539E397277BFA /* RCTTextLayoutManager.h in Headers */, - 587F4D84FE883F2024CD8D4AD9B9A5A7 /* RCTTextPrimitivesConversions.h in Headers */, - 7171D98D87621F50A6178B5B2E58ED4F /* React-Fabric-umbrella.h in Headers */, - BD4160E7E80EC0FB3366EA9536D02133 /* ReactEventPriority.h in Headers */, - 0E92A14F643D7FC3B2DBC61488FAC06C /* ReactPrimitives.h in Headers */, - D314CE19441336A83AAA18D095975150 /* RootComponentDescriptor.h in Headers */, - EB5D45C6B7C141CD4FE18A9EF757B7A1 /* RootProps.h in Headers */, - 657065D1110AA57745CE830F33FDADCC /* RootShadowNode.h in Headers */, - DAF9F0C57D13BC7F01B4498923B87DD4 /* SafeAreaViewComponentDescriptor.h in Headers */, - 31E07071F8D1C29098D77441291DAB2B /* SafeAreaViewShadowNode.h in Headers */, - 9FE9C93969C1E89BE969D3696293C279 /* SafeAreaViewState.h in Headers */, - 9B8336662D25DBF240AA08706472343A /* Scheduler.h in Headers */, - 28EE01A2976D3A5CC013B319A53E3F33 /* SchedulerDelegate.h in Headers */, - 8431E4BF0FA502D6696C7E90515F1CCE /* SchedulerToolbox.h in Headers */, - 19A25F588D895E94B59EE462BE9D376A /* ScrollViewComponentDescriptor.h in Headers */, - 102DBBCFE77932508B55FA748BE7EFB6 /* ScrollViewEventEmitter.h in Headers */, - 42501A8AFF1F9883D8D340E6653AA71B /* ScrollViewProps.h in Headers */, - C5139FC187EE1440197C37C7FE92E14B /* ScrollViewShadowNode.h in Headers */, - 3B61B8B413397367EDC87E1C6FB8DE87 /* ScrollViewState.h in Headers */, - DD9C7E1648DB20ACB2E0AC86B0825988 /* Sealable.h in Headers */, - 67E0EF3F27569105B4D77B58734AD511 /* ShadowNode.h in Headers */, - E8102B08C808B9A1662AB7F26DD3E64D /* ShadowNodeFamily.h in Headers */, - 9F5A24C6EC40D46FC2D6DEEA81764FDE /* ShadowNodeFragment.h in Headers */, - CDD313A7073BD42187EAFFD7426292AF /* ShadowNodes.h in Headers */, - 5A59EA3E75C4B8ED455C3659BF197394 /* ShadowNodeTraits.h in Headers */, - 62EE1A8EF7FCD178BC37AF50325F39A8 /* ShadowTree.h in Headers */, - 10C494006AFA6E2A33B811C91A65ABA5 /* ShadowTreeDelegate.h in Headers */, - B138B0B2CBA7E1AAA0AA5B696FD04D10 /* ShadowTreeRegistry.h in Headers */, - 43456BACB68B4BC16A860F248E53DECC /* ShadowTreeRevision.h in Headers */, - 691F9C4E174C2F2D893ADCE9E46F4FE3 /* ShadowView.h in Headers */, - 5C40C01C7D84CE2DD30EF178C5C0D5A2 /* ShadowViewMutation.h in Headers */, - 8A99256E8841FFCD87855BC296B229B8 /* State.h in Headers */, - 80316769C6419DF0DB8E00EF5AEAE294 /* StateData.h in Headers */, - FB44F33A0358A84FE4399970D355B22F /* StatePipe.h in Headers */, - 51652BECC85224811BFA6BF6905F5356 /* States.h in Headers */, - 06AB897C87D25CD986E1AA292BCFB1D2 /* StateUpdate.h in Headers */, - 09DE7C23E973669C2B6F85904E5AB95F /* stubs.h in Headers */, - D5972635DC9AA98D8ABA2DBD5E638427 /* StubView.h in Headers */, - 7E677B6CB100D0641CAB36DBB57041E0 /* StubViewTree.h in Headers */, - 989A5F518F86B5FC3E6AE573F209442B /* SurfaceHandler.h in Headers */, - C2DB695DE170AF7F1EBA38F0CF0E6CC7 /* SurfaceManager.h in Headers */, - 6A3D59AA0AEC9CBC58D25399702D2BF0 /* SurfaceRegistryBinding.h in Headers */, - 369D67A1CF9860D18C54E2AEBA4AEAAA /* SurfaceTelemetry.h in Headers */, - B20448B53E315A5D515F240A99A19120 /* SynchronousEventBeat.h in Headers */, - 602559D21BFFA816AFD7EE7F56535C4D /* TelemetryController.h in Headers */, - 4182065A3A2D7E3826FA59B7C5F3920D /* TextAttributes.h in Headers */, - 60E72B0FD2C3520006D663BC143E6FAC /* TextComponentDescriptor.h in Headers */, - FE95F26E163FEC19C282495252263812 /* TextInputComponentDescriptor.h in Headers */, - C29E4E2F49EF007ED155543842AD6193 /* TextInputEventEmitter.h in Headers */, - 47381184ABCBD65116B8520D7B022CED /* TextInputProps.h in Headers */, - C11396F2D4E689665981D881C224BA02 /* TextInputShadowNode.h in Headers */, - 3A3017D93675586F68A9B7CD65DDE55C /* TextInputState.h in Headers */, - ADD52E2631931BC3C44BC11D3E694AFB /* TextLayoutContext.h in Headers */, - FB805677E4D30DBD7526CFCF69974CD8 /* TextLayoutManager.h in Headers */, - A2C02C91EF7A825D452E167DDBE1B1D3 /* TextMeasureCache.h in Headers */, - 39380A43113D99391348D1CEAE9DBBA5 /* TextProps.h in Headers */, - 4C27A26E46FE17E10712B40458775288 /* TextShadowNode.h in Headers */, - EE67DBD9AD7236B526BFECBA3745BD96 /* Touch.h in Headers */, - 5982F0F936B7B74A25A8723941121B8E /* TouchEvent.h in Headers */, - 0FD31F8B314E64BD27BE8D11029AFBA6 /* TouchEventEmitter.h in Headers */, - BB8DFCA10903E24AB1663819554E7352 /* TransactionTelemetry.h in Headers */, - EAF24689051B6E7D2180F696F7DDD84D /* UIManager.h in Headers */, - 00FB58A9F9098ADE3C83957A5327A8A6 /* UIManagerAnimationDelegate.h in Headers */, - B7817C66280904E3CE817C3C0E1886CA /* UIManagerBinding.h in Headers */, - 9FA2091D3616C962523F1F09C34A4635 /* UIManagerCommitHook.h in Headers */, - CBFADFF0C8C0C757805446FBDBAEE906 /* UIManagerDelegate.h in Headers */, - 890FD917D05136FCEC9F808680386693 /* UIManagerMountHook.h in Headers */, - 70157E45B82AE56285D90DFBC9BC31CD /* UnbatchedEventQueue.h in Headers */, - 587BC9AD2756DAEFB662B2D107D46E69 /* UnimplementedViewComponentDescriptor.h in Headers */, - 2D91C430FCFE9C202378A3440BAC86AA /* UnimplementedViewProps.h in Headers */, - CE84C7CE8252DB895948135D8012A957 /* UnimplementedViewShadowNode.h in Headers */, - 3FDE46BC4967FBD0981E3EA9AA6D34FD /* UnstableLegacyViewManagerAutomaticComponentDescriptor.h in Headers */, - FE2269528A8CA364E56C6BE287794D60 /* UnstableLegacyViewManagerAutomaticShadowNode.h in Headers */, - 5FECA39597F4F894AA3018D53337D1CD /* UnstableLegacyViewManagerInteropComponentDescriptor.h in Headers */, - 453AC81D0233452B56C495F3A10FAB18 /* utils.h in Headers */, - 4FB878EE33C32B79A893E8303B9CA3A5 /* ValueFactory.h in Headers */, - E335AE787CE3780E1C227E1AE354504A /* ValueFactoryEventPayload.h in Headers */, - 03BD4271FEAF71B0CB905F848B524BAC /* ViewComponentDescriptor.h in Headers */, - C3D6E34871E26A87318431882007106B /* ViewEventEmitter.h in Headers */, - 4B423DB9B99FD5505A40741077B19387 /* ViewProps.h in Headers */, - 2D208D5B23583673517DE439EDC9D671 /* ViewPropsInterpolation.h in Headers */, - 68E46A4378743D1A61466AF4CA4C1CBD /* ViewShadowNode.h in Headers */, - C8F0F1A27B39E4011A0F4E28092BD55F /* WeakFamilyRegistry.h in Headers */, - 5580651F7AE9EE5C1D6EA93E29230301 /* YogaLayoutableShadowNode.h in Headers */, - 65CD9399274B87FAA95DE8D86770D312 /* YogaStylableProps.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 69682DA01EB5B96E96A262AE3F3B5715 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 8DAE874DAAB2A56B4BFD03774708F1DC /* Color.h in Headers */, - 2962DAF0065D446A3C854CD5E51A1BE1 /* ColorComponents.h in Headers */, - B65935ED5969FC316B3360357EFA3027 /* conversions.h in Headers */, - 596C944AF2823245819D004F663BF795 /* Float.h in Headers */, - F880323A6776722E67C1201B21E060FA /* fromRawValueShared.h in Headers */, - 32FD0C7249E73238333EF1E558C38D21 /* Geometry.h in Headers */, - FC3C1F0225DF84EDF96A33AC88F0AB0C /* HostPlatformColor.h in Headers */, - 3E3D8928428710E879CF22B8DCB7D7A5 /* PlatformColorParser.h in Headers */, - 14967D6C93963089A1510D82F6A8A128 /* Point.h in Headers */, - 5BF076A355BA25F393AE7BBC540787EC /* RCTPlatformColorUtils.h in Headers */, - F38493493B73A9E8F3BD31DB15B33A81 /* React-graphics-umbrella.h in Headers */, - D0248862C92884E52BF8F716A932F032 /* Rect.h in Headers */, - AECABE09DF3D6B50626C6106691383CF /* RectangleCorners.h in Headers */, - 17C630B0E3365DCB773FE6585020F794 /* RectangleEdges.h in Headers */, - 8CC01FBD4634033DBC3E1AECE6923D71 /* rounding.h in Headers */, - 2837BBA0508CD91090458FF5A271537C /* Size.h in Headers */, - 0694F38B73EF8BA97BDE244C4480A6A4 /* Transform.h in Headers */, - 7EA29E940A408D86367F720B9A9537C6 /* ValueUnit.h in Headers */, - C8BEBB2EFD02224A1886BF94B6415D9F /* Vector.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6D6CB0F674F81CE50E1A69B74AB0C75A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 2BE2E52A8B6FC92EE42D80ABB6C7F000 /* ConnectionDemux.h in Headers */, - 4C3D6903FC7FE98BF112C369B5BBB741 /* HermesExecutorFactory.h in Headers */, - F15E99ECD4BEC7CDDDA7FAE5FB8C2A68 /* HermesRuntimeAgentDelegate.h in Headers */, - 2BE1D8FA396C009C8E6E50298DA6B625 /* Registration.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6D99DC81C4B435B943D348890707A757 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - CBB4F24B945A6516CF57A5FAC7CB20CD /* RCTAppDelegate.h in Headers */, - 1CBADA47DA359ECF70AF65997C1A81C0 /* RCTAppDelegate+Protected.h in Headers */, - 8EC97123633E3BB1A88D671EDF66014C /* RCTAppSetupUtils.h in Headers */, - 5F203233E189FE499AEFC90B772255A3 /* RCTRootViewFactory.h in Headers */, - AEC5A03B8413F58CE491AD374A167FAA /* React-RCTAppDelegate-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 79264A12354D454C82B830CBFD674A09 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 90D4EB582844BFEB796A9BF9C81D7E6D /* MapBuffer.h in Headers */, - D04043C280D31368CD8DDE21E403AF20 /* MapBufferBuilder.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7B41BA37006E2134A82EC53CE4E4563B /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - BBBDEDCF1361B0BCC2362804B48026F2 /* HermesInstance.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7E4D0332944DB659D7E9DDD096910504 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C226282F870B90D8E09C938530906428 /* JSIExecutor.h in Headers */, - FAE802C3E481D1BBD888ED7A4447CF21 /* JSINativeModules.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 82A39AA82C60923B70B7546223BC4D68 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 92B7CD3922AE090CE63A70A488B311B0 /* PlatformRunLoopObserver.h in Headers */, - 2D0FD39640A443CC3768D72DB0A7216F /* RCTAccessibilityElement.h in Headers */, - 0783080C58BC58E8EC54B70198E78A92 /* RCTActivityIndicatorViewComponentView.h in Headers */, - 4725305439396C665F19B3D5EC9FDADD /* RCTComponentViewClassDescriptor.h in Headers */, - 35BD5FE9B35A0750E3C1EBCDFC5B5DFF /* RCTComponentViewDescriptor.h in Headers */, - EFEDE3BF772DCE81DE019DCAA8A7032F /* RCTComponentViewFactory.h in Headers */, - EAD913C4BF10BF0309A909D5560698A2 /* RCTComponentViewProtocol.h in Headers */, - 39F840AF0D39AE05477EE59BE242E704 /* RCTComponentViewRegistry.h in Headers */, - CE79C67E76518D747B56A4D54FB217E1 /* RCTConversions.h in Headers */, - F689172A712EBF999BECBB9388311513 /* RCTCustomPullToRefreshViewProtocol.h in Headers */, - 368D18FCF2247CC9C6AF37BDE7AA51FC /* RCTDebuggingOverlayComponentView.h in Headers */, - E96A04E93E7E9A7A042647336B889700 /* RCTEnhancedScrollView.h in Headers */, - 44B268FBE12E12C26499A206FD3418A4 /* RCTFabricComponentsPlugins.h in Headers */, - 25EE09B70C04CF1D7EDDEBB481BA5745 /* RCTFabricModalHostViewController.h in Headers */, - 653512A051CDCD7BA8E0E2F9B3BB48A6 /* RCTFabricSurface.h in Headers */, - B91E5F0BEC94C5B988E1CF51623F14DA /* RCTGenericDelegateSplitter.h in Headers */, - EC86160218FBAD4254A0849AE79062A0 /* RCTIdentifierPool.h in Headers */, - DF06962734CFDF61222C16342FF2AF82 /* RCTImageComponentView.h in Headers */, - E6A0B4B25FCC992886569A61FA68898C /* RCTImageResponseDelegate.h in Headers */, - 63ED88B1F5632BC1126AE5D155D756AC /* RCTImageResponseObserverProxy.h in Headers */, - 7D61A2245FB1EE9FD2C893076983FC4B /* RCTInputAccessoryComponentView.h in Headers */, - EBB2C5AE630285E95D58ADFB11701B1E /* RCTInputAccessoryContentView.h in Headers */, - CCEB8BED7F557A02276F05269C3C85F4 /* RCTLegacyViewManagerInteropComponentView.h in Headers */, - 62D67A6C013172AA72EFF000E72EEA81 /* RCTLegacyViewManagerInteropCoordinatorAdapter.h in Headers */, - D2BD847367F29382104228BBD8CE0631 /* RCTLocalizationProvider.h in Headers */, - DB9D76DAA2DE62727E750E597CED2229 /* RCTModalHostViewComponentView.h in Headers */, - 18BECB9527FABF646B60FAA061540CA6 /* RCTMountingManager.h in Headers */, - E7D8AA238E01C0E997DBFFBED7FCDA67 /* RCTMountingManagerDelegate.h in Headers */, - 6DC13865AF38D798EED2A8BC5032D5AF /* RCTMountingTransactionObserverCoordinator.h in Headers */, - 5497A900B215EDB1F4490D258336AFE0 /* RCTMountingTransactionObserving.h in Headers */, - DAEA9E509D848E8A539707BF97364959 /* RCTParagraphComponentAccessibilityProvider.h in Headers */, - AD9779D3496977EBEACC97CE84B33487 /* RCTParagraphComponentView.h in Headers */, - 93078EB4E1647F0748F88AC6D7D5AA09 /* RCTPrimitives.h in Headers */, - FD48ADCC861B7EDCFE0779976F51F33C /* RCTPullToRefreshViewComponentView.h in Headers */, - 04CD8FF706C1AA45F594A79C32B2C8B0 /* RCTReactTaggedView.h in Headers */, - C03BE0FDE825EFF1D0A59085BD6C2A09 /* RCTRootComponentView.h in Headers */, - E1A199B714A23FD9C36AA02C480AE680 /* RCTSafeAreaViewComponentView.h in Headers */, - EBC008F16826B641362D7FECD4834308 /* RCTScheduler.h in Headers */, - 703B0C4825334952CF508343C873CBFF /* RCTScrollViewComponentView.h in Headers */, - 3A2E65864DFF310DB0F6A8C167140CAB /* RCTSurfacePointerHandler.h in Headers */, - 4DD04AA1F6CC636BC268324112D9B4E5 /* RCTSurfacePresenter.h in Headers */, - 220ECEA9AA36BAA31ACD3A1B8FDBAF3D /* RCTSurfacePresenterBridgeAdapter.h in Headers */, - C2DBA4342D7F4390DC978AA7E268F3FB /* RCTSurfaceRegistry.h in Headers */, - C7B953F77218C9E7D07B488A5D7864AD /* RCTSurfaceTouchHandler.h in Headers */, - E9E2EACD61B9955CEA4B57C986FE798F /* RCTSwitchComponentView.h in Headers */, - 40027E7A6EFB708902DFF97C868A16E2 /* RCTTextInputComponentView.h in Headers */, - 13AF845893EA3C44BA4B1AF1F2CDECAC /* RCTTextInputNativeCommands.h in Headers */, - 470A54DEE8E1637E14769CC2A3594E1B /* RCTTextInputUtils.h in Headers */, - 11386D12428A39C9B625DADB6840AB2B /* RCTThirdPartyFabricComponentsProvider.h in Headers */, - 7A945C967380820326974745B2DE70DD /* RCTTouchableComponentViewProtocol.h in Headers */, - 0AB29DF5C83EBB0728443A35F8CF87A9 /* RCTUnimplementedNativeComponentView.h in Headers */, - 039F0239FAC6319CA410D7423B603EE6 /* RCTUnimplementedViewComponentView.h in Headers */, - C30CD776663EE22E8463E2F327515109 /* RCTViewComponentView.h in Headers */, - 6D0FB143351D23E4A76A7B573AD1CE3F /* React-RCTFabric-umbrella.h in Headers */, - B58B45FBE3CAF164C4851F873C02B94B /* UIView+ComponentViewProtocol.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 84B51C4C009C464B0CF0AEF5501EE6B0 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 24188BA616F72A39C3AFA54E5324DF6A /* bignum.h in Headers */, - 525D271D0F45B354395D8050FBAD2709 /* bignum-dtoa.h in Headers */, - 78F2634AD365EF6B892D2177EAA5082A /* cached-powers.h in Headers */, - 28BC4B7C4E47DF9DA5B004AD3C7BB426 /* diy-fp.h in Headers */, - 741DA79558C6B00B07CDDBC29FB786FA /* double-conversion.h in Headers */, - 492EFC532B2D69356E670857C2D6CBE5 /* DoubleConversion-umbrella.h in Headers */, - 357BC41CEA6D22E37BDB7D693F460F91 /* fast-dtoa.h in Headers */, - F39EB7D351D8450701BFCFF3183237AF /* fixed-dtoa.h in Headers */, - EE3105207AA32969011A46C8FE0B4B7F /* ieee.h in Headers */, - FFB446D889BD9BF7596EC0913DF9C8EB /* strtod.h in Headers */, - D5B8586A4A74BABDF4EF0DF198382625 /* utils.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 881BBFBA3766C42BA84D4F6239D76131 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 3CAEC83BDB9AFB5EB6331808EF660557 /* args.h in Headers */, - 46904EF2812979325A80C78BAF7CEA01 /* chrono.h in Headers */, - 86749AD9FD1E345B21F10A79C55A81FC /* color.h in Headers */, - 95A6AF29BA88AE348E46D5CF167548B0 /* compile.h in Headers */, - 3F320984F8251CCBD068966DB0FD73AD /* core.h in Headers */, - 99EE1BFDE7173A1DA22943E285A5235F /* format.h in Headers */, - D64CAC18A18B3F0E023EC9BE524EBCF3 /* format-inl.h in Headers */, - 51303B4491BDC500508FEA5CA3EE45D8 /* os.h in Headers */, - 6D06B3DC1E5246D580BA28EEE78FBC0B /* ostream.h in Headers */, - 3C6FA8C3D18DE8F2E676200AB650EBB5 /* printf.h in Headers */, - B289D8F1EECA11AAC8554D4E9F7D7A93 /* ranges.h in Headers */, - 08465A87C6BDBD65B7345C2E3485E34C /* std.h in Headers */, - 5D52CC6192BA2DC42E0BAC57189A6165 /* xchar.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 88FF46DA41E92938250EEBCB700230AB /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C65DD34FEEAB743E716DAF1454A48A4E /* CxxModule.h in Headers */, - 9A2383F791F324841C04FBE50DE87AC0 /* CxxNativeModule.h in Headers */, - 2FEDDB4764147BBF0939A8DF28246477 /* ErrorUtils.h in Headers */, - 79156D2A3A28113D21E388A124F5BD98 /* Instance.h in Headers */, - 2E3F7567DF149E468F436FA2D9A54D22 /* JsArgumentHelpers.h in Headers */, - A79B74B7E963FD2F02AC1985B9EB0AF6 /* JsArgumentHelpers-inl.h in Headers */, - A6AEC9C738363D2BB79532D7A92085E4 /* JSBigString.h in Headers */, - 2A682A9DDE94C7D38BC542A209D41581 /* JSBundleType.h in Headers */, - 7A2D7C09B37112014F86F314521D2086 /* JSExecutor.h in Headers */, - 14B546F40FAFB0E74B2FFF76983880AD /* JSIndexedRAMBundle.h in Headers */, - 64AF7FC4D5737F4252947272BCDA78A3 /* JSModulesUnbundle.h in Headers */, - 99CB76550D2DC66C5F06307F31A32D87 /* MessageQueueThread.h in Headers */, - F8F32990A61D105F9781C99582DE1267 /* MethodCall.h in Headers */, - 8CD9B4A3DF1BC954A07D1DEE69AE8B58 /* ModuleRegistry.h in Headers */, - ECE8F1DD8F9D61B07AE4212BD0397B6A /* MoveWrapper.h in Headers */, - 2CCD34F27205DA12965D593312F40666 /* NativeModule.h in Headers */, - 090F29BF8D65B2BFE3DD3EAA424D2223 /* NativeToJsBridge.h in Headers */, - 37F8ECE89960ADDF3184F2A9AE468F25 /* RAMBundleRegistry.h in Headers */, - 7F3A35462B39312149CE4518FDB50A33 /* ReactMarker.h in Headers */, - 9C5B91A652644473DB75D826401FD549 /* ReactNativeVersion.h in Headers */, - 121F829BCE03628AA1E3A467FBE24EC1 /* RecoverableError.h in Headers */, - 291EABBA828D239088DB35AFB255CA54 /* SharedProxyCxxModule.h in Headers */, - 7D35D2D110227CAB4B7F75B4D552C072 /* SystraceSection.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 89B9813220D16CF3FEB92914ED760BAB /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 55D1E420D5C92373C80471F689A64375 /* BridgeNativeModulePerfLogger.h in Headers */, - 813BD8DE1C450C2C39D78E9ED89BFC2D /* NativeModulePerfLogger.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 987031415A2B737E4164DFF154E0E4B1 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D724D21D7E5365DD82008AB4E23A0DAB /* conversions.h in Headers */, - 0BDC87EEB0C2C2F7515F290C40F2DBDE /* ImageComponentDescriptor.h in Headers */, - F67AF9B7AA5802A97B4BA277A596CAF3 /* ImageEventEmitter.h in Headers */, - 98AC312CB78C94FE73D8E1AE72CC1930 /* ImageProps.h in Headers */, - 63DCE4809F3E6B1123A836C87492A820 /* ImageShadowNode.h in Headers */, - 1CA584E5E0A6F92A2A4BD5EFF32E772C /* ImageState.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 99BB2F561F82E2EF8619E1B448D5A8C7 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - FE290ACC7627DC7F6FB8A48D9F0357FD /* AbsoluteLayout.h in Headers */, - AFD037B75AC6BAB61036CAE2B99B98EA /* Align.h in Headers */, - AFD037B75AC6BAB61036CAE2B99B98EA /* Align.h in Headers */, - F1812C798954C741B067C1D8F54D579A /* AssertFatal.h in Headers */, - 8BFD99AE72A8DD0064D1CFBD1298EC35 /* Baseline.h in Headers */, - 55AB0F4404D4BBD06DB7A6D8491F8F09 /* BoundAxis.h in Headers */, - FB72F8C4498EE1277429C0407450AABE /* Cache.h in Headers */, - 9506D07CA8A7121249BDE3115A1D7A56 /* CachedMeasurement.h in Headers */, - B4D2F3ADB8D3C719A8CC9B2A96D147DE /* CalculateLayout.h in Headers */, - B0526AA0CDAC54E20A5EEC8D2AC2EE72 /* Comparison.h in Headers */, - 16C7288325BB2DC80013CB820A0456E4 /* Config.h in Headers */, - 03064D589DFFD9171191691AAC68300D /* Dimension.h in Headers */, - DB65D174132214CD550FF43775398A57 /* Direction.h in Headers */, - 5E0AA23EDAE7573A1340AFC3F568A3D4 /* Display.h in Headers */, - F50A5E5AAF4AB9D660C1FB353635ADD1 /* Edge.h in Headers */, - 14153DA6879E73A773ABF0C9801017DC /* Errata.h in Headers */, - 3B15F1868D88E7CB2749C881A32CABE4 /* event.h in Headers */, - 50D4FE125D23D823A530274372F165DF /* ExperimentalFeature.h in Headers */, - FCE280A6D9936ECAA5D69D9FB195424C /* FlexDirection.h in Headers */, - FCE280A6D9936ECAA5D69D9FB195424C /* FlexDirection.h in Headers */, - 6A3A2F94D1C9F55266D174845015775B /* FlexLine.h in Headers */, - 29AA6FD680E348AC178455CEE30DF5E0 /* FloatOptional.h in Headers */, - 3CB35D58C67783F9E4B30B0074AFFFE0 /* Gutter.h in Headers */, - 963E1644ACF0DCD516110270864E01A1 /* Justify.h in Headers */, - C1F8BD95221367F0FD012CAB50BBFF02 /* LayoutResults.h in Headers */, - BECC921D01255BC2D5C4BDA0BEE0A832 /* Log.h in Headers */, - AF0A0592298295712EBAFD19A0E476EB /* LogLevel.h in Headers */, - E755443E9E07DC0B582DD8AB9F471064 /* MeasureMode.h in Headers */, - E529926BD8013F5EC7800B37B7E6FF09 /* Node.h in Headers */, - DAB980A3CA177A4B1E025260795F4F6A /* NodeType.h in Headers */, - 60709202DAA8034BD39294861F68E667 /* Overflow.h in Headers */, - B9528A876EF55ADA955CFA57EACBBD83 /* PhysicalEdge.h in Headers */, - 14A7C01532BFB2D8FAC646BD01B34E65 /* PixelGrid.h in Headers */, - AF7FB57577FDC85684624996612D963F /* PositionType.h in Headers */, - 977ED47D4C574A3363CBA3471D1E3435 /* SizingMode.h in Headers */, - 49C9D26AEFCE4DD5D1EF82D2E2BDCF72 /* SmallValueBuffer.h in Headers */, - EC3514EEBC5342902216F79E4B0F2D0F /* Style.h in Headers */, - 2BBAA49EB39D51B3DA7BCBDF27553EF2 /* StyleLength.h in Headers */, - CB7B128B3FD7A4B03C3E64DD2E26126B /* StyleValueHandle.h in Headers */, - 777B6DECCB910AC7C4DEB6013B78B564 /* StyleValuePool.h in Headers */, - 3930125EE1972668B5B5C168D15DC7A0 /* TrailingPosition.h in Headers */, - 7F677AB0C861C1DAB6E246E3B83659BB /* Unit.h in Headers */, - EDBD2D01A6DFF3873078F0D2267E045F /* Wrap.h in Headers */, - 5DADB99D8AF052873D4FB89BE9757FE3 /* YGConfig.h in Headers */, - 24D26D7B6407992A577259BF62E3200B /* YGEnums.h in Headers */, - 2119787C2A0B0866EEC3DA8414FD1BC3 /* YGMacros.h in Headers */, - 906BD1DB5D27D36E90067B86E41E284B /* YGNode.h in Headers */, - EDB8C2CBC49477F2D93B6574F24D5910 /* YGNodeLayout.h in Headers */, - A2B7E88D95019C6C02138962CE5EF55D /* YGNodeStyle.h in Headers */, - 13049AB201E79A4B41397ACC89C216FB /* YGPixelGrid.h in Headers */, - 0E05DB21C8C4D39DB700586C7AD5CA60 /* YGValue.h in Headers */, - 485B8D8821F336351A278A16E8BD7394 /* Yoga.h in Headers */, - 466F1487D980318313224465602AC327 /* Yoga-umbrella.h in Headers */, - 3D490B5729889C08CE1C824A25996C42 /* YogaEnums.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 99E117D747E949A1D5AF5CCAC76C2B1A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 5B62009D5283B798E8B16BF5377FA358 /* RCTBlobCollector.h in Headers */, - B6A07DC4A6D70B5C84A6DF52D0A74F8D /* RCTBlobManager.h in Headers */, - EC94CE7A30B82D050881CE18EE07F821 /* RCTBlobPlugins.h in Headers */, - ADE998333429FC0B734306201B40CF83 /* RCTFileReaderModule.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9BFC71A6973B6A3E5E88775B16D2AAE1 /* Headers */ = { + 46EB2E00014720 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9C485DF393DEE9B03E6AB3613AA1E76B /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 049037F49E45C712776FCABD6BF3347D /* JsErrorHandler.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9D18E0DA1C9F0C8027422CA04A3B36BB /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 5625B211453D311AF4FDE42EEB836CEB /* DebugStringConvertible.h in Headers */, - EED6C018D7B324A0EFD585D83705FEBB /* DebugStringConvertibleItem.h in Headers */, - C1E6B70D0753EFEAEDBBFC9684D2D207 /* debugStringConvertibleUtils.h in Headers */, - BF1E172BD8D4C7FDE63E3E7E049345B4 /* flags.h in Headers */, - A00851973C546F95D6176D33E72390DE /* React-rendererdebug-umbrella.h in Headers */, - 41C0D028B0A9DE0B22E6C02ABF9DFF70 /* SystraceSection.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A3C7389B33388D1A2BAFD2FEAB5143DE /* Headers */ = { + 46EB2E00014820 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A43D2E0CF1ED71102B2388FE591B9306 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - F470C8B0A2D2AB3607DBD087EF124EC3 /* NSTextStorage+FontScaling.h in Headers */, - 1C5ADD51F0B7820C60B2B95BA15C6F3C /* RCTBackedTextInputDelegate.h in Headers */, - 4D6ACE931529E2D55C523DDA7665F528 /* RCTBackedTextInputDelegateAdapter.h in Headers */, - EA9576BDC0C1669F4DE514A0CA8EDAA4 /* RCTBackedTextInputViewProtocol.h in Headers */, - F135A2EBAD9040A3CB184AD51247AFF4 /* RCTBaseTextInputShadowView.h in Headers */, - E19A073D29FFE08CD1FE651A57A71D4F /* RCTBaseTextInputView.h in Headers */, - F079E168BF4F114E00E276EA2EC847DD /* RCTBaseTextInputViewManager.h in Headers */, - 5BFC9A7A12E23309B820EE28234678F3 /* RCTBaseTextShadowView.h in Headers */, - D844A2836FE4FF14B775EBA6A37153CB /* RCTBaseTextViewManager.h in Headers */, - 9C1534E087229CFD43E7FEAFC69E6511 /* RCTConvert+Text.h in Headers */, - 0D3E4898646AD07AF2906276D028D62F /* RCTDynamicTypeRamp.h in Headers */, - 8431A3FF7F7D147C8A18618A997B74CA /* RCTInputAccessoryShadowView.h in Headers */, - 4D51A9BFBEB43E0F4BA2A0C2E2C1F005 /* RCTInputAccessoryView.h in Headers */, - 01354C2EDCF5A0C3AFD605A40A92EF25 /* RCTInputAccessoryViewContent.h in Headers */, - 4220EF7595B3925F3757431DD51F8DBA /* RCTInputAccessoryViewManager.h in Headers */, - E3FAF4171C9191456F67AE5A53561787 /* RCTMultilineTextInputView.h in Headers */, - 762148C5F28E418359DEDCCD243FB64A /* RCTMultilineTextInputViewManager.h in Headers */, - C1AB13198B3C85E9D03A525E9A0686D4 /* RCTRawTextShadowView.h in Headers */, - CB732E45F9C4F970AD41A00F421EE6D7 /* RCTRawTextViewManager.h in Headers */, - 4EC3D534ECA28A6834F4B1A2AD447692 /* RCTSinglelineTextInputView.h in Headers */, - 04BDCB45A8AD72F7B277E1286E5F8737 /* RCTSinglelineTextInputViewManager.h in Headers */, - AB6C4D1BE622FD4FA2D29E0214915C08 /* RCTTextAttributes.h in Headers */, - 871BE22328E8139C3AE466245852DB48 /* RCTTextSelection.h in Headers */, - 7FC6D36A3B61678C59A3B2B7932E6594 /* RCTTextShadowView.h in Headers */, - CFDB35C91DE330D329A808725E6C49CB /* RCTTextTransform.h in Headers */, - 55514EA38F8998E27E4E267FCAE964EF /* RCTTextView.h in Headers */, - BF9D1ACEB08F29DA5787909EFFC55EA4 /* RCTTextViewManager.h in Headers */, - B8F00F7ACE830F9C20E5FDC65CE8F693 /* RCTUITextField.h in Headers */, - F6ACB4E4EFC508A10BFD2E6C78E3642E /* RCTUITextView.h in Headers */, - 27C242F4F7F53442B45DF6E079A8264B /* RCTVirtualTextShadowView.h in Headers */, - AFBB338148936EE88D1F28DF5B57BC88 /* RCTVirtualTextView.h in Headers */, - D86BE810643D102BFEF3508E0AFC52B7 /* RCTVirtualTextViewManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AB73797EB0AFC3AB51F617D87CBB930C /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 852323A91F347E53B529E259F59F1E6C /* RCTConvertHelpers.h in Headers */, - BCC1E9691BEE78C95CB0F5113A81B427 /* RCTTypedModuleConstants.h in Headers */, - 6D5BE58F78EF20E98F125658E273E0B4 /* RCTTypeSafety-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B08BF37B2EA6D5C7AC057672B2ABBD6D /* Headers */ = { + 46EB2E00014960 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B2A148A5E6CF4BBBD732B71FF0FEF398 /* Headers */ = { + 46EB2E00014A60 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 322E9C3355280747EF029C12D8B6A5A1 /* RCTInteropTurboModule.h in Headers */, - 8BEEEF33E87D85388769C88A17E40AF0 /* RCTRuntimeExecutor.h in Headers */, - 9978FDDE88F859CF1943EBC3C4E270D0 /* RCTTurboModule.h in Headers */, - 36BD86E7E9139E31203773D724C3A176 /* RCTTurboModuleManager.h in Headers */, - 415D64776E4C8D40856641A35631090F /* React-NativeModulesApple-umbrella.h in Headers */, + 46EB2E00014CD0 /* NSTextStorage+FontScaling.h in Headers */, + 46EB2E00014D50 /* RCTBackedTextInputDelegate.h in Headers */, + 46EB2E00014D60 /* RCTBackedTextInputDelegateAdapter.h in Headers */, + 46EB2E00014D70 /* RCTBackedTextInputViewProtocol.h in Headers */, + 46EB2E00014D80 /* RCTBaseTextInputShadowView.h in Headers */, + 46EB2E00014D90 /* RCTBaseTextInputView.h in Headers */, + 46EB2E00014DA0 /* RCTBaseTextInputViewManager.h in Headers */, + 46EB2E00014C60 /* RCTBaseTextShadowView.h in Headers */, + 46EB2E00014C70 /* RCTBaseTextViewManager.h in Headers */, + 46EB2E00014CA0 /* RCTConvert+Text.h in Headers */, + 46EB2E00014CE0 /* RCTDynamicTypeRamp.h in Headers */, + 46EB2E00014DB0 /* RCTInputAccessoryShadowView.h in Headers */, + 46EB2E00014DC0 /* RCTInputAccessoryView.h in Headers */, + 46EB2E00014DD0 /* RCTInputAccessoryViewContent.h in Headers */, + 46EB2E00014DE0 /* RCTInputAccessoryViewManager.h in Headers */, + 46EB2E00014D20 /* RCTMultilineTextInputView.h in Headers */, + 46EB2E00014D30 /* RCTMultilineTextInputViewManager.h in Headers */, + 46EB2E00014C80 /* RCTRawTextShadowView.h in Headers */, + 46EB2E00014C90 /* RCTRawTextViewManager.h in Headers */, + 46EB2E00014E00 /* RCTSinglelineTextInputView.h in Headers */, + 46EB2E00014E10 /* RCTSinglelineTextInputViewManager.h in Headers */, + 46EB2E00014CB0 /* RCTTextAttributes.h in Headers */, + 46EB2E00014DF0 /* RCTTextSelection.h in Headers */, + 46EB2E00014CF0 /* RCTTextShadowView.h in Headers */, + 46EB2E00014CC0 /* RCTTextTransform.h in Headers */, + 46EB2E00014D00 /* RCTTextView.h in Headers */, + 46EB2E00014D10 /* RCTTextViewManager.h in Headers */, + 46EB2E00014E20 /* RCTUITextField.h in Headers */, + 46EB2E00014D40 /* RCTUITextView.h in Headers */, + 46EB2E00014E30 /* RCTVirtualTextShadowView.h in Headers */, + 46EB2E00014E40 /* RCTVirtualTextView.h in Headers */, + 46EB2E00014E50 /* RCTVirtualTextViewManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - B333D2287E3F7307EF323DB38373B355 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 3EEFC28CE6BB1A462FE3AED71B678E5C /* ExecutionContext.h in Headers */, - 82DDF129C1CF7FB65B4E5330353DF03C /* ExecutionContextManager.h in Headers */, - 4849C929730C228B9CA59F22C4E222B1 /* FallbackRuntimeAgentDelegate.h in Headers */, - 7A3ECA249BE180E849929C1C481449C5 /* InspectorFlags.h in Headers */, - FA536463E60EE9CF167E1F5D66414912 /* InspectorInterfaces.h in Headers */, - 92A0B1A5CC965F32C7B133A35C383A38 /* InspectorPackagerConnection.h in Headers */, - F038E4BD751D4BA98A61289EAA91D241 /* InspectorPackagerConnectionImpl.h in Headers */, - 31074A2470998CD8A1E5579C686920ED /* InspectorUtilities.h in Headers */, - 026B34EC7677B696A3E60678DC317E72 /* InstanceAgent.h in Headers */, - E3BC2C66940D73F6D645B8FE3F572AF4 /* InstanceTarget.h in Headers */, - 5CAC27DB9F9A2D21A77F55CBF9460880 /* PageAgent.h in Headers */, - 79D1F29B5BAE83E9D54F81AE1F62E613 /* PageTarget.h in Headers */, - 74F564F68DE15B0B2BFD3CC2071AAE39 /* Parsing.h in Headers */, - 205749C03A4CBF638869893734D7D9BF /* React-jsinspector-umbrella.h in Headers */, - BBCBFE23E28C1E683E0BAD7C586A8042 /* ReactCdp.h in Headers */, - A0495FAE880E03D6E0C5B9ED0A9D19ED /* RuntimeAgent.h in Headers */, - D0D3167C00F9B90E51DC47A04B8DF831 /* RuntimeAgentDelegate.h in Headers */, - 2FEB73359F866CCBFD8EEC9C02649068 /* RuntimeTarget.h in Headers */, - E322568EFC1D87C4D901F76D412246CF /* ScopedExecutor.h in Headers */, - 13452152A22D5E914771770B522FE638 /* SessionState.h in Headers */, - 3F4BDC5139A2D4C1B11DD18409411BAA /* UniqueMonostate.h in Headers */, - 34F1CA7D48C2DC4CBEF2188F040EE11E /* WeakList.h in Headers */, - CCF7DC8AD32BF36AB5F1AE8432D30600 /* WebSocketInterfaces.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B3AACC728829753C6F2430C45A5E1FEC /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - FD960631A6D02187357D80DC2E24E04E /* FBReactNativeSpec.h in Headers */, - 0B658D96E4DF8BAA3DC61D4F279E0C53 /* FBReactNativeSpecJSI.h in Headers */, - 7C97B62EE8A49E17E327B6DC421CDB62 /* RCTModulesConformingToProtocolsProvider.h in Headers */, - CAC147D27388E522F27F0A975F10024B /* React-Codegen-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BF064D4593E3475C146FAD0289C51F2B /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D00697AD2D0A284FFFF0392286EF33E0 /* CoreModulesPlugins.h in Headers */, - 49AE9A142FC7F7FAA96DD60B6D0B3BAD /* DispatchMessageQueueThread.h in Headers */, - 8A1F4CB8F86D268D00F4BD56AE808DF4 /* FBXXHashUtils.h in Headers */, - 1D7B5C358D3CF4697EA46BA2F5751410 /* NSDataBigString.h in Headers */, - 7CEFEBE4DDEB280FC10EB43DFC98C57D /* NSTextStorage+FontScaling.h in Headers */, - F46CFE8012D1084820DA63C87FD58E90 /* RCTAccessibilityManager.h in Headers */, - 3476B8B2E109849DAF80FAFE61389733 /* RCTAccessibilityManager+Internal.h in Headers */, - A3CF016FDFFE1728A3911AB49B2B1C73 /* RCTActionSheetManager.h in Headers */, - A44FFC6924B2899FFCE1D5645016EC30 /* RCTActivityIndicatorView.h in Headers */, - 14CE4A245FCFC0407D827DE81FFEB003 /* RCTActivityIndicatorViewManager.h in Headers */, - 82AB349589ADF65BD4BF08233C363CE8 /* RCTAdditionAnimatedNode.h in Headers */, - C84A45E2E5E0FBCDE82CEEA77B4BDEB7 /* RCTAlertController.h in Headers */, - 8C2DA1819FDE5B93FBF7F319FB0C1202 /* RCTAlertManager.h in Headers */, - 7E8290E7A967DE42D8250EC4C4601382 /* RCTAnimatedImage.h in Headers */, - 3B1A525376EFC268959ED359E594BDAC /* RCTAnimatedNode.h in Headers */, - BF37697D128A4767080A9DBEC6EF91DB /* RCTAnimationDriver.h in Headers */, - 3C3CFCEBC4CFA59AEFE59CB27DED2BA8 /* RCTAnimationPlugins.h in Headers */, - 92CBBDA7B79D68BCCCD675FF867FEAE7 /* RCTAnimationType.h in Headers */, - 2F79F4A2C66F1573F5E2E4071BE012ED /* RCTAnimationUtils.h in Headers */, - 3DD0CAE651ABAE0D81F673CAC6DFF9C3 /* RCTAppearance.h in Headers */, - 40A046BCC62835D112020A782FC87B19 /* RCTAppState.h in Headers */, - DB49DA0EAE2C80FE270A9A7B3B2405D7 /* RCTAssert.h in Headers */, - A634D004DA1A86BB84E6B96D34FECD4B /* RCTAutoInsetsProtocol.h in Headers */, - D10EE65B9E7389C5F6DA5CB3D6A11FBC /* RCTBackedTextInputDelegate.h in Headers */, - 7C05D31337E9B55E8BCAED870260D0C4 /* RCTBackedTextInputDelegateAdapter.h in Headers */, - C7B62392C125A1E42F61D788BB595FA5 /* RCTBackedTextInputViewProtocol.h in Headers */, - D695A1060AD5216143DE517DAA7243AB /* RCTBaseTextInputShadowView.h in Headers */, - 2C95EB306C4085CD4CC30D9A81A3288E /* RCTBaseTextInputView.h in Headers */, - BC5739C6367717F0A8D7FBFB0C80CB3A /* RCTBaseTextInputViewManager.h in Headers */, - 4254780C1C01BAD7A0AA49D67EB5110F /* RCTBaseTextShadowView.h in Headers */, - 119790CB07C21FE4EAC56F5498F2DE85 /* RCTBaseTextViewManager.h in Headers */, - 6AD8FB9BBB61CABDDA3D3CCDE59F023F /* RCTBlobManager.h in Headers */, - 8508A1C2E543C5A7D05CD1033D21B76F /* RCTBorderCurve.h in Headers */, - C3A57AFCC76E9EBE602BD41A54B622A7 /* RCTBorderDrawing.h in Headers */, - 4CD879175E4A41012E4E074BE1D11E13 /* RCTBorderStyle.h in Headers */, - 145CD69B59478D1D87388F6D2ADAF329 /* RCTBridge.h in Headers */, - 5A7905B01743D4484657E400AD5A9CA1 /* RCTBridge+Inspector.h in Headers */, - 4FACE78E35490A35018038EFF0D80D0A /* RCTBridge+Private.h in Headers */, - 6096068D24DA183546E0C9096067F942 /* RCTBridgeConstants.h in Headers */, - B1CBCE8BE24A33B1D45BA4CF7BF09064 /* RCTBridgeDelegate.h in Headers */, - 3E90D81C61330BB43BBF87184A46BE91 /* RCTBridgeMethod.h in Headers */, - 896B90ED709191CE23340F69E96A7171 /* RCTBridgeModule.h in Headers */, - 40BFBCE1F682C4371A055D5EFF77728F /* RCTBridgeModuleDecorator.h in Headers */, - E4AD5B3C5A659D73C8DCB2FE7443F14E /* RCTBridgeProxy.h in Headers */, - 7DAAB9F9C996182B27651635EF639ECC /* RCTBridgeProxy+Cxx.h in Headers */, - BC6A2AADBDAE5CB31A41A6EF26A452D7 /* RCTBundleAssetImageLoader.h in Headers */, - 2E9E44553AC842824657582AEDADA47C /* RCTBundleManager.h in Headers */, - F6BB2D6BD150698C993906EB02091084 /* RCTBundleURLProvider.h in Headers */, - 88218ED712157D913F50B9813727FB1D /* RCTClipboard.h in Headers */, - 09A27BB5D589EB9118874CA8493D77D0 /* RCTColorAnimatedNode.h in Headers */, - A398F00B4A2E01F3F5A8AE18D37147DC /* RCTComponent.h in Headers */, - BFF56D4621FAAED019711CA479D41D7F /* RCTComponentData.h in Headers */, - 633B852FA41F64BB09AF95E329872120 /* RCTComponentEvent.h in Headers */, - F46BC79D6B05C37DC0FF453B48D336BB /* RCTConstants.h in Headers */, - F1A43C97E066BB9D3B493FF795297887 /* RCTConvert.h in Headers */, - 83EFE534E0E02314172B38E1D34E40FA /* RCTConvert+CoreLocation.h in Headers */, - 310B3F0CC7C540CB13466670F7EDF3FC /* RCTConvert+Text.h in Headers */, - C6EDA03EC86F4B013552E68B1EAFEEB7 /* RCTConvert+Transform.h in Headers */, - 2FD7323EAE0E5E753481291ACA044AA4 /* RCTCursor.h in Headers */, - B1FAB3EF92878EB584B13ADF86A9C030 /* RCTCxxBridgeDelegate.h in Headers */, - B07183E23BE310128CE0C736ED7FE3EB /* RCTCxxConvert.h in Headers */, - 2EAA29E03439536A013280EBD10577E6 /* RCTCxxInspectorPackagerConnection.h in Headers */, - 38F8A84A2D3ABB7E2D1D3B6C95FF8302 /* RCTCxxInspectorPackagerConnectionDelegate.h in Headers */, - 0A160FA1357CF85D33C02C541DB3E06F /* RCTCxxInspectorWebSocketAdapter.h in Headers */, - C5EA098109E353255C0CC5D0F7830779 /* RCTCxxMethod.h in Headers */, - 47A4049D3D412E9352AC61C39DB76004 /* RCTCxxModule.h in Headers */, - BD51DB4409A4A9EF7BED5210C7B3B8A9 /* RCTCxxUtils.h in Headers */, - DEE8EF7A5E9496512D66A4884009465C /* RCTDataRequestHandler.h in Headers */, - 458899D0A52D8F79399C125C7FDB60E7 /* RCTDebuggingOverlay.h in Headers */, - 4A93F9AAA369F88DAC07B75F3B748128 /* RCTDebuggingOverlayManager.h in Headers */, - 080DAD3F88ACBDF3FB5636E0723FD372 /* RCTDecayAnimation.h in Headers */, - 470F9E6B74867C9A04DABFDD20702CDB /* RCTDefaultCxxLogFunction.h in Headers */, - 074CF7FB1F90D60DE24564D7D7214556 /* RCTDefines.h in Headers */, - 53C45B482C8F47FBADCB72A051CCE17A /* RCTDeviceInfo.h in Headers */, - E367ECAD53225A572633E330AAA2AD5A /* RCTDevLoadingView.h in Headers */, - D5CA2F729AFD16B093DAD2AD43C06358 /* RCTDevLoadingViewProtocol.h in Headers */, - 4C6F37BC72BF0553E2BD03BB5DA5264F /* RCTDevLoadingViewSetEnabled.h in Headers */, - BA7101363B7AD23B7591C77849DDE143 /* RCTDevMenu.h in Headers */, - 7C757D0F89F16ABDB6C1452532F4BF31 /* RCTDevSettings.h in Headers */, - D249FEF06184EF0952E24AE2387D4994 /* RCTDiffClampAnimatedNode.h in Headers */, - EDC5B1BFB3D2F6437C367A4FC878F9D6 /* RCTDisplayLink.h in Headers */, - B73FA49750087C1DA97EDB0737CA8774 /* RCTDisplayWeakRefreshable.h in Headers */, - A0A5F1914DEC1B0EA5D04C162C989597 /* RCTDivisionAnimatedNode.h in Headers */, - 14715F97C20DF34FAEA3D244D8F05B94 /* RCTDynamicTypeRamp.h in Headers */, - D6C8C8D8A7826C5021E57B6890206477 /* RCTErrorCustomizer.h in Headers */, - 370DC395DA63763F0B29739645C5C42C /* RCTErrorInfo.h in Headers */, - EAC29068DD8FC2F01DDD76B49D2EF35F /* RCTEventAnimation.h in Headers */, - 236B163DEED167C92845B3D8F2191F0B /* RCTEventDispatcher.h in Headers */, - 2BD0309A82E22A90843A5C40EC2BE03A /* RCTEventDispatcherProtocol.h in Headers */, - 862C7112477BFB090042204B20F3BB74 /* RCTEventEmitter.h in Headers */, - 06B41D2FD2A88EE56D8EC584D6582762 /* RCTExceptionsManager.h in Headers */, - 88DB20E98F8561DBD4CB8EF8269625B6 /* RCTFileReaderModule.h in Headers */, - 8CFA67536CAB81DF7315E61DA8A8F15C /* RCTFileRequestHandler.h in Headers */, - 89D5119E3C79C91FB3D2399B59CFD396 /* RCTFollyConvert.h in Headers */, - 34E0452A18B63FCCE3D2298EA219820C /* RCTFont.h in Headers */, - F55721146536A9F0787802169AD078F5 /* RCTFPSGraph.h in Headers */, - C0B5FF87F3B96276C94A9E29BD4A30DD /* RCTFrameAnimation.h in Headers */, - 6191DB9FD9BF6D9895E19E2BC6C36D63 /* RCTFrameUpdate.h in Headers */, - F2A4359B2E59E39ED8BF3B1284AA6394 /* RCTGIFImageDecoder.h in Headers */, - 98A447DACE3619A0EC2F47803766ABA5 /* RCTHTTPRequestHandler.h in Headers */, - 61EB7EFC08E88A0A63D926A5D740051E /* RCTI18nManager.h in Headers */, - 6DB9A645432E8F713A55906FCBD87440 /* RCTI18nUtil.h in Headers */, - 1C69E3894BA75EABF837B23D480BF6AE /* RCTImageBlurUtils.h in Headers */, - 7C62C015C3AC4F5360E19D6714CD5F27 /* RCTImageCache.h in Headers */, - E20CAF1F8CC2D9CBB02D482E8A69286D /* RCTImageDataDecoder.h in Headers */, - 510249AC6D76750EFECC5152F178098C /* RCTImageEditingManager.h in Headers */, - 748A782D94A5993047ACC4F902BADA6C /* RCTImageLoader.h in Headers */, - CFAA9F024D7911EF1DA899453EECB3F7 /* RCTImageLoaderLoggable.h in Headers */, - CDA5C9F05D26C5BF9929A31E683DEC4A /* RCTImageLoaderProtocol.h in Headers */, - 45A1B29551624EA1FE0CA3182BF0F05D /* RCTImageLoaderWithAttributionProtocol.h in Headers */, - C3283F2C7979073A21488C5992B13131 /* RCTImagePlugins.h in Headers */, - B292CA5333EF7B75DDF808FD419E9BDC /* RCTImageShadowView.h in Headers */, - ECD8878045DAC0E1165DC896F4FD46A7 /* RCTImageSource.h in Headers */, - 2DBA93E933AFBDD3640C6361D80F6088 /* RCTImageStoreManager.h in Headers */, - 9DC0FF851D28314C60F07755E707231B /* RCTImageURLLoader.h in Headers */, - CF11A75424161393E4300D19CA9C6613 /* RCTImageURLLoaderWithAttribution.h in Headers */, - 04BA00D1B67E6A62C1DC1325D3F542D3 /* RCTImageUtils.h in Headers */, - 1CFA9B1CD1762757042C45BE8BFCBCE7 /* RCTImageView.h in Headers */, - B4441B3B04D0C01D3C4B98B61CB5D257 /* RCTImageViewManager.h in Headers */, - C404BA0C4D59975681A1B11E41857B75 /* RCTInitializing.h in Headers */, - 11541861E647323ED566434D3E4A8280 /* RCTInputAccessoryShadowView.h in Headers */, - A5D83071C50C963862715DFAD1C65745 /* RCTInputAccessoryView.h in Headers */, - 287BE5208FD6FB253A9CAF3F173DFCB2 /* RCTInputAccessoryViewContent.h in Headers */, - 51A5F87359A456DCB8BC0325C3C23181 /* RCTInputAccessoryViewManager.h in Headers */, - 7A7C1E9DFCA97C87C22DD3BA4E43E175 /* RCTInspector.h in Headers */, - 9EFC4E7E9F4179D1C473BED78988ED7A /* RCTInspectorDevServerHelper.h in Headers */, - 7EAA474929D5A6970A9D1D0B8EF525C2 /* RCTInspectorPackagerConnection.h in Headers */, - B80D092BC68AEF936898D3890C884E62 /* RCTInterpolationAnimatedNode.h in Headers */, - 268A6BE577E71BA303F2B38185858AD0 /* RCTInvalidating.h in Headers */, - 23411C1D24E9FF65E1CBCFDB66841998 /* RCTJavaScriptExecutor.h in Headers */, - AB8A4E5E065A03884C270240190544D4 /* RCTJavaScriptLoader.h in Headers */, - C54F6FC1750E4C85E1A02A1030800894 /* RCTJSIExecutorRuntimeInstaller.h in Headers */, - C71E4E15ADC390A81ECAA512430A578C /* RCTJSStackFrame.h in Headers */, - 85408113759A4A640B6FA8BA268E37C5 /* RCTJSThread.h in Headers */, - AB16794A6220A5772C0DC3218DFC85D4 /* RCTKeyboardObserver.h in Headers */, - 33D1A57F0F9ED8EB6ACDE2B623F10C20 /* RCTKeyCommands.h in Headers */, - 4EEA30293A3B8F0340C2EC94637F1F04 /* RCTLayout.h in Headers */, - 50826F15182255018E2F192D8FB37169 /* RCTLayoutAnimation.h in Headers */, - CB143E11EDD61FE8A1A859E62FC766EA /* RCTLayoutAnimationGroup.h in Headers */, - D2A58C5CCA283280EE15C2F97302BED5 /* RCTLinkingManager.h in Headers */, - E79C8BBDB44FC9FF3D7573CDFB445CED /* RCTLinkingPlugins.h in Headers */, - BD2B2CF6B362612AE7CF7AB7C3CD6614 /* RCTLocalAssetImageLoader.h in Headers */, - 7EED18FDDEF0C6C30F28DE43E58FC9D9 /* RCTLocalizedString.h in Headers */, - 4E02EFCD9BDF66C4B9549EEEDD146E06 /* RCTLog.h in Headers */, - 8FC942298DDC7B2CFC89ECF88C71759D /* RCTLogBox.h in Headers */, - BAE16C0612C208DE44FFECCA25E48CF7 /* RCTLogBoxView.h in Headers */, - A420D2862444624075C054392A74F17F /* RCTMacros.h in Headers */, - 30B14D776B57B06C4B9EA21DE635E6A2 /* RCTManagedPointer.h in Headers */, - 54D753D30B0DC68E5BD486DB296EC40D /* RCTMessageThread.h in Headers */, - 226DFC17A17361BAA4CAFB8E48170C5E /* RCTMockDef.h in Headers */, - E494E6508465BFB5C3FBFF331EB7BEE6 /* RCTModalHostView.h in Headers */, - C8C110C84F2913B73F473E7AE192FB2B /* RCTModalHostViewController.h in Headers */, - 82F2B990370F107BF6F42428A39B59A3 /* RCTModalHostViewManager.h in Headers */, - 8F8CF268573B14407A42696E82F81733 /* RCTModalManager.h in Headers */, - 0FA7BC4FD690EC24DC5267B92B61098F /* RCTModuleData.h in Headers */, - 71FA1DD386A3F038EDD5E3217689A380 /* RCTModuleMethod.h in Headers */, - 786E3D93ED50D36F4AF34AD2F4E5A30D /* RCTModuloAnimatedNode.h in Headers */, - 71D128940FC77D1197EA266A0697C747 /* RCTMultilineTextInputView.h in Headers */, - 2E4455CFC4592CC9CE77521F63CE35D4 /* RCTMultilineTextInputViewManager.h in Headers */, - 14D5271E1C9A3E93D84A7FC19C445EBC /* RCTMultipartDataTask.h in Headers */, - 4AE5A914F7F24C9FA70F7EEF7EAC1504 /* RCTMultipartStreamReader.h in Headers */, - 6B9DA2A521E131A3DBDDAFFA7E10FD27 /* RCTMultiplicationAnimatedNode.h in Headers */, - 176A4FDF9DF811441BD276CCE42B0118 /* RCTNativeAnimatedModule.h in Headers */, - 03BB9CEC16E74C4354B1CD9499FAD773 /* RCTNativeAnimatedNodesManager.h in Headers */, - 57E3261F5A2AD4F3F64F004649E13CA1 /* RCTNativeAnimatedTurboModule.h in Headers */, - 4D90176AFEEDB29FF50C8583272D583D /* RCTNativeModule.h in Headers */, - 29D4218569554A1DD869898F0776EEC2 /* RCTNetworking.h in Headers */, - 3CE5727DB68119D22476A6AE62125CAD /* RCTNetworkPlugins.h in Headers */, - F5BBE84ED1AAA2A47E469619BC0F538B /* RCTNetworkTask.h in Headers */, - BAA977D2AD92239E259E6308F4C948A6 /* RCTNullability.h in Headers */, - EBA967F57C2E67899DE3E1FEB641A985 /* RCTObjcExecutor.h in Headers */, - F54526986A6256A81F630C68AE8F76EB /* RCTObjectAnimatedNode.h in Headers */, - C0A02B60E60CEFE513DF70AEC2B1C95E /* RCTPackagerClient.h in Headers */, - 380BB8D1D525FE502F52A91B29DFECB1 /* RCTPackagerConnection.h in Headers */, - 7CCC045302EF76E133EAB50E1DFDC99E /* RCTParserUtils.h in Headers */, - 53C5A9A058BD3E22657D757E4FDC3624 /* RCTPerformanceLogger.h in Headers */, - 98ACAEA5FEB4C2C0A9E3DAA961F5E7A2 /* RCTPerformanceLoggerLabels.h in Headers */, - 28F2A0841D7A4FD9330C0D2CF1C418F7 /* RCTPlatform.h in Headers */, - B88C21DFB0239A81B936FDD04A62FFCD /* RCTPLTag.h in Headers */, - D27A00DA77777E492A5BC42C43DB4F9F /* RCTPointerEvents.h in Headers */, - C5F7A37D2ECAA0310770ABBD0230C09B /* RCTProfile.h in Headers */, - 05428F80C43236746F938B9DDA26996F /* RCTPropsAnimatedNode.h in Headers */, - EF74CF94ED089A78C870BAD07DCCE270 /* RCTRawTextShadowView.h in Headers */, - 4B109866A46FCF9F4B42B8EF3AD567A4 /* RCTRawTextViewManager.h in Headers */, - 849DD2F3EBF93A6F01254FD95BB3C018 /* RCTReconnectingWebSocket.h in Headers */, - DF84CF862BCE61CE23144BE7200532BD /* RCTRedBox.h in Headers */, - 00DCC76A446DC57667B1440AB0EC2049 /* RCTRedBoxExtraDataViewController.h in Headers */, - 27D9530C335ED3654145F968ACC1B9BB /* RCTRedBoxSetEnabled.h in Headers */, - B96D0DC390BA6718A56A6C8F7A24A960 /* RCTRefreshableProtocol.h in Headers */, - AB3C05D5BB134B9BBA56AAD4E96541A6 /* RCTRefreshControl.h in Headers */, - 2361FB6C467FEB9E3F2928D963FDFEF2 /* RCTRefreshControlManager.h in Headers */, - 02668BCA6F5ABD844C07B672CC4581FE /* RCTReloadCommand.h in Headers */, - C37D1645698F4B90CE959BFF1645999E /* RCTResizeMode.h in Headers */, - 41A87715FEA6CC38D7FFCE6D3271FF0F /* RCTRootContentView.h in Headers */, - FD68DD0FE1721DB41B7A67619522FB46 /* RCTRootShadowView.h in Headers */, - C8666DAAE37B2A2FA3F00A5D3D298E84 /* RCTRootView.h in Headers */, - B4C919463B631B848A3E3868D490CF11 /* RCTRootViewDelegate.h in Headers */, - 14D59A00D70A6F5965D53D88D48C2B7C /* RCTRootViewInternal.h in Headers */, - 379DE27C0272C04B98124B125693C9E0 /* RCTRuntimeExecutorModule.h in Headers */, - 95CDF574FA064B2B56D29015CC9CE6C7 /* RCTSafeAreaShadowView.h in Headers */, - 5CCF1017B45DBE2BE96A16D992F7E26B /* RCTSafeAreaView.h in Headers */, - 18B8F5315CDDE3D6A10F5B00E799337B /* RCTSafeAreaViewLocalData.h in Headers */, - 392858CD748EAC636785E558031F395D /* RCTSafeAreaViewManager.h in Headers */, - 2CCFE31F50BC3227A7BB74540F3E28C0 /* RCTScrollableProtocol.h in Headers */, - E68615DB645DC9F5C49EF8F7921D8377 /* RCTScrollContentShadowView.h in Headers */, - D2F9977C7AE0E2B8807F88833D4763C8 /* RCTScrollContentView.h in Headers */, - E0B4086C01255542232DC9F1CB11CEF2 /* RCTScrollContentViewManager.h in Headers */, - DC208875AB04E750A38207C537D17F18 /* RCTScrollEvent.h in Headers */, - EC3E03B722105A16223D7B565B75187D /* RCTScrollView.h in Headers */, - E24C1E1D25FF2D6A099CBF5EAFB03D43 /* RCTScrollViewManager.h in Headers */, - DF7289A5EB1C035167A91E060EC23BCD /* RCTSegmentedControl.h in Headers */, - 92C33EE5F8BC530CBEF7B0318C9F7B22 /* RCTSegmentedControlManager.h in Headers */, - 060584B016205EFB45A7B3F9FB3CC60C /* RCTSettingsManager.h in Headers */, - 8B985AE4CEF9F71244CA644F9867704E /* RCTSettingsPlugins.h in Headers */, - 2684304837166CB852F34F477A9AC3A5 /* RCTShadowView.h in Headers */, - 4A3F3AF5BD80FDE8D041510BC4881E7D /* RCTShadowView+Internal.h in Headers */, - E8D6FE500036387B9BBEAA4EFA3759D5 /* RCTShadowView+Layout.h in Headers */, - 2606161ABF61A627A7A2DE86238C691C /* RCTSinglelineTextInputView.h in Headers */, - DE16225514497DE095E66BA046746793 /* RCTSinglelineTextInputViewManager.h in Headers */, - DCF7D6B5C16713AA26F4B843585AC040 /* RCTSourceCode.h in Headers */, - 6FA017434FB8B11D446AC8E787CFE8A4 /* RCTSpringAnimation.h in Headers */, - 65E5D33078377E8A5093069A0EC19C5F /* RCTStatusBarManager.h in Headers */, - 83BFB9943D170CD8FB731A70708F3E19 /* RCTStyleAnimatedNode.h in Headers */, - DF9E35B3F5903AB41C8AB52573AC0587 /* RCTSubtractionAnimatedNode.h in Headers */, - 20C99A8E4ED99AEFA36CCBB568F3A94C /* RCTSurface.h in Headers */, - 1CD53FCF53A482D511B0B94A9744D10F /* RCTSurfaceDelegate.h in Headers */, - 3B8AE3C34F0D7983140894774F01EF77 /* RCTSurfaceHostingProxyRootView.h in Headers */, - BFC5A57B5FC4E68E97B1A995E975BB39 /* RCTSurfaceHostingView.h in Headers */, - 6381FC114A82A1F547F3B4C3C1918C7E /* RCTSurfacePresenterStub.h in Headers */, - AE7F2B2B4B8D6EA3A98988C18D0B6691 /* RCTSurfaceProtocol.h in Headers */, - 87F69A6FF83D4878D1FEEB98F2D59B2D /* RCTSurfaceRootShadowView.h in Headers */, - 957D767BE7D711AFC6ED88016B49CA62 /* RCTSurfaceRootShadowViewDelegate.h in Headers */, - 409234DBCB0A37ACD3F7EFDE2FBBE515 /* RCTSurfaceRootView.h in Headers */, - 58A2FFF7C35087086D5A0FF6DB43486F /* RCTSurfaceSizeMeasureMode.h in Headers */, - 8F949E2FC8C16464622CF499B1F1FA2A /* RCTSurfaceStage.h in Headers */, - B734E060A5773B26F422D00114DA4B52 /* RCTSurfaceView.h in Headers */, - 5D866551FF03978D330DC020091B6B96 /* RCTSurfaceView+Internal.h in Headers */, - C6FA80C7082AB5FB8BA02745DEC19A9E /* RCTSwitch.h in Headers */, - 0EA02B749ABA0FD90153FEA47B957008 /* RCTSwitchManager.h in Headers */, - 1D3750D9724EA40BFBFC503B623BA219 /* RCTTextAttributes.h in Headers */, - 9129CE5C2E948A3C065B2E8F712EB979 /* RCTTextDecorationLineType.h in Headers */, - 526617BBEFF2B4145A465BA33271B4C9 /* RCTTextSelection.h in Headers */, - ECA6DAFED31032951D603D4CEF068AA0 /* RCTTextShadowView.h in Headers */, - 1B34D1AAF0B75D6A2C8A5ED5BAB39209 /* RCTTextTransform.h in Headers */, - 11A951827CC2E07540743D12EB589BFB /* RCTTextView.h in Headers */, - E4C35D3594E913E02BFBA7C2B00BDB7C /* RCTTextViewManager.h in Headers */, - 254A7E50FDFBEFE78F342625A511024F /* RCTTiming.h in Headers */, - 0F1C42A0363067420E6A8663CC13FD70 /* RCTTouchEvent.h in Headers */, - 61EED62A6D8C0C7A01B12AFA607B6832 /* RCTTouchHandler.h in Headers */, - 6E50BC268934E7015846ED9E67666865 /* RCTTrackingAnimatedNode.h in Headers */, - 4700E2AADA132F6709885B91D1886CE1 /* RCTTransformAnimatedNode.h in Headers */, - 071E96C3C74F6828499FEA5BCCBC0A1A /* RCTTurboModuleRegistry.h in Headers */, - 0B21814FAACAB840D20D119EC69141CF /* RCTUIImageViewAnimated.h in Headers */, - 3294815C66896E3584E9367993E0311D /* RCTUIManager.h in Headers */, - 74EBEF0D0AF26475F479ECEF4E45E05F /* RCTUIManagerObserverCoordinator.h in Headers */, - BA70CC054CDE60D175C2FFFBBCAD7BED /* RCTUIManagerUtils.h in Headers */, - 3DE3B89C68C9733469C4129C0C7F1B4B /* RCTUITextField.h in Headers */, - 07AD5529C64CF03A1B9F0995925BAFDC /* RCTUITextView.h in Headers */, - 6D5BC553E82F69D2CE87514D1AABCC23 /* RCTUIUtils.h in Headers */, - 038CC9F795279E41AAFE2926B8C87539 /* RCTURLRequestDelegate.h in Headers */, - 0A1E987D1A82B402BA7475BA37FC29D6 /* RCTURLRequestHandler.h in Headers */, - C1A73C1545060205DB19B98A0C53FB5B /* RCTUtils.h in Headers */, - FF0F71B1492909CB9B5E5FC318FE6A67 /* RCTUtilsUIOverride.h in Headers */, - D8E5B2A0D16E6B0962275196C3DF2149 /* RCTValueAnimatedNode.h in Headers */, - A8C4613612AE52A7872362D7ABBDA919 /* RCTVersion.h in Headers */, - 9FC26C2834E23369ED50AA33C69D7B5A /* RCTVibration.h in Headers */, - 34E83696D6C83FDEF3F32B4F9EC092A1 /* RCTVibrationPlugins.h in Headers */, - 7B75F34EC8C3D12058FB4EBA33D8F18C /* RCTView.h in Headers */, - 85A8F29837C2CDCA71D152220B69ACD8 /* RCTViewManager.h in Headers */, - 64BB270209F0272855B79DD5FFA237A0 /* RCTViewUtils.h in Headers */, - 74B610A2A1A1434FF792456AA6111E5D /* RCTVirtualTextShadowView.h in Headers */, - 7F8630C48B1DBB30A8364575D2EA1418 /* RCTVirtualTextView.h in Headers */, - 063DD9B3E785BE9217887BB06D2E0F2E /* RCTVirtualTextViewManager.h in Headers */, - 8609A7BE8F887165D7A11EF8629E4B4E /* RCTWebSocketExecutor.h in Headers */, - AC72BC8F4B107D86C936642348FA48C0 /* RCTWebSocketModule.h in Headers */, - B1C719941F48E377446324AAE333E8C9 /* RCTWrapperViewController.h in Headers */, - D22490B7D02C0F1730837E7FB3152FC1 /* React-Core-umbrella.h in Headers */, - A9D27390285EA3B2F0B40B5B1D44F5FA /* UIView+Private.h in Headers */, - 56936C2681D855D042F14913B042F6F1 /* UIView+React.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C3B69D63F2E608B315894B70903DE2DF /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - E49CC64DD58A8DC1C242D5F5D38C2E2D /* Array.h in Headers */, - AF39A14832F2E521A8F07812BA5B71F4 /* AString.h in Headers */, - EEECEAFA83D9C96D937CE69256BC7876 /* Base.h in Headers */, - AFCDCD8B8D2C41E65AB87D826875EB22 /* Bool.h in Headers */, - 45A3718B5D48F2C9AB7A37B2609BB98A /* Bridging.h in Headers */, - B2D29A8C1AB4EF276B147BC2736DE097 /* CallbackWrapper.h in Headers */, - 8FA3C2CC99D38155775B157BC111DFE4 /* CallbackWrapper.h in Headers */, - 3E1AF879C1569EAA8F4812C2BE452EE6 /* Class.h in Headers */, - AF7BEB2B54E4A02E49439619ED5C0717 /* Convert.h in Headers */, - 2B5649D5AD2D3B93F9551841FB94B539 /* CxxTurboModuleUtils.h in Headers */, - B290224FB8C93B2503276A907FFF2EF3 /* Dynamic.h in Headers */, - F061C5708355FD173DD7E608FDAD87B9 /* Error.h in Headers */, - AE0CA6DBF5CD36BB2C3CB7331B460647 /* Function.h in Headers */, - E51BFA19EA22DB461AD9DF8E589BBE0F /* LongLivedObject.h in Headers */, - E9EA587AEC6A5B980762C9E4FF614496 /* LongLivedObject.h in Headers */, - EA9B386DFDFA8BEE25811AE42BCDACD8 /* Number.h in Headers */, - 9951AABFB82A2879EC8DF32DB8BEBEB8 /* Object.h in Headers */, - F5300F9AA2C70291272BE4D359EBC880 /* Promise.h in Headers */, - DAF9AF421FBBC58D23A8CB07C67D4ADA /* ReactCommon-umbrella.h in Headers */, - B28C7891C7AB192961553F0C33354FAD /* TurboCxxModule.h in Headers */, - 911E8B039A1BEA400B9B5040D0181C76 /* TurboModule.h in Headers */, - DE1E2959AE20EA7AF679A2A1EF221212 /* TurboModuleBinding.h in Headers */, - C23B2056FC62A00CFCEA984DF9C48C1D /* TurboModulePerfLogger.h in Headers */, - 9721045DA4FB0A9287E948A1A20754B1 /* TurboModuleUtils.h in Headers */, - 8D17C9615B70EE4C3551B644B964EFD9 /* Value.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C94D454040D783B86EC79CAB44B18D0D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - A013EB6D72DD4FEEC23451BA0A628751 /* RCTDeprecation.h in Headers */, - 7A8E4FC999FB95C0131647FCFFB6F25B /* RCTDeprecation-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CEC5E2CFC94325A9BF09EEA91275CE90 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1AF8F8D60715EFDDD0D8D32F9FE35291 /* flags.h in Headers */, - AEC09641CD31FF0B865AA9A555A0F621 /* React-debug-umbrella.h in Headers */, - 194A13172925CBA9BA3420BBDB3AC842 /* react_native_assert.h in Headers */, - 30D1E8F6092D315512C3A9D0B4888DD4 /* react_native_expect.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DAD70B5DB3071FB5224F689E8DF22319 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 2BFA5BF7BFD081A56EDDAB4A624F4D65 /* primitives.h in Headers */, - 7ABADD9F6CB588CD6C9A18B1ECCFE9BF /* RuntimeScheduler.h in Headers */, - 418C40900F6F2FC7B6969A34F41E3612 /* RuntimeScheduler_Legacy.h in Headers */, - 2B274268A9D1466A436323C5ADA891DB /* RuntimeScheduler_Modern.h in Headers */, - 6E92809150A09A2CF41C3877581FE296 /* RuntimeSchedulerBinding.h in Headers */, - 421B38F58A2BA54C936A60E158293F0B /* RuntimeSchedulerCallInvoker.h in Headers */, - 41C97D00ADFD113F738B6F32E1041F1A /* RuntimeSchedulerClock.h in Headers */, - 83FA9C24F2A6A0B7A8332767DB01183F /* SchedulerPriorityUtils.h in Headers */, - DBD0504F7B3583B5EA77BF7703B82A20 /* Task.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DDE2400240E2EE20048BCD52A31D328F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 56010CB27A121F7AF62B9924CAAF7A61 /* RCTImageManager.h in Headers */, - C94D8A1D24EEB170DA656A575A680881 /* RCTImageManagerProtocol.h in Headers */, - 0504B6D9F4CF893E08E408C13F7D7516 /* RCTImagePrimitivesConversions.h in Headers */, - F1570CF0B564E910F6C6195850F4892E /* RCTSyncImageManager.h in Headers */, - 53DFF4B50A64A38ADD15A6DBE712B5EA /* React-ImageManager-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E574165F568D2A9C253E3ED80F6E00A9 /* Headers */ = { + 46EB2E00014F10 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - ED9FC5C26D183C4144984285657D09C6 /* Headers */ = { + 46EB2E00015010 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B190B547739C3339A5ACCC12AF889C66 /* ReactNativeConfig.h in Headers */, + 46EB2E000150B0 /* ObjCTimerRegistry.h in Headers */, + 46EB2E000150C0 /* RCTContextContainerHandling.h in Headers */, + 46EB2E000150D0 /* RCTHermesInstance.h in Headers */, + 46EB2E000150F0 /* RCTHost.h in Headers */, + 46EB2E000150E0 /* RCTHost+Internal.h in Headers */, + 46EB2E00015100 /* RCTInstance.h in Headers */, + 46EB2E00015110 /* RCTJSThreadManager.h in Headers */, + 46EB2E00015120 /* RCTLegacyUIManagerConstantsProvider.h in Headers */, + 46EB2E00015130 /* RCTPerformanceLoggerUtils.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - EF443FFFDC6EE5B65D3D32D8C9A1098D /* Headers */ = { + 46EB2E000151F0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1483C101F525745936872DE09503D5F8 /* ContextContainer.h in Headers */, - C5C5D2796A8F2328F9FAFC7B017EDE54 /* CoreFeatures.h in Headers */, - 79D06EBAD8CFF2DF00C9CA84A1445D63 /* FloatComparison.h in Headers */, - 53B5D9B6F7FE6E6952065693F4EA734F /* fnv1a.h in Headers */, - 51D0965F6C366F737665E3997D9FC5B1 /* hash_combine.h in Headers */, - E661602F15F49E0BE96FB0D1C91278CD /* jsi.h in Headers */, - 1689FCBFF577C2DB49F3CA0CAEC57DD7 /* ManagedObjectWrapper.h in Headers */, - 6F9C22510F4D9A949C3B6109B031BEEA /* PackTraits.h in Headers */, - E4F9EED16FF66A43C68C9E8330DEC154 /* React-utils-umbrella.h in Headers */, - 860B63F1C958181FAE17712384006255 /* RunLoopObserver.h in Headers */, - 9EDEE2A62CA42C5CCC90482D66F34956 /* SharedFunction.h in Headers */, - 6B5831F8313A4AE12C14AE7094D5E363 /* SimpleThreadSafeCache.h in Headers */, - B9680E151F3A6B64B1B39EA3E1B909DA /* Telemetry.h in Headers */, - 6E8ADE4CB3CC252AFDBA05E4243FA269 /* to_underlying.h in Headers */, + 46EB2E00015280 /* BindingsInstaller.h in Headers */, + 46EB2E00015290 /* BridgelessNativeMethodCallInvoker.h in Headers */, + 46EB2E000152A0 /* BufferedRuntimeExecutor.h in Headers */, + 46EB2E000152B0 /* JSRuntimeFactory.h in Headers */, + 46EB2E000152F0 /* LegacyUIManagerConstantsProviderBinding.h in Headers */, + 46EB2E000152C0 /* PlatformTimerRegistry.h in Headers */, + 46EB2E000152D0 /* ReactInstance.h in Headers */, + 46EB2E000152E0 /* TimerManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - F45983F2BC5D2533D3891DF9B5A0B233 /* Headers */ = { + 46EB2E000153B0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - FB085DDD6AC2D538B0017316F7DFCA49 /* RCTAdditionAnimatedNode.h in Headers */, - CD7C44133995C594A131DCA318A96F13 /* RCTAnimatedNode.h in Headers */, - 5279AD339ABE4F03F0C5D87B4FFBBEAD /* RCTAnimationDriver.h in Headers */, - D6D60DE33B9D14E75284C35B91EE09C1 /* RCTAnimationPlugins.h in Headers */, - 68FA25C54283C4C5AB22AD480DC8BEF7 /* RCTAnimationUtils.h in Headers */, - 0F4F5870985D08CBF429A43C1429B858 /* RCTColorAnimatedNode.h in Headers */, - 1394B2BD38317B71F0C086E9F3BA156F /* RCTDecayAnimation.h in Headers */, - 83DD804D2E2E8B479F068EA1CEF84785 /* RCTDiffClampAnimatedNode.h in Headers */, - D9BB80F331B7113DD589FD1C6C0C203A /* RCTDivisionAnimatedNode.h in Headers */, - 483EC01412F340CAB9E5B16DCC1601A6 /* RCTEventAnimation.h in Headers */, - 5DB18F6A3A4AC7CAA71048AFD0B1BCFA /* RCTFrameAnimation.h in Headers */, - 812E7882CE82ABA9CDFEFDEAC566E763 /* RCTInterpolationAnimatedNode.h in Headers */, - 8B8D217E01B325F0E2F97EC8C1DA20F6 /* RCTModuloAnimatedNode.h in Headers */, - 9900ABBF4139B5FA7D9E9CDD6E9CBE63 /* RCTMultiplicationAnimatedNode.h in Headers */, - D786B70B16AC357F02EDCA3603AFE550 /* RCTNativeAnimatedModule.h in Headers */, - 3D31BA8572A1FEE21A11F58AEDF9F670 /* RCTNativeAnimatedNodesManager.h in Headers */, - B519DB98A80FDFF221DA3FDE8D440042 /* RCTNativeAnimatedTurboModule.h in Headers */, - 16A630E95312724A9AA67C6F901F9585 /* RCTObjectAnimatedNode.h in Headers */, - 296F19DEC8D5A5092A43CB32A42B8AE5 /* RCTPropsAnimatedNode.h in Headers */, - F01FC21D8B1E3E7439FE4C11F63BB389 /* RCTSpringAnimation.h in Headers */, - 37D688E50429E670A850B22614464965 /* RCTStyleAnimatedNode.h in Headers */, - 0A3232F84FE9694C9970CBA386842E5E /* RCTSubtractionAnimatedNode.h in Headers */, - C649336DB0CFF5DBA00FC62B6433C0E9 /* RCTTrackingAnimatedNode.h in Headers */, - A20F8971EEB59E4AED9F3F678FD2255A /* RCTTransformAnimatedNode.h in Headers */, - 60DB03E87D281F73938FF29542E5B90D /* RCTValueAnimatedNode.h in Headers */, + 46EB2E000153F0 /* HermesInstance.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - FA0A1D37B89B111940CADC9A58F2ABBA /* Headers */ = { + 46EB2E00015520 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000156B0 /* CxxModule.h in Headers */, + 46EB2E000156C0 /* CxxNativeModule.h in Headers */, + 46EB2E000156D0 /* ErrorUtils.h in Headers */, + 46EB2E000156E0 /* Instance.h in Headers */, + 46EB2E00015700 /* JsArgumentHelpers.h in Headers */, + 46EB2E000156F0 /* JsArgumentHelpers-inl.h in Headers */, + 46EB2E00015710 /* JSBigString.h in Headers */, + 46EB2E00015720 /* JSBundleType.h in Headers */, + 46EB2E00015730 /* JSExecutor.h in Headers */, + 46EB2E00015740 /* JSIndexedRAMBundle.h in Headers */, + 46EB2E00015750 /* JSModulesUnbundle.h in Headers */, + 46EB2E00015760 /* MessageQueueThread.h in Headers */, + 46EB2E00015770 /* MethodCall.h in Headers */, + 46EB2E00015780 /* ModuleRegistry.h in Headers */, + 46EB2E00015790 /* MoveWrapper.h in Headers */, + 46EB2E000157A0 /* NativeModule.h in Headers */, + 46EB2E000157B0 /* NativeToJsBridge.h in Headers */, + 46EB2E000157C0 /* RAMBundleRegistry.h in Headers */, + 46EB2E000157D0 /* ReactMarker.h in Headers */, + 46EB2E000157E0 /* ReactNativeVersion.h in Headers */, + 46EB2E000157F0 /* RecoverableError.h in Headers */, + 46EB2E00015800 /* SharedProxyCxxModule.h in Headers */, + 46EB2E00015810 /* SystraceSection.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000158C0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00015900 /* flags.h in Headers */, + 46EB2E00015980 /* React-debug-umbrella.h in Headers */, + 46EB2E00015910 /* react_native_assert.h in Headers */, + 46EB2E00015920 /* react_native_expect.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00015A10 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00015A50 /* DefaultTurboModules.h in Headers */, + 46EB2E00015AB0 /* React-defaultsnativemodule-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00015B40 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00015B80 /* NativeDOM.h in Headers */, + 46EB2E00015BE0 /* React-domnativemodule-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00015C70 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00015D50 /* React-featureflags-umbrella.h in Headers */, + 46EB2E00015CC0 /* ReactNativeFeatureFlags.h in Headers */, + 46EB2E00015CD0 /* ReactNativeFeatureFlagsAccessor.h in Headers */, + 46EB2E00015CE0 /* ReactNativeFeatureFlagsDefaults.h in Headers */, + 46EB2E00015CF0 /* ReactNativeFeatureFlagsProvider.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00015DE0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00015E20 /* NativeReactNativeFeatureFlags.h in Headers */, + 46EB2E00015E80 /* React-featureflagsnativemodule-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00015F10 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00015FA0 /* BackgroundImage.h in Headers */, + 46EB2E00015FB0 /* BlendMode.h in Headers */, + 46EB2E00015FC0 /* BoxShadow.h in Headers */, + 46EB2E00015FD0 /* Color.h in Headers */, + 46EB2E00015FE0 /* ColorComponents.h in Headers */, + 46EB2E00015FF0 /* conversions.h in Headers */, + 46EB2E00016000 /* Filter.h in Headers */, + 46EB2E00016040 /* Float.h in Headers */, + 46EB2E00016010 /* fromRawValueShared.h in Headers */, + 46EB2E00016020 /* Geometry.h in Headers */, + 46EB2E00016050 /* HostPlatformColor.h in Headers */, + 46EB2E00016030 /* Isolation.h in Headers */, + 46EB2E00016060 /* PlatformColorParser.h in Headers */, + 46EB2E00016080 /* Point.h in Headers */, + 46EB2E00016070 /* RCTPlatformColorUtils.h in Headers */, + 46EB2E00016160 /* React-graphics-umbrella.h in Headers */, + 46EB2E00016090 /* Rect.h in Headers */, + 46EB2E000160A0 /* RectangleCorners.h in Headers */, + 46EB2E000160B0 /* RectangleEdges.h in Headers */, + 46EB2E000160C0 /* rounding.h in Headers */, + 46EB2E000160D0 /* Size.h in Headers */, + 46EB2E000160E0 /* Transform.h in Headers */, + 46EB2E000160F0 /* ValueUnit.h in Headers */, + 46EB2E00016100 /* Vector.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000161F0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00016280 /* ConnectionDemux.h in Headers */, + 46EB2E00016270 /* HermesExecutorFactory.h in Headers */, + 46EB2E00016290 /* HermesRuntimeAgentDelegate.h in Headers */, + 46EB2E000162A0 /* HermesRuntimeTargetDelegate.h in Headers */, + 46EB2E000162B0 /* Registration.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00016370 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000163B0 /* NativeIdleCallbacks.h in Headers */, + 46EB2E00016410 /* React-idlecallbacksnativemodule-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000164A0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000164E0 /* JsErrorHandler.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000165A0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000165E0 /* decorator.h in Headers */, + 46EB2E000165F0 /* instrumentation.h in Headers */, + 46EB2E00016610 /* jsi.h in Headers */, + 46EB2E00016600 /* jsi-inl.h in Headers */, + 46EB2E00016620 /* JSIDynamic.h in Headers */, + 46EB2E00016630 /* jsilib.h in Headers */, + 46EB2E000166A0 /* React-jsi-umbrella.h in Headers */, + 46EB2E00016640 /* threadsafe.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00016730 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00016780 /* JSIExecutor.h in Headers */, + 46EB2E00016790 /* JSINativeModules.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00016850 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000169B0 /* Base64.h in Headers */, + 46EB2E000169C0 /* CdpJson.h in Headers */, + 46EB2E000169D0 /* ConsoleMessage.h in Headers */, + 46EB2E000169E0 /* ExecutionContext.h in Headers */, + 46EB2E000169F0 /* ExecutionContextManager.h in Headers */, + 46EB2E00016A00 /* FallbackRuntimeAgentDelegate.h in Headers */, + 46EB2E00016A10 /* FallbackRuntimeTargetDelegate.h in Headers */, + 46EB2E00016A20 /* ForwardingConsoleMethods.def in Headers */, + 46EB2E00016A30 /* HostAgent.h in Headers */, + 46EB2E00016A40 /* HostCommand.h in Headers */, + 46EB2E00016A50 /* HostTarget.h in Headers */, + 46EB2E00016A60 /* InspectorFlags.h in Headers */, + 46EB2E00016A70 /* InspectorInterfaces.h in Headers */, + 46EB2E00016A80 /* InspectorPackagerConnection.h in Headers */, + 46EB2E00016A90 /* InspectorPackagerConnectionImpl.h in Headers */, + 46EB2E00016AA0 /* InspectorUtilities.h in Headers */, + 46EB2E00016AB0 /* InstanceAgent.h in Headers */, + 46EB2E00016AC0 /* InstanceTarget.h in Headers */, + 46EB2E00016AD0 /* NetworkIOAgent.h in Headers */, + 46EB2E00016BE0 /* React-jsinspector-umbrella.h in Headers */, + 46EB2E00016AE0 /* ReactCdp.h in Headers */, + 46EB2E00016AF0 /* RuntimeAgent.h in Headers */, + 46EB2E00016B00 /* RuntimeAgentDelegate.h in Headers */, + 46EB2E00016B10 /* RuntimeTarget.h in Headers */, + 46EB2E00016B20 /* ScopedExecutor.h in Headers */, + 46EB2E00016B30 /* SessionState.h in Headers */, + 46EB2E00016B40 /* StackTrace.h in Headers */, + 46EB2E00016B50 /* UniqueMonostate.h in Headers */, + 46EB2E00016B60 /* Utf8.h in Headers */, + 46EB2E00016B70 /* WeakList.h in Headers */, + 46EB2E00016B80 /* WebSocketInterfaces.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00016CE0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00016D20 /* react_native_log.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00016DE0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00016E20 /* NativeMicrotasks.h in Headers */, + 46EB2E00016E80 /* React-microtasksnativemodule-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00016F10 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00016F50 /* ReactNativeConfig.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017010 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00017090 /* BridgeNativeModulePerfLogger.h in Headers */, + 46EB2E000170E0 /* FuseboxTracer.h in Headers */, + 46EB2E000170A0 /* HermesPerfettoDataSource.h in Headers */, + 46EB2E000170B0 /* NativeModulePerfLogger.h in Headers */, + 46EB2E000170C0 /* ReactPerfetto.h in Headers */, + 46EB2E000170D0 /* ReactPerfettoCategories.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000171A0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000171E0 /* BoundedConsumableBuffer.h in Headers */, + 46EB2E000171F0 /* PerformanceEntryReporter.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000172B0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000172F0 /* ScopedShadowTreeRevisionLock.h in Headers */, + 46EB2E00017300 /* ShadowTreeRevisionConsistencyManager.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000173C0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00017410 /* DebugStringConvertible.h in Headers */, + 46EB2E00017420 /* DebugStringConvertibleItem.h in Headers */, + 46EB2E00017430 /* debugStringConvertibleUtils.h in Headers */, + 46EB2E00017440 /* flags.h in Headers */, + 46EB2E000174A0 /* React-rendererdebug-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017610 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000176A0 /* primitives.h in Headers */, + 46EB2E000176B0 /* RuntimeScheduler.h in Headers */, + 46EB2E00017700 /* RuntimeScheduler_Legacy.h in Headers */, + 46EB2E00017710 /* RuntimeScheduler_Modern.h in Headers */, + 46EB2E000176C0 /* RuntimeSchedulerBinding.h in Headers */, + 46EB2E000176D0 /* RuntimeSchedulerCallInvoker.h in Headers */, + 46EB2E000176E0 /* RuntimeSchedulerClock.h in Headers */, + 46EB2E000176F0 /* RuntimeSchedulerEventTimingDelegate.h in Headers */, + 46EB2E00017720 /* SchedulerPriorityUtils.h in Headers */, + 46EB2E00017730 /* Task.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017860 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000178D0 /* ContextContainer.h in Headers */, + 46EB2E000178E0 /* CoreFeatures.h in Headers */, + 46EB2E000178F0 /* FloatComparison.h in Headers */, + 46EB2E00017900 /* fnv1a.h in Headers */, + 46EB2E00017910 /* hash_combine.h in Headers */, + 46EB2E00017920 /* jsi-utils.h in Headers */, + 46EB2E00017930 /* ManagedObjectWrapper.h in Headers */, + 46EB2E00017940 /* OnScopeExit.h in Headers */, + 46EB2E00017950 /* PackTraits.h in Headers */, + 46EB2E00017A00 /* React-utils-umbrella.h in Headers */, + 46EB2E00017960 /* RunLoopObserver.h in Headers */, + 46EB2E00017970 /* SharedFunction.h in Headers */, + 46EB2E00017980 /* SimpleThreadSafeCache.h in Headers */, + 46EB2E00017990 /* Telemetry.h in Headers */, + 46EB2E000179A0 /* to_underlying.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017A90 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00017AF0 /* FBReactNativeSpec.h in Headers */, + 46EB2E00017B00 /* FBReactNativeSpecJSI.h in Headers */, + 46EB2E00017B10 /* RCTModulesConformingToProtocolsProvider.h in Headers */, + 46EB2E00017B70 /* ReactCodegen-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017C00 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00017C40 /* Array.h in Headers */, + 46EB2E00017C50 /* AString.h in Headers */, + 46EB2E00017C60 /* Base.h in Headers */, + 46EB2E00017C70 /* Bool.h in Headers */, + 46EB2E00017C80 /* Bridging.h in Headers */, + 46EB2E00017C90 /* CallbackWrapper.h in Headers */, + 46EB2E00017DB0 /* CallbackWrapper.h in Headers */, + 46EB2E00017CA0 /* Class.h in Headers */, + 46EB2E00017CB0 /* Convert.h in Headers */, + 46EB2E00017DC0 /* CxxTurboModuleUtils.h in Headers */, + 46EB2E00017CC0 /* Dynamic.h in Headers */, + 46EB2E00017CD0 /* Error.h in Headers */, + 46EB2E00017CE0 /* EventEmitter.h in Headers */, + 46EB2E00017CF0 /* Function.h in Headers */, + 46EB2E00017D00 /* LongLivedObject.h in Headers */, + 46EB2E00017DD0 /* LongLivedObject.h in Headers */, + 46EB2E00017D10 /* Number.h in Headers */, + 46EB2E00017D20 /* Object.h in Headers */, + 46EB2E00017D30 /* Promise.h in Headers */, + 46EB2E00017E80 /* ReactCommon-umbrella.h in Headers */, + 46EB2E00017DE0 /* TurboCxxModule.h in Headers */, + 46EB2E00017DF0 /* TurboModule.h in Headers */, + 46EB2E00017E00 /* TurboModuleBinding.h in Headers */, + 46EB2E00017E10 /* TurboModulePerfLogger.h in Headers */, + 46EB2E00017E20 /* TurboModuleUtils.h in Headers */, + 46EB2E00017D40 /* Value.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017F10 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00018180 /* NSRunLoop+SRWebSocket.h in Headers */, + 46EB2E000180A0 /* NSRunLoop+SRWebSocketPrivate.h in Headers */, + 46EB2E00018190 /* NSURLRequest+SRWebSocket.h in Headers */, + 46EB2E000180B0 /* NSURLRequest+SRWebSocketPrivate.h in Headers */, + 46EB2E000181A0 /* SocketRocket.h in Headers */, + 46EB2E000180F0 /* SRConstants.h in Headers */, + 46EB2E00018070 /* SRDelegateController.h in Headers */, + 46EB2E00018100 /* SRError.h in Headers */, + 46EB2E00018110 /* SRHash.h in Headers */, + 46EB2E00018120 /* SRHTTPConnectMessage.h in Headers */, + 46EB2E00018080 /* SRIOConsumer.h in Headers */, + 46EB2E00018090 /* SRIOConsumerPool.h in Headers */, + 46EB2E00018130 /* SRLog.h in Headers */, + 46EB2E00018140 /* SRMutex.h in Headers */, + 46EB2E000180E0 /* SRPinningSecurityPolicy.h in Headers */, + 46EB2E000180C0 /* SRProxyConnect.h in Headers */, + 46EB2E00018150 /* SRRandom.h in Headers */, + 46EB2E000180D0 /* SRRunLoopThread.h in Headers */, + 46EB2E000181B0 /* SRSecurityPolicy.h in Headers */, + 46EB2E00018160 /* SRSIMDHelpers.h in Headers */, + 46EB2E00018170 /* SRURLUtilities.h in Headers */, + 46EB2E000181C0 /* SRWebSocket.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018280 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000183E0 /* AbsoluteLayout.h in Headers */, + 46EB2E000183F0 /* Align.h in Headers */, + 46EB2E000184C0 /* Align.h in Headers */, + 46EB2E000184A0 /* AssertFatal.h in Headers */, + 46EB2E00018400 /* Baseline.h in Headers */, + 46EB2E00018410 /* BoundAxis.h in Headers */, + 46EB2E00018420 /* Cache.h in Headers */, + 46EB2E00018600 /* CachedMeasurement.h in Headers */, + 46EB2E00018430 /* CalculateLayout.h in Headers */, + 46EB2E00018630 /* Comparison.h in Headers */, + 46EB2E00018490 /* Config.h in Headers */, + 46EB2E000184D0 /* Dimension.h in Headers */, + 46EB2E000184E0 /* Direction.h in Headers */, + 46EB2E000184F0 /* Display.h in Headers */, + 46EB2E00018500 /* Edge.h in Headers */, + 46EB2E00018510 /* Errata.h in Headers */, + 46EB2E000185F0 /* event.h in Headers */, + 46EB2E00018520 /* ExperimentalFeature.h in Headers */, + 46EB2E00018440 /* FlexDirection.h in Headers */, + 46EB2E00018530 /* FlexDirection.h in Headers */, + 46EB2E00018450 /* FlexLine.h in Headers */, + 46EB2E00018640 /* FloatOptional.h in Headers */, + 46EB2E00018540 /* Gutter.h in Headers */, + 46EB2E00018550 /* Justify.h in Headers */, + 46EB2E00018610 /* LayoutResults.h in Headers */, + 46EB2E000184B0 /* Log.h in Headers */, + 46EB2E00018560 /* LogLevel.h in Headers */, + 46EB2E00018570 /* MeasureMode.h in Headers */, + 46EB2E00018620 /* Node.h in Headers */, + 46EB2E00018580 /* NodeType.h in Headers */, + 46EB2E00018590 /* Overflow.h in Headers */, + 46EB2E000185A0 /* PhysicalEdge.h in Headers */, + 46EB2E00018460 /* PixelGrid.h in Headers */, + 46EB2E000185B0 /* PositionType.h in Headers */, + 46EB2E00018470 /* SizingMode.h in Headers */, + 46EB2E00018650 /* SmallValueBuffer.h in Headers */, + 46EB2E00018660 /* Style.h in Headers */, + 46EB2E00018670 /* StyleLength.h in Headers */, + 46EB2E00018680 /* StyleValueHandle.h in Headers */, + 46EB2E00018690 /* StyleValuePool.h in Headers */, + 46EB2E00018480 /* TrailingPosition.h in Headers */, + 46EB2E000185C0 /* Unit.h in Headers */, + 46EB2E000185D0 /* Wrap.h in Headers */, + 46EB2E000186A0 /* YGConfig.h in Headers */, + 46EB2E000186B0 /* YGEnums.h in Headers */, + 46EB2E000186C0 /* YGMacros.h in Headers */, + 46EB2E000186D0 /* YGNode.h in Headers */, + 46EB2E000186E0 /* YGNodeLayout.h in Headers */, + 46EB2E000186F0 /* YGNodeStyle.h in Headers */, + 46EB2E00018700 /* YGPixelGrid.h in Headers */, + 46EB2E00018710 /* YGValue.h in Headers */, + 46EB2E00018720 /* Yoga.h in Headers */, + 46EB2E00018780 /* Yoga-umbrella.h in Headers */, + 46EB2E000185E0 /* YogaEnums.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018910 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00018950 /* args.h in Headers */, + 46EB2E00018960 /* chrono.h in Headers */, + 46EB2E00018970 /* color.h in Headers */, + 46EB2E00018980 /* compile.h in Headers */, + 46EB2E00018990 /* core.h in Headers */, + 46EB2E000189B0 /* format.h in Headers */, + 46EB2E000189A0 /* format-inl.h in Headers */, + 46EB2E000189C0 /* os.h in Headers */, + 46EB2E000189D0 /* ostream.h in Headers */, + 46EB2E000189E0 /* printf.h in Headers */, + 46EB2E000189F0 /* ranges.h in Headers */, + 46EB2E00018A00 /* std.h in Headers */, + 46EB2E00018A10 /* xchar.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018AD0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00018CA0 /* glog-umbrella.h in Headers */, + 46EB2E00018C20 /* log_severity.h in Headers */, + 46EB2E00018C10 /* logging.h in Headers */, + 46EB2E00018C30 /* raw_logging.h in Headers */, + 46EB2E00018C40 /* stl_logging.h in Headers */, + 46EB2E00018C50 /* vlog_is_on.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018DB0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( @@ -13619,13 +18172,47 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ + 01AC85171CD34CE333A282F86AF23574 /* React-Core-React-Core_privacy */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E0000FB70 /* Build configuration list for PBXNativeTarget "React-Core-React-Core_privacy" */; + buildPhases = ( + 46EB2E0000FBB0 /* Sources */, + 46EB2E0000FBC0 /* Frameworks */, + 46EB2E0000FBD0 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "React-Core-React-Core_privacy"; + productName = "React-Core_privacy"; + productReference = BB214EC5C784D0D6F134C8412AE88BD7 /* React-Core-React-Core_privacy */; + productType = "com.apple.product-type.bundle"; + }; + 01B01C0FA0EE5B803ADA8C8412BDB42A /* boost-boost_privacy */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E00018810 /* Build configuration list for PBXNativeTarget "boost-boost_privacy" */; + buildPhases = ( + 46EB2E00018850 /* Sources */, + 46EB2E00018860 /* Frameworks */, + 46EB2E00018870 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "boost-boost_privacy"; + productName = boost_privacy; + productReference = 8985EE10A70481BB75C24328A843219B /* boost-boost_privacy */; + productType = "com.apple.product-type.bundle"; + }; 02B79DFED924FA19CA90EC69614733E1 /* fmt */ = { isa = PBXNativeTarget; - buildConfigurationList = 9B7AC4386031DE2703608255F12E7C6D /* Build configuration list for PBXNativeTarget "fmt" */; + buildConfigurationList = 46EB2E000188D0 /* Build configuration list for PBXNativeTarget "fmt" */; buildPhases = ( - 881BBFBA3766C42BA84D4F6239D76131 /* Headers */, - 52B9BC5B626A55315A1E6812A0736B52 /* Sources */, - 55613883838CE324D94B45C652AEAA2B /* Frameworks */, + 46EB2E00018910 /* Headers */, + 46EB2E00018920 /* Sources */, + 46EB2E00018930 /* Frameworks */, ); buildRules = ( ); @@ -13636,18 +18223,35 @@ productReference = F4BDA69E3BCB0166D49FB679ABADCA00 /* fmt */; productType = "com.apple.product-type.library.static"; }; - 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */ = { + 06B0CBCF02BDD3DC07AB5FEBFCD7AB57 /* React-cxxreact-React-cxxreact_privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 330026C21AA2A0D018009E68085128B4 /* Build configuration list for PBXNativeTarget "React-logger" */; + buildConfigurationList = 46EB2E00015560 /* Build configuration list for PBXNativeTarget "React-cxxreact-React-cxxreact_privacy" */; buildPhases = ( - 409FFF072BB519E0D5D351A9DCD4FDBF /* Headers */, - 8F79855D3F5F3E0F441C13EFD6CE34E9 /* Sources */, - 1474CB1F77029883A52B46E7A440BE1B /* Frameworks */, + 46EB2E000155A0 /* Sources */, + 46EB2E000155B0 /* Frameworks */, + 46EB2E000155C0 /* Resources */, ); buildRules = ( ); dependencies = ( - 1AEA6CCB563B21816B8817301685CD99 /* PBXTargetDependency */, + ); + name = "React-cxxreact-React-cxxreact_privacy"; + productName = "React-cxxreact_privacy"; + productReference = E29ADDC93B6DED49A5C18F17348381B1 /* React-cxxreact-React-cxxreact_privacy */; + productType = "com.apple.product-type.bundle"; + }; + 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E00016CA0 /* Build configuration list for PBXNativeTarget "React-logger" */; + buildPhases = ( + 46EB2E00016CE0 /* Headers */, + 46EB2E00016CF0 /* Sources */, + 46EB2E00016D00 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 46EB2E0001CA70 /* PBXTargetDependency */, ); name = "React-logger"; productName = "React-logger"; @@ -13656,17 +18260,17 @@ }; 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */ = { isa = PBXNativeTarget; - buildConfigurationList = 21834C84EF38EE926539924C169DBF66 /* Build configuration list for PBXNativeTarget "React-Mapbuffer" */; + buildConfigurationList = 46EB2E00013390 /* Build configuration list for PBXNativeTarget "React-Mapbuffer" */; buildPhases = ( - 79264A12354D454C82B830CBFD674A09 /* Headers */, - 7CF155103E63E1FD5AD98507FFC778E5 /* Sources */, - 460A2F6E7BD1D337C4BCED79709418C4 /* Frameworks */, + 46EB2E000133D0 /* Headers */, + 46EB2E000133E0 /* Sources */, + 46EB2E000133F0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - DD5BAADA7D1CB1915DFD7A4DC32D4B17 /* PBXTargetDependency */, - 976F4745506B8BDA9031CEACCE898E6F /* PBXTargetDependency */, + 46EB2E0001A570 /* PBXTargetDependency */, + 46EB2E0001A550 /* PBXTargetDependency */, ); name = "React-Mapbuffer"; productName = "React-Mapbuffer"; @@ -13675,11 +18279,11 @@ }; 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */ = { isa = PBXNativeTarget; - buildConfigurationList = 6A8F44525796E413CF02573DA812E688 /* Build configuration list for PBXNativeTarget "React-debug" */; + buildConfigurationList = 46EB2E00015880 /* Build configuration list for PBXNativeTarget "React-debug" */; buildPhases = ( - CEC5E2CFC94325A9BF09EEA91275CE90 /* Headers */, - 41EF2B4DCFA0B6B838DB397F1ACFB7A0 /* Sources */, - D54BE57BD3C79E6A72209E7CBA2628FF /* Frameworks */, + 46EB2E000158C0 /* Headers */, + 46EB2E000158D0 /* Sources */, + 46EB2E000158E0 /* Frameworks */, ); buildRules = ( ); @@ -13692,38 +18296,92 @@ }; 0EF07AE1AD53436E8D2B9B0086EA0163 /* React-RuntimeHermes */ = { isa = PBXNativeTarget; - buildConfigurationList = 2A9609ABB2AFFC9E0FC0A14E3DA2EAA2 /* Build configuration list for PBXNativeTarget "React-RuntimeHermes" */; + buildConfigurationList = 46EB2E00015370 /* Build configuration list for PBXNativeTarget "React-RuntimeHermes" */; buildPhases = ( - 7B41BA37006E2134A82EC53CE4E4563B /* Headers */, - E3B942DE303D83D75AED23334A6285FD /* Sources */, - BAE2F7C2010A10F74E20534BC08632E8 /* Frameworks */, + 46EB2E000153B0 /* Headers */, + 46EB2E000153C0 /* Sources */, + 46EB2E000153D0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 46C36C9542E08E96303BC44B18A84FA9 /* PBXTargetDependency */, - 05C3201B6C73E270C07F3FB6268D436B /* PBXTargetDependency */, - 7BD073FA510EC9C47CDCA8B1F6C3AC03 /* PBXTargetDependency */, - C3E31C90B04B9F3FDCE03CAF5389DB9F /* PBXTargetDependency */, - 8314F4AAEF59FF3799D71083BB293DDD /* PBXTargetDependency */, - D70C6E99ECBA477BC8F9230ECBFAB612 /* PBXTargetDependency */, - 707CEC4B87FB87EC7C14EEB9AFD594A6 /* PBXTargetDependency */, - 8C04637A52383E67E350E4FDB1FAADE5 /* PBXTargetDependency */, - 548F726FB519E41790284FF3B5D5A622 /* PBXTargetDependency */, - 3C2C914A367207E3E3E18DC21BC43A0E /* PBXTargetDependency */, + 46EB2E0001B710 /* PBXTargetDependency */, + 46EB2E0001B7B0 /* PBXTargetDependency */, + 46EB2E0001B7D0 /* PBXTargetDependency */, + 46EB2E0001B810 /* PBXTargetDependency */, + 46EB2E0001B770 /* PBXTargetDependency */, + 46EB2E0001B7F0 /* PBXTargetDependency */, + 46EB2E0001B750 /* PBXTargetDependency */, + 46EB2E0001B730 /* PBXTargetDependency */, + 46EB2E0001B790 /* PBXTargetDependency */, + 46EB2E0001B830 /* PBXTargetDependency */, ); name = "React-RuntimeHermes"; productName = "React-RuntimeHermes"; productReference = 4F3E9C98444FA55E416B857143C48013 /* React-RuntimeHermes */; productType = "com.apple.product-type.library.static"; }; + 15C7893ABA2A4C9B1E8D2570FF37625E /* React-rendererconsistency */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E00017270 /* Build configuration list for PBXNativeTarget "React-rendererconsistency" */; + buildPhases = ( + 46EB2E000172B0 /* Headers */, + 46EB2E000172C0 /* Sources */, + 46EB2E000172D0 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "React-rendererconsistency"; + productName = "React-rendererconsistency"; + productReference = E72C4B3334349161AB46CE030E79C498 /* React-rendererconsistency */; + productType = "com.apple.product-type.library.static"; + }; + 1925B2CA820D27AB7F1A2B7094CCE7A8 /* React-idlecallbacksnativemodule */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E00016330 /* Build configuration list for PBXNativeTarget "React-idlecallbacksnativemodule" */; + buildPhases = ( + 46EB2E00016370 /* Headers */, + 46EB2E00016380 /* Sources */, + 46EB2E00016390 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 46EB2E0001C650 /* PBXTargetDependency */, + 46EB2E0001C450 /* PBXTargetDependency */, + 46EB2E0001C4D0 /* PBXTargetDependency */, + 46EB2E0001C4F0 /* PBXTargetDependency */, + 46EB2E0001C430 /* PBXTargetDependency */, + 46EB2E0001C570 /* PBXTargetDependency */, + 46EB2E0001C610 /* PBXTargetDependency */, + 46EB2E0001C530 /* PBXTargetDependency */, + 46EB2E0001C490 /* PBXTargetDependency */, + 46EB2E0001C5F0 /* PBXTargetDependency */, + 46EB2E0001C5D0 /* PBXTargetDependency */, + 46EB2E0001C590 /* PBXTargetDependency */, + 46EB2E0001C630 /* PBXTargetDependency */, + 46EB2E0001C690 /* PBXTargetDependency */, + 46EB2E0001C5B0 /* PBXTargetDependency */, + 46EB2E0001C4B0 /* PBXTargetDependency */, + 46EB2E0001C510 /* PBXTargetDependency */, + 46EB2E0001C550 /* PBXTargetDependency */, + 46EB2E0001C470 /* PBXTargetDependency */, + 46EB2E0001C670 /* PBXTargetDependency */, + ); + name = "React-idlecallbacksnativemodule"; + productName = "React-idlecallbacksnativemodule"; + productReference = EACF6B749B976F4AB08693B5D480B1D6 /* React-idlecallbacksnativemodule */; + productType = "com.apple.product-type.library.static"; + }; 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */ = { isa = PBXNativeTarget; - buildConfigurationList = 70B72524131BB5919091656397557C14 /* Build configuration list for PBXNativeTarget "SocketRocket" */; + buildConfigurationList = 46EB2E00017ED0 /* Build configuration list for PBXNativeTarget "SocketRocket" */; buildPhases = ( - 1A83F251C4031EAA42A286A3377DD5A1 /* Headers */, - 5470F4F95F8CCA22A01F6EFD655EE843 /* Sources */, - CAC5EAB253AAF91F457C03205EAC7171 /* Frameworks */, + 46EB2E00017F10 /* Headers */, + 46EB2E00017F20 /* Sources */, + 46EB2E00017F30 /* Frameworks */, ); buildRules = ( ); @@ -13736,26 +18394,26 @@ }; 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */ = { isa = PBXNativeTarget; - buildConfigurationList = 67B235B29A0E12B5E544F58C7E5BEF24 /* Build configuration list for PBXNativeTarget "React-hermes" */; + buildConfigurationList = 46EB2E000161B0 /* Build configuration list for PBXNativeTarget "React-hermes" */; buildPhases = ( - 6D6CB0F674F81CE50E1A69B74AB0C75A /* Headers */, - D731FEBE5B52F8F874BCBB56767BCBFB /* Sources */, - 4DA1623D31BFE71C893C403672CCA6B8 /* Frameworks */, + 46EB2E000161F0 /* Headers */, + 46EB2E00016200 /* Sources */, + 46EB2E00016210 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 9C87F685F51F214AF258B533268BF6A8 /* PBXTargetDependency */, - 7DB994270B334A918E3E65B22574BBE0 /* PBXTargetDependency */, - 398366ABCE8DA22ACC02E247890E8BCE /* PBXTargetDependency */, - E3A28DEAF9BA1F1DE3848D9B12A06BBE /* PBXTargetDependency */, - E9CB319C3D321A3320CD7F3F88C36DD0 /* PBXTargetDependency */, - 2C31AA686B698A38CFB2C150094DF175 /* PBXTargetDependency */, - E04337F5209BC56CF7A9EB47AEA8EE13 /* PBXTargetDependency */, - 650F5895F1A396683500FA8758141993 /* PBXTargetDependency */, - 72CC06D3B6A39CEE4988D8E6A2702D06 /* PBXTargetDependency */, - F75068B35C5BE214B8608B0F6CA447A2 /* PBXTargetDependency */, - F8B86C094DFB0B8B887D41AFE74F17C9 /* PBXTargetDependency */, + 46EB2E0001C370 /* PBXTargetDependency */, + 46EB2E0001C350 /* PBXTargetDependency */, + 46EB2E0001C2D0 /* PBXTargetDependency */, + 46EB2E0001C3F0 /* PBXTargetDependency */, + 46EB2E0001C2F0 /* PBXTargetDependency */, + 46EB2E0001C310 /* PBXTargetDependency */, + 46EB2E0001C330 /* PBXTargetDependency */, + 46EB2E0001C410 /* PBXTargetDependency */, + 46EB2E0001C390 /* PBXTargetDependency */, + 46EB2E0001C3B0 /* PBXTargetDependency */, + 46EB2E0001C3D0 /* PBXTargetDependency */, ); name = "React-hermes"; productName = "React-hermes"; @@ -13764,19 +18422,21 @@ }; 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */ = { isa = PBXNativeTarget; - buildConfigurationList = FB33F4089C64CA281F91BB1C22FCFD0B /* Build configuration list for PBXNativeTarget "React-jserrorhandler" */; + buildConfigurationList = 46EB2E00016460 /* Build configuration list for PBXNativeTarget "React-jserrorhandler" */; buildPhases = ( - 9C485DF393DEE9B03E6AB3613AA1E76B /* Headers */, - 030C20FDA71F1BAFECCD2535F3C41101 /* Sources */, - 8B450E4881CEFE5CE9567E1F06BCECE1 /* Frameworks */, + 46EB2E000164A0 /* Headers */, + 46EB2E000164B0 /* Sources */, + 46EB2E000164C0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 097F5F4E80264E66779716B45716E475 /* PBXTargetDependency */, - 87F860512F45517AFECFD6307FB46E91 /* PBXTargetDependency */, - A55FC878C5843DED639BDD5FEF286613 /* PBXTargetDependency */, - 58796AC8BAFD372F089225EB349F0234 /* PBXTargetDependency */, + 46EB2E0001C6B0 /* PBXTargetDependency */, + 46EB2E0001C6F0 /* PBXTargetDependency */, + 46EB2E0001C730 /* PBXTargetDependency */, + 46EB2E0001C6D0 /* PBXTargetDependency */, + 46EB2E0001C710 /* PBXTargetDependency */, + 46EB2E0001C750 /* PBXTargetDependency */, ); name = "React-jserrorhandler"; productName = "React-jserrorhandler"; @@ -13785,11 +18445,11 @@ }; 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */ = { isa = PBXNativeTarget; - buildConfigurationList = 8237B19BD378A66291F87C20F6BBDCFF /* Build configuration list for PBXNativeTarget "React-featureflags" */; + buildConfigurationList = 46EB2E00015C30 /* Build configuration list for PBXNativeTarget "React-featureflags" */; buildPhases = ( - 0463BCA686ECA22A55B5CB784DB6A087 /* Headers */, - E4890BB86AC5B62B2E7AA18F5392D333 /* Sources */, - 7598CD69A6622D7BC9A56A8E931E68F0 /* Frameworks */, + 46EB2E00015C70 /* Headers */, + 46EB2E00015C80 /* Sources */, + 46EB2E00015C90 /* Frameworks */, ); buildRules = ( ); @@ -13802,11 +18462,11 @@ }; 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */ = { isa = PBXNativeTarget; - buildConfigurationList = 93654C7E47002962B3BDDBAE0FCFB2E0 /* Build configuration list for PBXNativeTarget "DoubleConversion" */; + buildConfigurationList = 46EB2E0000DCB0 /* Build configuration list for PBXNativeTarget "DoubleConversion" */; buildPhases = ( - 84B51C4C009C464B0CF0AEF5501EE6B0 /* Headers */, - 4CC6D26A4E231D8EDCC5E0EE333A52B4 /* Sources */, - E37583B039D647ADC1D96317E5D01B87 /* Frameworks */, + 46EB2E0000DCF0 /* Headers */, + 46EB2E0000DD00 /* Sources */, + 46EB2E0000DD10 /* Frameworks */, ); buildRules = ( ); @@ -13817,13 +18477,50 @@ productReference = 6FFB7B2992BB53405E6B771A5BA1E97D /* DoubleConversion */; productType = "com.apple.product-type.library.static"; }; + 2ACDD3431C61DFC9B29FFF4759C410F1 /* React-domnativemodule */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E00015B00 /* Build configuration list for PBXNativeTarget "React-domnativemodule" */; + buildPhases = ( + 46EB2E00015B40 /* Headers */, + 46EB2E00015B50 /* Sources */, + 46EB2E00015B60 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 46EB2E0001BF30 /* PBXTargetDependency */, + 46EB2E0001BD30 /* PBXTargetDependency */, + 46EB2E0001BDB0 /* PBXTargetDependency */, + 46EB2E0001BDD0 /* PBXTargetDependency */, + 46EB2E0001BD10 /* PBXTargetDependency */, + 46EB2E0001BE50 /* PBXTargetDependency */, + 46EB2E0001BF70 /* PBXTargetDependency */, + 46EB2E0001BEF0 /* PBXTargetDependency */, + 46EB2E0001BE10 /* PBXTargetDependency */, + 46EB2E0001BD70 /* PBXTargetDependency */, + 46EB2E0001BED0 /* PBXTargetDependency */, + 46EB2E0001BEB0 /* PBXTargetDependency */, + 46EB2E0001BE70 /* PBXTargetDependency */, + 46EB2E0001BF10 /* PBXTargetDependency */, + 46EB2E0001BE90 /* PBXTargetDependency */, + 46EB2E0001BD90 /* PBXTargetDependency */, + 46EB2E0001BDF0 /* PBXTargetDependency */, + 46EB2E0001BE30 /* PBXTargetDependency */, + 46EB2E0001BD50 /* PBXTargetDependency */, + 46EB2E0001BF50 /* PBXTargetDependency */, + ); + name = "React-domnativemodule"; + productName = "React-domnativemodule"; + productReference = 0B78B62C0667993F995391A857DB2CE2 /* React-domnativemodule */; + productType = "com.apple.product-type.library.static"; + }; 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */ = { isa = PBXNativeTarget; - buildConfigurationList = E13B6BCB86136CE87CC07ABE9CF46598 /* Build configuration list for PBXNativeTarget "Yoga" */; + buildConfigurationList = 46EB2E00018240 /* Build configuration list for PBXNativeTarget "Yoga" */; buildPhases = ( - 99BB2F561F82E2EF8619E1B448D5A8C7 /* Headers */, - A38F73780469094A6F4A664095D95524 /* Sources */, - 9173489EDBAA6626798A41F3B6C162BC /* Frameworks */, + 46EB2E00018280 /* Headers */, + 46EB2E00018290 /* Sources */, + 46EB2E000182A0 /* Frameworks */, ); buildRules = ( ); @@ -13834,52 +18531,188 @@ productReference = 65D0A19C165FA1126B1360680FE6DB12 /* Yoga */; productType = "com.apple.product-type.library.static"; }; - 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */ = { + 303E4F74468293DD0ADC5A3B360C5A64 /* Pods-ARMSX */ = { isa = PBXNativeTarget; - buildConfigurationList = 0F9F22885A9C66311E53CE5DE46895E1 /* Build configuration list for PBXNativeTarget "React-utils" */; + buildConfigurationList = 46EB2E00018D70 /* Build configuration list for PBXNativeTarget "Pods-ARMSX" */; buildPhases = ( - EF443FFFDC6EE5B65D3D32D8C9A1098D /* Headers */, - 91EB804371AB911E6129061224E8DD53 /* Sources */, - BA8597BCA5ED6D091E56E14F973EDE6B /* Frameworks */, + 46EB2E00018DB0 /* Headers */, + 46EB2E00018DC0 /* Sources */, + 46EB2E00018DD0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 3A1A24BDE3D159E9CDEFE971ADED556E /* PBXTargetDependency */, - C715C95788E7568B3663D614DB5000EA /* PBXTargetDependency */, - F6E3821434B9D187D8F484F1822E5E93 /* PBXTargetDependency */, - 112012CAE10C5E55652B410E9395054A /* PBXTargetDependency */, - E5689199424A674D770A546B442AE383 /* PBXTargetDependency */, + 46EB2E00018ED0 /* PBXTargetDependency */, + 46EB2E00018EF0 /* PBXTargetDependency */, + 46EB2E00018F10 /* PBXTargetDependency */, + 46EB2E00018F30 /* PBXTargetDependency */, + 46EB2E00018F50 /* PBXTargetDependency */, + 46EB2E00018F70 /* PBXTargetDependency */, + 46EB2E00018F90 /* PBXTargetDependency */, + 46EB2E00018FB0 /* PBXTargetDependency */, + 46EB2E00018FD0 /* PBXTargetDependency */, + 46EB2E00018FF0 /* PBXTargetDependency */, + 46EB2E00019010 /* PBXTargetDependency */, + 46EB2E00019030 /* PBXTargetDependency */, + 46EB2E00019050 /* PBXTargetDependency */, + 46EB2E00019070 /* PBXTargetDependency */, + 46EB2E00019090 /* PBXTargetDependency */, + 46EB2E000190B0 /* PBXTargetDependency */, + 46EB2E000190D0 /* PBXTargetDependency */, + 46EB2E000190F0 /* PBXTargetDependency */, + 46EB2E00019110 /* PBXTargetDependency */, + 46EB2E00019130 /* PBXTargetDependency */, + 46EB2E00019150 /* PBXTargetDependency */, + 46EB2E00019170 /* PBXTargetDependency */, + 46EB2E00019190 /* PBXTargetDependency */, + 46EB2E000191B0 /* PBXTargetDependency */, + 46EB2E000191D0 /* PBXTargetDependency */, + 46EB2E000191F0 /* PBXTargetDependency */, + 46EB2E00019210 /* PBXTargetDependency */, + 46EB2E00019230 /* PBXTargetDependency */, + 46EB2E00019250 /* PBXTargetDependency */, + 46EB2E00019270 /* PBXTargetDependency */, + 46EB2E00019290 /* PBXTargetDependency */, + 46EB2E000192B0 /* PBXTargetDependency */, + 46EB2E000192D0 /* PBXTargetDependency */, + 46EB2E000192F0 /* PBXTargetDependency */, + 46EB2E00019310 /* PBXTargetDependency */, + 46EB2E00019330 /* PBXTargetDependency */, + 46EB2E00019350 /* PBXTargetDependency */, + 46EB2E00019370 /* PBXTargetDependency */, + 46EB2E00019390 /* PBXTargetDependency */, + 46EB2E000193B0 /* PBXTargetDependency */, + 46EB2E000193D0 /* PBXTargetDependency */, + 46EB2E000193F0 /* PBXTargetDependency */, + 46EB2E00019410 /* PBXTargetDependency */, + 46EB2E00019430 /* PBXTargetDependency */, + 46EB2E00019450 /* PBXTargetDependency */, + 46EB2E00019470 /* PBXTargetDependency */, + 46EB2E00019490 /* PBXTargetDependency */, + 46EB2E000194B0 /* PBXTargetDependency */, + 46EB2E000194D0 /* PBXTargetDependency */, + 46EB2E000194F0 /* PBXTargetDependency */, + 46EB2E00019510 /* PBXTargetDependency */, + 46EB2E00019530 /* PBXTargetDependency */, + 46EB2E00019550 /* PBXTargetDependency */, + 46EB2E00019570 /* PBXTargetDependency */, + 46EB2E00019590 /* PBXTargetDependency */, + 46EB2E000195B0 /* PBXTargetDependency */, + 46EB2E000195D0 /* PBXTargetDependency */, + 46EB2E000195F0 /* PBXTargetDependency */, + 46EB2E00019610 /* PBXTargetDependency */, + 46EB2E00019630 /* PBXTargetDependency */, + 46EB2E00019650 /* PBXTargetDependency */, + 46EB2E00019670 /* PBXTargetDependency */, + 46EB2E00019690 /* PBXTargetDependency */, + 46EB2E000196B0 /* PBXTargetDependency */, + ); + name = "Pods-ARMSX"; + productName = "Pods-ARMSX"; + productReference = C05EBB3B373CC1725293E8AF145C0801 /* Pods-ARMSX */; + productType = "com.apple.product-type.library.static"; + }; + 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E00017820 /* Build configuration list for PBXNativeTarget "React-utils" */; + buildPhases = ( + 46EB2E00017860 /* Headers */, + 46EB2E00017870 /* Sources */, + 46EB2E00017880 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 46EB2E0001CFF0 /* PBXTargetDependency */, + 46EB2E0001D070 /* PBXTargetDependency */, + 46EB2E0001D010 /* PBXTargetDependency */, + 46EB2E0001D030 /* PBXTargetDependency */, + 46EB2E0001D050 /* PBXTargetDependency */, ); name = "React-utils"; productName = "React-utils"; productReference = B7610E9FDE749C16C0B1CDAAF3B2DDC2 /* React-utils */; productType = "com.apple.product-type.library.static"; }; - 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */ = { + 331AFAADB024F73370A9DC6FBD7A5A22 /* RCT-Folly-RCT-Folly_privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = E508BA56510320AF6ACD6B895C3A8984 /* Build configuration list for PBXNativeTarget "React-cxxreact" */; + buildConfigurationList = 46EB2E0000DFD0 /* Build configuration list for PBXNativeTarget "RCT-Folly-RCT-Folly_privacy" */; buildPhases = ( - 88FF46DA41E92938250EEBCB700230AB /* Headers */, - B606C94DC283C0C9BF4B0713CECFD9B3 /* Sources */, - 34ED94E2808597CFEB9915C49C35F792 /* Frameworks */, + 46EB2E0000E010 /* Sources */, + 46EB2E0000E020 /* Frameworks */, + 46EB2E0000E030 /* Resources */, ); buildRules = ( ); dependencies = ( - 0CF32595ED62E26E6EE293FF8DA70C4C /* PBXTargetDependency */, - 7E0D99AF2D5FD7C9389F1417C270CC7C /* PBXTargetDependency */, - 0B50332AD4029454CADA54F0E7B5FD61 /* PBXTargetDependency */, - E56D287B07D33E0356AB8B978A6F430D /* PBXTargetDependency */, - A9B3CC956A3A5EE3EF34C9A0E2CD4427 /* PBXTargetDependency */, - FABD2B6237D96110CB53D8A063D75210 /* PBXTargetDependency */, - 5CDF23A346A80B4AF4601856FBDD33A4 /* PBXTargetDependency */, - A76C56275C353021031A354C96241840 /* PBXTargetDependency */, - 57808DF19905476C06BC053178FA5F0A /* PBXTargetDependency */, - E1DFCB51D11D262F152950E9C4C60F0D /* PBXTargetDependency */, - 95C3AD1AF7C799866769BFA473BE528F /* PBXTargetDependency */, - D40CCDACCE59997BCB8CE470DA9B0779 /* PBXTargetDependency */, - 278964313F8A9B7194A4966C96792C7C /* PBXTargetDependency */, + ); + name = "RCT-Folly-RCT-Folly_privacy"; + productName = "RCT-Folly_privacy"; + productReference = BA6198501C8FE4824D863DC9EF32C614 /* RCT-Folly-RCT-Folly_privacy */; + productType = "com.apple.product-type.bundle"; + }; + 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E00017A50 /* Build configuration list for PBXNativeTarget "ReactCodegen" */; + buildPhases = ( + 46EB2E00017A90 /* Headers */, + 46EB2E00018E90 /* [CP-User] Generate Specs */, + 46EB2E00017AA0 /* Sources */, + 46EB2E00017AB0 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 46EB2E0001D1B0 /* PBXTargetDependency */, + 46EB2E0001D0B0 /* PBXTargetDependency */, + 46EB2E0001D0D0 /* PBXTargetDependency */, + 46EB2E0001D0F0 /* PBXTargetDependency */, + 46EB2E0001D110 /* PBXTargetDependency */, + 46EB2E0001D210 /* PBXTargetDependency */, + 46EB2E0001D230 /* PBXTargetDependency */, + 46EB2E0001D170 /* PBXTargetDependency */, + 46EB2E0001D250 /* PBXTargetDependency */, + 46EB2E0001D290 /* PBXTargetDependency */, + 46EB2E0001D1D0 /* PBXTargetDependency */, + 46EB2E0001D130 /* PBXTargetDependency */, + 46EB2E0001D090 /* PBXTargetDependency */, + 46EB2E0001D1F0 /* PBXTargetDependency */, + 46EB2E0001D270 /* PBXTargetDependency */, + 46EB2E0001D150 /* PBXTargetDependency */, + 46EB2E0001D190 /* PBXTargetDependency */, + 46EB2E0001D2B0 /* PBXTargetDependency */, + ); + name = ReactCodegen; + productName = ReactCodegen; + productReference = 0CEF74A24ECE8AEEF7B1E27B305D2DDC /* ReactCodegen */; + productType = "com.apple.product-type.library.static"; + }; + 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E000154E0 /* Build configuration list for PBXNativeTarget "React-cxxreact" */; + buildPhases = ( + 46EB2E00015520 /* Headers */, + 46EB2E00015530 /* Sources */, + 46EB2E00015540 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 46EB2E0001B890 /* PBXTargetDependency */, + 46EB2E0001B8D0 /* PBXTargetDependency */, + 46EB2E0001B930 /* PBXTargetDependency */, + 46EB2E0001B850 /* PBXTargetDependency */, + 46EB2E0001B9D0 /* PBXTargetDependency */, + 46EB2E0001B990 /* PBXTargetDependency */, + 46EB2E0001B910 /* PBXTargetDependency */, + 46EB2E0001B9B0 /* PBXTargetDependency */, + 46EB2E0001B970 /* PBXTargetDependency */, + 46EB2E0001B950 /* PBXTargetDependency */, + 46EB2E0001B9F0 /* PBXTargetDependency */, + 46EB2E0001B870 /* PBXTargetDependency */, + 46EB2E0001B8B0 /* PBXTargetDependency */, + 46EB2E0001B8F0 /* PBXTargetDependency */, + 46EB2E0001BA10 /* PBXTargetDependency */, ); name = "React-cxxreact"; productName = "React-cxxreact"; @@ -13888,21 +18721,22 @@ }; 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */ = { isa = PBXNativeTarget; - buildConfigurationList = 93BE93640006FCAB7D4CCE8A519FD8C1 /* Build configuration list for PBXNativeTarget "React-graphics" */; + buildConfigurationList = 46EB2E00015ED0 /* Build configuration list for PBXNativeTarget "React-graphics" */; buildPhases = ( - 69682DA01EB5B96E96A262AE3F3B5715 /* Headers */, - 4F5EF04300D7E8C721072F35475C14B3 /* Sources */, - 3DCF935BFFEF63F7629DE0AB8E75E9EF /* Frameworks */, + 46EB2E00015F10 /* Headers */, + 46EB2E00015F20 /* Sources */, + 46EB2E00015F30 /* Frameworks */, ); buildRules = ( ); dependencies = ( - A5B17FDFA00CD13FBBF44454CB70890B /* PBXTargetDependency */, - 8A6977329BCD45915DC0BB5FFD5F7608 /* PBXTargetDependency */, - 7A93FE0482327F38AE65322B66AE2809 /* PBXTargetDependency */, - 2B8D743A7130387E64297662D6176EA7 /* PBXTargetDependency */, - 68DA40F4ADDF8CA0E68819506ECEF06D /* PBXTargetDependency */, - C8902B983258AFA6CD34DEF1848CA69D /* PBXTargetDependency */, + 46EB2E0001C290 /* PBXTargetDependency */, + 46EB2E0001C210 /* PBXTargetDependency */, + 46EB2E0001C230 /* PBXTargetDependency */, + 46EB2E0001C250 /* PBXTargetDependency */, + 46EB2E0001C270 /* PBXTargetDependency */, + 46EB2E0001C2B0 /* PBXTargetDependency */, + 46EB2E0001C1F0 /* PBXTargetDependency */, ); name = "React-graphics"; productName = "React-graphics"; @@ -13911,132 +18745,63 @@ }; 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */ = { isa = PBXNativeTarget; - buildConfigurationList = F0D61AF9DD22D158FBB497AEEBC9425A /* Build configuration list for PBXNativeTarget "React-RCTImage" */; + buildConfigurationList = 46EB2E000144E0 /* Build configuration list for PBXNativeTarget "React-RCTImage" */; buildPhases = ( - A3C7389B33388D1A2BAFD2FEAB5143DE /* Headers */, - 29D6B7F9DE6493645AACE8894F70A972 /* Sources */, - D303E7A2BBE372F33DD1FAF19C784BEA /* Frameworks */, + 46EB2E00014520 /* Headers */, + 46EB2E00014530 /* Sources */, + 46EB2E00014540 /* Frameworks */, ); buildRules = ( ); dependencies = ( - CF742E3F3319298D46841EDFB9104829 /* PBXTargetDependency */, - E4E736BF76FF0A7332FD50525B6DA262 /* PBXTargetDependency */, - BAD7223635256D1A9C79698EE7ABEB04 /* PBXTargetDependency */, - F58169425E5F7FC6490ECC126F4C96DE /* PBXTargetDependency */, - 4CE7314BD9921291458A28FAD1BEEC70 /* PBXTargetDependency */, - 542B883F6DC2215D892345CE246638AF /* PBXTargetDependency */, - 4BBD90697E25008D5D55461AF075753A /* PBXTargetDependency */, - 704EA659986519DFC0FE5EBC015E8732 /* PBXTargetDependency */, + 46EB2E0001AED0 /* PBXTargetDependency */, + 46EB2E0001AEF0 /* PBXTargetDependency */, + 46EB2E0001AF30 /* PBXTargetDependency */, + 46EB2E0001AFB0 /* PBXTargetDependency */, + 46EB2E0001AF50 /* PBXTargetDependency */, + 46EB2E0001AF10 /* PBXTargetDependency */, + 46EB2E0001AF70 /* PBXTargetDependency */, + 46EB2E0001AF90 /* PBXTargetDependency */, ); name = "React-RCTImage"; productName = "React-RCTImage"; productReference = EEDBF403E8E0B3885E65C2741B536BC5 /* React-RCTImage */; productType = "com.apple.product-type.library.static"; }; - 50B2483CB4F92294B127A66DE6A40AF9 /* Pods-ARMSXHost */ = { - isa = PBXNativeTarget; - buildConfigurationList = ED36D0798BD60776E325E05D4B16EBCD /* Build configuration list for PBXNativeTarget "Pods-ARMSXHost" */; - buildPhases = ( - B08BF37B2EA6D5C7AC057672B2ABBD6D /* Headers */, - 2A963E4165FC5E04975FFF371EB1EF49 /* Sources */, - 50758E3A42779D843A774A98B0E9AA91 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 55D39C4A67A79A707723FEC0699F1535 /* PBXTargetDependency */, - 31CFDBAD12D2B33C1F63FCFB09A65119 /* PBXTargetDependency */, - ACCEF1F5A35AE89EB7AC9494371C0B0A /* PBXTargetDependency */, - 75705D3BB2835F7B123A59850B81CAB8 /* PBXTargetDependency */, - 6144F84F18CBB8B12CB255AEF52A190E /* PBXTargetDependency */, - FBE34B539BEA17DDFDAE3E4AD6EB34F9 /* PBXTargetDependency */, - 0E2F6559032B46392CCE609E9CC2BD65 /* PBXTargetDependency */, - C6E535FCAD9466E51550CDF68C237A99 /* PBXTargetDependency */, - C354AF2EC5D0697400CC3C47FC97DF2C /* PBXTargetDependency */, - 8FB57A86738F859C9343418F58076449 /* PBXTargetDependency */, - 06F48ECD88BA689A8DD973FEE76AF592 /* PBXTargetDependency */, - 6F5864A528F25B232E8CB250D25C0236 /* PBXTargetDependency */, - A50FC554777A985E664FE2EBB1988F72 /* PBXTargetDependency */, - 77F2E9AF9496A881E0E0C5174F7CF643 /* PBXTargetDependency */, - 768B462F6556CC642075919FC53D949F /* PBXTargetDependency */, - 9587A9C589B79B06C639191605C257A2 /* PBXTargetDependency */, - 9CB9E8AA7151332A7C79CDBD773A568E /* PBXTargetDependency */, - 518878548D7D152CC83FF740A5347500 /* PBXTargetDependency */, - 9AFD5D190C96BCA1E5CDED798DD2558B /* PBXTargetDependency */, - 0AC71AF5F991671F0C280C5AD5F4816B /* PBXTargetDependency */, - 980FB96CBE9FEFF086DB26CBED3E64CF /* PBXTargetDependency */, - 8477637C3990007624A4FD1D813D8C96 /* PBXTargetDependency */, - 49030BB58704D4A72698CD4F795EA07B /* PBXTargetDependency */, - D789EFEF7FA7F70AE2F7BEB868B0F3DA /* PBXTargetDependency */, - F5CEAD5D3D26E88ADE26F61C7DAB4605 /* PBXTargetDependency */, - 3EA6C23F94ACDFF5F9F1CEF9A446A5CD /* PBXTargetDependency */, - D27D6ACDD865AAE37FBF680F4FBA4A2C /* PBXTargetDependency */, - 9AB8A74860556A19D5934B94339AA6D0 /* PBXTargetDependency */, - A02AD3A0B713338715B048B29D6FB405 /* PBXTargetDependency */, - FDA5A7E8D80F3E9D86932C3AA4F9538B /* PBXTargetDependency */, - D3D5BAC95669C8535F3A84B6C2D26CDD /* PBXTargetDependency */, - D3B79298F2204FCD1A01776C430ED86A /* PBXTargetDependency */, - A038FED5532AEBD2E74D8CD788FA4674 /* PBXTargetDependency */, - DD7B40E2FA38F1DF1948CFF86F9D3507 /* PBXTargetDependency */, - E0E2364E6BB2298ADE3A4E64A474C683 /* PBXTargetDependency */, - B07BFA1AB7F323D6A240CDE0A9B0CD8A /* PBXTargetDependency */, - EC2E24F2EEF0696364E142769E2F60BA /* PBXTargetDependency */, - DF69FE8EAE52F5B0A22F27B073BA74FB /* PBXTargetDependency */, - 37DE1C7974ED4A21DB579278554DC3F1 /* PBXTargetDependency */, - E5DDA8948DB5659FAF9F392AC6C94C8D /* PBXTargetDependency */, - DB1B1B094870D168A0F7198C8A81013F /* PBXTargetDependency */, - BC956537DD1A45A8130FC252389FBA45 /* PBXTargetDependency */, - F6D6AA0F1EBCE804DAFCD7ECE4762CDB /* PBXTargetDependency */, - D11FB523B371D429BC61812ED79233F1 /* PBXTargetDependency */, - 2F86C3FE4FFCDB910491D06DCC4E072E /* PBXTargetDependency */, - B18FBE18FEDFBB8C379FCC6FC2AB091B /* PBXTargetDependency */, - 1F684EE1BD26A0D88AA0E121E64BDE5A /* PBXTargetDependency */, - FC81F0FB335256114D60516A7CFC73B8 /* PBXTargetDependency */, - 2A4AE2068F3169E497F6E1938D7B62B4 /* PBXTargetDependency */, - 723A08EEF46D7773CE0F61DC20F6FCB3 /* PBXTargetDependency */, - EDC727489F2CDFF5FBE1BA5AF9AA7005 /* PBXTargetDependency */, - 673977CA71515337711383D118BCC40D /* PBXTargetDependency */, - 5EF1BDD99C6DB335B61CAE7D0B2EC75B /* PBXTargetDependency */, - 3016113B0471AAA3086E031EA0A25555 /* PBXTargetDependency */, - 26FDFF371168CF2F5F94273A2058D126 /* PBXTargetDependency */, - ); - name = "Pods-ARMSXHost"; - productName = "Pods-ARMSXHost"; - productReference = A98351F0320C9AF31CA592437F51DFD5 /* Pods-ARMSXHost */; - productType = "com.apple.product-type.library.static"; - }; 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */ = { isa = PBXNativeTarget; - buildConfigurationList = F05525BF0ED97C75B05F29D93F9AB57F /* Build configuration list for PBXNativeTarget "React-Fabric" */; + buildConfigurationList = 46EB2E000118B0 /* Build configuration list for PBXNativeTarget "React-Fabric" */; buildPhases = ( - 66453D7347F910572F55DEECB499AE03 /* Headers */, - 040CB827FE6AFC029D465737E10FEAF0 /* [CP-User] [RN]Check rncore */, - B5D40460CFF0763CBCC6909A804F48DC /* Sources */, - 55B6771126170757DE2FBAD5DABD59A8 /* Frameworks */, + 46EB2E000118F0 /* Headers */, + 46EB2E00018E70 /* [CP-User] [RN]Check rncore */, + 46EB2E00011900 /* Sources */, + 46EB2E00011910 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 4377EF449A670D2128319CE285DBE547 /* PBXTargetDependency */, - F1043DBCA8A63F4C3B6FDF8973426D48 /* PBXTargetDependency */, - 5F241892BA87328EF3DA0C39B3721DB7 /* PBXTargetDependency */, - 193B71564F507D87FBC59A3D9AB11A7B /* PBXTargetDependency */, - 02AE8FEFEE235001856183EBE3D90E0B /* PBXTargetDependency */, - AF0EE0D088BE55C9D0DCC444FDC332E2 /* PBXTargetDependency */, - 1F5D0A13D519332C884409383FA92627 /* PBXTargetDependency */, - 16ACA12D3667F91996B1CE656CAF33E1 /* PBXTargetDependency */, - 26A47BAC8637240829A138B2A20F5C05 /* PBXTargetDependency */, - 8FC5DBA63B60F4C0CC05528D567FA1A5 /* PBXTargetDependency */, - A64085AE9EE4B00BEEF9F851649EEDA2 /* PBXTargetDependency */, - F78E2AFBE8B41AAE5064911DDD1EDD8D /* PBXTargetDependency */, - 4C5A00DC122E4B648CB9EAD108A54D8F /* PBXTargetDependency */, - 529064C2BCDA7CE3053795ADF6F2AF22 /* PBXTargetDependency */, - BD6BA28F83F73ACC69A309CBDC7D83CF /* PBXTargetDependency */, - 7A8CD8FA28CE830025C55FE69DCEA25F /* PBXTargetDependency */, - 2F07899DE700C8E89A70CAAE0B2F1B5E /* PBXTargetDependency */, - 0DB55000A782146DC28116404C15FBCE /* PBXTargetDependency */, - 5723EAF6376F9D8C1CE8D5FB30EE6329 /* PBXTargetDependency */, + 46EB2E00019DB0 /* PBXTargetDependency */, + 46EB2E00019CB0 /* PBXTargetDependency */, + 46EB2E00019CF0 /* PBXTargetDependency */, + 46EB2E00019D10 /* PBXTargetDependency */, + 46EB2E00019DF0 /* PBXTargetDependency */, + 46EB2E00019E90 /* PBXTargetDependency */, + 46EB2E00019E10 /* PBXTargetDependency */, + 46EB2E00019E30 /* PBXTargetDependency */, + 46EB2E00019ED0 /* PBXTargetDependency */, + 46EB2E00019D50 /* PBXTargetDependency */, + 46EB2E00019CD0 /* PBXTargetDependency */, + 46EB2E00019D70 /* PBXTargetDependency */, + 46EB2E00019F30 /* PBXTargetDependency */, + 46EB2E00019F50 /* PBXTargetDependency */, + 46EB2E00019EB0 /* PBXTargetDependency */, + 46EB2E00019E70 /* PBXTargetDependency */, + 46EB2E00019E50 /* PBXTargetDependency */, + 46EB2E00019D30 /* PBXTargetDependency */, + 46EB2E00019F10 /* PBXTargetDependency */, + 46EB2E00019DD0 /* PBXTargetDependency */, + 46EB2E00019D90 /* PBXTargetDependency */, + 46EB2E00019EF0 /* PBXTargetDependency */, ); name = "React-Fabric"; productName = "React-Fabric"; @@ -14045,11 +18810,11 @@ }; 5211B5AB7B81060AA8E78614DD75D3AB /* RCTDeprecation */ = { isa = PBXNativeTarget; - buildConfigurationList = 982D8F8A0E77BBD2B9F898D4B6CD3159 /* Build configuration list for PBXNativeTarget "RCTDeprecation" */; + buildConfigurationList = 46EB2E0000F790 /* Build configuration list for PBXNativeTarget "RCTDeprecation" */; buildPhases = ( - C94D454040D783B86EC79CAB44B18D0D /* Headers */, - 4BC6110BA6F91E95D332E6FD4479E41C /* Sources */, - 3F1E9C34ABFCAB07A7C40CA15A0811D0 /* Frameworks */, + 46EB2E0000F7D0 /* Headers */, + 46EB2E0000F7E0 /* Sources */, + 46EB2E0000F7F0 /* Frameworks */, ); buildRules = ( ); @@ -14062,26 +18827,29 @@ }; 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */ = { isa = PBXNativeTarget; - buildConfigurationList = 2FA7E491277C3E862563A3CFBF94ECBF /* Build configuration list for PBXNativeTarget "React-runtimescheduler" */; + buildConfigurationList = 46EB2E000175D0 /* Build configuration list for PBXNativeTarget "React-runtimescheduler" */; buildPhases = ( - DAD70B5DB3071FB5224F689E8DF22319 /* Headers */, - F70C2CD337EEFED749B56BB1D5E5BCA6 /* Sources */, - 9DE818793401B4063F2685E1AB796F74 /* Frameworks */, + 46EB2E00017610 /* Headers */, + 46EB2E00017620 /* Sources */, + 46EB2E00017630 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 3E9F8D7461C4B921A0DA432589899014 /* PBXTargetDependency */, - 4715DBF56DCEDAFD8FADBAD468FB4140 /* PBXTargetDependency */, - 11A243FE774066195D3BDF62B98C9D1B /* PBXTargetDependency */, - AE7182DB7C5EBFCDB893D2EE27C10CC4 /* PBXTargetDependency */, - B8F33A32840D3A3BC5DB3D0AB2A95887 /* PBXTargetDependency */, - 067313620F82ED766542184179CD39D9 /* PBXTargetDependency */, - 8F0011F7861CB26314FD7CEE3621CB70 /* PBXTargetDependency */, - 15EF73AE18AB86336E1019887C457E4E /* PBXTargetDependency */, - 13241B57C51D9C3B003E788C2859D32C /* PBXTargetDependency */, - 4AFC8E4ADF1772A2D03A871119CBFB87 /* PBXTargetDependency */, - 8408064F12363EEBB53E0672F1310107 /* PBXTargetDependency */, + 46EB2E0001CF30 /* PBXTargetDependency */, + 46EB2E0001CE50 /* PBXTargetDependency */, + 46EB2E0001CE70 /* PBXTargetDependency */, + 46EB2E0001CFB0 /* PBXTargetDependency */, + 46EB2E0001CED0 /* PBXTargetDependency */, + 46EB2E0001CF50 /* PBXTargetDependency */, + 46EB2E0001CF70 /* PBXTargetDependency */, + 46EB2E0001CF90 /* PBXTargetDependency */, + 46EB2E0001CE90 /* PBXTargetDependency */, + 46EB2E0001CE30 /* PBXTargetDependency */, + 46EB2E0001CEF0 /* PBXTargetDependency */, + 46EB2E0001CEB0 /* PBXTargetDependency */, + 46EB2E0001CF10 /* PBXTargetDependency */, + 46EB2E0001CFD0 /* PBXTargetDependency */, ); name = "React-runtimescheduler"; productName = "React-runtimescheduler"; @@ -14090,21 +18858,21 @@ }; 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */ = { isa = PBXNativeTarget; - buildConfigurationList = 59BD47E5DD02E66C7A497DA4CD349FC7 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */; + buildConfigurationList = 46EB2E00014ED0 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */; buildPhases = ( - 51F67848EE6B8C49E7822482855DBBC2 /* Headers */, - DB614032120AB6AE8505879655BFB470 /* Sources */, - 2EB0F08DFE587EE2F7CF5E742A725E09 /* Frameworks */, + 46EB2E00014F10 /* Headers */, + 46EB2E00014F20 /* Sources */, + 46EB2E00014F30 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 7B15792CD384180E3A823A422713D014 /* PBXTargetDependency */, - 9995FE91B1D5DE0BA83496A74C7DFC29 /* PBXTargetDependency */, - A7CCC325BEC2CEC30253CF61FB4DD50B /* PBXTargetDependency */, - D3423BA73F1EF20EC9DE9DB1B9BBB87F /* PBXTargetDependency */, - 08223BB065C2DD019FD9BF06FD89F262 /* PBXTargetDependency */, - 432944A93EAECA052F132EB682D48E62 /* PBXTargetDependency */, + 46EB2E0001B270 /* PBXTargetDependency */, + 46EB2E0001B2B0 /* PBXTargetDependency */, + 46EB2E0001B310 /* PBXTargetDependency */, + 46EB2E0001B290 /* PBXTargetDependency */, + 46EB2E0001B2D0 /* PBXTargetDependency */, + 46EB2E0001B2F0 /* PBXTargetDependency */, ); name = "React-RCTVibration"; productName = "React-RCTVibration"; @@ -14113,108 +18881,112 @@ }; 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */ = { isa = PBXNativeTarget; - buildConfigurationList = 65D98F209E3D47164C137AAE433284C3 /* Build configuration list for PBXNativeTarget "React-NativeModulesApple" */; + buildConfigurationList = 46EB2E000134B0 /* Build configuration list for PBXNativeTarget "React-NativeModulesApple" */; buildPhases = ( - B2A148A5E6CF4BBBD732B71FF0FEF398 /* Headers */, - F9FD1031AB70EFE362F5C9B79A21AE36 /* Sources */, - C8B8CD9F3727899C45ECE43D609F0419 /* Frameworks */, + 46EB2E000134F0 /* Headers */, + 46EB2E00013500 /* Sources */, + 46EB2E00013510 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 95C0D3E66B3BE70075660DE1FD7E7B32 /* PBXTargetDependency */, - CF89B47DD9E0FE194E28F3BD75184119 /* PBXTargetDependency */, - C567DBEB0E1B205EE824A3396C16AC71 /* PBXTargetDependency */, - E0BA2EA1A0CD86A37A5268D670FC13F4 /* PBXTargetDependency */, - 2A7D9C23AD036C889925A3DA1E06728A /* PBXTargetDependency */, - 7F00E4BC7260406DB4DEBFFDBC0D4AC4 /* PBXTargetDependency */, - 6763C7AF462B3861D58D9381DBFF883D /* PBXTargetDependency */, - 77787CD2B471D2A78CB2AD757009E1B3 /* PBXTargetDependency */, - 750FEBF6CDEC3D68A65E0B605BB1EB41 /* PBXTargetDependency */, + 46EB2E0001A5F0 /* PBXTargetDependency */, + 46EB2E0001A5D0 /* PBXTargetDependency */, + 46EB2E0001A610 /* PBXTargetDependency */, + 46EB2E0001A630 /* PBXTargetDependency */, + 46EB2E0001A670 /* PBXTargetDependency */, + 46EB2E0001A650 /* PBXTargetDependency */, + 46EB2E0001A5B0 /* PBXTargetDependency */, + 46EB2E0001A590 /* PBXTargetDependency */, + 46EB2E0001A690 /* PBXTargetDependency */, ); name = "React-NativeModulesApple"; productName = "React-NativeModulesApple"; productReference = 1E649614D7644BF68C2F5D4CB3FBF8DC /* React-NativeModulesApple */; productType = "com.apple.product-type.library.static"; }; - 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */ = { + 5A82D8EF2B70588C11106073DC0D6D32 /* React-FabricComponents */ = { isa = PBXNativeTarget; - buildConfigurationList = A147113D11CE4FE4F61D4730E7792DF2 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */; + buildConfigurationList = 46EB2E00012950 /* Build configuration list for PBXNativeTarget "React-FabricComponents" */; buildPhases = ( - 3C6704F0078B2B40DBD1E39EF8EFF8CC /* Headers */, - F18DEA69886B99CCBCC395776D475083 /* Sources */, - 9DFEC17583F4CB9358C49727C3E2CF72 /* Frameworks */, + 46EB2E00012990 /* Headers */, + 46EB2E00018E80 /* [CP-User] [RN]Check rncore */, + 46EB2E000129A0 /* Sources */, + 46EB2E000129B0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - CE414F9EC218DE072AC5BE5A884122DC /* PBXTargetDependency */, - ECB5D204E0A7B746F0175168B8986F1E /* PBXTargetDependency */, - B109E613369BE1E86A68009FC03008C3 /* PBXTargetDependency */, - A41BEAA091BE241809E02C6CC1B9D7F1 /* PBXTargetDependency */, - 6E081B2B70496C0C8D4B2C1134352D7D /* PBXTargetDependency */, - CD879784EE8C3E900B290C68BA2540C7 /* PBXTargetDependency */, - 8959A5DF75A373249EF1A72EB5371169 /* PBXTargetDependency */, + 46EB2E0001A070 /* PBXTargetDependency */, + 46EB2E00019F70 /* PBXTargetDependency */, + 46EB2E00019FB0 /* PBXTargetDependency */, + 46EB2E00019FD0 /* PBXTargetDependency */, + 46EB2E0001A0B0 /* PBXTargetDependency */, + 46EB2E0001A1D0 /* PBXTargetDependency */, + 46EB2E0001A150 /* PBXTargetDependency */, + 46EB2E0001A0D0 /* PBXTargetDependency */, + 46EB2E0001A0F0 /* PBXTargetDependency */, + 46EB2E0001A1B0 /* PBXTargetDependency */, + 46EB2E0001A010 /* PBXTargetDependency */, + 46EB2E00019F90 /* PBXTargetDependency */, + 46EB2E0001A030 /* PBXTargetDependency */, + 46EB2E0001A190 /* PBXTargetDependency */, + 46EB2E0001A130 /* PBXTargetDependency */, + 46EB2E0001A110 /* PBXTargetDependency */, + 46EB2E0001A1F0 /* PBXTargetDependency */, + 46EB2E00019FF0 /* PBXTargetDependency */, + 46EB2E0001A170 /* PBXTargetDependency */, + 46EB2E0001A090 /* PBXTargetDependency */, + 46EB2E0001A050 /* PBXTargetDependency */, + 46EB2E0001A210 /* PBXTargetDependency */, + ); + name = "React-FabricComponents"; + productName = "React-FabricComponents"; + productReference = 89E826D97CCB875AC8AC1FE400311A0F /* React-FabricComponents */; + productType = "com.apple.product-type.library.static"; + }; + 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E000147E0 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */; + buildPhases = ( + 46EB2E00014820 /* Headers */, + 46EB2E00014830 /* Sources */, + 46EB2E00014840 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 46EB2E0001B070 /* PBXTargetDependency */, + 46EB2E0001B090 /* PBXTargetDependency */, + 46EB2E0001B0D0 /* PBXTargetDependency */, + 46EB2E0001B130 /* PBXTargetDependency */, + 46EB2E0001B0B0 /* PBXTargetDependency */, + 46EB2E0001B0F0 /* PBXTargetDependency */, + 46EB2E0001B110 /* PBXTargetDependency */, ); name = "React-RCTNetwork"; productName = "React-RCTNetwork"; productReference = A68E5A9B69A3BA0FD52CAF7A354EC93B /* React-RCTNetwork */; productType = "com.apple.product-type.library.static"; }; - 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */ = { - isa = PBXNativeTarget; - buildConfigurationList = A395697FC09AACD6569D40FC4AE7C429 /* Build configuration list for PBXNativeTarget "React-Codegen" */; - buildPhases = ( - B3AACC728829753C6F2430C45A5E1FEC /* Headers */, - 3C9A7D15B35F9DF12B5F3ACFA8ABE67B /* [CP-User] Generate Specs */, - E1063F43EA185AB7991375E5F87F071A /* Sources */, - CFC9758FBF3AF0C864F9159090E7909C /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - F27AF8611D30C37990EE014110E93DE8 /* PBXTargetDependency */, - 73060F3B047D3381B7E145F2920D6C63 /* PBXTargetDependency */, - 91DB8A5D4FABBDF98111073CD5ABCEF8 /* PBXTargetDependency */, - 9F3FE0C76C4381F75733930E601E8C2C /* PBXTargetDependency */, - 171A73E5707BC66E255B9DE1679F5364 /* PBXTargetDependency */, - 43168C8FB178C8A896D0BC5902320DE7 /* PBXTargetDependency */, - CAE75AE0327988100B56A95A0F7CA46F /* PBXTargetDependency */, - A34993D012ED83EBB36EAD52A6A57222 /* PBXTargetDependency */, - 6CDDBBAF7D6F3943B0D5510B42527EEC /* PBXTargetDependency */, - AE3292B4C0C25E2F07F4F5BD492F283D /* PBXTargetDependency */, - CE00D85FDD4E87E595035C10D0B912CE /* PBXTargetDependency */, - ABD98029B32B15BDFE86BBB33AB5C89B /* PBXTargetDependency */, - 82DD58C24F0913FA0776E8C231918681 /* PBXTargetDependency */, - 423D39CA750F7A54F6F8775A2991336C /* PBXTargetDependency */, - 6E205D3D1C2CAB6531ACE76D275E1418 /* PBXTargetDependency */, - 71B84DBB95BD41ED01145DB182E2112A /* PBXTargetDependency */, - CD47CC9AE703A6A2D2836C33B965B5F5 /* PBXTargetDependency */, - 489073874ACACB8B07AC96FCE4689315 /* PBXTargetDependency */, - ); - name = "React-Codegen"; - productName = "React-Codegen"; - productReference = E7178FECB829C9576A3723658B07F087 /* React-Codegen */; - productType = "com.apple.product-type.library.static"; - }; 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */ = { isa = PBXNativeTarget; - buildConfigurationList = D80C828E96E1D3F0F9BCED9A7ED96043 /* Build configuration list for PBXNativeTarget "React-RCTSettings" */; + buildConfigurationList = 46EB2E00014920 /* Build configuration list for PBXNativeTarget "React-RCTSettings" */; buildPhases = ( - 9BFC71A6973B6A3E5E88775B16D2AAE1 /* Headers */, - B024FDD0DB9CBF6DED1DA409F8CC0B21 /* Sources */, - 63EAD9FB7FB870A29E979F055806A4BB /* Frameworks */, + 46EB2E00014960 /* Headers */, + 46EB2E00014970 /* Sources */, + 46EB2E00014980 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 2FD24AE16E0B1E0B70E6D4CFD652981A /* PBXTargetDependency */, - 4B666E00CCC9C289549B02785B7F1846 /* PBXTargetDependency */, - 62A029CD2B3604008B76C4CABD269F77 /* PBXTargetDependency */, - CED87A327BC97BA157743E7AA71F9DA7 /* PBXTargetDependency */, - 8D3FF8CBFF0D9E24007AE4B9B593ECCC /* PBXTargetDependency */, - 9BED3B08F4E2A54DCA5E208AF6AFB484 /* PBXTargetDependency */, - 372A709B8A5910D67F4AEBC848682F34 /* PBXTargetDependency */, + 46EB2E0001B150 /* PBXTargetDependency */, + 46EB2E0001B170 /* PBXTargetDependency */, + 46EB2E0001B1B0 /* PBXTargetDependency */, + 46EB2E0001B210 /* PBXTargetDependency */, + 46EB2E0001B190 /* PBXTargetDependency */, + 46EB2E0001B1D0 /* PBXTargetDependency */, + 46EB2E0001B1F0 /* PBXTargetDependency */, ); name = "React-RCTSettings"; productName = "React-RCTSettings"; @@ -14223,123 +18995,239 @@ }; 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */ = { isa = PBXNativeTarget; - buildConfigurationList = 4C132009F2D23B82DF544644788211E7 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */; + buildConfigurationList = 46EB2E000146E0 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */; buildPhases = ( - FA0A1D37B89B111940CADC9A58F2ABBA /* Headers */, - A6E626448D6FC5978139B659CF4136F0 /* Sources */, - 0E08F31AA441AE44591221E8DFF86153 /* Frameworks */, + 46EB2E00014720 /* Headers */, + 46EB2E00014730 /* Sources */, + 46EB2E00014740 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 327F2C9D2129F7E763C80325E39D0A71 /* PBXTargetDependency */, - F2FF7FECD42C9D01CAA94EC7CA4EB053 /* PBXTargetDependency */, - 1C1CC60BABABA045F6FA296ECCE5B6FB /* PBXTargetDependency */, - 5A8E3B8DD9020924C1B936E22F47B1AF /* PBXTargetDependency */, - 61F0A70FF285B1F2AC8A109F1C7D81EC /* PBXTargetDependency */, + 46EB2E0001AFD0 /* PBXTargetDependency */, + 46EB2E0001B050 /* PBXTargetDependency */, + 46EB2E0001B010 /* PBXTargetDependency */, + 46EB2E0001B030 /* PBXTargetDependency */, + 46EB2E0001AFF0 /* PBXTargetDependency */, ); name = "React-RCTLinking"; productName = "React-RCTLinking"; productReference = 802121F5B756ACBFDD6D08C36246DADD /* React-RCTLinking */; productType = "com.apple.product-type.library.static"; }; - 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */ = { + 78233AC74A2157BF11DB49007B4D8AB9 /* React-defaultsnativemodule */ = { isa = PBXNativeTarget; - buildConfigurationList = E9942F77C3293C8F2A01959387FD4FD2 /* Build configuration list for PBXNativeTarget "React-Core" */; + buildConfigurationList = 46EB2E000159D0 /* Build configuration list for PBXNativeTarget "React-defaultsnativemodule" */; buildPhases = ( - BF064D4593E3475C146FAD0289C51F2B /* Headers */, - 640963E27D481FCA4330D46F47E877E5 /* Sources */, - D747BAF03E448F9CB89F89DB703A7831 /* Frameworks */, + 46EB2E00015A10 /* Headers */, + 46EB2E00015A20 /* Sources */, + 46EB2E00015A30 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 92E55D6CFDB9D611A392E7ACB935161E /* PBXTargetDependency */, - 0B2297141D7B912C568C37E338D4C80F /* PBXTargetDependency */, - 6869152F719D1FB4F50F779C43B8440B /* PBXTargetDependency */, - 21E4045F6EFC5F3A6C772FB667D6F396 /* PBXTargetDependency */, - 893A83D6F3BA2CCD015FECCEBA521C75 /* PBXTargetDependency */, - 790EA7DADC3F5F2C731847E8CD2844D5 /* PBXTargetDependency */, - B6C9D5506B2485D627813E2A7D4ED66C /* PBXTargetDependency */, - AAB34DDB40601D7549CB11B263ACF277 /* PBXTargetDependency */, - 2303AA17146A9B54EADF60A5C8555151 /* PBXTargetDependency */, - 134AE6DF57B1297FB6F3D09983C21CAD /* PBXTargetDependency */, - 29091721AF716F463D98A1E33A36C8CA /* PBXTargetDependency */, - 959091E87A9D60DE88D3DC024CD06972 /* PBXTargetDependency */, - 53BF7CB8B39162C2A381CFDEDBE9F764 /* PBXTargetDependency */, - 828846E3F7BB7A2D1A1E2C7FF5B7966C /* PBXTargetDependency */, - 4500B73AFB17F6C4305AC27528DB5CA0 /* PBXTargetDependency */, - 68E04C7887F8A8995B673D4260E75A6E /* PBXTargetDependency */, + 46EB2E0001BC50 /* PBXTargetDependency */, + 46EB2E0001BA50 /* PBXTargetDependency */, + 46EB2E0001BAD0 /* PBXTargetDependency */, + 46EB2E0001BAF0 /* PBXTargetDependency */, + 46EB2E0001BA30 /* PBXTargetDependency */, + 46EB2E0001BB70 /* PBXTargetDependency */, + 46EB2E0001BC10 /* PBXTargetDependency */, + 46EB2E0001BB30 /* PBXTargetDependency */, + 46EB2E0001BA90 /* PBXTargetDependency */, + 46EB2E0001BBF0 /* PBXTargetDependency */, + 46EB2E0001BC90 /* PBXTargetDependency */, + 46EB2E0001BBD0 /* PBXTargetDependency */, + 46EB2E0001BCB0 /* PBXTargetDependency */, + 46EB2E0001BB90 /* PBXTargetDependency */, + 46EB2E0001BCF0 /* PBXTargetDependency */, + 46EB2E0001BCD0 /* PBXTargetDependency */, + 46EB2E0001BC30 /* PBXTargetDependency */, + 46EB2E0001BBB0 /* PBXTargetDependency */, + 46EB2E0001BAB0 /* PBXTargetDependency */, + 46EB2E0001BB10 /* PBXTargetDependency */, + 46EB2E0001BB50 /* PBXTargetDependency */, + 46EB2E0001BA70 /* PBXTargetDependency */, + 46EB2E0001BC70 /* PBXTargetDependency */, + ); + name = "React-defaultsnativemodule"; + productName = "React-defaultsnativemodule"; + productReference = EAC1043855D4BC57C81DD807D3BB1FF8 /* React-defaultsnativemodule */; + productType = "com.apple.product-type.library.static"; + }; + 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E0000FAF0 /* Build configuration list for PBXNativeTarget "React-Core" */; + buildPhases = ( + 46EB2E0000FB30 /* Headers */, + 46EB2E0000FB40 /* Sources */, + 46EB2E0000FB50 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 46EB2E00019930 /* PBXTargetDependency */, + 46EB2E00019AB0 /* PBXTargetDependency */, + 46EB2E00019910 /* PBXTargetDependency */, + 46EB2E00019950 /* PBXTargetDependency */, + 46EB2E000199F0 /* PBXTargetDependency */, + 46EB2E00019AD0 /* PBXTargetDependency */, + 46EB2E00019990 /* PBXTargetDependency */, + 46EB2E000199B0 /* PBXTargetDependency */, + 46EB2E00019A90 /* PBXTargetDependency */, + 46EB2E00019970 /* PBXTargetDependency */, + 46EB2E00019A30 /* PBXTargetDependency */, + 46EB2E000199D0 /* PBXTargetDependency */, + 46EB2E00019A10 /* PBXTargetDependency */, + 46EB2E00019A50 /* PBXTargetDependency */, + 46EB2E00019A70 /* PBXTargetDependency */, + 46EB2E00019AF0 /* PBXTargetDependency */, ); name = "React-Core"; productName = "React-Core"; productReference = BD71E2539823621820F84384064C253A /* React-Core */; productType = "com.apple.product-type.library.static"; }; - 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */ = { + 84B49F96DAE73A9B197F6BB9A2BBA18F /* React-microtasksnativemodule */ = { isa = PBXNativeTarget; - buildConfigurationList = E5F4D22396570ACEAB6229DA0E12AAF3 /* Build configuration list for PBXNativeTarget "React-RCTFabric" */; + buildConfigurationList = 46EB2E00016DA0 /* Build configuration list for PBXNativeTarget "React-microtasksnativemodule" */; buildPhases = ( - 82A39AA82C60923B70B7546223BC4D68 /* Headers */, - FCBC8A861345F151F9D9EB184FA7D3F7 /* Sources */, - 6A5526C322D9FF0C81BA23B617C5694F /* Frameworks */, + 46EB2E00016DE0 /* Headers */, + 46EB2E00016DF0 /* Sources */, + 46EB2E00016E00 /* Frameworks */, ); buildRules = ( ); dependencies = ( - FCC42042C14C31681A60382B7183D4EC /* PBXTargetDependency */, - FD3B22304CBF96149692390468F5ABA8 /* PBXTargetDependency */, - EF18E5780268252A99F591FE1B33B085 /* PBXTargetDependency */, - 5C31BC5D135FC978A7B0D57D65F5A3AC /* PBXTargetDependency */, - 9027E118F1C304B2CC97311A3DDD4E5A /* PBXTargetDependency */, - C82E57858FBD761269BD37A204F84C18 /* PBXTargetDependency */, - 846237A7A0B821064C851AA928C942E9 /* PBXTargetDependency */, - 8924347C10E9F5EF4659FA65CD70EC74 /* PBXTargetDependency */, - C5D319EF0BD39FA28D8CBA24B26739A4 /* PBXTargetDependency */, - 8DD896F5D30DC81838803A592656AF5D /* PBXTargetDependency */, - 8D57A53471870B041DCF3C2FBB9B9ACA /* PBXTargetDependency */, - BB036A46F7C3F17DBDAC4F51C2F1CCF8 /* PBXTargetDependency */, - 17BAA4470E245BAFD45FD9B34D8246D0 /* PBXTargetDependency */, - 75922576EEE960377B755B80BA867891 /* PBXTargetDependency */, - AB9FEA2E30E5805FA68B34A26EFF2CF3 /* PBXTargetDependency */, - 803D33E7A2AA8977698682DD3BED2E6C /* PBXTargetDependency */, - 8827B8A3C8253211130BB7670FF7AB8A /* PBXTargetDependency */, - 152EF8EB47A51CA925734A438A911D96 /* PBXTargetDependency */, - 0C5F961C9BFCEFE15830A3499569476D /* PBXTargetDependency */, + 46EB2E0001CCB0 /* PBXTargetDependency */, + 46EB2E0001CAB0 /* PBXTargetDependency */, + 46EB2E0001CB30 /* PBXTargetDependency */, + 46EB2E0001CB50 /* PBXTargetDependency */, + 46EB2E0001CA90 /* PBXTargetDependency */, + 46EB2E0001CBD0 /* PBXTargetDependency */, + 46EB2E0001CC70 /* PBXTargetDependency */, + 46EB2E0001CB90 /* PBXTargetDependency */, + 46EB2E0001CAF0 /* PBXTargetDependency */, + 46EB2E0001CC50 /* PBXTargetDependency */, + 46EB2E0001CC30 /* PBXTargetDependency */, + 46EB2E0001CBF0 /* PBXTargetDependency */, + 46EB2E0001CC90 /* PBXTargetDependency */, + 46EB2E0001CC10 /* PBXTargetDependency */, + 46EB2E0001CB10 /* PBXTargetDependency */, + 46EB2E0001CB70 /* PBXTargetDependency */, + 46EB2E0001CBB0 /* PBXTargetDependency */, + 46EB2E0001CAD0 /* PBXTargetDependency */, + 46EB2E0001CCD0 /* PBXTargetDependency */, + ); + name = "React-microtasksnativemodule"; + productName = "React-microtasksnativemodule"; + productReference = 1F0939C33C744C7CAFAC370CE03481E4 /* React-microtasksnativemodule */; + productType = "com.apple.product-type.library.static"; + }; + 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E00013D90 /* Build configuration list for PBXNativeTarget "React-RCTFabric" */; + buildPhases = ( + 46EB2E00013DD0 /* Headers */, + 46EB2E00013DE0 /* Sources */, + 46EB2E00013DF0 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 46EB2E0001AC50 /* PBXTargetDependency */, + 46EB2E0001AC10 /* PBXTargetDependency */, + 46EB2E0001AD10 /* PBXTargetDependency */, + 46EB2E0001AD30 /* PBXTargetDependency */, + 46EB2E0001ACF0 /* PBXTargetDependency */, + 46EB2E0001AD90 /* PBXTargetDependency */, + 46EB2E0001AC30 /* PBXTargetDependency */, + 46EB2E0001ACB0 /* PBXTargetDependency */, + 46EB2E0001ADD0 /* PBXTargetDependency */, + 46EB2E0001ADB0 /* PBXTargetDependency */, + 46EB2E0001AD70 /* PBXTargetDependency */, + 46EB2E0001ACD0 /* PBXTargetDependency */, + 46EB2E0001AE90 /* PBXTargetDependency */, + 46EB2E0001AD50 /* PBXTargetDependency */, + 46EB2E0001AE10 /* PBXTargetDependency */, + 46EB2E0001AE50 /* PBXTargetDependency */, + 46EB2E0001AE30 /* PBXTargetDependency */, + 46EB2E0001AE70 /* PBXTargetDependency */, + 46EB2E0001ADF0 /* PBXTargetDependency */, + 46EB2E0001AC90 /* PBXTargetDependency */, + 46EB2E0001AC70 /* PBXTargetDependency */, + 46EB2E0001AEB0 /* PBXTargetDependency */, ); name = "React-RCTFabric"; productName = "React-RCTFabric"; productReference = DA7ABB6DD8AEACED51D63B2C774E3A63 /* React-RCTFabric */; productType = "com.apple.product-type.library.static"; }; - 91D38B18A4E42B1622B83F450706C2F5 /* React-RuntimeApple */ = { + 90E9B21807636D8AD57AF521B7B6804D /* React-featureflagsnativemodule */ = { isa = PBXNativeTarget; - buildConfigurationList = 50FDC62A16C25DA681851B7AC7FF6216 /* Build configuration list for PBXNativeTarget "React-RuntimeApple" */; + buildConfigurationList = 46EB2E00015DA0 /* Build configuration list for PBXNativeTarget "React-featureflagsnativemodule" */; buildPhases = ( - 65AAE474F4F78577EB7F208415A57AFD /* Headers */, - FD1EB9AF525CCCE9A19EF83B51BE4CDA /* Sources */, - BF945C74B39FCF20F9B78CD53B309104 /* Frameworks */, + 46EB2E00015DE0 /* Headers */, + 46EB2E00015DF0 /* Sources */, + 46EB2E00015E00 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 7EFFAFAAEC1C73CF57540B796567D305 /* PBXTargetDependency */, - 38B9FC3E4EFB1C18F2E98BE562B3FAA4 /* PBXTargetDependency */, - D1D556442E63134B97D9742FC54EA1D3 /* PBXTargetDependency */, - D1B5D8637043E34393620E8A0ECE50B6 /* PBXTargetDependency */, - C3896CDEC25DDA2A9B35792EFF67EAE2 /* PBXTargetDependency */, - B9573421E19E1B47CEE6F533217D56C5 /* PBXTargetDependency */, - 5E4C3D4E2367CA51A6FA1DA6CB57E12A /* PBXTargetDependency */, - 11637B1284EE5D7816A81D233A0809B5 /* PBXTargetDependency */, - DF90753A8F372C96A91C39D61B5D9CBF /* PBXTargetDependency */, - 5D5FCDBC974D18FB9281AB68D8E88953 /* PBXTargetDependency */, - FCE8F95430B5DCFC2B3EF8585961F496 /* PBXTargetDependency */, - B6961F560A6A51E91D38269DA4918CDD /* PBXTargetDependency */, - 2B9A5FB100F20BD9F08509D28B9FE25A /* PBXTargetDependency */, - F97585FC737E51B0515775D8474A90B1 /* PBXTargetDependency */, - D5C16FAA40D72B063ED7BF149480F84F /* PBXTargetDependency */, - 27A226AB950782E9650417E754287381 /* PBXTargetDependency */, - B81BCB73DD8D8C79AF608C86CB0676A3 /* PBXTargetDependency */, + 46EB2E0001C1B0 /* PBXTargetDependency */, + 46EB2E0001BFB0 /* PBXTargetDependency */, + 46EB2E0001C030 /* PBXTargetDependency */, + 46EB2E0001C050 /* PBXTargetDependency */, + 46EB2E0001BF90 /* PBXTargetDependency */, + 46EB2E0001C0D0 /* PBXTargetDependency */, + 46EB2E0001C170 /* PBXTargetDependency */, + 46EB2E0001C090 /* PBXTargetDependency */, + 46EB2E0001BFF0 /* PBXTargetDependency */, + 46EB2E0001C150 /* PBXTargetDependency */, + 46EB2E0001C130 /* PBXTargetDependency */, + 46EB2E0001C0F0 /* PBXTargetDependency */, + 46EB2E0001C190 /* PBXTargetDependency */, + 46EB2E0001C110 /* PBXTargetDependency */, + 46EB2E0001C010 /* PBXTargetDependency */, + 46EB2E0001C070 /* PBXTargetDependency */, + 46EB2E0001C0B0 /* PBXTargetDependency */, + 46EB2E0001BFD0 /* PBXTargetDependency */, + 46EB2E0001C1D0 /* PBXTargetDependency */, + ); + name = "React-featureflagsnativemodule"; + productName = "React-featureflagsnativemodule"; + productReference = 7F71D8750C4958911C903FB23321273E /* React-featureflagsnativemodule */; + productType = "com.apple.product-type.library.static"; + }; + 91D38B18A4E42B1622B83F450706C2F5 /* React-RuntimeApple */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E00014FD0 /* Build configuration list for PBXNativeTarget "React-RuntimeApple" */; + buildPhases = ( + 46EB2E00015010 /* Headers */, + 46EB2E00015020 /* Sources */, + 46EB2E00015030 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 46EB2E0001B330 /* PBXTargetDependency */, + 46EB2E0001B430 /* PBXTargetDependency */, + 46EB2E0001B450 /* PBXTargetDependency */, + 46EB2E0001B4D0 /* PBXTargetDependency */, + 46EB2E0001B470 /* PBXTargetDependency */, + 46EB2E0001B490 /* PBXTargetDependency */, + 46EB2E0001B4B0 /* PBXTargetDependency */, + 46EB2E0001B550 /* PBXTargetDependency */, + 46EB2E0001B390 /* PBXTargetDependency */, + 46EB2E0001B370 /* PBXTargetDependency */, + 46EB2E0001B4F0 /* PBXTargetDependency */, + 46EB2E0001B410 /* PBXTargetDependency */, + 46EB2E0001B350 /* PBXTargetDependency */, + 46EB2E0001B510 /* PBXTargetDependency */, + 46EB2E0001B3B0 /* PBXTargetDependency */, + 46EB2E0001B3D0 /* PBXTargetDependency */, + 46EB2E0001B3F0 /* PBXTargetDependency */, + 46EB2E0001B530 /* PBXTargetDependency */, ); name = "React-RuntimeApple"; productName = "React-RuntimeApple"; @@ -14348,22 +19236,22 @@ }; 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */ = { isa = PBXNativeTarget; - buildConfigurationList = 3EF978B23D83C4403482F381D7FEF1E4 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */; + buildConfigurationList = 46EB2E000136C0 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */; buildPhases = ( - F45983F2BC5D2533D3891DF9B5A0B233 /* Headers */, - B978CC8D069896070F029AAE2C6832B4 /* Sources */, - 8B24AE6FB1D68E395917CE8877240FBD /* Frameworks */, + 46EB2E00013700 /* Headers */, + 46EB2E00013710 /* Sources */, + 46EB2E00013720 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 326DC0A7BBD1AA981FE454D5C54CEC90 /* PBXTargetDependency */, - 13723607FEA9AC577B3369F3A97259BB /* PBXTargetDependency */, - 2B8D9D92ECDC4882E12558609C63A793 /* PBXTargetDependency */, - 146606F558AD32B99936129251BB3EE0 /* PBXTargetDependency */, - C08F812CB8617FA614A02E6A2E1C735E /* PBXTargetDependency */, - FF5B881D7127AFB78446AAA14B37BDA7 /* PBXTargetDependency */, - 26D85E0CE1FBF03DF1E764BB6568494A /* PBXTargetDependency */, + 46EB2E0001A6D0 /* PBXTargetDependency */, + 46EB2E0001A6F0 /* PBXTargetDependency */, + 46EB2E0001A730 /* PBXTargetDependency */, + 46EB2E0001A790 /* PBXTargetDependency */, + 46EB2E0001A710 /* PBXTargetDependency */, + 46EB2E0001A750 /* PBXTargetDependency */, + 46EB2E0001A770 /* PBXTargetDependency */, ); name = "React-RCTAnimation"; productName = "React-RCTAnimation"; @@ -14372,47 +19260,64 @@ }; 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */ = { isa = PBXNativeTarget; - buildConfigurationList = 98DD833F3721AD05B5F95F2CEB2E6D8A /* Build configuration list for PBXNativeTarget "React-RCTBlob" */; + buildConfigurationList = 46EB2E00013C30 /* Build configuration list for PBXNativeTarget "React-RCTBlob" */; buildPhases = ( - 99E117D747E949A1D5AF5CCAC76C2B1A /* Headers */, - 452AA6EF120A5598C567FF765C8946FC /* Sources */, - 69DDDBB68CC034CB178CBB36F27C7944 /* Frameworks */, + 46EB2E00013C70 /* Headers */, + 46EB2E00013C80 /* Sources */, + 46EB2E00013C90 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 20C2A7FBABBA34F353187D2428AA3822 /* PBXTargetDependency */, - 628663A2DC7B18E0CCCD5BA499169AA5 /* PBXTargetDependency */, - CCC17CF136DDB63A080754259E8F4C31 /* PBXTargetDependency */, - C79AB8D6DE3F58C51DF398ACC23285E8 /* PBXTargetDependency */, - C97DA4AD76D1112972CC20D079698060 /* PBXTargetDependency */, - 6B18AE1094EDA68788A06F7C3E1B41E0 /* PBXTargetDependency */, - 93BC2CFA7C19B13D3EF7CB3231F9C874 /* PBXTargetDependency */, - 1FC4463941D0830E3069437F4C2D3D27 /* PBXTargetDependency */, - 0703ECD843E6EF3402BDDCECCC0A9A16 /* PBXTargetDependency */, - F42E1CBBC04A69B776F57C0291A4E335 /* PBXTargetDependency */, - EA7FBAA825CE0B4DBA93379E0B29910B /* PBXTargetDependency */, + 46EB2E0001AAB0 /* PBXTargetDependency */, + 46EB2E0001AAF0 /* PBXTargetDependency */, + 46EB2E0001AB30 /* PBXTargetDependency */, + 46EB2E0001AB90 /* PBXTargetDependency */, + 46EB2E0001AB50 /* PBXTargetDependency */, + 46EB2E0001AB10 /* PBXTargetDependency */, + 46EB2E0001ABB0 /* PBXTargetDependency */, + 46EB2E0001AB70 /* PBXTargetDependency */, + 46EB2E0001ABD0 /* PBXTargetDependency */, + 46EB2E0001AAD0 /* PBXTargetDependency */, + 46EB2E0001ABF0 /* PBXTargetDependency */, ); name = "React-RCTBlob"; productName = "React-RCTBlob"; productReference = F71EBF73F354B475D465FF6DE9A66707 /* React-RCTBlob */; productType = "com.apple.product-type.library.static"; }; - 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */ = { + 9E6B7857CC223C0629E4C37E6386FC96 /* glog-glog_privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 4A6F80742422F69E0A6BD5B64674C64D /* Build configuration list for PBXNativeTarget "React-rendererdebug" */; + buildConfigurationList = 46EB2E00018B10 /* Build configuration list for PBXNativeTarget "glog-glog_privacy" */; buildPhases = ( - 9D18E0DA1C9F0C8027422CA04A3B36BB /* Headers */, - E5D4E307F432C1C032A8D3E3DB4B4228 /* Sources */, - B7B45B6B791BEF086A6F564B70E95DBE /* Frameworks */, + 46EB2E00018B50 /* Sources */, + 46EB2E00018B60 /* Frameworks */, + 46EB2E00018B70 /* Resources */, ); buildRules = ( ); dependencies = ( - 652FEDC79BD042B7B4395D08C0E6A5D6 /* PBXTargetDependency */, - 78C92B2A134FC8A89557763D10005187 /* PBXTargetDependency */, - 5636B609CF7082FAE4D7CAD391447E09 /* PBXTargetDependency */, - AB8EA9760E240CA4FE670DD4107D9026 /* PBXTargetDependency */, + ); + name = "glog-glog_privacy"; + productName = glog_privacy; + productReference = FFDAD994FE728F76EC459CC05E0CCDFB /* glog-glog_privacy */; + productType = "com.apple.product-type.bundle"; + }; + 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E00017380 /* Build configuration list for PBXNativeTarget "React-rendererdebug" */; + buildPhases = ( + 46EB2E000173C0 /* Headers */, + 46EB2E000173D0 /* Sources */, + 46EB2E000173E0 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 46EB2E0001CDB0 /* PBXTargetDependency */, + 46EB2E0001CD90 /* PBXTargetDependency */, + 46EB2E0001CDF0 /* PBXTargetDependency */, + 46EB2E0001CDD0 /* PBXTargetDependency */, ); name = "React-rendererdebug"; productName = "React-rendererdebug"; @@ -14421,32 +19326,32 @@ }; A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */ = { isa = PBXNativeTarget; - buildConfigurationList = 3DEF79DE3FF9D67742F8CC0217439972 /* Build configuration list for PBXNativeTarget "React-FabricImage" */; + buildConfigurationList = 46EB2E00013080 /* Build configuration list for PBXNativeTarget "React-FabricImage" */; buildPhases = ( - 987031415A2B737E4164DFF154E0E4B1 /* Headers */, - 68D9BA94EAD7498220EC45C2D6C7D1CE /* Sources */, - 91610C3AA595AB17D8BC4F47CF23D1F9 /* Frameworks */, + 46EB2E000130C0 /* Headers */, + 46EB2E000130D0 /* Sources */, + 46EB2E000130E0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - AF6AF085C8234B8B66E0F3D21F85181D /* PBXTargetDependency */, - 803BD41A0B8668B6258DB70233CB814F /* PBXTargetDependency */, - 8B7C3AF0548558217CE3E9DB53D63C16 /* PBXTargetDependency */, - AFF850446F55B25B351345D3CC2BAB3E /* PBXTargetDependency */, - 280C302432AE2DC0D4C859791B1F5ECB /* PBXTargetDependency */, - 9C0E18A4F003AB1B9BEF61473EE09AE7 /* PBXTargetDependency */, - E068CDE82947A7DEE6A9ECA1AECA2332 /* PBXTargetDependency */, - 10C4881FEC995FC1A1BFFBD024313422 /* PBXTargetDependency */, - DFE25E8CEEFDDE39DEEBA47B08ECFF37 /* PBXTargetDependency */, - 996AB24E360D6406414E2ADD1BF9A3EB /* PBXTargetDependency */, - C35146C8DB265A6ECB346C8BCE5F7EC3 /* PBXTargetDependency */, - BBA958DCD83FCFA6707A9EA5200FC8E5 /* PBXTargetDependency */, - B7A31AB040EB75D510D5978A23A47DD4 /* PBXTargetDependency */, - 3BA16E8F151109F7BD2C595D6B4E9355 /* PBXTargetDependency */, - FF601F6DD18FFF3E325954E7FABEDF5D /* PBXTargetDependency */, - 3F7A5D8C5EB9119FEAF8FF57D6A030D9 /* PBXTargetDependency */, - F8C4ECEBA019F2B1083325721DE553A2 /* PBXTargetDependency */, + 46EB2E0001A310 /* PBXTargetDependency */, + 46EB2E0001A230 /* PBXTargetDependency */, + 46EB2E0001A270 /* PBXTargetDependency */, + 46EB2E0001A290 /* PBXTargetDependency */, + 46EB2E0001A3F0 /* PBXTargetDependency */, + 46EB2E0001A350 /* PBXTargetDependency */, + 46EB2E0001A3D0 /* PBXTargetDependency */, + 46EB2E0001A2B0 /* PBXTargetDependency */, + 46EB2E0001A250 /* PBXTargetDependency */, + 46EB2E0001A2D0 /* PBXTargetDependency */, + 46EB2E0001A410 /* PBXTargetDependency */, + 46EB2E0001A370 /* PBXTargetDependency */, + 46EB2E0001A3B0 /* PBXTargetDependency */, + 46EB2E0001A390 /* PBXTargetDependency */, + 46EB2E0001A330 /* PBXTargetDependency */, + 46EB2E0001A2F0 /* PBXTargetDependency */, + 46EB2E0001A430 /* PBXTargetDependency */, ); name = "React-FabricImage"; productName = "React-FabricImage"; @@ -14455,23 +19360,23 @@ }; B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */ = { isa = PBXNativeTarget; - buildConfigurationList = 22B47787816ABD881A67734DB34B61B1 /* Build configuration list for PBXNativeTarget "React-ImageManager" */; + buildConfigurationList = 46EB2E00013210 /* Build configuration list for PBXNativeTarget "React-ImageManager" */; buildPhases = ( - DDE2400240E2EE20048BCD52A31D328F /* Headers */, - 4211065A2C4AA79D02566EA52FC1CEAF /* Sources */, - 1F01869DD226010EF7401100AEA476F8 /* Frameworks */, + 46EB2E00013250 /* Headers */, + 46EB2E00013260 /* Sources */, + 46EB2E00013270 /* Frameworks */, ); buildRules = ( ); dependencies = ( - DA5423C52E7E7928D666F9747CD33265 /* PBXTargetDependency */, - 21819E1F18F1C94B4CE907549349F642 /* PBXTargetDependency */, - 41DDDCC0489420A1EC077B07B97D5F64 /* PBXTargetDependency */, - CA229F8CFC0B23A5D8E3D6E3A9955664 /* PBXTargetDependency */, - CE98A437B8F8A7B5B62D08902FC5CDC9 /* PBXTargetDependency */, - ADF179F1FE76697903D15B245DD5D49E /* PBXTargetDependency */, - E5E1ACD2095283D5BDF4C3FC3983ACB9 /* PBXTargetDependency */, - 94285104C53E3C7E6A156CD15D96A28B /* PBXTargetDependency */, + 46EB2E0001A450 /* PBXTargetDependency */, + 46EB2E0001A470 /* PBXTargetDependency */, + 46EB2E0001A4B0 /* PBXTargetDependency */, + 46EB2E0001A4F0 /* PBXTargetDependency */, + 46EB2E0001A4D0 /* PBXTargetDependency */, + 46EB2E0001A530 /* PBXTargetDependency */, + 46EB2E0001A510 /* PBXTargetDependency */, + 46EB2E0001A490 /* PBXTargetDependency */, ); name = "React-ImageManager"; productName = "React-ImageManager"; @@ -14480,11 +19385,11 @@ }; B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */ = { isa = PBXNativeTarget; - buildConfigurationList = 55612374BBF918B8A1D44EAFA4CBC059 /* Build configuration list for PBXNativeTarget "React-nativeconfig" */; + buildConfigurationList = 46EB2E00016ED0 /* Build configuration list for PBXNativeTarget "React-nativeconfig" */; buildPhases = ( - ED9FC5C26D183C4144984285657D09C6 /* Headers */, - B333E0DABD9B3719196B13DB1EEA3E10 /* Sources */, - 7FAC6FBAD06C25EDD68FDF51D341E271 /* Frameworks */, + 46EB2E00016F10 /* Headers */, + 46EB2E00016F20 /* Sources */, + 46EB2E00016F30 /* Frameworks */, ); buildRules = ( ); @@ -14497,27 +19402,28 @@ }; B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */ = { isa = PBXNativeTarget; - buildConfigurationList = 11688BF2CB87A4B0F20B0ED87E30E41F /* Build configuration list for PBXNativeTarget "ReactCommon" */; + buildConfigurationList = 46EB2E00017BC0 /* Build configuration list for PBXNativeTarget "ReactCommon" */; buildPhases = ( - C3B69D63F2E608B315894B70903DE2DF /* Headers */, - CDB316FB04186B9AA58046C40DAA3C3A /* Sources */, - E5B0265E23B9EE11E39FCCDC72CCB87A /* Frameworks */, + 46EB2E00017C00 /* Headers */, + 46EB2E00017C10 /* Sources */, + 46EB2E00017C20 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 463F4CA386A09B9B835497F3CA4F7EF4 /* PBXTargetDependency */, - 34FDDEE017CAF354476D3E8C35089208 /* PBXTargetDependency */, - C91373B1E7C1743D833D306A5435EC27 /* PBXTargetDependency */, - 399DD05454488F12E123F10237E71A21 /* PBXTargetDependency */, - B9257142BEF2D552BCA4F2B2CD762B43 /* PBXTargetDependency */, - 20BA6A63FE1656BB8F2AC471388611AF /* PBXTargetDependency */, - 27A8037638E4649BC582C2BA7D43EC64 /* PBXTargetDependency */, - A9FD9EF372DDCF1E94098B4AF194805A /* PBXTargetDependency */, - CE0281982FBA7D531D93788B0EAC0B8D /* PBXTargetDependency */, - B188E2C2955050FAC1C902831AA2A8F9 /* PBXTargetDependency */, - 8E85A3711D38CB85C500FDD5D0803712 /* PBXTargetDependency */, - A36C1C00A3F9B1F17D5777DD46D5F3EF /* PBXTargetDependency */, + 46EB2E0001D390 /* PBXTargetDependency */, + 46EB2E0001D350 /* PBXTargetDependency */, + 46EB2E0001D2D0 /* PBXTargetDependency */, + 46EB2E0001D310 /* PBXTargetDependency */, + 46EB2E0001D410 /* PBXTargetDependency */, + 46EB2E0001D430 /* PBXTargetDependency */, + 46EB2E0001D330 /* PBXTargetDependency */, + 46EB2E0001D370 /* PBXTargetDependency */, + 46EB2E0001D2F0 /* PBXTargetDependency */, + 46EB2E0001D450 /* PBXTargetDependency */, + 46EB2E0001D3B0 /* PBXTargetDependency */, + 46EB2E0001D3D0 /* PBXTargetDependency */, + 46EB2E0001D3F0 /* PBXTargetDependency */, ); name = ReactCommon; productName = ReactCommon; @@ -14526,38 +19432,39 @@ }; C2B1B75CCC326124F29FE703CC59BFB7 /* React-RCTAppDelegate */ = { isa = PBXNativeTarget; - buildConfigurationList = 221046B646F3EF8FB246006662E9E038 /* Build configuration list for PBXNativeTarget "React-RCTAppDelegate" */; + buildConfigurationList = 46EB2E00013AB0 /* Build configuration list for PBXNativeTarget "React-RCTAppDelegate" */; buildPhases = ( - 6D99DC81C4B435B943D348890707A757 /* Headers */, - FE647129280E8A8A631DE9373965149E /* Sources */, - CC90B5DF705C49E1FD1A2E878DA3C605 /* Frameworks */, + 46EB2E00013AF0 /* Headers */, + 46EB2E00013B00 /* Sources */, + 46EB2E00013B10 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 08BFF7188E8B0A77E42E9544E4CCAEEA /* PBXTargetDependency */, - 44E153BE70DF3478A04BFCED7A3770EB /* PBXTargetDependency */, - 81242737C63571E070D309374A7B856E /* PBXTargetDependency */, - A77F1B03E31644F02B06A12915644E7F /* PBXTargetDependency */, - DC316C1B68D2ACAE3CE43B888F0820BE /* PBXTargetDependency */, - 7CD9F9C9293C3A64786AB6E68E731278 /* PBXTargetDependency */, - 15CB1210ADF406F79195BFE60C416B80 /* PBXTargetDependency */, - DCEFFE6CF8C86DF351286944CF2B3CDE /* PBXTargetDependency */, - 6659C628DDA989759ED07A005AF33728 /* PBXTargetDependency */, - 40F60D779C1839EF0F5EF72EF569341E /* PBXTargetDependency */, - 94B908778BF96199291D098344F1584A /* PBXTargetDependency */, - B59B424DDC3577D8D09ACA62D007023D /* PBXTargetDependency */, - 3D08C0CB6A9F4F869622D43843C39AA0 /* PBXTargetDependency */, - 7B8094BD7C37E86E1D000F7D36AD7038 /* PBXTargetDependency */, - 04F1218D0C6E3E372C4D75FAD6EDC0DE /* PBXTargetDependency */, - 7189306F051ED293E818F5E65DB38ADE /* PBXTargetDependency */, - 6C9D5E06083BD19E7B85A645CE75AA3D /* PBXTargetDependency */, - F2FC8F92254518679A70635CC3D21DE7 /* PBXTargetDependency */, - D1430A3B2B3004EFC059A9924D6F7C0D /* PBXTargetDependency */, - 9CEA977ACF057E5FB1B5A45473FF5439 /* PBXTargetDependency */, - 5E55DF4C1488D01C793E47B8F850FF80 /* PBXTargetDependency */, - B8FA128807808A7BAF3855ABFBC68B6F /* PBXTargetDependency */, - 5B317204AE5CE9074A8F45A2382550F1 /* PBXTargetDependency */, + 46EB2E0001A7D0 /* PBXTargetDependency */, + 46EB2E0001A7F0 /* PBXTargetDependency */, + 46EB2E0001A810 /* PBXTargetDependency */, + 46EB2E0001A7B0 /* PBXTargetDependency */, + 46EB2E0001A870 /* PBXTargetDependency */, + 46EB2E0001A9B0 /* PBXTargetDependency */, + 46EB2E0001A910 /* PBXTargetDependency */, + 46EB2E0001A950 /* PBXTargetDependency */, + 46EB2E0001A850 /* PBXTargetDependency */, + 46EB2E0001A830 /* PBXTargetDependency */, + 46EB2E0001A990 /* PBXTargetDependency */, + 46EB2E0001A970 /* PBXTargetDependency */, + 46EB2E0001AA90 /* PBXTargetDependency */, + 46EB2E0001AA10 /* PBXTargetDependency */, + 46EB2E0001A8D0 /* PBXTargetDependency */, + 46EB2E0001AA50 /* PBXTargetDependency */, + 46EB2E0001A9D0 /* PBXTargetDependency */, + 46EB2E0001AA70 /* PBXTargetDependency */, + 46EB2E0001A890 /* PBXTargetDependency */, + 46EB2E0001AA30 /* PBXTargetDependency */, + 46EB2E0001A930 /* PBXTargetDependency */, + 46EB2E0001A9F0 /* PBXTargetDependency */, + 46EB2E0001A8B0 /* PBXTargetDependency */, + 46EB2E0001A8F0 /* PBXTargetDependency */, ); name = "React-RCTAppDelegate"; productName = "React-RCTAppDelegate"; @@ -14566,61 +19473,46 @@ }; C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */ = { isa = PBXNativeTarget; - buildConfigurationList = 878FA2532B03CA950E93ABD668008545 /* Build configuration list for PBXNativeTarget "React-RuntimeCore" */; + buildConfigurationList = 46EB2E000151B0 /* Build configuration list for PBXNativeTarget "React-RuntimeCore" */; buildPhases = ( - 22A7F78A5EA51028E021EBF5537FE4A8 /* Headers */, - 0085E9CC15295E2D9F637A9FCB183BA0 /* Sources */, - F799CCCAAC5DE7BF803877C0BC8B382F /* Frameworks */, + 46EB2E000151F0 /* Headers */, + 46EB2E00015200 /* Sources */, + 46EB2E00015210 /* Frameworks */, ); buildRules = ( ); dependencies = ( - A712C30BFDC3565312808E3B7B45F216 /* PBXTargetDependency */, - 9F27830F824E7A25D0DB39135B839554 /* PBXTargetDependency */, - 53C4FEEA7825FB6007BBFC77204F6C1E /* PBXTargetDependency */, - 009E3850B005D82F2A920A6F342D91D4 /* PBXTargetDependency */, - B883CDD8D6072FED01BF523B58FC146D /* PBXTargetDependency */, - C9B062F287A00562D4F3A99B8A1B3D92 /* PBXTargetDependency */, - 79D47C797CB9CA849B47416CCD44F3F8 /* PBXTargetDependency */, - B6081EA09A20A364180288BB47DCCA5A /* PBXTargetDependency */, - B06DD7296564B9EB56F87E337BC1E40A /* PBXTargetDependency */, - CF67321013BB2BC35F5D35770CD35F0F /* PBXTargetDependency */, - 994D91F93B2E530BEAB6D35B5EE10E8F /* PBXTargetDependency */, - D8E97587807A4745B3D2140ACE12C595 /* PBXTargetDependency */, + 46EB2E0001B570 /* PBXTargetDependency */, + 46EB2E0001B5B0 /* PBXTargetDependency */, + 46EB2E0001B6B0 /* PBXTargetDependency */, + 46EB2E0001B630 /* PBXTargetDependency */, + 46EB2E0001B610 /* PBXTargetDependency */, + 46EB2E0001B590 /* PBXTargetDependency */, + 46EB2E0001B6F0 /* PBXTargetDependency */, + 46EB2E0001B650 /* PBXTargetDependency */, + 46EB2E0001B5D0 /* PBXTargetDependency */, + 46EB2E0001B670 /* PBXTargetDependency */, + 46EB2E0001B690 /* PBXTargetDependency */, + 46EB2E0001B5F0 /* PBXTargetDependency */, + 46EB2E0001B6D0 /* 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 = 3933549AF15914B9F6C3FE297F56D9F2 /* Build configuration list for PBXNativeTarget "React-Core-RCTI18nStrings" */; - buildPhases = ( - 51E83D4CC17973CFBEAC1F1485727ACF /* Sources */, - C756BF25172A919E5C2EBBD325BC6078 /* Frameworks */, - 73EDC901703C786980CA6C4DDD36322C /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "React-Core-RCTI18nStrings"; - productName = RCTI18nStrings; - productReference = E50E54D57E4CB3E0920119CF69AD9A2D /* React-Core-RCTI18nStrings */; - productType = "com.apple.product-type.bundle"; - }; D0EFEFB685D97280256C559792236873 /* glog */ = { isa = PBXNativeTarget; - buildConfigurationList = C1574258D13B3F913BCEACBF1BFE557A /* Build configuration list for PBXNativeTarget "glog" */; + buildConfigurationList = 46EB2E00018A90 /* Build configuration list for PBXNativeTarget "glog" */; buildPhases = ( - 3C5DB59FF131BC7A0A0832368C00605D /* Headers */, - 74B437F8D03267C0AE7965F1D18F46A9 /* Sources */, - 0C23E3A88A7561340E46D2CDC7E316BE /* Frameworks */, + 46EB2E00018AD0 /* Headers */, + 46EB2E00018AE0 /* Sources */, + 46EB2E00018AF0 /* Frameworks */, ); buildRules = ( ); dependencies = ( + 46EB2E0001D490 /* PBXTargetDependency */, ); name = glog; productName = glog; @@ -14629,18 +19521,18 @@ }; D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */ = { isa = PBXNativeTarget; - buildConfigurationList = ADF11D2C955B90DBB3BB173733856BFB /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */; + buildConfigurationList = 46EB2E0000F930 /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */; buildPhases = ( - AB73797EB0AFC3AB51F617D87CBB930C /* Headers */, - 88F9413654FD0B8C9015BC36587D38FA /* Sources */, - 1A0F3B05F6DE69FD9BEA822E5EAB5643 /* Frameworks */, + 46EB2E0000F970 /* Headers */, + 46EB2E0000F980 /* Sources */, + 46EB2E0000F990 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 66EA31806CA9BDF1A169248D25FFBD0F /* PBXTargetDependency */, - 868B89187AC909DD394EB839931056D0 /* PBXTargetDependency */, - 457CAA153794536775DD3846C805CB4C /* PBXTargetDependency */, + 46EB2E00019770 /* PBXTargetDependency */, + 46EB2E00019790 /* PBXTargetDependency */, + 46EB2E000197B0 /* PBXTargetDependency */, ); name = RCTTypeSafety; productName = RCTTypeSafety; @@ -14649,43 +19541,63 @@ }; DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */ = { isa = PBXNativeTarget; - buildConfigurationList = CCB48B89573E788FD9BA3989C39D11C1 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */; + buildConfigurationList = 46EB2E000166F0 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */; buildPhases = ( - 7E4D0332944DB659D7E9DDD096910504 /* Headers */, - E88E3B2D4829F82229C9E37211AEAABD /* Sources */, - DEBEC05C23CF3550C8532A4D66DF89F0 /* Frameworks */, + 46EB2E00016730 /* Headers */, + 46EB2E00016740 /* Sources */, + 46EB2E00016750 /* Frameworks */, ); buildRules = ( ); dependencies = ( - E4C886F2CD987CE878D0706DE7B67116 /* PBXTargetDependency */, - C0515CF95D6B3A9B1DF3F061DA958635 /* PBXTargetDependency */, - F7A26F9CED66C62D39C734F6D629C14A /* PBXTargetDependency */, - 10B9A2C530795EECB0B18EA417BF59A4 /* PBXTargetDependency */, - 51457C83047F8C61432CF1BBD228C928 /* PBXTargetDependency */, - 08CB7879E88651B1D5C30600628FD30C /* PBXTargetDependency */, - C1D6CF99083C1A735D1E33E191114CCD /* PBXTargetDependency */, - 5C3B988C519AAF88E3779B27F2F35421 /* PBXTargetDependency */, - 6CC442241C763D080EB355F000E509A8 /* PBXTargetDependency */, + 46EB2E0001C8B0 /* PBXTargetDependency */, + 46EB2E0001C890 /* PBXTargetDependency */, + 46EB2E0001C830 /* PBXTargetDependency */, + 46EB2E0001C850 /* PBXTargetDependency */, + 46EB2E0001C910 /* PBXTargetDependency */, + 46EB2E0001C870 /* PBXTargetDependency */, + 46EB2E0001C8D0 /* PBXTargetDependency */, + 46EB2E0001C8F0 /* PBXTargetDependency */, + 46EB2E0001C930 /* PBXTargetDependency */, ); name = "React-jsiexecutor"; productName = "React-jsiexecutor"; productReference = F2E7C88DFCD460A4B46B913ADEB8A641 /* React-jsiexecutor */; productType = "com.apple.product-type.library.static"; }; - DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */ = { + DAFE14075070BE107E29502EB86AD770 /* React-performancetimeline */ = { isa = PBXNativeTarget; - buildConfigurationList = FD923C28A7771B95642BB1AD8AED0BC4 /* Build configuration list for PBXNativeTarget "React-RCTText" */; + buildConfigurationList = 46EB2E00017160 /* Build configuration list for PBXNativeTarget "React-performancetimeline" */; buildPhases = ( - A43D2E0CF1ED71102B2388FE591B9306 /* Headers */, - 374DEA1F1A87A793A69A5184BBB44770 /* Sources */, - 2157AAF1932F267CDAE1D404743C634C /* Frameworks */, + 46EB2E000171A0 /* Headers */, + 46EB2E000171B0 /* Sources */, + 46EB2E000171C0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - C4E70F0A251971E3533E84A517D63C55 /* PBXTargetDependency */, - 502A21EF1FDD816E3B11A52D3120B9A7 /* PBXTargetDependency */, + 46EB2E0001CD70 /* PBXTargetDependency */, + 46EB2E0001CD50 /* PBXTargetDependency */, + 46EB2E0001CD30 /* PBXTargetDependency */, + ); + name = "React-performancetimeline"; + productName = "React-performancetimeline"; + productReference = 352F9F936BFB55B5F0044EEC7E7D0B6F /* React-performancetimeline */; + productType = "com.apple.product-type.library.static"; + }; + DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */ = { + isa = PBXNativeTarget; + buildConfigurationList = 46EB2E00014A20 /* Build configuration list for PBXNativeTarget "React-RCTText" */; + buildPhases = ( + 46EB2E00014A60 /* Headers */, + 46EB2E00014A70 /* Sources */, + 46EB2E00014A80 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 46EB2E0001B250 /* PBXTargetDependency */, + 46EB2E0001B230 /* PBXTargetDependency */, ); name = "React-RCTText"; productName = "React-RCTText"; @@ -14694,28 +19606,28 @@ }; E16E206437995280D349D4B67695C894 /* React-CoreModules */ = { isa = PBXNativeTarget; - buildConfigurationList = A1FB14C34121F8B09494B4C2987521FC /* Build configuration list for PBXNativeTarget "React-CoreModules" */; + buildConfigurationList = 46EB2E00011620 /* Build configuration list for PBXNativeTarget "React-CoreModules" */; buildPhases = ( - E574165F568D2A9C253E3ED80F6E00A9 /* Headers */, - 8751296A2D024B2BE50B5E99BCF5CCE8 /* Sources */, - 2FAAB0F250DA7C87EC32A3C606E3F705 /* Frameworks */, + 46EB2E00011660 /* Headers */, + 46EB2E00011670 /* Sources */, + 46EB2E00011680 /* Frameworks */, ); buildRules = ( ); dependencies = ( - B49A68A2C4542C44A886A8FC1CE32337 /* PBXTargetDependency */, - C6D6C5BE53370F6D85113E4B637DDD46 /* PBXTargetDependency */, - 0A19444D696B2F7D2D3495C2F6C4CC57 /* PBXTargetDependency */, - 0706E9D5B086ABE49512284DAE8918A6 /* PBXTargetDependency */, - 71DECE18CF0C0BF430EA4560EEE4F8D0 /* PBXTargetDependency */, - 5DD796E26F57390AA871893AB818D5B5 /* PBXTargetDependency */, - 90D1023C773FB943FFF5BE48C8FE1245 /* PBXTargetDependency */, - A810B75B2DA6E1C5FF9D46B8550BBF87 /* PBXTargetDependency */, - 3569AB436EAAC1378306D245BE2068FB /* PBXTargetDependency */, - 01CBE6A48BDCA900BF39F27D3CFE1071 /* PBXTargetDependency */, - 822AACB48ACE49FF6D3C6958279B7C36 /* PBXTargetDependency */, - 2FA55BE24516EC39765F3671D6B34744 /* PBXTargetDependency */, - EC2019B59E1DF7094200CCF859461490 /* PBXTargetDependency */, + 46EB2E00019B10 /* PBXTargetDependency */, + 46EB2E00019B50 /* PBXTargetDependency */, + 46EB2E00019B70 /* PBXTargetDependency */, + 46EB2E00019B90 /* PBXTargetDependency */, + 46EB2E00019C90 /* PBXTargetDependency */, + 46EB2E00019BF0 /* PBXTargetDependency */, + 46EB2E00019BB0 /* PBXTargetDependency */, + 46EB2E00019BD0 /* PBXTargetDependency */, + 46EB2E00019C30 /* PBXTargetDependency */, + 46EB2E00019C50 /* PBXTargetDependency */, + 46EB2E00019C70 /* PBXTargetDependency */, + 46EB2E00019C10 /* PBXTargetDependency */, + 46EB2E00019B30 /* PBXTargetDependency */, ); name = "React-CoreModules"; productName = "React-CoreModules"; @@ -14724,19 +19636,20 @@ }; EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */ = { isa = PBXNativeTarget; - buildConfigurationList = 381E1062E6FB188AB848787017EC2BDC /* Build configuration list for PBXNativeTarget "RCT-Folly" */; + buildConfigurationList = 46EB2E0000DF50 /* Build configuration list for PBXNativeTarget "RCT-Folly" */; buildPhases = ( - 3802C216523CEC23287C221FAFBA9AB4 /* Headers */, - B489CF7D76D7BA79D401CE00C368A32E /* Sources */, - 5F9EF9BEC9FCDC5D3AE140E620C6B98B /* Frameworks */, + 46EB2E0000DF90 /* Headers */, + 46EB2E0000DFA0 /* Sources */, + 46EB2E0000DFB0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - F241506D7A161166BF778B64BE453760 /* PBXTargetDependency */, - CB9A152153C29345DBB15689DFF6AF6D /* PBXTargetDependency */, - 27481B55F7BA801549B92863A92D03A0 /* PBXTargetDependency */, - 797BCA45CE578CA4D57CC1B7902E0A9E /* PBXTargetDependency */, + 46EB2E00019710 /* PBXTargetDependency */, + 46EB2E000196D0 /* PBXTargetDependency */, + 46EB2E000196F0 /* PBXTargetDependency */, + 46EB2E00019750 /* PBXTargetDependency */, + 46EB2E00019730 /* PBXTargetDependency */, ); name = "RCT-Folly"; productName = "RCT-Folly"; @@ -14745,15 +19658,17 @@ }; F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */ = { isa = PBXNativeTarget; - buildConfigurationList = C89D1298AF625430EE76A684C1B880DD /* Build configuration list for PBXNativeTarget "React-perflogger" */; + buildConfigurationList = 46EB2E00016FD0 /* Build configuration list for PBXNativeTarget "React-perflogger" */; buildPhases = ( - 89B9813220D16CF3FEB92914ED760BAB /* Headers */, - 304774B53B354FB627C4F902AED38D8C /* Sources */, - E612D32079C165657D602AEA2E443355 /* Frameworks */, + 46EB2E00017010 /* Headers */, + 46EB2E00017020 /* Sources */, + 46EB2E00017030 /* Frameworks */, ); buildRules = ( ); dependencies = ( + 46EB2E0001CD10 /* PBXTargetDependency */, + 46EB2E0001CCF0 /* PBXTargetDependency */, ); name = "React-perflogger"; productName = "React-perflogger"; @@ -14762,22 +19677,23 @@ }; F7D033C4C128EECAA020990641FA985F /* React-jsinspector */ = { isa = PBXNativeTarget; - buildConfigurationList = E34AD46C46D2C11A368D9C203D8F1CAD /* Build configuration list for PBXNativeTarget "React-jsinspector" */; + buildConfigurationList = 46EB2E00016810 /* Build configuration list for PBXNativeTarget "React-jsinspector" */; buildPhases = ( - B333D2287E3F7307EF323DB38373B355 /* Headers */, - 0558FA5ED2BDFBD1113B2DC9B7D581DC /* Sources */, - D5ED3BCBB14DD905CF17AE81D390D95A /* Frameworks */, + 46EB2E00016850 /* Headers */, + 46EB2E00016860 /* Sources */, + 46EB2E00016870 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 1CE3C10FA2AB66D5D2AC1A8A6E2799AE /* PBXTargetDependency */, - F6A945E68D56798359E4BF35E5930B44 /* PBXTargetDependency */, - 5C421DDE53C44DAE264B76E3288EEED4 /* PBXTargetDependency */, - 7D5C05A43BE96BCBF269F665CB17C8A6 /* PBXTargetDependency */, - 20C372C18B349695C9BD66E78D906CD8 /* PBXTargetDependency */, - 5DACF0F48FB584846A5BC9BADF9149A8 /* PBXTargetDependency */, - 0F697979C10C1469C1FE4927289BBE4C /* PBXTargetDependency */, + 46EB2E0001C9B0 /* PBXTargetDependency */, + 46EB2E0001C970 /* PBXTargetDependency */, + 46EB2E0001C990 /* PBXTargetDependency */, + 46EB2E0001C9F0 /* PBXTargetDependency */, + 46EB2E0001CA10 /* PBXTargetDependency */, + 46EB2E0001C9D0 /* PBXTargetDependency */, + 46EB2E0001C950 /* PBXTargetDependency */, + 46EB2E0001CA30 /* PBXTargetDependency */, ); name = "React-jsinspector"; productName = "React-jsinspector"; @@ -14786,21 +19702,21 @@ }; FA877ADC442CB19CF61793D234C8B131 /* React-jsi */ = { isa = PBXNativeTarget; - buildConfigurationList = ED7A582DC2ADE4366496F7496B96E2A3 /* Build configuration list for PBXNativeTarget "React-jsi" */; + buildConfigurationList = 46EB2E00016560 /* Build configuration list for PBXNativeTarget "React-jsi" */; buildPhases = ( - 58CAB866781C58A558CE5EBC20A1FD37 /* Headers */, - 408F85EBCA16D275CB15DECF898B37F6 /* Sources */, - 5AF8C549A0BFD82182B4402B0CA203A9 /* Frameworks */, + 46EB2E000165A0 /* Headers */, + 46EB2E000165B0 /* Sources */, + 46EB2E000165C0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - E8DF75B3956A90718CE7815FFFDB6995 /* PBXTargetDependency */, - 279A6FA2F82D4CEF498C489F70006B5F /* PBXTargetDependency */, - F601FD03790A43F6D7F93C8EF042C3BD /* PBXTargetDependency */, - 80BA187F8D6483C1B53C69D65D51C26F /* PBXTargetDependency */, - E5BBBEB7EF912A37F3187EB2E10C3F0A /* PBXTargetDependency */, - 3974DDA570805F2C82A56F7A64214FD1 /* PBXTargetDependency */, + 46EB2E0001C790 /* PBXTargetDependency */, + 46EB2E0001C7D0 /* PBXTargetDependency */, + 46EB2E0001C770 /* PBXTargetDependency */, + 46EB2E0001C7B0 /* PBXTargetDependency */, + 46EB2E0001C7F0 /* PBXTargetDependency */, + 46EB2E0001C810 /* PBXTargetDependency */, ); name = "React-jsi"; productName = "React-jsi"; @@ -14810,87 +19726,59 @@ /* End PBXNativeTarget section */ /* Begin PBXProject section */ - BFDFE7DC352907FC980B868725387E98 /* Project object */ = { + 46EB2E00000000 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 1600; LastUpgradeCheck = 1600; }; - buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; + buildConfigurationList = 46EB2E00000030 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 16.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( Base, - ar, - cs, - da, - de, - el, en, - "en-GB", - es, - "es-ES", - fi, - fr, - he, - hi, - hr, - hu, - id, - it, - ja, - ko, - ms, - nb, - nl, - pl, - pt, - "pt-PT", - ro, - ru, - sk, - sv, - th, - tr, - uk, - vi, - "zh-Hans", - "zh-Hant", - "zh-Hant-HK", - zu, ); - mainGroup = CF1408CF629C7361332E53B88F7BD30C; + mainGroup = 46EB2E00000010; minimizedProjectReferenceProxies = 0; preferredProjectObjectVersion = 77; - productRefGroup = BA930D8CB52685DBDD1C7012BA94717C /* Products */; + productRefGroup = 46EB2E00000020 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */, + 01B01C0FA0EE5B803ADA8C8412BDB42A /* boost-boost_privacy */, 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */, 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */, 02B79DFED924FA19CA90EC69614733E1 /* fmt */, D0EFEFB685D97280256C559792236873 /* glog */, + 9E6B7857CC223C0629E4C37E6386FC96 /* glog-glog_privacy */, 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */, - 50B2483CB4F92294B127A66DE6A40AF9 /* Pods-ARMSXHost */, + 303E4F74468293DD0ADC5A3B360C5A64 /* Pods-ARMSX */, EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */, + 331AFAADB024F73370A9DC6FBD7A5A22 /* RCT-Folly-RCT-Folly_privacy */, 5211B5AB7B81060AA8E78614DD75D3AB /* RCTDeprecation */, E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */, D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */, 1BEE828C124E6416179B904A9F66D794 /* React */, 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */, - 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */, 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */, - D0DD0961119C95E188122B13F3BF4380 /* React-Core-RCTI18nStrings */, + 01AC85171CD34CE333A282F86AF23574 /* React-Core-React-Core_privacy */, E16E206437995280D349D4B67695C894 /* React-CoreModules */, 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */, + 06B0CBCF02BDD3DC07AB5FEBFCD7AB57 /* React-cxxreact-React-cxxreact_privacy */, 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */, + 78233AC74A2157BF11DB49007B4D8AB9 /* React-defaultsnativemodule */, + 2ACDD3431C61DFC9B29FFF4759C410F1 /* React-domnativemodule */, 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */, + 5A82D8EF2B70588C11106073DC0D6D32 /* React-FabricComponents */, A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */, 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */, + 90E9B21807636D8AD57AF521B7B6804D /* React-featureflagsnativemodule */, 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */, 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */, + 1925B2CA820D27AB7F1A2B7094CCE7A8 /* React-idlecallbacksnativemodule */, B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */, 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */, FA877ADC442CB19CF61793D234C8B131 /* React-jsi */, @@ -14899,9 +19787,11 @@ 718331030FAA6D88E74D4B2240BB4AC8 /* React-jsitracing */, 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */, 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */, + 84B49F96DAE73A9B197F6BB9A2BBA18F /* React-microtasksnativemodule */, B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */, 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */, F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */, + DAFE14075070BE107E29502EB86AD770 /* React-performancetimeline */, 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */, 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */, C2B1B75CCC326124F29FE703CC59BFB7 /* React-RCTAppDelegate */, @@ -14913,6 +19803,7 @@ 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */, DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */, 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */, + 15C7893ABA2A4C9B1E8D2570FF37625E /* React-rendererconsistency */, 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */, B41E34C6B259B9994C513BE178912491 /* React-rncore */, 91D38B18A4E42B1622B83F450706C2F5 /* React-RuntimeApple */, @@ -14920,7 +19811,9 @@ 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */, 0EF07AE1AD53436E8D2B9B0086EA0163 /* React-RuntimeHermes */, 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */, + D22F10E51610C1C53DAAF1697F2C76A9 /* React-timing */, 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */, + 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */, B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */, 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */, 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */, @@ -14929,54 +19822,47 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 73EDC901703C786980CA6C4DDD36322C /* Resources */ = { + 46EB2E0000E030 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E0000FBD0 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E0000FBE0 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000155C0 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000155D0 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018870 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018B70 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - DB889D79580218EBC32588970F58CEA1 /* ar.lproj in Resources */, - 33C4806E9B39AAA320F54A13FD1D0566 /* cs.lproj in Resources */, - A4A8DDA22A9361616528241AC0E0E666 /* da.lproj in Resources */, - 51ADB78FD5BBA5E0D4B8DDCBD1EE8E45 /* de.lproj in Resources */, - D4AD925394DFAAB2127EEC7ECBDD6F1F /* el.lproj in Resources */, - 8A111DA626FE4359126B607C795785AB /* en.lproj in Resources */, - 784F7B3161A8C498FD7F6EA45809263A /* en-GB.lproj in Resources */, - F0C7F57060B0E4ED95049C3B5468C0CA /* es.lproj in Resources */, - F785697D9F744A3081F3CF2F8CF255A2 /* es-ES.lproj in Resources */, - EFC1EA1DF05AFD2DE2D2FD080A2D38B8 /* fi.lproj in Resources */, - 8F2BF0E7ED003D9FC2188A8E1E36AE60 /* fr.lproj in Resources */, - 35A29B237E0E61EDFFDE9868AE98BDF6 /* he.lproj in Resources */, - 30073CFBDFA2708E0A341FD43DF79925 /* hi.lproj in Resources */, - 5D9E8557FA1EF14DB07EFC4A84D7ACDB /* hr.lproj in Resources */, - 81E8B5EB085A531C2F117FFC7FA73019 /* hu.lproj in Resources */, - 9E9C1704A6FCA4ED16BC130C1E14800B /* id.lproj in Resources */, - F14084698CE5522C467B60D63ABA6677 /* it.lproj in Resources */, - 1A5580BEC56FF7BAB5AB1D6B505D1B7C /* ja.lproj in Resources */, - 2445A398522886751233DC84ED88C38B /* ko.lproj in Resources */, - C3452CB44812CA34FB071A836C129EA5 /* ms.lproj in Resources */, - 62F87E981DA96096A6064B16B3257FD6 /* nb.lproj in Resources */, - 176162304526B580E5823B729C8E3B1D /* nl.lproj in Resources */, - 0E6ACCA8BCDED8C47E4E9702BA12CE9D /* pl.lproj in Resources */, - 2D1F93C72D946656589A5BD5CB3CE6F9 /* pt.lproj in Resources */, - 11B651B56877831ED7FB1047DBC6C5C4 /* pt-PT.lproj in Resources */, - 8A423313A3BFA2E4D0259E3540A964BA /* ro.lproj in Resources */, - 8AB53D147E6CB01877F17367CB3CF27E /* ru.lproj in Resources */, - A1EC5017517E8089BAE4C529C61E2C98 /* sk.lproj in Resources */, - 0BBD7541E9A0D763DF5C4EC5E09765C2 /* sv.lproj in Resources */, - 8A7D29BC13F5DB0DEA87720B6B15FCE4 /* th.lproj in Resources */, - 9397090E873C8662E71FBF5157F15B1B /* tr.lproj in Resources */, - 36F7EBCBAB8DFD1464BDA746EB26E2BA /* uk.lproj in Resources */, - F0E1620AF2815E68CEAB8DE2E5BFEBBB /* vi.lproj in Resources */, - CA9C7064F9985BB31A859E020B2312E7 /* zh-Hans.lproj in Resources */, - EFD32FC5DD56BA5E2D59734039296964 /* zh-Hant.lproj in Resources */, - B51F772CBCDCC57E274B6C9844858BB6 /* zh-Hant-HK.lproj in Resources */, - 55E05075DC3EC1CEE6E4492B6F49268D /* zu.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 040CB827FE6AFC029D465737E10FEAF0 /* [CP-User] [RN]Check rncore */ = { + 46EB2E00018E70 /* [CP-User] [RN]Check rncore */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -14986,7 +19872,32 @@ 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"; }; - 083F880EAD58B71F02826DD39585FFB1 /* [CP] Copy XCFrameworks */ = { + 46EB2E00018E80 /* [CP-User] [RN]Check rncore */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + 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"; + }; + 46EB2E00018E90 /* [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"; + }; + 46EB2E00018EA0 /* [CP] Copy XCFrameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -15003,7 +19914,7 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/hermes-engine/hermes-engine-xcframeworks.sh\"\n"; showEnvVarsInLog = 0; }; - 1D89A4AAF7F7BE13E7387F4039C77746 /* [CP-User] [Hermes] Replace Hermes for the right configuration, if needed */ = { + 46EB2E00018EB0 /* [CP-User] [Hermes] Replace Hermes for the right configuration, if needed */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -15011,4172 +19922,4460 @@ name = "[CP-User] [Hermes] Replace Hermes for the right configuration, if needed"; runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = " if [ -z \"$REACT_NATIVE_PATH\" ] || [ ! -f \"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\" ]; then\n REACT_NATIVE_PATH=\"${PODS_ROOT}/../node_modules/react-native\"\n fi\n\n . \"$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.3\" -p \"$PODS_ROOT\"\n"; - }; - 3C9A7D15B35F9DF12B5F3ACFA8ABE67B /* [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"; + 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.76.0\" -p \"$PODS_ROOT\"\n"; }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 0085E9CC15295E2D9F637A9FCB183BA0 /* Sources */ = { + 46EB2E0000DD00 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C55C85FF41F71A748409D7992A37264C /* BridgelessJSCallInvoker.cpp in Sources */, - DD7444B2DB7FFAF6A25EC374011A225B /* BridgelessNativeMethodCallInvoker.cpp in Sources */, - FBF8B42A2CE627B303DD402294DA9C2C /* BufferedRuntimeExecutor.cpp in Sources */, - 2FBED75B29134E3E85F1751FF9CC18F9 /* JSRuntimeFactory.cpp in Sources */, - B9C6D8A0B44502674D92E37E96B827D7 /* LegacyUIManagerConstantsProviderBinding.cpp in Sources */, - B6CC6B9573CB382D60F3C8A55597C475 /* React-RuntimeCore-dummy.m in Sources */, - 0C2801ABA27482DF697B3ED72F9D54AB /* ReactInstance.cpp in Sources */, - 384591BCA39983030E1C94DB4223B421 /* TimerManager.cpp in Sources */, + 46EB2E0000DD30 /* bignum.cc in Sources */, + 46EB2E0000DD20 /* bignum-dtoa.cc in Sources */, + 46EB2E0000DD40 /* cached-powers.cc in Sources */, + 46EB2E0000DD50 /* diy-fp.cc in Sources */, + 46EB2E0000DD60 /* double-conversion.cc in Sources */, + 46EB2E0000DEC0 /* DoubleConversion-dummy.m in Sources */, + 46EB2E0000DD70 /* fast-dtoa.cc in Sources */, + 46EB2E0000DD80 /* fixed-dtoa.cc in Sources */, + 46EB2E0000DD90 /* strtod.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 030C20FDA71F1BAFECCD2535F3C41101 /* Sources */ = { + 46EB2E0000DFA0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4C867398D630554414853A1F7A825E18 /* JsErrorHandler.cpp in Sources */, - CDDA135A7A5F1E7C3FC87082D746373B /* React-jserrorhandler-dummy.m in Sources */, + 46EB2E0000E1D0 /* AtFork.cpp in Sources */, + 46EB2E0000F460 /* CacheLocality.cpp in Sources */, + 46EB2E0000E070 /* Conv.cpp in Sources */, + 46EB2E0000E170 /* CString.cpp in Sources */, + 46EB2E0000E080 /* Demangle.cpp in Sources */, + 46EB2E0000E0F0 /* dynamic.cpp in Sources */, + 46EB2E0000E180 /* Exception.cpp in Sources */, + 46EB2E0000E120 /* F14Table.cpp in Sources */, + 46EB2E0000E090 /* FileUtil.cpp in Sources */, + 46EB2E0000E130 /* FileUtilDetail.cpp in Sources */, + 46EB2E0000E0A0 /* Format.cpp in Sources */, + 46EB2E0000F470 /* Futex.cpp in Sources */, + 46EB2E0000E100 /* json.cpp in Sources */, + 46EB2E0000E110 /* json_pointer.cpp in Sources */, + 46EB2E0000F490 /* Malloc.cpp in Sources */, + 46EB2E0000E190 /* MallocImpl.cpp in Sources */, + 46EB2E0000E1A0 /* NetOps.cpp in Sources */, + 46EB2E0000F480 /* ParkingLot.cpp in Sources */, + 46EB2E0000F770 /* RCT-Folly-dummy.m in Sources */, + 46EB2E0000E0B0 /* SafeAssert.cpp in Sources */, + 46EB2E0000E1C0 /* SanitizeThread.cpp in Sources */, + 46EB2E0000E0D0 /* ScopeGuard.cpp in Sources */, + 46EB2E0000F450 /* SharedMutex.cpp in Sources */, + 46EB2E0000E140 /* SplitStringSimd.cpp in Sources */, + 46EB2E0000E160 /* SpookyHashV2.cpp in Sources */, + 46EB2E0000E060 /* String.cpp in Sources */, + 46EB2E0000E1B0 /* SysUio.cpp in Sources */, + 46EB2E0000E1E0 /* ThreadId.cpp in Sources */, + 46EB2E0000E0C0 /* ToAscii.cpp in Sources */, + 46EB2E0000E0E0 /* Unicode.cpp in Sources */, + 46EB2E0000E150 /* UniqueInstance.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 0558FA5ED2BDFBD1113B2DC9B7D581DC /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 00AE2243BB45765F86253919CEACD2E0 /* ExecutionContext.cpp in Sources */, - 1C96068D7ADC8D964DE058388B9925B8 /* ExecutionContextManager.cpp in Sources */, - CFE4B611C969CB9480D0F6C1689757C0 /* FallbackRuntimeAgentDelegate.cpp in Sources */, - 42A1E9EB2A7FB4E6D693D43E689294E9 /* InspectorFlags.cpp in Sources */, - F6DED765DFFAD3268E36B054ABC61F4F /* InspectorInterfaces.cpp in Sources */, - A633B367D1FD1F173421CCC5999A0C22 /* InspectorPackagerConnection.cpp in Sources */, - 4BBF3F420AB544EA6A6BC39A83A2E566 /* InspectorUtilities.cpp in Sources */, - 6721CF9C9CDF2987EFEFE95A88A03BBD /* InstanceAgent.cpp in Sources */, - 6CAE84FB85923D4F08F652C5A98C2334 /* InstanceTarget.cpp in Sources */, - C1A8C24B03FFAAE79B2FFF613F00285A /* PageAgent.cpp in Sources */, - 56766241F05E545AFC4A4C7F35D9FA21 /* PageTarget.cpp in Sources */, - 1ABAF338C8CE1A03B6919392BC354C0B /* Parsing.cpp in Sources */, - E243486EE05F4A0E111DDE0F7460DDBD /* React-jsinspector-dummy.m in Sources */, - B5646753605B51E8E514FA569CB322AB /* RuntimeAgent.cpp in Sources */, - 484BC84244C22B3C5BA295A188C2ED3B /* RuntimeTarget.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 29D6B7F9DE6493645AACE8894F70A972 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 38E5FE54CAAE32410832ACE7B414CB4E /* RCTAnimatedImage.mm in Sources */, - 6F3F1A1F6E6186650AC658E199A72DCE /* RCTBundleAssetImageLoader.mm in Sources */, - 5CA6F4C134097AE02FD9E93951379FEE /* RCTDisplayWeakRefreshable.mm in Sources */, - 5736738FA0D445891A5F7FAB42E87A07 /* RCTGIFImageDecoder.mm in Sources */, - 4BBC96B9E9321CB13BA96497727B948C /* RCTImageBlurUtils.mm in Sources */, - 73E57733711FDF8C403260D1C8EA9ACF /* RCTImageCache.mm in Sources */, - 3635216C73206B6802BBED4D3E08CC10 /* RCTImageEditingManager.mm in Sources */, - BF4F84B9817DB235D11262372B5358F2 /* RCTImageLoader.mm in Sources */, - 4820473F4336EB24D8FDB04AC93B492D /* RCTImagePlugins.mm in Sources */, - CC0B6021DCD2E52815E6B72FBE7C8943 /* RCTImageShadowView.mm in Sources */, - 946E2793080701BC5ABDF3A3405480CE /* RCTImageStoreManager.mm in Sources */, - 425DE97F67FC1B8273D0AEC2C8DDC850 /* RCTImageURLLoaderWithAttribution.mm in Sources */, - 61A469E4A4052D963E55E257C7E6CB55 /* RCTImageUtils.mm in Sources */, - 995BC130C26D667DB78B79C89A9F20DB /* RCTImageView.mm in Sources */, - 810DBA11215DB6DAE5655B64BE8283C1 /* RCTImageViewManager.mm in Sources */, - D5ADF74A9A18F3E5BBAC1147CCA7CF1E /* RCTLocalAssetImageLoader.mm in Sources */, - 9B9F38C0783D14C0E858874F1B96D7F9 /* RCTResizeMode.mm in Sources */, - 1CBD5F9B1188EF1B9BEDBADF2A0C9337 /* RCTUIImageViewAnimated.mm in Sources */, - 7A783BE8B99FAAD6BD58F1AA8401D309 /* React-RCTImage-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2A963E4165FC5E04975FFF371EB1EF49 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FD155E07C46921585C1DCB8BEE5AD1A7 /* Pods-ARMSXHost-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 304774B53B354FB627C4F902AED38D8C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D740046A72B4C3C1613D64319DFED4BD /* BridgeNativeModulePerfLogger.cpp in Sources */, - 70397496ABC55BCDA9CF7ED242BF6BA0 /* React-perflogger-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 374DEA1F1A87A793A69A5184BBB44770 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 20F0A9FE2840537DE4729F65191B55DE /* NSTextStorage+FontScaling.m in Sources */, - A6065452C2433FE5F382F734C726AC7A /* RCTBackedTextInputDelegateAdapter.mm in Sources */, - C24001F93A91C4BB500AF3672298224A /* RCTBaseTextInputShadowView.mm in Sources */, - 770A005CCE59A4B091A686341028CAD9 /* RCTBaseTextInputView.mm in Sources */, - 020DE1EB4F49881717D898562BAF3D6B /* RCTBaseTextInputViewManager.mm in Sources */, - 2FDA0EFDD591F6C208CC1AD9422482C7 /* RCTBaseTextShadowView.mm in Sources */, - 8C5C03861B599DF3116CE63423EABF43 /* RCTBaseTextViewManager.mm in Sources */, - 4B07857AB28CE47F9B27C788B91F3F5D /* RCTConvert+Text.mm in Sources */, - 631734B15D0C861FE2E2622F329F8887 /* RCTDynamicTypeRamp.mm in Sources */, - 58E5C29199DDF66C66B8FF72193FFC77 /* RCTInputAccessoryShadowView.mm in Sources */, - C7CF51506C29C547F6DD9098D47498C5 /* RCTInputAccessoryView.mm in Sources */, - C9AD658EBBB873E6D79C0F3140AA9D53 /* RCTInputAccessoryViewContent.mm in Sources */, - 090E54C8B39535299F6AFF60B62B5254 /* RCTInputAccessoryViewManager.mm in Sources */, - 10CD8890780D2C6E3E8267689FEE6997 /* RCTMultilineTextInputView.mm in Sources */, - D8F417727DD2013FD686E6C3BFE483C2 /* RCTMultilineTextInputViewManager.mm in Sources */, - 443733356F7C11D764CD36FAE93E4E00 /* RCTRawTextShadowView.mm in Sources */, - 9BAAA6963DCF8F23F4379DA342CF0A69 /* RCTRawTextViewManager.mm in Sources */, - 5E146150C32F64331E6B0D1C0AD82C50 /* RCTSinglelineTextInputView.mm in Sources */, - 15C1E44A171498B0A00D058B92C2AF6E /* RCTSinglelineTextInputViewManager.mm in Sources */, - 8533541E7B4FF615A3A1AB6A051245B3 /* RCTTextAttributes.mm in Sources */, - EEF3F5528172F987EC1ECB0BB2433236 /* RCTTextSelection.mm in Sources */, - A55300A6FCE3D8E07183D3C16275868D /* RCTTextShadowView.mm in Sources */, - 7D762E98ED13F2DF2D5938CF048D102A /* RCTTextView.mm in Sources */, - E6EB90A55DB05AE69C46EB06A4640DCB /* RCTTextViewManager.mm in Sources */, - 13F83FBB7500195B71D9904939662B96 /* RCTUITextField.mm in Sources */, - 50621CE0C43CC7160131D363934AAC32 /* RCTUITextView.mm in Sources */, - C9E367B272BE35072A737A2B699315DB /* RCTVirtualTextShadowView.mm in Sources */, - 9C18B76B691093A89984DCA78C0A4FB1 /* RCTVirtualTextView.mm in Sources */, - DCE56A7BC5336A895D6CA688586487C7 /* RCTVirtualTextViewManager.mm in Sources */, - A97E94A30FD77085D5A4E93F927B1522 /* React-RCTText-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 408F85EBCA16D275CB15DECF898B37F6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 84C20344CF81B8C16D75B5653DBDDA53 /* JSIDynamic.cpp in Sources */, - 8BFA2D67454F4F0B91B187264A1A1FC8 /* React-jsi-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 41EF2B4DCFA0B6B838DB397F1ACFB7A0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4292EBBA1AEEDA1551F8B91EB9A1587A /* React-debug-dummy.m in Sources */, - 3DE4608A599E3F2428DDD25814F0BF93 /* react_native_assert.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4211065A2C4AA79D02566EA52FC1CEAF /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BBC8197793392FA6D106E0E3E3713DFC /* ImageManager.mm in Sources */, - BA0D1DD0B579480BA4EE9536CE1F1689 /* RCTImageManager.mm in Sources */, - C9FA92BB4B6A9C534006CD4CE362F6DF /* RCTSyncImageManager.mm in Sources */, - 8D0156E2B9B2285FAFB9A6C6F7573DEB /* React-ImageManager-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 452AA6EF120A5598C567FF765C8946FC /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 232757DDE2BE0174CA3E056903C47EA9 /* RCTBlobCollector.mm in Sources */, - CCF82515CB0ACF0959E8DE130DCEB95C /* RCTBlobManager.mm in Sources */, - 8314EDBFED2EF7B6FAABE9F83BCC29C1 /* RCTBlobPlugins.mm in Sources */, - 50A5F5048358160C41B7D3336A22D168 /* RCTFileReaderModule.mm in Sources */, - 5B1292DE8BA7DDD9E7B463F296C0F699 /* React-RCTBlob-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4BC6110BA6F91E95D332E6FD4479E41C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9357144BBF64A5EAE7976F7E25D00006 /* RCTDeprecation.m in Sources */, - 6B0C42460E1166FEA6AD630688CACA71 /* RCTDeprecation-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4CC6D26A4E231D8EDCC5E0EE333A52B4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - CA5C02BA578DFBFBF191FD26A3C8ACFA /* bignum.cc in Sources */, - A16C1ED5BF6794CA645221EBACF83F19 /* bignum-dtoa.cc in Sources */, - E7DDE9E5AA7677CCDC4A1BF8D240C035 /* cached-powers.cc in Sources */, - 6831831B55A29ADD5276B053AC6CA5DC /* diy-fp.cc in Sources */, - 5DD344BDE40950B85A60A266CA1FA5CD /* double-conversion.cc in Sources */, - 9F29254019CC6D9587C25D041EE5E4F3 /* DoubleConversion-dummy.m in Sources */, - 529CE52C87E3BC24F37BB92F631DEF45 /* fast-dtoa.cc in Sources */, - 71938EDB8B2296FB3B2A728D6B032736 /* fixed-dtoa.cc in Sources */, - 7CA789346494A69CE17C32EE87F1A998 /* strtod.cc in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4F5EF04300D7E8C721072F35475C14B3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - EE1704C129541BD1B005843DF437C8E1 /* Color.cpp in Sources */, - C2E53DF0BC8EC3D2220EC08BD5729441 /* HostPlatformColor.mm in Sources */, - 022FF3174607235E876287A9FD9488B3 /* PlatformColorParser.mm in Sources */, - 121928D4DAA5F3AC9D970333EE8F66A7 /* RCTPlatformColorUtils.mm in Sources */, - 1B9B1D4F7165BE7E02FB79CBF51A4CCC /* React-graphics-dummy.m in Sources */, - BD0D9712B95CE16CB286B8D56691FC6B /* Transform.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 51E83D4CC17973CFBEAC1F1485727ACF /* Sources */ = { + 46EB2E0000E010 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 52B9BC5B626A55315A1E6812A0736B52 /* Sources */ = { + 46EB2E0000F7E0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AC5C518F0D38ECF20F0DF23BD04138D1 /* fmt-dummy.m in Sources */, - BA789B5B4BCF3D88B17F3C595D9289B1 /* format.cc in Sources */, + 46EB2E0000F800 /* RCTDeprecation.m in Sources */, + 46EB2E0000F8A0 /* RCTDeprecation-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5470F4F95F8CCA22A01F6EFD655EE843 /* Sources */ = { + 46EB2E0000F980 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 58C01A68B72FCC9DB1C1A2E3A8417C0A /* NSRunLoop+SRWebSocket.m in Sources */, - 83CFB2294C42CD083ECA63136DA32DD5 /* NSURLRequest+SRWebSocket.m in Sources */, - 9F3E8600CD88BC420A107DB7922224A7 /* SocketRocket-dummy.m in Sources */, - A2B148A89BC79B488FD45A56567F4157 /* SRConstants.m in Sources */, - A8DBA31C15AB16812579946F3DA4EFE7 /* SRDelegateController.m in Sources */, - 6FBAA7EA87C5735B8798CCAF1D4AB855 /* SRError.m in Sources */, - 90004D86FDC3B2957C47D9916F5C2BA3 /* SRHash.m in Sources */, - A553BF97D05CF23FD8F898FC41EDE3BD /* SRHTTPConnectMessage.m in Sources */, - 99417EF38B4D2685470FAED1963B57F4 /* SRIOConsumer.m in Sources */, - 6E1F4AC2A4B35D41C6796898FDEBDC68 /* SRIOConsumerPool.m in Sources */, - 339C0E3F7A7E12BF0BB755FD04FB3187 /* SRLog.m in Sources */, - 28B15A732056CA20CDE04354421A6AD6 /* SRMutex.m in Sources */, - 74F254C54C5AE55DC7575F6D5D12AACE /* SRPinningSecurityPolicy.m in Sources */, - 4A735C387E2461A2EA77AD2383C468BE /* SRProxyConnect.m in Sources */, - 10B1614701E850A83E35CC958649B027 /* SRRandom.m in Sources */, - C0E32E20DACC194F87E8DA31536B7037 /* SRRunLoopThread.m in Sources */, - 218EAC5B50B458163D5BB37E37D661CF /* SRSecurityPolicy.m in Sources */, - 54DBAAFFAB29971DB1A1EF722AB607BB /* SRSIMDHelpers.m in Sources */, - 8C54F5C544B784E85DF67C0BDDA4E1FC /* SRURLUtilities.m in Sources */, - 7518C77DEB6D7F9CDF2DFEA917ADB063 /* SRWebSocket.m in Sources */, + 46EB2E0000F9A0 /* RCTConvertHelpers.mm in Sources */, + 46EB2E0000F9B0 /* RCTTypedModuleConstants.mm in Sources */, + 46EB2E0000FA60 /* RCTTypeSafety-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 640963E27D481FCA4330D46F47E877E5 /* Sources */ = { + 46EB2E0000FB40 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DCC3AA00AFAA05E7D31C10BE2FE993DB /* NSDataBigString.mm in Sources */, - 4AF1D94AA2E44D7D7A269796E33F10AE /* RCTActivityIndicatorView.m in Sources */, - 0F88A508DC0D8AF4189A6C540C43820B /* RCTActivityIndicatorViewManager.m in Sources */, - 41BC66CFC9CBF83AC73BDDAF52471976 /* RCTAssert.m in Sources */, - 779EC687867130F99E3FD2D6A3C887EE /* RCTBorderDrawing.m in Sources */, - 78FFEF7E2895DDC3470D661EAF0BD49E /* RCTBridge.mm in Sources */, - D59CAAE6129C97192CBE0177DB8160C3 /* RCTBridgeConstants.m in Sources */, - 73BA3AE3FE6D7901EFBA00E23DEF39E4 /* RCTBridgeModuleDecorator.m in Sources */, - BE63D1A31CAA867F6A6AAB5C3D48C423 /* RCTBridgeProxy.mm in Sources */, - 45C2F908FCEBE5475204011FA3E3EB99 /* RCTBundleManager.m in Sources */, - 6A07C276771E677F2657A4C226E272E9 /* RCTBundleURLProvider.mm in Sources */, - E4C9EE5DFB8E69BA0AA9407F75090739 /* RCTCallableJSModules.m in Sources */, - E0D755BA0E25DBF1E78934774114B67C /* RCTComponentData.m in Sources */, - 98F07307DAAAB183041ABA6DAC94C22F /* RCTComponentEvent.m in Sources */, - BC6209E98C242A6F770A53A1CF8A8909 /* RCTConstants.m in Sources */, - 3FB8853F14205DF35EE5BC175C65176E /* RCTConvert.mm in Sources */, - 29AAA3420BE53B0FFFE92E270CB9CB42 /* RCTConvert+CoreLocation.m in Sources */, - A5BE62928A6F1AAA9EE48A14AC03E89B /* RCTConvert+Transform.m in Sources */, - E78E4FFE41C407B37B536C1C99BBF2A2 /* RCTCxxBridge.mm in Sources */, - 9D3872C5CF3992D6D7ED8B9E5537D68D /* RCTCxxConvert.m in Sources */, - 90E20A2662F57C78A0DBEF3039717826 /* RCTCxxInspectorPackagerConnection.mm in Sources */, - DB9FCAE69C5CCF0AE5C991DAC7487449 /* RCTCxxInspectorPackagerConnectionDelegate.mm in Sources */, - 0B8531D5637702973E829BB48C122C12 /* RCTCxxInspectorWebSocketAdapter.mm in Sources */, - 83B0F44627EEF9CAB0E9558CEA88296B /* RCTCxxMethod.mm in Sources */, - 66832B6C22C1D679F2F65A97D27F7A7A /* RCTCxxModule.mm in Sources */, - 600A0902347ADBB2F66EAEA34F50DDFE /* RCTCxxUtils.mm in Sources */, - EBC29E62F2CB7F431DF6E739CA22B78B /* RCTDebuggingOverlay.m in Sources */, - 60DBC80575BA59AAC44E45D342227C90 /* RCTDebuggingOverlayManager.m in Sources */, - C0FFEFC3CA81333FF80974F239821C9A /* RCTDefaultCxxLogFunction.mm in Sources */, - 8598EFDDD8714D9B19A63E9D43F28592 /* RCTDevLoadingViewSetEnabled.m in Sources */, - 02B9523346C19A2175BE94A15FB633DD /* RCTDisplayLink.m in Sources */, - 429718F75ADCE3A8D4A1634E5981ACA3 /* RCTErrorInfo.m in Sources */, - 752716B821A4238864D82CDC5107AEBC /* RCTEventDispatcher.m in Sources */, - 8843AFC2CFC4EA10BE9FC4DF8E2AC4BA /* RCTEventEmitter.m in Sources */, - CEF86A0E75951ED3BD11AD218B58152B /* RCTFollyConvert.mm in Sources */, - 09D9B74A915F72D4F923577B86E0F947 /* RCTFont.mm in Sources */, - 3031EF067E2B99FB554BF9F7820060D3 /* RCTFrameUpdate.m in Sources */, - A5E366C649A48AC0CAF74AD5725C73D6 /* RCTI18nUtil.m in Sources */, - 3F67BF31B1857EBA66B92A1BBDCDCEB5 /* RCTImageSource.m in Sources */, - 291A54449120C684C1CBC3A4EDA0D4A9 /* RCTInspector.mm in Sources */, - BE63D615602198EF25F7DC69B28E48C6 /* RCTInspectorDevServerHelper.mm in Sources */, - CCEAFA6D609A3A16B2A70A1385126E3E /* RCTInspectorPackagerConnection.m in Sources */, - E68110B33AA57D21F713594C00F7570F /* RCTJavaScriptLoader.mm in Sources */, - 14E4170D1339A52E20E30AA51F07AE89 /* RCTJSIExecutorRuntimeInstaller.mm in Sources */, - 67DB813E9BD2618443FEFE7CE242F25D /* RCTJSStackFrame.m in Sources */, - D10BB246CB03F63352F4760B972DA888 /* RCTJSThread.m in Sources */, - 40EAEE08F1C22CC790D9425CD52A7CDF /* RCTKeyCommands.m in Sources */, - 7DD594323F2D06431A8B493F74E30A2B /* RCTLayout.m in Sources */, - 39801C7E481BCAF676C2021BCE43555E /* RCTLayoutAnimation.m in Sources */, - BCFC53695AB9976C377C666347B4ED63 /* RCTLayoutAnimationGroup.m in Sources */, - 637A56EEBB4021516FCDFE7C66F712E1 /* RCTLocalizedString.mm in Sources */, - 06B7113B43C15D58EBBBCDE2AB260017 /* RCTLog.mm in Sources */, - C5318360D4582FC4D72869E68A920EF0 /* RCTManagedPointer.mm in Sources */, - 49A5D9FEE26229A3049002E1FBA76529 /* RCTMessageThread.mm in Sources */, - E9F2ADA102C300253DE3E1481B816E25 /* RCTModalHostView.m in Sources */, - 19CA261450D13A645A64FB5B53EE990C /* RCTModalHostViewController.m in Sources */, - 829C1F34EDD4188EF02AC325279F9F9C /* RCTModalHostViewManager.m in Sources */, - BB6BD6A34B521073DA72FFE0ABD593FE /* RCTModalManager.m in Sources */, - 12453FEE808BCA4FB1A4DC7A398ABD63 /* RCTModuleData.mm in Sources */, - 3E93F55125B6C067C4053556D336FDCC /* RCTModuleMethod.mm in Sources */, - C95BFCF9BFC72393E83AC2AE537839B7 /* RCTModuleRegistry.m in Sources */, - A4AE8CF0B609EE806A824CA8F7C48CAC /* RCTMultipartDataTask.m in Sources */, - 8F95F5A3791A38CA81F01C5E3B309048 /* RCTMultipartStreamReader.m in Sources */, - DA9F71EC83379DA0DC90C2A7A32D4582 /* RCTNativeModule.mm in Sources */, - 13753855478B4310B00BF8ED456D1253 /* RCTObjcExecutor.mm in Sources */, - 13EB1FDBB29237CBED41A7BD8F8B99DE /* RCTPackagerClient.m in Sources */, - 7CA62FB4B5F68774C42C110F78883960 /* RCTPackagerConnection.mm in Sources */, - 783EEB9BBBBFE3091906D407B47FB116 /* RCTParserUtils.m in Sources */, - 7A537461D17D03D26023ACF42E88556D /* RCTPerformanceLogger.mm in Sources */, - 4D8F808A0B681581E7E983ABB831FFE1 /* RCTPerformanceLoggerLabels.m in Sources */, - 8F18581DA7A0292D7BCA8B7A7D85D4F4 /* RCTProfile.m in Sources */, - 500E54637C1B6F6D7134DF28D65D10D2 /* RCTProfileTrampoline-arm.S in Sources */, - 906D47693EB1D684EA9C32BF12AF5ACA /* RCTProfileTrampoline-arm64.S in Sources */, - 0BAA6C46AFD21E3A6BB65915DCAC8DA7 /* RCTProfileTrampoline-i386.S in Sources */, - 62E8EECDD2A25198966405D29FF5C7E2 /* RCTProfileTrampoline-x86_64.S in Sources */, - 40B0B24EA9B00DD281860E7FDC06C9C4 /* RCTReconnectingWebSocket.m in Sources */, - 4990C4BF97B7185310DB5B87927A3FE7 /* RCTRedBoxExtraDataViewController.m in Sources */, - 533F05DAE3AF1218793F14B023D8B540 /* RCTRedBoxSetEnabled.m in Sources */, - 0F8D0B67C047ADC2171668122ED52655 /* RCTRefreshControl.m in Sources */, - 2B5D04D95CAAA65056EB9B7A9E14203A /* RCTRefreshControlManager.m in Sources */, - C4424CE13B484EBB1C7CBC904788AF3B /* RCTReloadCommand.m in Sources */, - 53B5AE038ADE1DEEDB65A17594209DB9 /* RCTRootContentView.m in Sources */, - FEC4EF3427372A1724BD9575E02F8A3F /* RCTRootShadowView.m in Sources */, - 9710C8696AE4469734FA921B07F658DA /* RCTRootView.m in Sources */, - 3C4082702D20C0A5F3726C3833CE0907 /* RCTSafeAreaShadowView.m in Sources */, - A21EEBF43CDCCD4AB627D9CC3E354716 /* RCTSafeAreaView.m in Sources */, - 039ACB5D034FD9572DEBB182CC3CA16A /* RCTSafeAreaViewLocalData.m in Sources */, - A044048ACEBEB8C927A32590D2188309 /* RCTSafeAreaViewManager.m in Sources */, - 180B937C005474569DB3D075C7A9B78E /* RCTScrollContentShadowView.m in Sources */, - AB3D0CC3FEE361A23AA1E8E38034E44B /* RCTScrollContentView.m in Sources */, - 02AA8078530FCB4F0315FD34B79569C1 /* RCTScrollContentViewManager.m in Sources */, - A3D0BEE7DA88963222C4064EFAA2A08D /* RCTScrollEvent.m in Sources */, - 0B147A6326DD7066D28240D102AE7487 /* RCTScrollView.m in Sources */, - FAFD12FECBA3D0DBDC0619D60F4905CC /* RCTScrollViewManager.m in Sources */, - EDF9E0A6C7F856F3467A0DF8A3417DC6 /* RCTSegmentedControl.m in Sources */, - C778EB52AF14400F49B2DB3996938DD3 /* RCTSegmentedControlManager.m in Sources */, - 59046B7A05A8E0A4F89A2DA89E1B7D20 /* RCTShadowView.m in Sources */, - 12CE76636392B34C843087E8474C14BE /* RCTShadowView+Internal.m in Sources */, - 7D5F93A6511AA98D128495E2C96503C6 /* RCTShadowView+Layout.m in Sources */, - 12EF276CA78F5838191FF8F0C20F12FE /* RCTSurface.mm in Sources */, - 675C5929F775261E9C48A0DF5D386651 /* RCTSurfaceHostingProxyRootView.mm in Sources */, - 7C123BE9B435447049AA9A7694EE6A7E /* RCTSurfaceHostingView.mm in Sources */, - 8A955DC3B8D053386A26A8B4978B6091 /* RCTSurfacePresenterStub.m in Sources */, - ABE4DC1E733B3B3F4226166488B41736 /* RCTSurfaceRootShadowView.m in Sources */, - A8B665D887E629BDAC392D028608F8FB /* RCTSurfaceRootView.mm in Sources */, - 0D0D2DA2649262F725C74CFA88D6E824 /* RCTSurfaceSizeMeasureMode.mm in Sources */, - 2438ABB0503B1DD62991AB5F5DF3ECC2 /* RCTSurfaceStage.m in Sources */, - F504D9FB6B9198D3F75FDF6E1236A8B0 /* RCTSurfaceView.mm in Sources */, - 09E7318E0F48C970F5306C8119F3219D /* RCTSwitch.m in Sources */, - 307BD451A32E2CEDD068F1081661E1F3 /* RCTSwitchManager.m in Sources */, - E49625CA32C86C2D68CE4005D1BDA587 /* RCTTouchEvent.m in Sources */, - 833615D77393B36D37B121AC97AA0734 /* RCTTouchHandler.m in Sources */, - FF54FDB761CF6941CE99BA101E9FE2A5 /* RCTUIManager.m in Sources */, - D3020BB58E6FF4F72AA49197F541E288 /* RCTUIManagerObserverCoordinator.mm in Sources */, - 6ECD3BC16557985AB8411ED169EF7204 /* RCTUIManagerUtils.m in Sources */, - 80922BAF44640ED7ED9BFB2B089E8FE8 /* RCTUIUtils.m in Sources */, - 39576EA28B76D88E45CB4C2004D34887 /* RCTUtils.m in Sources */, - CB6C7613FC5A547D4DB9416775AAB80D /* RCTUtilsUIOverride.m in Sources */, - FA95FA57710C99D1DCDCFD13889B93ED /* RCTVersion.m in Sources */, - 250924706AF7B77291AF6A1D7D31E05E /* RCTView.m in Sources */, - B338E0873AB16CEBE27A62B286A12515 /* RCTViewManager.m in Sources */, - 7B027AC85CA61D14A1EA8260C9ED3007 /* RCTViewRegistry.m in Sources */, - B919A8E19F3AE1720270DCCE2FB3A94A /* RCTViewUtils.m in Sources */, - 3DAFE512FB6E431BC61A4D14D37ACE87 /* RCTWrapperViewController.m in Sources */, - 4991262F0095264B6E5AFEA5DF65FE6B /* React-Core-dummy.m in Sources */, - 7CE993B21273533A73D73C5E7EC09188 /* UIView+React.m in Sources */, + 46EB2E000100E0 /* NSDataBigString.mm in Sources */, + 46EB2E00010250 /* RCTActivityIndicatorView.m in Sources */, + 46EB2E00010260 /* RCTActivityIndicatorViewManager.m in Sources */, + 46EB2E0000FDC0 /* RCTAssert.m in Sources */, + 46EB2E00010270 /* RCTBorderDrawing.m in Sources */, + 46EB2E0000FDD0 /* RCTBridge.mm in Sources */, + 46EB2E0000FDE0 /* RCTBridgeConstants.m in Sources */, + 46EB2E0000FDF0 /* RCTBridgeModuleDecorator.m in Sources */, + 46EB2E0000FE00 /* RCTBridgeProxy.mm in Sources */, + 46EB2E0000FE10 /* RCTBundleManager.m in Sources */, + 46EB2E0000FE20 /* RCTBundleURLProvider.mm in Sources */, + 46EB2E0000FE30 /* RCTCallableJSModules.m in Sources */, + 46EB2E0000FE40 /* RCTCallInvoker.mm in Sources */, + 46EB2E00010280 /* RCTComponentData.m in Sources */, + 46EB2E0000FE50 /* RCTComponentEvent.m in Sources */, + 46EB2E0000FE60 /* RCTConstants.m in Sources */, + 46EB2E0000FE70 /* RCTConvert.mm in Sources */, + 46EB2E00010290 /* RCTConvert+CoreLocation.m in Sources */, + 46EB2E000102A0 /* RCTConvert+Transform.m in Sources */, + 46EB2E000100F0 /* RCTCxxBridge.mm in Sources */, + 46EB2E0000FE80 /* RCTCxxConvert.m in Sources */, + 46EB2E00010E70 /* RCTCxxInspectorPackagerConnection.mm in Sources */, + 46EB2E00010E80 /* RCTCxxInspectorPackagerConnectionDelegate.mm in Sources */, + 46EB2E00010E90 /* RCTCxxInspectorWebSocketAdapter.mm in Sources */, + 46EB2E00010140 /* RCTCxxMethod.mm in Sources */, + 46EB2E00010150 /* RCTCxxModule.mm in Sources */, + 46EB2E00010160 /* RCTCxxUtils.mm in Sources */, + 46EB2E000102B0 /* RCTDebuggingOverlay.m in Sources */, + 46EB2E000102C0 /* RCTDebuggingOverlayManager.m in Sources */, + 46EB2E00010130 /* RCTDefaultCxxLogFunction.mm in Sources */, + 46EB2E00010E00 /* RCTDevLoadingViewSetEnabled.m in Sources */, + 46EB2E0000FE90 /* RCTDisplayLink.m in Sources */, + 46EB2E0000FEA0 /* RCTErrorInfo.m in Sources */, + 46EB2E0000FEB0 /* RCTEventDispatcher.m in Sources */, + 46EB2E000101A0 /* RCTEventEmitter.m in Sources */, + 46EB2E00010180 /* RCTFollyConvert.mm in Sources */, + 46EB2E000102D0 /* RCTFont.mm in Sources */, + 46EB2E0000FEC0 /* RCTFrameUpdate.m in Sources */, + 46EB2E000101B0 /* RCTI18nUtil.m in Sources */, + 46EB2E0000FED0 /* RCTImageSource.m in Sources */, + 46EB2E00010EA0 /* RCTInspector.mm in Sources */, + 46EB2E00010E10 /* RCTInspectorDevServerHelper.mm in Sources */, + 46EB2E00010E20 /* RCTInspectorNetworkHelper.mm in Sources */, + 46EB2E00010EB0 /* RCTInspectorPackagerConnection.m in Sources */, + 46EB2E00010E30 /* RCTInspectorUtils.mm in Sources */, + 46EB2E0000FEE0 /* RCTJavaScriptLoader.mm in Sources */, + 46EB2E00010100 /* RCTJSIExecutorRuntimeInstaller.mm in Sources */, + 46EB2E0000FEF0 /* RCTJSStackFrame.m in Sources */, + 46EB2E0000FF00 /* RCTJSThread.m in Sources */, + 46EB2E0000FF10 /* RCTKeyCommands.m in Sources */, + 46EB2E000102E0 /* RCTLayout.m in Sources */, + 46EB2E000101C0 /* RCTLayoutAnimation.m in Sources */, + 46EB2E000101D0 /* RCTLayoutAnimationGroup.m in Sources */, + 46EB2E00010190 /* RCTLocalizedString.mm in Sources */, + 46EB2E0000FF20 /* RCTLog.mm in Sources */, + 46EB2E0000FF30 /* RCTManagedPointer.mm in Sources */, + 46EB2E00010110 /* RCTMessageThread.mm in Sources */, + 46EB2E000102F0 /* RCTModalHostView.m in Sources */, + 46EB2E00010300 /* RCTModalHostViewController.m in Sources */, + 46EB2E00010310 /* RCTModalHostViewManager.m in Sources */, + 46EB2E00010320 /* RCTModalManager.m in Sources */, + 46EB2E0000FF40 /* RCTModuleData.mm in Sources */, + 46EB2E0000FF50 /* RCTModuleMethod.mm in Sources */, + 46EB2E0000FF60 /* RCTModuleRegistry.m in Sources */, + 46EB2E0000FF70 /* RCTMultipartDataTask.m in Sources */, + 46EB2E0000FF80 /* RCTMultipartStreamReader.m in Sources */, + 46EB2E00010170 /* RCTNativeModule.mm in Sources */, + 46EB2E00010120 /* RCTObjcExecutor.mm in Sources */, + 46EB2E00010E40 /* RCTPackagerClient.m in Sources */, + 46EB2E00010E50 /* RCTPackagerConnection.mm in Sources */, + 46EB2E0000FF90 /* RCTParserUtils.m in Sources */, + 46EB2E00010E60 /* RCTPausedInDebuggerOverlayController.mm in Sources */, + 46EB2E0000FFA0 /* RCTPerformanceLogger.mm in Sources */, + 46EB2E0000FFB0 /* RCTPerformanceLoggerLabels.m in Sources */, + 46EB2E00010230 /* RCTProfile.m in Sources */, + 46EB2E00010DC0 /* RCTProfileTrampoline-arm.S in Sources */, + 46EB2E00010DD0 /* RCTProfileTrampoline-arm64.S in Sources */, + 46EB2E00010DE0 /* RCTProfileTrampoline-i386.S in Sources */, + 46EB2E00010DF0 /* RCTProfileTrampoline-x86_64.S in Sources */, + 46EB2E00011570 /* RCTReconnectingWebSocket.m in Sources */, + 46EB2E000101E0 /* RCTRedBoxExtraDataViewController.m in Sources */, + 46EB2E0000FFC0 /* RCTRedBoxSetEnabled.m in Sources */, + 46EB2E000103D0 /* RCTRefreshControl.m in Sources */, + 46EB2E000103E0 /* RCTRefreshControlManager.m in Sources */, + 46EB2E0000FFD0 /* RCTReloadCommand.m in Sources */, + 46EB2E0000FFE0 /* RCTRootContentView.m in Sources */, + 46EB2E00010330 /* RCTRootShadowView.m in Sources */, + 46EB2E0000FFF0 /* RCTRootView.m in Sources */, + 46EB2E000103F0 /* RCTSafeAreaShadowView.m in Sources */, + 46EB2E00010400 /* RCTSafeAreaView.m in Sources */, + 46EB2E00010410 /* RCTSafeAreaViewLocalData.m in Sources */, + 46EB2E00010420 /* RCTSafeAreaViewManager.m in Sources */, + 46EB2E00010430 /* RCTScrollContentShadowView.m in Sources */, + 46EB2E00010440 /* RCTScrollContentView.m in Sources */, + 46EB2E00010450 /* RCTScrollContentViewManager.m in Sources */, + 46EB2E00010460 /* RCTScrollEvent.m in Sources */, + 46EB2E00010470 /* RCTScrollView.m in Sources */, + 46EB2E00010480 /* RCTScrollViewManager.m in Sources */, + 46EB2E00010360 /* RCTShadowView.m in Sources */, + 46EB2E00010340 /* RCTShadowView+Internal.m in Sources */, + 46EB2E00010350 /* RCTShadowView+Layout.m in Sources */, + 46EB2E00010060 /* RCTSurface.mm in Sources */, + 46EB2E000100B0 /* RCTSurfaceHostingProxyRootView.mm in Sources */, + 46EB2E000100C0 /* RCTSurfaceHostingView.mm in Sources */, + 46EB2E000101F0 /* RCTSurfacePresenterStub.m in Sources */, + 46EB2E00010070 /* RCTSurfaceRootShadowView.m in Sources */, + 46EB2E00010080 /* RCTSurfaceRootView.mm in Sources */, + 46EB2E000100D0 /* RCTSurfaceSizeMeasureMode.mm in Sources */, + 46EB2E00010090 /* RCTSurfaceStage.m in Sources */, + 46EB2E000100A0 /* RCTSurfaceView.mm in Sources */, + 46EB2E00010370 /* RCTSwitch.m in Sources */, + 46EB2E00010380 /* RCTSwitchManager.m in Sources */, + 46EB2E00010000 /* RCTTouchEvent.m in Sources */, + 46EB2E00010010 /* RCTTouchHandler.m in Sources */, + 46EB2E00010200 /* RCTUIManager.m in Sources */, + 46EB2E00010210 /* RCTUIManagerObserverCoordinator.mm in Sources */, + 46EB2E00010220 /* RCTUIManagerUtils.m in Sources */, + 46EB2E00010240 /* RCTUIUtils.m in Sources */, + 46EB2E00010020 /* RCTUtils.m in Sources */, + 46EB2E00010030 /* RCTUtilsUIOverride.m in Sources */, + 46EB2E00010040 /* RCTVersion.m in Sources */, + 46EB2E00010390 /* RCTView.m in Sources */, + 46EB2E000103A0 /* RCTViewManager.m in Sources */, + 46EB2E00010050 /* RCTViewRegistry.m in Sources */, + 46EB2E000103B0 /* RCTViewUtils.m in Sources */, + 46EB2E000103C0 /* RCTWrapperViewController.m in Sources */, + 46EB2E00011600 /* React-Core-dummy.m in Sources */, + 46EB2E00010490 /* UIView+React.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 68D9BA94EAD7498220EC45C2D6C7D1CE /* Sources */ = { + 46EB2E0000FBB0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7EB51A3C3FCEEDA403A7DDF1BA96868D /* ImageEventEmitter.cpp in Sources */, - 0E83E25258EB212B832D3A13EA2FFF1F /* ImageProps.cpp in Sources */, - 429D96060CED64800CCCAEE1C248F040 /* ImageShadowNode.cpp in Sources */, - 84882DB80F7A613E57A09EA7497431D5 /* ImageState.cpp in Sources */, - 450930B587AC57291EC7748DFCD2C73C /* React-FabricImage-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 74B437F8D03267C0AE7965F1D18F46A9 /* Sources */ = { + 46EB2E00011670 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - ABCF9883AF85B987CBC357E6EF8AA5A7 /* demangle.cc in Sources */, - B9C6AD94CD128B307A7510176044EDCD /* glog-dummy.m in Sources */, - 7C2004FAB0923BDC2753EEE44566D51B /* logging.cc in Sources */, - 30EAFA05746F8BFC4C4C6CD6EB7980BA /* raw_logging.cc in Sources */, - 9C7B563AD4E24E627A3357A4BB22771B /* signalhandler.cc in Sources */, - 1AF41CD6C8BFB23A2CB498A62344D4C4 /* symbolize.cc in Sources */, - A9DF03E4AE370550942349147660C10F /* utilities.cc in Sources */, - 0F64E5023E9C0052C2893F237BD9952E /* vlog_is_on.cc in Sources */, + 46EB2E00011690 /* CoreModulesPlugins.mm in Sources */, + 46EB2E000116A0 /* RCTAccessibilityManager.mm in Sources */, + 46EB2E000116B0 /* RCTActionSheetManager.mm in Sources */, + 46EB2E000116C0 /* RCTAlertController.mm in Sources */, + 46EB2E000116D0 /* RCTAlertManager.mm in Sources */, + 46EB2E000116E0 /* RCTAppearance.mm in Sources */, + 46EB2E000116F0 /* RCTAppState.mm in Sources */, + 46EB2E00011700 /* RCTClipboard.mm in Sources */, + 46EB2E00011710 /* RCTDeviceInfo.mm in Sources */, + 46EB2E00011720 /* RCTDevLoadingView.mm in Sources */, + 46EB2E00011730 /* RCTDevMenu.mm in Sources */, + 46EB2E00011740 /* RCTDevSettings.mm in Sources */, + 46EB2E00011750 /* RCTEventDispatcher.mm in Sources */, + 46EB2E00011760 /* RCTExceptionsManager.mm in Sources */, + 46EB2E00011770 /* RCTFPSGraph.mm in Sources */, + 46EB2E00011780 /* RCTI18nManager.mm in Sources */, + 46EB2E00011790 /* RCTKeyboardObserver.mm in Sources */, + 46EB2E000117A0 /* RCTLogBox.mm in Sources */, + 46EB2E000117B0 /* RCTLogBoxView.mm in Sources */, + 46EB2E000117C0 /* RCTPerfMonitor.mm in Sources */, + 46EB2E000117D0 /* RCTPlatform.mm in Sources */, + 46EB2E000117E0 /* RCTRedBox.mm in Sources */, + 46EB2E000117F0 /* RCTSourceCode.mm in Sources */, + 46EB2E00011800 /* RCTStatusBarManager.mm in Sources */, + 46EB2E00011810 /* RCTTiming.mm in Sources */, + 46EB2E00011820 /* RCTWebSocketExecutor.mm in Sources */, + 46EB2E00011830 /* RCTWebSocketModule.mm in Sources */, + 46EB2E00011890 /* React-CoreModules-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7CF155103E63E1FD5AD98507FFC778E5 /* Sources */ = { + 46EB2E00011900 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1D8F97F8E77EA319EE707E5FFF3EF06F /* MapBuffer.cpp in Sources */, - 6A07A8E0330D3790E07296DFC44EE7F2 /* MapBufferBuilder.cpp in Sources */, - BA7B78DDA06310E4CF0CF1B030304720 /* React-Mapbuffer-dummy.m in Sources */, + 46EB2E00011C50 /* AccessibilityProps.cpp in Sources */, + 46EB2E00012650 /* AsynchronousEventBeat.cpp in Sources */, + 46EB2E000119B0 /* AttributedString.cpp in Sources */, + 46EB2E000119C0 /* AttributedStringBox.cpp in Sources */, + 46EB2E00011C60 /* BaseTouch.cpp in Sources */, + 46EB2E00011C70 /* BaseViewEventEmitter.cpp in Sources */, + 46EB2E00011C80 /* BaseViewProps.cpp in Sources */, + 46EB2E00012740 /* bindingUtils.cpp in Sources */, + 46EB2E00011E80 /* ComponentDescriptor.cpp in Sources */, + 46EB2E00011A50 /* ComponentDescriptorProviderRegistry.cpp in Sources */, + 46EB2E00011A60 /* ComponentDescriptorRegistry.cpp in Sources */, + 46EB2E00011A70 /* componentNameByReactViewName.cpp in Sources */, + 46EB2E00012470 /* Differentiator.cpp in Sources */, + 46EB2E00012360 /* DOM.cpp in Sources */, + 46EB2E00011E90 /* DynamicPropsUtilities.cpp in Sources */, + 46EB2E00011EA0 /* EventBeat.cpp in Sources */, + 46EB2E00011EB0 /* EventDispatcher.cpp in Sources */, + 46EB2E00011EC0 /* EventEmitter.cpp in Sources */, + 46EB2E00011ED0 /* EventListener.cpp in Sources */, + 46EB2E00012630 /* EventPerformanceLogger.cpp in Sources */, + 46EB2E00011EE0 /* EventQueue.cpp in Sources */, + 46EB2E00011EF0 /* EventQueueProcessor.cpp in Sources */, + 46EB2E00011F00 /* EventTarget.cpp in Sources */, + 46EB2E00012380 /* ImageRequest.cpp in Sources */, + 46EB2E00012390 /* ImageResponse.cpp in Sources */, + 46EB2E000123A0 /* ImageResponseObserverCoordinator.cpp in Sources */, + 46EB2E000123B0 /* ImageTelemetry.cpp in Sources */, + 46EB2E00011F10 /* InstanceHandle.cpp in Sources */, + 46EB2E00012860 /* LatestShadowTreeRevisionProvider.cpp in Sources */, + 46EB2E00011F20 /* LayoutableShadowNode.cpp in Sources */, + 46EB2E00011920 /* LayoutAnimationDriver.cpp in Sources */, + 46EB2E00011930 /* LayoutAnimationKeyFrameManager.cpp in Sources */, + 46EB2E00011F30 /* LayoutConstraints.cpp in Sources */, + 46EB2E00011F40 /* LayoutMetrics.cpp in Sources */, + 46EB2E00012870 /* LazyShadowTreeRevisionConsistencyManager.cpp in Sources */, + 46EB2E00012430 /* LeakChecker.cpp in Sources */, + 46EB2E00011AF0 /* LegacyViewManagerInteropComponentDescriptor.mm in Sources */, + 46EB2E00011B00 /* LegacyViewManagerInteropShadowNode.cpp in Sources */, + 46EB2E00011B10 /* LegacyViewManagerInteropState.mm in Sources */, + 46EB2E00011B20 /* LegacyViewManagerInteropViewEventEmitter.cpp in Sources */, + 46EB2E00011B30 /* LegacyViewManagerInteropViewProps.cpp in Sources */, + 46EB2E00012480 /* MountingCoordinator.cpp in Sources */, + 46EB2E00012490 /* MountingTransaction.cpp in Sources */, + 46EB2E00011AD0 /* NativeComponentRegistryBinding.cpp in Sources */, + 46EB2E000119D0 /* ParagraphAttributes.cpp in Sources */, + 46EB2E00011C90 /* PointerEvent.cpp in Sources */, + 46EB2E00012750 /* PointerEventsProcessor.cpp in Sources */, + 46EB2E00012760 /* PointerHoverTracker.cpp in Sources */, + 46EB2E00011F50 /* Props.cpp in Sources */, + 46EB2E00011F60 /* RawEvent.cpp in Sources */, + 46EB2E00011F70 /* RawProps.cpp in Sources */, + 46EB2E00011F80 /* RawPropsKey.cpp in Sources */, + 46EB2E00011F90 /* RawPropsKeyMap.cpp in Sources */, + 46EB2E00011FA0 /* RawPropsParser.cpp in Sources */, + 46EB2E00011FB0 /* RawValue.cpp in Sources */, + 46EB2E00011B40 /* RCTLegacyViewManagerInteropCoordinator.mm in Sources */, + 46EB2E00012930 /* React-Fabric-dummy.m in Sources */, + 46EB2E00011FC0 /* ReactRootViewTagGenerator.cpp in Sources */, + 46EB2E00011C00 /* RootProps.cpp in Sources */, + 46EB2E00011C10 /* RootShadowNode.cpp in Sources */, + 46EB2E00012660 /* Scheduler.cpp in Sources */, + 46EB2E00011FD0 /* Sealable.cpp in Sources */, + 46EB2E00011FE0 /* ShadowNode.cpp in Sources */, + 46EB2E00011FF0 /* ShadowNodeFamily.cpp in Sources */, + 46EB2E00012000 /* ShadowNodeFragment.cpp in Sources */, + 46EB2E00012010 /* ShadowNodeTraits.cpp in Sources */, + 46EB2E000124A0 /* ShadowTree.cpp in Sources */, + 46EB2E000124B0 /* ShadowTreeRegistry.cpp in Sources */, + 46EB2E000124C0 /* ShadowTreeRevision.cpp in Sources */, + 46EB2E000124D0 /* ShadowView.cpp in Sources */, + 46EB2E000124E0 /* ShadowViewMutation.cpp in Sources */, + 46EB2E00012020 /* State.cpp in Sources */, + 46EB2E00012030 /* StateUpdate.cpp in Sources */, + 46EB2E000124F0 /* stubs.cpp in Sources */, + 46EB2E00012500 /* StubView.cpp in Sources */, + 46EB2E00012510 /* StubViewTree.cpp in Sources */, + 46EB2E00012670 /* SurfaceHandler.cpp in Sources */, + 46EB2E00012680 /* SurfaceManager.cpp in Sources */, + 46EB2E00012770 /* SurfaceRegistryBinding.cpp in Sources */, + 46EB2E00012700 /* SurfaceTelemetry.cpp in Sources */, + 46EB2E00012520 /* TelemetryController.cpp in Sources */, + 46EB2E000119E0 /* TextAttributes.cpp in Sources */, + 46EB2E00011CA0 /* TouchEvent.cpp in Sources */, + 46EB2E00011CB0 /* TouchEventEmitter.cpp in Sources */, + 46EB2E00012710 /* TransactionTelemetry.cpp in Sources */, + 46EB2E00012780 /* UIManager.cpp in Sources */, + 46EB2E00012790 /* UIManagerBinding.cpp in Sources */, + 46EB2E00011B50 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp in Sources */, + 46EB2E00011B60 /* UnstableLegacyViewManagerAutomaticShadowNode.cpp in Sources */, + 46EB2E00012530 /* updateMountedFlag.cpp in Sources */, + 46EB2E00011940 /* utils.cpp in Sources */, + 46EB2E00012040 /* ValueFactoryEventPayload.cpp in Sources */, + 46EB2E00011CC0 /* ViewShadowNode.cpp in Sources */, + 46EB2E00012440 /* WeakFamilyRegistry.cpp in Sources */, + 46EB2E00011CD0 /* YogaLayoutableShadowNode.cpp in Sources */, + 46EB2E00011CE0 /* YogaStylableProps.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8751296A2D024B2BE50B5E99BCF5CCE8 /* Sources */ = { + 46EB2E000129A0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FC464BC956AD96EBFC1157DF300E1DE5 /* CoreModulesPlugins.mm in Sources */, - 20D9CEF68011A83E0826241926592958 /* RCTAccessibilityManager.mm in Sources */, - 99280D8ED8812D597A0A0125A9974DE9 /* RCTActionSheetManager.mm in Sources */, - 533FEB91A9159D884DC7F90BE822800D /* RCTAlertController.mm in Sources */, - 59528B04965AA37F04D2C1FC48A4097D /* RCTAlertManager.mm in Sources */, - CC4AE9A9CC230A81D759F5CBBFBB277A /* RCTAppearance.mm in Sources */, - 3BF6127357AD0D8A98801AC476ECA5BC /* RCTAppState.mm in Sources */, - 853DB0A1222F87C9B05272FFA9FC4E42 /* RCTClipboard.mm in Sources */, - E0596C1BA03BEA2F359DAB0BD58E3DBF /* RCTDeviceInfo.mm in Sources */, - 65ED5AE26606B766B1DA71E3BEC75CB4 /* RCTDevLoadingView.mm in Sources */, - F79354DC3F3D4497F709D8CFAB330454 /* RCTDevMenu.mm in Sources */, - 2690539A573E94403E7D7471A49E19DB /* RCTDevSettings.mm in Sources */, - 2EB054EEA829BC42540882BFAA366F6C /* RCTEventDispatcher.mm in Sources */, - B6931EC23C45D27E9FCA8624DB855DE2 /* RCTExceptionsManager.mm in Sources */, - 6CD3EEC1F8D197FEBD4CCD119B84B9A1 /* RCTFPSGraph.mm in Sources */, - CE234B86EFDB78B11914F797804FD005 /* RCTI18nManager.mm in Sources */, - 2E445F07C1DB6920B01632B36946A71B /* RCTKeyboardObserver.mm in Sources */, - E68F656E0DA5E79896BB74361B96520B /* RCTLogBox.mm in Sources */, - 9CDF7E4CBBB6D3B0C7E71616F6167656 /* RCTLogBoxView.mm in Sources */, - FDBF6D1CA509652D88FDB7F4A3C0B024 /* RCTPerfMonitor.mm in Sources */, - F5F6F96A851AF46A910E8A2D98091E16 /* RCTPlatform.mm in Sources */, - EDEDEFF01B4257306AD6DED27C29651E /* RCTRedBox.mm in Sources */, - E0DC573BD2504AE377A5FF6680596B7E /* RCTSourceCode.mm in Sources */, - 84D451296022A1813016A98698D0D282 /* RCTStatusBarManager.mm in Sources */, - 8ECB7E1AEB6357A9798CFAA583E70540 /* RCTTiming.mm in Sources */, - 709BC73A34B611987A5408C3D0073C0E /* RCTWebSocketExecutor.mm in Sources */, - 651FE015E1DB8AC581EC8E297CD9906A /* RCTWebSocketModule.mm in Sources */, - 8B1E5F8893A63577D9F2B4359B697F3E /* React-CoreModules-dummy.m in Sources */, + 46EB2E00012E90 /* BaseTextInputProps.cpp in Sources */, + 46EB2E00012D10 /* BaseTextProps.cpp in Sources */, + 46EB2E00012D20 /* BaseTextShadowNode.cpp in Sources */, + 46EB2E00012B30 /* ComponentDescriptors.cpp in Sources */, + 46EB2E00012B40 /* EventEmitters.cpp in Sources */, + 46EB2E000129C0 /* InputAccessoryShadowNode.cpp in Sources */, + 46EB2E00012AC0 /* ModalHostViewShadowNode.cpp in Sources */, + 46EB2E00012AD0 /* ModalHostViewState.cpp in Sources */, + 46EB2E00012AE0 /* ModalHostViewUtils.mm in Sources */, + 46EB2E00012D30 /* ParagraphEventEmitter.cpp in Sources */, + 46EB2E00012D40 /* ParagraphProps.cpp in Sources */, + 46EB2E00012D50 /* ParagraphShadowNode.cpp in Sources */, + 46EB2E00012D60 /* ParagraphState.cpp in Sources */, + 46EB2E00012B50 /* Props.cpp in Sources */, + 46EB2E00012D70 /* RawTextProps.cpp in Sources */, + 46EB2E00012D80 /* RawTextShadowNode.cpp in Sources */, + 46EB2E00012F10 /* RCTAttributedTextUtils.mm in Sources */, + 46EB2E00012F20 /* RCTFontUtils.mm in Sources */, + 46EB2E00012F30 /* RCTTextLayoutManager.mm in Sources */, + 46EB2E00013060 /* React-FabricComponents-dummy.m in Sources */, + 46EB2E00012BE0 /* SafeAreaViewShadowNode.cpp in Sources */, + 46EB2E00012BF0 /* SafeAreaViewState.cpp in Sources */, + 46EB2E00012C30 /* ScrollEvent.cpp in Sources */, + 46EB2E00012C40 /* ScrollViewEventEmitter.cpp in Sources */, + 46EB2E00012C50 /* ScrollViewProps.cpp in Sources */, + 46EB2E00012C60 /* ScrollViewShadowNode.cpp in Sources */, + 46EB2E00012C70 /* ScrollViewState.cpp in Sources */, + 46EB2E00012B60 /* ShadowNodes.cpp in Sources */, + 46EB2E00012B70 /* States.cpp in Sources */, + 46EB2E00012A00 /* TextInputEventEmitter.cpp in Sources */, + 46EB2E00012A10 /* TextInputProps.cpp in Sources */, + 46EB2E00012A20 /* TextInputShadowNode.cpp in Sources */, + 46EB2E00012A30 /* TextInputState.cpp in Sources */, + 46EB2E00012F40 /* TextLayoutManager.mm in Sources */, + 46EB2E00012F50 /* TextMeasureCache.cpp in Sources */, + 46EB2E00012D90 /* TextProps.cpp in Sources */, + 46EB2E00012DA0 /* TextShadowNode.cpp in Sources */, + 46EB2E00012EB0 /* UnimplementedViewComponentDescriptor.cpp in Sources */, + 46EB2E00012EC0 /* UnimplementedViewProps.cpp in Sources */, + 46EB2E00012ED0 /* UnimplementedViewShadowNode.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 88F9413654FD0B8C9015BC36587D38FA /* Sources */ = { + 46EB2E000130D0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 93BD7216D71BA4049978B3808D802D2F /* RCTConvertHelpers.mm in Sources */, - 18B4DD44EA8B7F373E977146FE29E040 /* RCTTypedModuleConstants.mm in Sources */, - 4BEFF59E693291C6E72C53B5B9632E3F /* RCTTypeSafety-dummy.m in Sources */, + 46EB2E000130F0 /* ImageComponentDescriptor.cpp in Sources */, + 46EB2E00013100 /* ImageEventEmitter.cpp in Sources */, + 46EB2E00013110 /* ImageProps.cpp in Sources */, + 46EB2E00013120 /* ImageShadowNode.cpp in Sources */, + 46EB2E00013130 /* ImageState.cpp in Sources */, + 46EB2E000131F0 /* React-FabricImage-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8F79855D3F5F3E0F441C13EFD6CE34E9 /* Sources */ = { + 46EB2E00013260 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5F09C4C8733DA1C13133D2FBACBCEC31 /* React-logger-dummy.m in Sources */, - EE6838C6C142D3CC56AEE7891776C51E /* react_native_log.cpp in Sources */, + 46EB2E00013280 /* ImageManager.mm in Sources */, + 46EB2E00013290 /* RCTImageManager.mm in Sources */, + 46EB2E000132A0 /* RCTSyncImageManager.mm in Sources */, + 46EB2E00013370 /* React-ImageManager-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 91EB804371AB911E6129061224E8DD53 /* Sources */ = { + 46EB2E000133E0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B29A6C3664E69E8EAD02EF08991FC189 /* CoreFeatures.cpp in Sources */, - 75B8DFD9020C707E01A52944FA0B213D /* jsi.cpp in Sources */, - D2CA6C67062F26E76B21740BD4E6DB2F /* ManagedObjectWrapper.mm in Sources */, - 39B6D8F0E60352AFED4DF4B924B1AD82 /* React-utils-dummy.m in Sources */, - 9240A1FDAA0608D094B10366B2ABF8EA /* RunLoopObserver.cpp in Sources */, + 46EB2E00013400 /* MapBuffer.cpp in Sources */, + 46EB2E00013410 /* MapBufferBuilder.cpp in Sources */, + 46EB2E00013490 /* React-Mapbuffer-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A38F73780469094A6F4A664095D95524 /* Sources */ = { + 46EB2E00013500 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9E97808D02B2C8003B7C6A665302C57C /* AbsoluteLayout.cpp in Sources */, - AC7BC54B9FFC1B37317A8F35C6EA340D /* AssertFatal.cpp in Sources */, - D631EA7D79E64DB15C11AE1D3C5465FF /* Baseline.cpp in Sources */, - B2AD1B1B36DB316B1EBF68F659EC3FB2 /* Cache.cpp in Sources */, - AAB674130E6DF66AFD8BBD563DDCB3A9 /* CalculateLayout.cpp in Sources */, - 7E7961308C4D9C00493E47AA454155C7 /* Config.cpp in Sources */, - FEF2F13FE1BA37A43C1C342DAE8B1938 /* event.cpp in Sources */, - 1871D078EB2E0E124CB1DFC9454633C7 /* FlexLine.cpp in Sources */, - 5CDCC40887ED24770B6245CCFD5C43E3 /* LayoutResults.cpp in Sources */, - 118029992E2DE85ABB22456B90F2C48B /* Log.cpp in Sources */, - 5C2A0B80A2F38CACE09DB455D6614698 /* Node.cpp in Sources */, - 15F81496A00D2B1F574C6AB001F6A94A /* PixelGrid.cpp in Sources */, - 30921A6BC30807EDEE078F6506CC57E4 /* YGConfig.cpp in Sources */, - 2BA7B55252EBFB5AC3B19B53EDCCF209 /* YGEnums.cpp in Sources */, - A5D9EBB56A9A15DE008A20E7D7FDDA54 /* YGNode.cpp in Sources */, - B7CD9F2E82381CB8BBB6A25F3714B2F3 /* YGNodeLayout.cpp in Sources */, - C06FA5AB446C4D45AED6B889C08E0A65 /* YGNodeStyle.cpp in Sources */, - 80F936685DDCF09C1F60B74401AA569E /* YGPixelGrid.cpp in Sources */, - 331BABD0CECA77BD1E62F4E4A8414796 /* YGValue.cpp in Sources */, - 8B5536D762E4053B4E1FAD6C9E37A0D4 /* Yoga-dummy.m in Sources */, + 46EB2E00013520 /* RCTInteropTurboModule.mm in Sources */, + 46EB2E00013530 /* RCTRuntimeExecutor.mm in Sources */, + 46EB2E00013540 /* RCTTurboModule.mm in Sources */, + 46EB2E00013550 /* RCTTurboModuleManager.mm in Sources */, + 46EB2E00013630 /* React-NativeModulesApple-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A6E626448D6FC5978139B659CF4136F0 /* Sources */ = { + 46EB2E00013710 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 22646DF35E56AD98E410E373B88CD324 /* RCTLinkingManager.mm in Sources */, - F0C78B42FF413CBFA12E54943F14D506 /* RCTLinkingPlugins.mm in Sources */, - 8F979CF716BC10286992D85958B5E7A4 /* React-RCTLinking-dummy.m in Sources */, + 46EB2E00013770 /* RCTAdditionAnimatedNode.mm in Sources */, + 46EB2E00013780 /* RCTAnimatedNode.mm in Sources */, + 46EB2E00013860 /* RCTAnimationPlugins.mm in Sources */, + 46EB2E00013870 /* RCTAnimationUtils.mm in Sources */, + 46EB2E00013790 /* RCTColorAnimatedNode.mm in Sources */, + 46EB2E00013730 /* RCTDecayAnimation.mm in Sources */, + 46EB2E000137A0 /* RCTDiffClampAnimatedNode.mm in Sources */, + 46EB2E000137B0 /* RCTDivisionAnimatedNode.mm in Sources */, + 46EB2E00013740 /* RCTEventAnimation.mm in Sources */, + 46EB2E00013750 /* RCTFrameAnimation.mm in Sources */, + 46EB2E000137C0 /* RCTInterpolationAnimatedNode.mm in Sources */, + 46EB2E000137D0 /* RCTModuloAnimatedNode.mm in Sources */, + 46EB2E000137E0 /* RCTMultiplicationAnimatedNode.mm in Sources */, + 46EB2E00013880 /* RCTNativeAnimatedModule.mm in Sources */, + 46EB2E00013890 /* RCTNativeAnimatedNodesManager.mm in Sources */, + 46EB2E000138A0 /* RCTNativeAnimatedTurboModule.mm in Sources */, + 46EB2E000137F0 /* RCTObjectAnimatedNode.mm in Sources */, + 46EB2E00013800 /* RCTPropsAnimatedNode.mm in Sources */, + 46EB2E00013760 /* RCTSpringAnimation.mm in Sources */, + 46EB2E00013810 /* RCTStyleAnimatedNode.mm in Sources */, + 46EB2E00013820 /* RCTSubtractionAnimatedNode.mm in Sources */, + 46EB2E00013830 /* RCTTrackingAnimatedNode.mm in Sources */, + 46EB2E00013840 /* RCTTransformAnimatedNode.mm in Sources */, + 46EB2E00013850 /* RCTValueAnimatedNode.mm in Sources */, + 46EB2E00013A90 /* React-RCTAnimation-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B024FDD0DB9CBF6DED1DA409F8CC0B21 /* Sources */ = { + 46EB2E00013B00 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 45FFB276F7BA72648AE52C115BB6CB90 /* RCTSettingsManager.mm in Sources */, - D20FFE94E5F54795FE866DB3B9397A59 /* RCTSettingsPlugins.mm in Sources */, - CC5B6D9FABAC8182791D07EBBA64D92F /* React-RCTSettings-dummy.m in Sources */, + 46EB2E00013B20 /* RCTAppDelegate.mm in Sources */, + 46EB2E00013B30 /* RCTAppSetupUtils.mm in Sources */, + 46EB2E00013B40 /* RCTRootViewFactory.mm in Sources */, + 46EB2E00013C10 /* React-RCTAppDelegate-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B333E0DABD9B3719196B13DB1EEA3E10 /* Sources */ = { + 46EB2E00013C80 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 170BBD7B1EBE45A32100748A577DFC6F /* React-nativeconfig-dummy.m in Sources */, - 0150783D50AAFCF88AE7FA291C92BF39 /* ReactNativeConfig.cpp in Sources */, + 46EB2E00013CA0 /* RCTBlobCollector.mm in Sources */, + 46EB2E00013CB0 /* RCTBlobManager.mm in Sources */, + 46EB2E00013CC0 /* RCTBlobPlugins.mm in Sources */, + 46EB2E00013CD0 /* RCTFileReaderModule.mm in Sources */, + 46EB2E00013D70 /* React-RCTBlob-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B489CF7D76D7BA79D401CE00C368A32E /* Sources */ = { + 46EB2E00013DE0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AFADFA47EB8F61479BF4B20140F69D83 /* AtFork.cpp in Sources */, - 98BB31738E9F43114F4FA148C029CD18 /* CacheLocality.cpp in Sources */, - F171429A614BE52D966A23D0CC8266B0 /* Conv.cpp in Sources */, - 3EDD25F0D32A36B478B1486D3AD94612 /* CString.cpp in Sources */, - FFCC8FDA11C5F2A12A9E6DD88580CA7D /* Demangle.cpp in Sources */, - ED22272763278D87C5DF0BD9F01B7C08 /* dynamic.cpp in Sources */, - 471EF25BC4C27AC43C24CD3E1E24C98B /* Exception.cpp in Sources */, - FC5D8FB83AB5B410809F51A6F2AEC798 /* F14Table.cpp in Sources */, - 66E5475A9FF69D527E2531B973003CE8 /* FileUtil.cpp in Sources */, - 7B5BC1976C1D9B27AADAB47165CACAC9 /* FileUtilDetail.cpp in Sources */, - 07BF3B86C16A0B624FFFF91C23ECE501 /* Format.cpp in Sources */, - 901B8D834D06C24D88D54F9371CD72AA /* Futex.cpp in Sources */, - AADB7F97553EFA416779B74990A954F1 /* json.cpp in Sources */, - 3A9860861F6ED107017481778DDA2C88 /* json_pointer.cpp in Sources */, - FF083DDE41E26F755D8B95C64E3AC399 /* Malloc.cpp in Sources */, - 0F90C2F957C93F49E84F80BE88401D74 /* MallocImpl.cpp in Sources */, - E5B508333A78F13F6E19D9C54FBF0751 /* NetOps.cpp in Sources */, - 42D2F78497D349B7002341E0FF215874 /* ParkingLot.cpp in Sources */, - D8A08F5D80A0A40F578F7944B9103A22 /* RCT-Folly-dummy.m in Sources */, - 8316131FB930D9C3D295F1E6EAE5AA4C /* SafeAssert.cpp in Sources */, - C9578B7B71B3393B4B7368223E576FDD /* SanitizeThread.cpp in Sources */, - 19AB48ED7CD2E4F2FA1D70F56B3EF2A5 /* ScopeGuard.cpp in Sources */, - 7DF4ECBC6573FD2EBCF6CC3C5F9D4403 /* SharedMutex.cpp in Sources */, - 4A640ADFB1B0DE041F8E530D7BD4CA3E /* SplitStringSimd.cpp in Sources */, - 20DF0B4408B6C9F6631EB76512E96313 /* SpookyHashV2.cpp in Sources */, - EE0E579E85E662A57F360E140E431792 /* String.cpp in Sources */, - 4D9A1EFD25167CF831050231766BD4C2 /* SysUio.cpp in Sources */, - F29BA178A7653A693CA71C289116AACC /* ThreadId.cpp in Sources */, - 9858A8DEFF45948639B6FD333103DFD5 /* ToAscii.cpp in Sources */, - 9F8DD75675B787854A68FEB6BCBF85A5 /* Unicode.cpp in Sources */, - EA033FCD1A834F39E3B20DE0AB58B2D7 /* UniqueInstance.cpp in Sources */, + 46EB2E00014070 /* PlatformRunLoopObserver.mm in Sources */, + 46EB2E00013F00 /* RCTAccessibilityElement.mm in Sources */, + 46EB2E00013E00 /* RCTActivityIndicatorViewComponentView.mm in Sources */, + 46EB2E00014080 /* RCTBoxShadow.mm in Sources */, + 46EB2E00014090 /* RCTColorSpaceUtils.mm in Sources */, + 46EB2E00013F80 /* RCTComponentViewFactory.mm in Sources */, + 46EB2E00013F90 /* RCTComponentViewRegistry.mm in Sources */, + 46EB2E00013E10 /* RCTDebuggingOverlayComponentView.mm in Sources */, + 46EB2E00013EC0 /* RCTEnhancedScrollView.mm in Sources */, + 46EB2E00013E90 /* RCTFabricComponentsPlugins.mm in Sources */, + 46EB2E00013E70 /* RCTFabricModalHostViewController.mm in Sources */, + 46EB2E00014060 /* RCTFabricSurface.mm in Sources */, + 46EB2E000140A0 /* RCTGenericDelegateSplitter.mm in Sources */, + 46EB2E00013E20 /* RCTImageComponentView.mm in Sources */, + 46EB2E00013FD0 /* RCTImageResponseObserverProxy.mm in Sources */, + 46EB2E00013E30 /* RCTInputAccessoryComponentView.mm in Sources */, + 46EB2E00013E40 /* RCTInputAccessoryContentView.mm in Sources */, + 46EB2E00013E50 /* RCTLegacyViewManagerInteropComponentView.mm in Sources */, + 46EB2E00013E60 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm in Sources */, + 46EB2E00013FE0 /* RCTLocalizationProvider.mm in Sources */, + 46EB2E00013E80 /* RCTModalHostViewComponentView.mm in Sources */, + 46EB2E00013FA0 /* RCTMountingManager.mm in Sources */, + 46EB2E00013FB0 /* RCTMountingTransactionObserverCoordinator.mm in Sources */, + 46EB2E00013F10 /* RCTParagraphComponentAccessibilityProvider.mm in Sources */, + 46EB2E00013F20 /* RCTParagraphComponentView.mm in Sources */, + 46EB2E00013ED0 /* RCTPullToRefreshViewComponentView.mm in Sources */, + 46EB2E000140B0 /* RCTReactTaggedView.mm in Sources */, + 46EB2E00013EA0 /* RCTRootComponentView.mm in Sources */, + 46EB2E00013EB0 /* RCTSafeAreaViewComponentView.mm in Sources */, + 46EB2E00013FF0 /* RCTScheduler.mm in Sources */, + 46EB2E00013EE0 /* RCTScrollViewComponentView.mm in Sources */, + 46EB2E00014000 /* RCTSurfacePointerHandler.mm in Sources */, + 46EB2E00014010 /* RCTSurfacePresenter.mm in Sources */, + 46EB2E00014020 /* RCTSurfacePresenterBridgeAdapter.mm in Sources */, + 46EB2E00014030 /* RCTSurfaceRegistry.mm in Sources */, + 46EB2E00014040 /* RCTSurfaceTouchHandler.mm in Sources */, + 46EB2E00013EF0 /* RCTSwitchComponentView.mm in Sources */, + 46EB2E00013F30 /* RCTTextInputComponentView.mm in Sources */, + 46EB2E00013F40 /* RCTTextInputUtils.mm in Sources */, + 46EB2E00014050 /* RCTThirdPartyFabricComponentsProvider.mm in Sources */, + 46EB2E00013F50 /* RCTUnimplementedNativeComponentView.mm in Sources */, + 46EB2E00013F60 /* RCTUnimplementedViewComponentView.mm in Sources */, + 46EB2E00013F70 /* RCTViewComponentView.mm in Sources */, + 46EB2E000144C0 /* React-RCTFabric-dummy.m in Sources */, + 46EB2E00013FC0 /* UIView+ComponentViewProtocol.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B5D40460CFF0763CBCC6909A804F48DC /* Sources */ = { + 46EB2E00014530 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C8A210053FE1D696C52CCA42F9C64130 /* AccessibilityProps.cpp in Sources */, - 7E89BAC23FE03D91EF1DFEEBC8EC39FA /* AsynchronousEventBeat.cpp in Sources */, - DEBBF15C8A638BA342EF9043A456C57E /* AttributedString.cpp in Sources */, - E3368968007B2B69B988095CB12F7184 /* AttributedStringBox.cpp in Sources */, - 8867A8BAA6882973CC6A7FDDC6815034 /* BaseTextProps.cpp in Sources */, - 68F88CF2AFCC5A426A10AEC3E89D1CE4 /* BaseTextShadowNode.cpp in Sources */, - 5ED166E81170BF9AA8329E7C66281658 /* BaseTouch.cpp in Sources */, - 370B73FF57BAAA27B686EB81CF8075D0 /* BaseViewEventEmitter.cpp in Sources */, - 1794A3CD6E5C3F36F845C601498C5BEA /* BaseViewProps.cpp in Sources */, - 6468F24071677413AEA7AD7B5B78843C /* BatchedEventQueue.cpp in Sources */, - 7C29EF7C2138FCE77E2B66E68D752FA3 /* bindingUtils.cpp in Sources */, - 6C5078EB62976334262A9A94661116AB /* ComponentDescriptor.cpp in Sources */, - 517DA0468E42792CE3DC972214DFA28F /* ComponentDescriptorProviderRegistry.cpp in Sources */, - 8EDBF085F3FC8D60ABAE0C42443EFCDE /* ComponentDescriptorRegistry.cpp in Sources */, - 56E2301B515934805F82185E07D44000 /* ComponentDescriptors.cpp in Sources */, - 80CFE63820D3410534704B42E83F4C1E /* componentNameByReactViewName.cpp in Sources */, - 6CEB57E5C456BDB49C1871A5AD891027 /* Differentiator.cpp in Sources */, - 775818B08DF09F80115D288A90CFE9D7 /* DynamicPropsUtilities.cpp in Sources */, - 281A5B5821869CDE0B012B8461B937D2 /* EventBeat.cpp in Sources */, - 71D8BD34B5F88F6AC1A50EB450F9072E /* EventDispatcher.cpp in Sources */, - 44B3F7406C2943AC766857602403AC71 /* EventEmitter.cpp in Sources */, - 7A88280F18F12A8DDBF4F5C075C9FFED /* EventEmitters.cpp in Sources */, - E5EDA5B8E6667B5E0DFCD6CCA7EC4224 /* EventListener.cpp in Sources */, - CDFBF4AD9C10E78AB8390BB4BF7086C5 /* EventLogger.cpp in Sources */, - D1A952AE0B5B87E190800E836FAE8D7E /* EventQueue.cpp in Sources */, - 601E6DEA5804D6DEA545F39CE3AA5BB6 /* EventQueueProcessor.cpp in Sources */, - 2985005A11C383DF27F6176719D2BCE1 /* EventTarget.cpp in Sources */, - C2C2CFF9B513B2D4A09A20D58F735B7E /* ImageRequest.cpp in Sources */, - C281195CDEAE638451C90E4F2BD8ABE9 /* ImageResponse.cpp in Sources */, - 5826EB09E9FA6E9C1B1906C87810E259 /* ImageResponseObserverCoordinator.cpp in Sources */, - 693A52169ED92917B86F2A443DEBA965 /* ImageTelemetry.cpp in Sources */, - 1A5CA9C2FBC33D4577B5A4D9928ADFC1 /* InputAccessoryShadowNode.cpp in Sources */, - E86A1A03C4F656543377CC2230189A13 /* InstanceHandle.cpp in Sources */, - 31B95AC91F037850FE929028BFE5D87B /* LayoutableShadowNode.cpp in Sources */, - 82658C6FC18499E3E36F00E44C410982 /* LayoutAnimationDriver.cpp in Sources */, - 16A2B3C25E42978AE98B60C2D8B57FE2 /* LayoutAnimationKeyFrameManager.cpp in Sources */, - 6B3184184233EDC3A33B2EB15CAC7CBA /* LayoutConstraints.cpp in Sources */, - 6EEF7681351C2FC863B6F5BC52F64374 /* LayoutMetrics.cpp in Sources */, - 8925DABDEA70B9709AE30CB328014362 /* LeakChecker.cpp in Sources */, - CA29FA620DFF8FAA9C3FC2B5AAA7B118 /* LegacyViewManagerInteropComponentDescriptor.mm in Sources */, - BC9B5BB799C2AEC6273897B357F5C3A7 /* LegacyViewManagerInteropShadowNode.cpp in Sources */, - 58B06ED0B3BDE7A13CC36006DBC68706 /* LegacyViewManagerInteropState.mm in Sources */, - D3FDB46C5B4E778F54EDF72DB4BC989E /* LegacyViewManagerInteropViewEventEmitter.cpp in Sources */, - EB4DA1177148CA8BA395D05BA194B843 /* LegacyViewManagerInteropViewProps.cpp in Sources */, - 6460467DEB411858DF66A4BB6FFF9464 /* ModalHostViewShadowNode.cpp in Sources */, - C9F2C6FB2AF3A75E5BE51D0EE500C64F /* ModalHostViewState.cpp in Sources */, - 058DB5A3500DD22436F4584C6ACD98C1 /* MountingCoordinator.cpp in Sources */, - B2855DB40C4C2A2595B2C143DCDA2161 /* MountingTransaction.cpp in Sources */, - BB01F8E8CF04FEE959DE4328875111BD /* NativeComponentRegistryBinding.cpp in Sources */, - 96DBCADCEFDC1F17CA042D32829DFD33 /* ParagraphAttributes.cpp in Sources */, - 14AFB09A7A63A72CEB4487E9328060AE /* ParagraphEventEmitter.cpp in Sources */, - 8D296F10BC073FF97883EBC298606E44 /* ParagraphLayoutManager.cpp in Sources */, - 591792119CE714D9EF02FD2CAF381D6A /* ParagraphProps.cpp in Sources */, - 992A51B03B7AD01A3AFB4D6D65EC7F16 /* ParagraphShadowNode.cpp in Sources */, - 1D5FA6D4D260F7FE13D9F2AA0905E1CB /* ParagraphState.cpp in Sources */, - CD8284B19295458FBB43DD6A0A24D73C /* PointerEvent.cpp in Sources */, - EF006B5EDB5623449EF3C6A179651498 /* PointerEventsProcessor.cpp in Sources */, - DDFFFA6291D0A776844941C34B851B3D /* PointerHoverTracker.cpp in Sources */, - 561CC6518EEF41492DE7B02BADBE88F5 /* Props.cpp in Sources */, - 639F9B298991AE344CF6C4C83D283522 /* Props.cpp in Sources */, - 8942C5FEA40D5C9455B2F03EECB08C40 /* RawEvent.cpp in Sources */, - 2452EC52C8DE6D004C4B78D9B7D8043C /* RawProps.cpp in Sources */, - E6C43D34153AEF4353D09FD21631D4DC /* RawPropsKey.cpp in Sources */, - 3217C34453D59F06E79765B558B840B1 /* RawPropsKeyMap.cpp in Sources */, - 77FACFE0FDA180DD2775858BCE1AB1DF /* RawPropsParser.cpp in Sources */, - 769ADEAA78A2EBBB2F7F1E7E0DDA2F2F /* RawTextProps.cpp in Sources */, - 07FB45131980F11D819B4D25B5908AAA /* RawTextShadowNode.cpp in Sources */, - A8E21FE25014142EE1D0194D91912A0A /* RawValue.cpp in Sources */, - D76652FD0E40DC69D928FBB9EC0BAA1F /* RCTAttributedTextUtils.mm in Sources */, - 98E9D432EF75C86F9A43DD71B0C9136D /* RCTFontUtils.mm in Sources */, - 4E45E3CE8D1C9510EA1CB5798E092674 /* RCTLegacyViewManagerInteropCoordinator.mm in Sources */, - 8B4E4E850CFDBF013AF1EBA2DAAA1411 /* RCTTextLayoutManager.mm in Sources */, - 110A475B721C925E77D1019EB4CABD42 /* React-Fabric-dummy.m in Sources */, - 8CCEC40CF2673B489A305199C5AE0194 /* RootProps.cpp in Sources */, - 49E0CBF00FAFC77553722B04C22C6314 /* RootShadowNode.cpp in Sources */, - 9880CAF07D43DC61CDB45C824D497B35 /* SafeAreaViewShadowNode.cpp in Sources */, - 2E747B5A63759BA1291FFBFCAB6B80E6 /* SafeAreaViewState.cpp in Sources */, - 335D543D79DD41C6E6B3C619A2078292 /* Scheduler.cpp in Sources */, - B94E4F3FC8AD849D224F3E4722255A9B /* ScrollViewEventEmitter.cpp in Sources */, - C950A48FAF23080723A8D3E336A02FCB /* ScrollViewProps.cpp in Sources */, - FB921450193716ECE1439AC97953DA4C /* ScrollViewShadowNode.cpp in Sources */, - F0B766E2111EA5CF389BC05B16E7765E /* ScrollViewState.cpp in Sources */, - 8B6F32F538C248F165BD8979E11C9B75 /* Sealable.cpp in Sources */, - 3ABF63980C8F33414E839BAB6ACF7CB0 /* ShadowNode.cpp in Sources */, - 15075E7A3C4A533250F1B8F5E52414C3 /* ShadowNodeFamily.cpp in Sources */, - 73EC1ECAD2AC03776AED47B7EAEDD355 /* ShadowNodeFragment.cpp in Sources */, - 61062992DF6CBE15EF932600BF852AD0 /* ShadowNodes.cpp in Sources */, - E80749CD736DE70C722786142803C902 /* ShadowNodeTraits.cpp in Sources */, - 747565FDD73258EE80DDB21EFEA185F6 /* ShadowTree.cpp in Sources */, - C268A4204A18D8446919E2A723E79FA3 /* ShadowTreeRegistry.cpp in Sources */, - 8AA63AD26FAB339D4E07EB781A7AA24D /* ShadowTreeRevision.cpp in Sources */, - 88CD97B70217B98F5A53A0627C6985CE /* ShadowView.cpp in Sources */, - 1FA7178A8B77E59283080725AF2A1F86 /* ShadowViewMutation.cpp in Sources */, - D996E1BEB8FB969FA15C6D6B0957CF87 /* State.cpp in Sources */, - 647F529757F03A8C2361BB691EB177AB /* States.cpp in Sources */, - 52E5CB31AE84D202CE41760F8AB7F3A5 /* StateUpdate.cpp in Sources */, - 1389C2DB89CE04D963F342B21159D9F4 /* stubs.cpp in Sources */, - 505CE91FE25317493B1CC7EA650034D0 /* StubView.cpp in Sources */, - 61892D742886F0152FD8A2FB6ED5669F /* StubViewTree.cpp in Sources */, - D285EC16D64357ACCC37C78E8CDE03C5 /* SurfaceHandler.cpp in Sources */, - 5E1595198AFD4F94E1814764F09F3A7B /* SurfaceManager.cpp in Sources */, - E6C0A000EC3CA1E93728FD602231C6B4 /* SurfaceRegistryBinding.cpp in Sources */, - BCBED091BF4006594B41377D38369549 /* SurfaceTelemetry.cpp in Sources */, - B6B890529BF9ACEA362D9D509C953029 /* SynchronousEventBeat.cpp in Sources */, - 27CAA2E149A36B2F1ABEC6A7C34B6C80 /* TelemetryController.cpp in Sources */, - AD7B1FDC2FF37D2B5690754ADBF99E22 /* TextAttributes.cpp in Sources */, - 9BB061A5DDB91598E6650596DD2201F7 /* TextInputEventEmitter.cpp in Sources */, - D63013A8EE9403376F71906FE4116FA8 /* TextInputProps.cpp in Sources */, - FBB4B8ADC0FDBDCFFF7B0036882BEFF7 /* TextInputShadowNode.cpp in Sources */, - 5A677BF3FDD268920BBE854D8B733DC2 /* TextInputState.cpp in Sources */, - 17D7A2D8BEC47DA1E921F10F0226EEFF /* TextLayoutManager.mm in Sources */, - BAB1DA242AD17C17BA58FA257CEA3E0A /* TextMeasureCache.cpp in Sources */, - 6D246158F9EC0E4F9A982234F0379BAF /* TextProps.cpp in Sources */, - 9808103B3EE45FD2CAFCD6060B405BAF /* TextShadowNode.cpp in Sources */, - F05C160C170A4E97EE7F904A903E1BF1 /* TouchEvent.cpp in Sources */, - C43F3025B903327CC3E9FEACE2E5AE3A /* TouchEventEmitter.cpp in Sources */, - 5F17CDC19DC4924A0DD727C12943B3AA /* TransactionTelemetry.cpp in Sources */, - 4A80F2194DCABFD3093E0C8D53F7FFB0 /* UIManager.cpp in Sources */, - 25DF83F6D24F9CE5F749DD3ACFC3458F /* UIManagerBinding.cpp in Sources */, - EA77E2D52437339DF4D723A28C59B28E /* UnbatchedEventQueue.cpp in Sources */, - FCD0E3A0298C9C8D0C5ED5069A5BD75F /* UnimplementedViewComponentDescriptor.cpp in Sources */, - F9B832E897BADC9639D2B8653145D319 /* UnimplementedViewProps.cpp in Sources */, - CFE3998264FF86A31D820681D1EC5F10 /* UnimplementedViewShadowNode.cpp in Sources */, - 924ACA347FD89E270FE94F6431F135C9 /* UnstableLegacyViewManagerAutomaticComponentDescriptor.cpp in Sources */, - 287B0DF39AC7DAECC03BCCD128F3FA4E /* UnstableLegacyViewManagerAutomaticShadowNode.cpp in Sources */, - 2184A2264B9A98ACB8BC6C903910DA53 /* utils.cpp in Sources */, - E940D83E0AC0AB7184F8C33FD9539AFE /* ValueFactoryEventPayload.cpp in Sources */, - 6B9F15C7C94C108AEB2FC76BEEF5B5CE /* ViewShadowNode.cpp in Sources */, - EDB7CAF437663F4D8D22407D0E41A2EB /* WeakFamilyRegistry.cpp in Sources */, - 7CBD70B465ABC3F61F68D50EADB8631E /* YogaLayoutableShadowNode.cpp in Sources */, - 095679A1F3EB31D158DB4AEE1BFBBDA9 /* YogaStylableProps.cpp in Sources */, + 46EB2E00014550 /* RCTAnimatedImage.mm in Sources */, + 46EB2E00014560 /* RCTBundleAssetImageLoader.mm in Sources */, + 46EB2E00014570 /* RCTDisplayWeakRefreshable.mm in Sources */, + 46EB2E00014580 /* RCTGIFImageDecoder.mm in Sources */, + 46EB2E00014590 /* RCTImageBlurUtils.mm in Sources */, + 46EB2E000145A0 /* RCTImageCache.mm in Sources */, + 46EB2E000145B0 /* RCTImageEditingManager.mm in Sources */, + 46EB2E000145C0 /* RCTImageLoader.mm in Sources */, + 46EB2E000145D0 /* RCTImagePlugins.mm in Sources */, + 46EB2E000145E0 /* RCTImageShadowView.mm in Sources */, + 46EB2E000145F0 /* RCTImageStoreManager.mm in Sources */, + 46EB2E00014600 /* RCTImageURLLoaderWithAttribution.mm in Sources */, + 46EB2E00014610 /* RCTImageUtils.mm in Sources */, + 46EB2E00014620 /* RCTImageView.mm in Sources */, + 46EB2E00014630 /* RCTImageViewManager.mm in Sources */, + 46EB2E00014640 /* RCTLocalAssetImageLoader.mm in Sources */, + 46EB2E00014650 /* RCTResizeMode.mm in Sources */, + 46EB2E00014660 /* RCTUIImageViewAnimated.mm in Sources */, + 46EB2E000146C0 /* React-RCTImage-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B606C94DC283C0C9BF4B0713CECFD9B3 /* Sources */ = { + 46EB2E00014730 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6F2B4E5FC243887008352FB98E4E3363 /* CxxNativeModule.cpp in Sources */, - F98B13E1C3BE82C0B8993B78A8668FA2 /* Instance.cpp in Sources */, - 985F8A922091635EA3CF3B2FB0768CCF /* JSBigString.cpp in Sources */, - 1D63586222FFB587589723681F8B3170 /* JSBundleType.cpp in Sources */, - A8D2DD02769EBEDE9DB71815B796D639 /* JSExecutor.cpp in Sources */, - 3847962C120468B02563BA6EE50A6CE7 /* JSIndexedRAMBundle.cpp in Sources */, - 49F784D415EA9A129FBBA2616F5C0F4B /* MethodCall.cpp in Sources */, - 153DE5FA1669577F53403C6C1F5FFB8D /* ModuleRegistry.cpp in Sources */, - B0C51E9813B499F6BD5186771AD27E0A /* NativeToJsBridge.cpp in Sources */, - E473ACBE88FF7927A013B8C17634A8E2 /* RAMBundleRegistry.cpp in Sources */, - 417F857530E4A7DFBA843A9AFBA5EB4F /* React-cxxreact-dummy.m in Sources */, - E232CCD0762D7C27D4D19768CEEA57B8 /* ReactMarker.cpp in Sources */, + 46EB2E00014750 /* RCTLinkingManager.mm in Sources */, + 46EB2E00014760 /* RCTLinkingPlugins.mm in Sources */, + 46EB2E000147C0 /* React-RCTLinking-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B978CC8D069896070F029AAE2C6832B4 /* Sources */ = { + 46EB2E00014830 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8F311C4F7C48AA878AB3DEBE3A578602 /* RCTAdditionAnimatedNode.mm in Sources */, - 842B3094CC7D36DE6DA513688A7F0529 /* RCTAnimatedNode.mm in Sources */, - 5ACBB9B250AED1FBCDEB4EEECF07F605 /* RCTAnimationPlugins.mm in Sources */, - 238031EE8565BDB4F73A48D77E719C77 /* RCTAnimationUtils.mm in Sources */, - FB844C766D86AD84C9A05E2BD940BC24 /* RCTColorAnimatedNode.mm in Sources */, - 9AB9D5159D2A9FF3B076FD9089D03D83 /* RCTDecayAnimation.mm in Sources */, - C79B7263602A6E0AC8CEDD31B157DD7C /* RCTDiffClampAnimatedNode.mm in Sources */, - 0CD963C9F8E139A92EDD4EBD0F839333 /* RCTDivisionAnimatedNode.mm in Sources */, - 483136925C636FC86FA89EE15F02BA18 /* RCTEventAnimation.mm in Sources */, - C1CADFB9B70352977EBF9A6F7F611E58 /* RCTFrameAnimation.mm in Sources */, - 9DB11D1BD5C71ED374495EF23819E23D /* RCTInterpolationAnimatedNode.mm in Sources */, - 8A18642D30B4FFB4B1B4F3578FB5107E /* RCTModuloAnimatedNode.mm in Sources */, - BB2554D32BA659ABE5780BCD89500AD4 /* RCTMultiplicationAnimatedNode.mm in Sources */, - 78A33D0ED5A557403EEC8ECFE6FC2675 /* RCTNativeAnimatedModule.mm in Sources */, - 05522E5651D79A2C4107CFD167057BE2 /* RCTNativeAnimatedNodesManager.mm in Sources */, - 28157CD82D04F9D9BFCE7E2D6BD3722F /* RCTNativeAnimatedTurboModule.mm in Sources */, - B5D40E0BB5F8F8E23753E46C925D3E40 /* RCTObjectAnimatedNode.mm in Sources */, - 1466458FC4AA56AA5C425D7AC0629C53 /* RCTPropsAnimatedNode.mm in Sources */, - 20E3AF1B326951578892E19B3E20C584 /* RCTSpringAnimation.mm in Sources */, - 454CAA5D13B9291A39D46414AE44A1ED /* RCTStyleAnimatedNode.mm in Sources */, - E83FA10937A1E735C19DD4BB33315A27 /* RCTSubtractionAnimatedNode.mm in Sources */, - 615143310956B75D920E215BFC36DA18 /* RCTTrackingAnimatedNode.mm in Sources */, - 4C12079986895FDA478E89F865A7D92B /* RCTTransformAnimatedNode.mm in Sources */, - 968A812DB032004FC74FCE2289727BB9 /* RCTValueAnimatedNode.mm in Sources */, - C169E5A58DED88DCDCE6B9DC8C30C007 /* React-RCTAnimation-dummy.m in Sources */, + 46EB2E00014850 /* RCTDataRequestHandler.mm in Sources */, + 46EB2E00014860 /* RCTFileRequestHandler.mm in Sources */, + 46EB2E00014870 /* RCTHTTPRequestHandler.mm in Sources */, + 46EB2E00014880 /* RCTNetworking.mm in Sources */, + 46EB2E00014890 /* RCTNetworkPlugins.mm in Sources */, + 46EB2E000148A0 /* RCTNetworkTask.mm in Sources */, + 46EB2E00014900 /* React-RCTNetwork-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - CDB316FB04186B9AA58046C40DAA3C3A /* Sources */ = { + 46EB2E00014970 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - EBBEB872730A8F804880FF7FC0B5E07F /* CxxTurboModuleUtils.cpp in Sources */, - A6382B2B2A4E4B05ADC5FC332422AC92 /* LongLivedObject.cpp in Sources */, - 211B93995F870B89CEBB582FC07FA9AA /* ReactCommon-dummy.m in Sources */, - 420A8F2241F64E426F8C640E5408B5F1 /* TurboCxxModule.cpp in Sources */, - 3343E5D45D5C2E9F14C1356DDCD44430 /* TurboModule.cpp in Sources */, - 1E5FB917F08C2BE728ED361A74C0B31B /* TurboModuleBinding.cpp in Sources */, - B6EC75601E2FDDDCFFB50796FAB459A9 /* TurboModulePerfLogger.cpp in Sources */, - A1079ED02A04CC405AD1A66E3CC6D8BB /* TurboModuleUtils.cpp in Sources */, + 46EB2E00014990 /* RCTSettingsManager.mm in Sources */, + 46EB2E000149A0 /* RCTSettingsPlugins.mm in Sources */, + 46EB2E00014A00 /* React-RCTSettings-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - D731FEBE5B52F8F874BCBB56767BCBFB /* Sources */ = { + 46EB2E00014A70 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C36315033E84D8A4DB54257DC2A4BD37 /* ConnectionDemux.cpp in Sources */, - A5C818BF252092A031EFE323F5DF399F /* HermesExecutorFactory.cpp in Sources */, - 805DE014321DB8DCAD2CBC0B6484573D /* HermesRuntimeAgentDelegate.cpp in Sources */, - 05D9CA5D406462147C1F5BCA3D5BA313 /* React-hermes-dummy.m in Sources */, - 641437845EDB5BD23D4CEE9FFBCAE112 /* Registration.cpp in Sources */, + 46EB2E00014AF0 /* NSTextStorage+FontScaling.m in Sources */, + 46EB2E00014B70 /* RCTBackedTextInputDelegateAdapter.mm in Sources */, + 46EB2E00014B80 /* RCTBaseTextInputShadowView.mm in Sources */, + 46EB2E00014B90 /* RCTBaseTextInputView.mm in Sources */, + 46EB2E00014BA0 /* RCTBaseTextInputViewManager.mm in Sources */, + 46EB2E00014A90 /* RCTBaseTextShadowView.mm in Sources */, + 46EB2E00014AA0 /* RCTBaseTextViewManager.mm in Sources */, + 46EB2E00014AD0 /* RCTConvert+Text.mm in Sources */, + 46EB2E00014B00 /* RCTDynamicTypeRamp.mm in Sources */, + 46EB2E00014BB0 /* RCTInputAccessoryShadowView.mm in Sources */, + 46EB2E00014BC0 /* RCTInputAccessoryView.mm in Sources */, + 46EB2E00014BD0 /* RCTInputAccessoryViewContent.mm in Sources */, + 46EB2E00014BE0 /* RCTInputAccessoryViewManager.mm in Sources */, + 46EB2E00014B40 /* RCTMultilineTextInputView.mm in Sources */, + 46EB2E00014B50 /* RCTMultilineTextInputViewManager.mm in Sources */, + 46EB2E00014AB0 /* RCTRawTextShadowView.mm in Sources */, + 46EB2E00014AC0 /* RCTRawTextViewManager.mm in Sources */, + 46EB2E00014C00 /* RCTSinglelineTextInputView.mm in Sources */, + 46EB2E00014C10 /* RCTSinglelineTextInputViewManager.mm in Sources */, + 46EB2E00014AE0 /* RCTTextAttributes.mm in Sources */, + 46EB2E00014BF0 /* RCTTextSelection.mm in Sources */, + 46EB2E00014B10 /* RCTTextShadowView.mm in Sources */, + 46EB2E00014B20 /* RCTTextView.mm in Sources */, + 46EB2E00014B30 /* RCTTextViewManager.mm in Sources */, + 46EB2E00014C20 /* RCTUITextField.mm in Sources */, + 46EB2E00014B60 /* RCTUITextView.mm in Sources */, + 46EB2E00014C30 /* RCTVirtualTextShadowView.mm in Sources */, + 46EB2E00014C40 /* RCTVirtualTextView.mm in Sources */, + 46EB2E00014C50 /* RCTVirtualTextViewManager.mm in Sources */, + 46EB2E00014EB0 /* React-RCTText-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - DB614032120AB6AE8505879655BFB470 /* Sources */ = { + 46EB2E00014F20 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D074D150CAF02035FB47A8A285164D37 /* RCTVibration.mm in Sources */, - 2DA924C326322FF904EE10E95381A712 /* RCTVibrationPlugins.mm in Sources */, - 113009ABEFA71969D72A8906C4B45158 /* React-RCTVibration-dummy.m in Sources */, + 46EB2E00014F40 /* RCTVibration.mm in Sources */, + 46EB2E00014F50 /* RCTVibrationPlugins.mm in Sources */, + 46EB2E00014FB0 /* React-RCTVibration-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E1063F43EA185AB7991375E5F87F071A /* Sources */ = { + 46EB2E00015020 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 403B8EC5376D6104A6C9D4B5EFD3FD2D /* FBReactNativeSpec-generated.mm in Sources */, - BB7A442B12C93A04C7C384137956BA21 /* FBReactNativeSpecJSI-generated.cpp in Sources */, - 6A1E56AB39D3ED578BBE9D8285200103 /* RCTModulesConformingToProtocolsProvider.mm in Sources */, - 3BF43AB596A891A02621FDE76B72672E /* React-Codegen-dummy.m in Sources */, + 46EB2E00015040 /* ObjCTimerRegistry.mm in Sources */, + 46EB2E00015050 /* RCTHermesInstance.mm in Sources */, + 46EB2E00015060 /* RCTHost.mm in Sources */, + 46EB2E00015070 /* RCTInstance.mm in Sources */, + 46EB2E00015080 /* RCTJSThreadManager.mm in Sources */, + 46EB2E00015090 /* RCTLegacyUIManagerConstantsProvider.mm in Sources */, + 46EB2E000150A0 /* RCTPerformanceLoggerUtils.mm in Sources */, + 46EB2E00015190 /* React-RuntimeApple-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E3B942DE303D83D75AED23334A6285FD /* Sources */ = { + 46EB2E00015200 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F126A8972081681B070D6F0743510ACC /* HermesInstance.cpp in Sources */, - 2E2797FF3C592B7E0BA0C62F577ED617 /* React-RuntimeHermes-dummy.m in Sources */, + 46EB2E00015220 /* BridgelessNativeMethodCallInvoker.cpp in Sources */, + 46EB2E00015230 /* BufferedRuntimeExecutor.cpp in Sources */, + 46EB2E00015240 /* JSRuntimeFactory.cpp in Sources */, + 46EB2E00015270 /* LegacyUIManagerConstantsProviderBinding.cpp in Sources */, + 46EB2E00015350 /* React-RuntimeCore-dummy.m in Sources */, + 46EB2E00015250 /* ReactInstance.cpp in Sources */, + 46EB2E00015260 /* TimerManager.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E4890BB86AC5B62B2E7AA18F5392D333 /* Sources */ = { + 46EB2E000153C0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0A9C50D21325E306B19B3F12FCCEAB07 /* React-featureflags-dummy.m in Sources */, - 4FE8FB5D0688EB8B296AFB1919A06EB1 /* ReactNativeFeatureFlags.cpp in Sources */, - 6DA461E83A0AE6E6137B23AA8ADA315D /* ReactNativeFeatureFlagsAccessor.cpp in Sources */, + 46EB2E000153E0 /* HermesInstance.cpp in Sources */, + 46EB2E00015450 /* React-RuntimeHermes-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E5D4E307F432C1C032A8D3E3DB4B4228 /* Sources */ = { + 46EB2E00015530 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8E25452E3F2C647EF358AC29CFDC9CE1 /* DebugStringConvertible.cpp in Sources */, - 6E452C59729D249002151DB84542BB89 /* DebugStringConvertibleItem.cpp in Sources */, - F44275295BA8D07945CF7DECDF30A966 /* React-rendererdebug-dummy.m in Sources */, + 46EB2E00015600 /* CxxNativeModule.cpp in Sources */, + 46EB2E00015610 /* Instance.cpp in Sources */, + 46EB2E00015620 /* JSBigString.cpp in Sources */, + 46EB2E00015630 /* JSBundleType.cpp in Sources */, + 46EB2E00015640 /* JSExecutor.cpp in Sources */, + 46EB2E00015650 /* JSIndexedRAMBundle.cpp in Sources */, + 46EB2E00015660 /* MethodCall.cpp in Sources */, + 46EB2E00015670 /* ModuleRegistry.cpp in Sources */, + 46EB2E00015680 /* NativeToJsBridge.cpp in Sources */, + 46EB2E00015690 /* RAMBundleRegistry.cpp in Sources */, + 46EB2E00015860 /* React-cxxreact-dummy.m in Sources */, + 46EB2E000156A0 /* ReactMarker.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E88E3B2D4829F82229C9E37211AEAABD /* Sources */ = { + 46EB2E000155A0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2151A056540DBB529ECC9DA7D9CEB803 /* JSIExecutor.cpp in Sources */, - D1BD7D9D39E95D2C9B8BB833999CF5D8 /* JSINativeModules.cpp in Sources */, - 6BBE89B469A274DEAAA77D459929D02E /* React-jsiexecutor-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F18DEA69886B99CCBCC395776D475083 /* Sources */ = { + 46EB2E000158D0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 661F90792FD5FD95D15C27874FD8DF05 /* RCTDataRequestHandler.mm in Sources */, - 8AD0309C1A024FCF02C1811AEDD977F9 /* RCTFileRequestHandler.mm in Sources */, - 19E74890AFC051331BD3E4771C65E250 /* RCTHTTPRequestHandler.mm in Sources */, - B92713DFC99603AF2328C5804DF85ECD /* RCTNetworking.mm in Sources */, - 81B5D51792BE5EEAA41E11E9B7993234 /* RCTNetworkPlugins.mm in Sources */, - 34F0D405AD728D4194552DB326115A88 /* RCTNetworkTask.mm in Sources */, - D3239603DF621B6FC57CCD3A0B1E0F53 /* React-RCTNetwork-dummy.m in Sources */, + 46EB2E000159B0 /* React-debug-dummy.m in Sources */, + 46EB2E000158F0 /* react_native_assert.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F70C2CD337EEFED749B56BB1D5E5BCA6 /* Sources */ = { + 46EB2E00015A20 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 690B2534DDD9A3FC73129138ED67591B /* React-runtimescheduler-dummy.m in Sources */, - 664CCF6D75533B572F0C60FED55B2D07 /* RuntimeScheduler.cpp in Sources */, - CE4E74B5C38A797FC2C0BB5278CD44FC /* RuntimeScheduler_Legacy.cpp in Sources */, - 48F02A3C82C75B498EFC2A9E04AF679A /* RuntimeScheduler_Modern.cpp in Sources */, - BB504B36EB1B7D5977E69DC0CFBFFB16 /* RuntimeSchedulerBinding.cpp in Sources */, - F48D201CD8AEA5D4480AF0E8EC284E52 /* RuntimeSchedulerCallInvoker.cpp in Sources */, - 4D11409C3619DAB139E21D8C71F3E158 /* Task.cpp in Sources */, + 46EB2E00015A40 /* DefaultTurboModules.cpp in Sources */, + 46EB2E00015AE0 /* React-defaultsnativemodule-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F9FD1031AB70EFE362F5C9B79A21AE36 /* Sources */ = { + 46EB2E00015B50 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CBEA1B21AE65737A887320754BC3025D /* RCTInteropTurboModule.mm in Sources */, - 018735246FB854A03D09D86164D70161 /* RCTRuntimeExecutor.mm in Sources */, - F3FCCB4F07B5447A30328DD5056DD9AF /* RCTTurboModule.mm in Sources */, - D54DD9AD8FF0092B771C979088E4B058 /* RCTTurboModuleManager.mm in Sources */, - 5643E3ADA135BFC45534B315816F743D /* React-NativeModulesApple-dummy.m in Sources */, + 46EB2E00015B70 /* NativeDOM.cpp in Sources */, + 46EB2E00015C10 /* React-domnativemodule-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - FCBC8A861345F151F9D9EB184FA7D3F7 /* Sources */ = { + 46EB2E00015C80 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E7E99344B55BB47C9D7BFFA29E984AC0 /* PlatformRunLoopObserver.mm in Sources */, - 7B2DD7DB494D03CB161C8CA3577C00CC /* RCTAccessibilityElement.mm in Sources */, - 8C79C4E4FE61CA8C9D9A50E2DFDF2C9F /* RCTActivityIndicatorViewComponentView.mm in Sources */, - 57BB44C6F74045B3FE904FB35D990D76 /* RCTComponentViewFactory.mm in Sources */, - 9E54F4D3EF5561CBED0462C307A4C9E5 /* RCTComponentViewRegistry.mm in Sources */, - 56A61B32BC6F22285FBDA18026D6881F /* RCTDebuggingOverlayComponentView.mm in Sources */, - 39B1B0FC84B323FBF65A2AF8B11BE50D /* RCTEnhancedScrollView.mm in Sources */, - 74B0283D67243D5B559F4B1F8A47EF79 /* RCTFabricComponentsPlugins.mm in Sources */, - CB33B016A456958469781118C8659708 /* RCTFabricModalHostViewController.mm in Sources */, - C3D0BF75C68FE111796B4168D0E743CA /* RCTFabricSurface.mm in Sources */, - 00619ABEC3224DE4E0E760058510890E /* RCTGenericDelegateSplitter.mm in Sources */, - 2074C516683D397296BE62228F2922CB /* RCTImageComponentView.mm in Sources */, - 9AB69D604FE806DED6C81DEDA5A60256 /* RCTImageResponseObserverProxy.mm in Sources */, - D6E349462A6A2560BC2A767FBE8EF9DC /* RCTInputAccessoryComponentView.mm in Sources */, - 050D475765B5896079B164FBDF9779AC /* RCTInputAccessoryContentView.mm in Sources */, - B27B431FE41B0D5063DC429587AED997 /* RCTLegacyViewManagerInteropComponentView.mm in Sources */, - 520F072F4CB011A371DC74BEB7757282 /* RCTLegacyViewManagerInteropCoordinatorAdapter.mm in Sources */, - F390FE58A62404A6724DBFCFFFD8E65E /* RCTLocalizationProvider.mm in Sources */, - C3F0716E4DC5DC3DB4348B3F4187A35E /* RCTModalHostViewComponentView.mm in Sources */, - B2CD2C0A6F355469AAD7C52A7512E655 /* RCTMountingManager.mm in Sources */, - EFC9F71D541DFBB2236F8F73B8780FD8 /* RCTMountingTransactionObserverCoordinator.mm in Sources */, - AB4836965F0901F2E828D125AC816D18 /* RCTParagraphComponentAccessibilityProvider.mm in Sources */, - 56256FAE80235B6399D7F3F35F7700EF /* RCTParagraphComponentView.mm in Sources */, - F3320AC0EA319A08B57A4B84C2FBF231 /* RCTPullToRefreshViewComponentView.mm in Sources */, - F4BEB5919B353E5B6A416FC715A213ED /* RCTReactTaggedView.mm in Sources */, - 0C85BE3D79C645BA352C248BA08C3B00 /* RCTRootComponentView.mm in Sources */, - D85FC55B7A6A634AF0E2AA21FD4F1648 /* RCTSafeAreaViewComponentView.mm in Sources */, - 6ED59C9B6CB30C6EA39D5D815A3A15E9 /* RCTScheduler.mm in Sources */, - FF81D2F281EEF83946615C5B81F547B4 /* RCTScrollViewComponentView.mm in Sources */, - 1D4FA5A843091B7D07FAC0F0F52763D5 /* RCTSurfacePointerHandler.mm in Sources */, - B185DB06F07F6FB75C243F3387EEE5C7 /* RCTSurfacePresenter.mm in Sources */, - 44B0324A28B7FF156D1733CF2DDA5025 /* RCTSurfacePresenterBridgeAdapter.mm in Sources */, - D40CB136F4C14B6E211336DDED70F22B /* RCTSurfaceRegistry.mm in Sources */, - 1D9B5771BCB63307376A25B14DE97A9E /* RCTSurfaceTouchHandler.mm in Sources */, - 1D251D22F172A44EDB41F66DE04E2FFD /* RCTSwitchComponentView.mm in Sources */, - E7102CAFEA1A790A697A462827389D5B /* RCTTextInputComponentView.mm in Sources */, - 9D887CE778B5FF0158A0AD49A797EC8A /* RCTTextInputUtils.mm in Sources */, - D0E80D4E530E0111664C2B951A2E8B9C /* RCTThirdPartyFabricComponentsProvider.mm in Sources */, - 2CC2462673C2767CDA7AFC76A216B712 /* RCTUnimplementedNativeComponentView.mm in Sources */, - 2783D23CC7FD998D6E385164DC51DBE2 /* RCTUnimplementedViewComponentView.mm in Sources */, - 3D228C835EEB81DB245EA92944A612C6 /* RCTViewComponentView.mm in Sources */, - BB0AE7EA6B9A6E620BB53F9D4E9C07D1 /* React-RCTFabric-dummy.m in Sources */, - CB7A9799EAFE848F3C93C28E93996240 /* UIView+ComponentViewProtocol.mm in Sources */, + 46EB2E00015D80 /* React-featureflags-dummy.m in Sources */, + 46EB2E00015CA0 /* ReactNativeFeatureFlags.cpp in Sources */, + 46EB2E00015CB0 /* ReactNativeFeatureFlagsAccessor.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - FD1EB9AF525CCCE9A19EF83B51BE4CDA /* Sources */ = { + 46EB2E00015DF0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 85609D4D342C0241CB41929CE3F11690 /* ObjCTimerRegistry.mm in Sources */, - 780A024D42F37E1A7004B4E22B99F9E8 /* RCTHermesInstance.mm in Sources */, - 3607BF16A82D11E89BA0C547954CAFFE /* RCTHost.mm in Sources */, - 45B39C8BAE0FEAD01BEF638B4FF6DEE5 /* RCTInstance.mm in Sources */, - AAE926EF942CFBF5C450988CF82B9CA7 /* RCTJSThreadManager.mm in Sources */, - 22C185066C7705E0A451288E89206663 /* RCTLegacyUIManagerConstantsProvider.mm in Sources */, - 62BA65335AD276749A5ABFAD39315CC6 /* RCTPerformanceLoggerUtils.mm in Sources */, - FFAABB7DC95DF84DD0C2E7123E252B43 /* React-RuntimeApple-dummy.m in Sources */, + 46EB2E00015E10 /* NativeReactNativeFeatureFlags.cpp in Sources */, + 46EB2E00015EB0 /* React-featureflagsnativemodule-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - FE647129280E8A8A631DE9373965149E /* Sources */ = { + 46EB2E00015F20 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8F6BD9C42DB30CB8B0F1BC03C6A9388B /* RCTAppDelegate.mm in Sources */, - FE4B4E0007AD26E2ADD0460500980CB2 /* RCTAppSetupUtils.mm in Sources */, - 4D3A22C6791534AB78E7F53C3A27B346 /* RCTRootViewFactory.mm in Sources */, - D063FFC2BFAE5633D1AC7A47A399FA51 /* React-RCTAppDelegate-dummy.m in Sources */, + 46EB2E00015F40 /* Color.cpp in Sources */, + 46EB2E00015F50 /* ColorComponents.cpp in Sources */, + 46EB2E00015F60 /* HostPlatformColor.mm in Sources */, + 46EB2E00015F70 /* PlatformColorParser.mm in Sources */, + 46EB2E00015F80 /* RCTPlatformColorUtils.mm in Sources */, + 46EB2E00016190 /* React-graphics-dummy.m in Sources */, + 46EB2E00015F90 /* Transform.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00016200 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00016230 /* ConnectionDemux.cpp in Sources */, + 46EB2E00016220 /* HermesExecutorFactory.cpp in Sources */, + 46EB2E00016240 /* HermesRuntimeAgentDelegate.cpp in Sources */, + 46EB2E00016250 /* HermesRuntimeTargetDelegate.cpp in Sources */, + 46EB2E00016310 /* React-hermes-dummy.m in Sources */, + 46EB2E00016260 /* Registration.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00016380 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000163A0 /* NativeIdleCallbacks.cpp in Sources */, + 46EB2E00016440 /* React-idlecallbacksnativemodule-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000164B0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000164D0 /* JsErrorHandler.cpp in Sources */, + 46EB2E00016540 /* React-jserrorhandler-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000165B0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000165D0 /* JSIDynamic.cpp in Sources */, + 46EB2E000166D0 /* React-jsi-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00016740 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00016760 /* JSIExecutor.cpp in Sources */, + 46EB2E00016770 /* JSINativeModules.cpp in Sources */, + 46EB2E000167F0 /* React-jsiexecutor-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00016860 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00016880 /* CdpJson.cpp in Sources */, + 46EB2E00016890 /* ConsoleMessage.cpp in Sources */, + 46EB2E000168A0 /* ExecutionContext.cpp in Sources */, + 46EB2E000168B0 /* ExecutionContextManager.cpp in Sources */, + 46EB2E000168C0 /* FallbackRuntimeAgentDelegate.cpp in Sources */, + 46EB2E000168D0 /* FallbackRuntimeTargetDelegate.cpp in Sources */, + 46EB2E000168E0 /* HostAgent.cpp in Sources */, + 46EB2E000168F0 /* HostTarget.cpp in Sources */, + 46EB2E00016900 /* InspectorFlags.cpp in Sources */, + 46EB2E00016910 /* InspectorInterfaces.cpp in Sources */, + 46EB2E00016920 /* InspectorPackagerConnection.cpp in Sources */, + 46EB2E00016930 /* InspectorUtilities.cpp in Sources */, + 46EB2E00016940 /* InstanceAgent.cpp in Sources */, + 46EB2E00016950 /* InstanceTarget.cpp in Sources */, + 46EB2E00016960 /* NetworkIOAgent.cpp in Sources */, + 46EB2E00016C10 /* React-jsinspector-dummy.m in Sources */, + 46EB2E00016970 /* RuntimeAgent.cpp in Sources */, + 46EB2E00016980 /* RuntimeTarget.cpp in Sources */, + 46EB2E00016990 /* RuntimeTargetConsole.cpp in Sources */, + 46EB2E000169A0 /* RuntimeTargetDebuggerSessionObserver.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00016CF0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00016D80 /* React-logger-dummy.m in Sources */, + 46EB2E00016D10 /* react_native_log.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00016DF0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00016E10 /* NativeMicrotasks.cpp in Sources */, + 46EB2E00016EB0 /* React-microtasksnativemodule-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00016F20 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00016FB0 /* React-nativeconfig-dummy.m in Sources */, + 46EB2E00016F40 /* ReactNativeConfig.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017020 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00017040 /* BridgeNativeModulePerfLogger.cpp in Sources */, + 46EB2E00017080 /* FuseboxTracer.cpp in Sources */, + 46EB2E00017050 /* HermesPerfettoDataSource.cpp in Sources */, + 46EB2E00017140 /* React-perflogger-dummy.m in Sources */, + 46EB2E00017060 /* ReactPerfetto.cpp in Sources */, + 46EB2E00017070 /* ReactPerfettoCategories.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000171B0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000171D0 /* PerformanceEntryReporter.cpp in Sources */, + 46EB2E00017250 /* React-performancetimeline-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000172C0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00017360 /* React-rendererconsistency-dummy.m in Sources */, + 46EB2E000172E0 /* ShadowTreeRevisionConsistencyManager.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E000173D0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000173F0 /* DebugStringConvertible.cpp in Sources */, + 46EB2E00017400 /* DebugStringConvertibleItem.cpp in Sources */, + 46EB2E000174D0 /* React-rendererdebug-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017620 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00017790 /* React-runtimescheduler-dummy.m in Sources */, + 46EB2E00017640 /* RuntimeScheduler.cpp in Sources */, + 46EB2E00017670 /* RuntimeScheduler_Legacy.cpp in Sources */, + 46EB2E00017680 /* RuntimeScheduler_Modern.cpp in Sources */, + 46EB2E00017650 /* RuntimeSchedulerBinding.cpp in Sources */, + 46EB2E00017660 /* RuntimeSchedulerCallInvoker.cpp in Sources */, + 46EB2E00017690 /* Task.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017870 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00017890 /* CoreFeatures.cpp in Sources */, + 46EB2E000178A0 /* jsi-utils.cpp in Sources */, + 46EB2E000178B0 /* ManagedObjectWrapper.mm in Sources */, + 46EB2E00017A30 /* React-utils-dummy.m in Sources */, + 46EB2E000178C0 /* RunLoopObserver.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017AA0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00017AC0 /* FBReactNativeSpec-generated.mm in Sources */, + 46EB2E00017AD0 /* FBReactNativeSpecJSI-generated.cpp in Sources */, + 46EB2E00017AE0 /* RCTModulesConformingToProtocolsProvider.mm in Sources */, + 46EB2E00017BA0 /* ReactCodegen-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017C10 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00017D50 /* CxxTurboModuleUtils.cpp in Sources */, + 46EB2E00017C30 /* LongLivedObject.cpp in Sources */, + 46EB2E00017EB0 /* ReactCommon-dummy.m in Sources */, + 46EB2E00017D60 /* TurboCxxModule.cpp in Sources */, + 46EB2E00017D70 /* TurboModule.cpp in Sources */, + 46EB2E00017D80 /* TurboModuleBinding.cpp in Sources */, + 46EB2E00017D90 /* TurboModulePerfLogger.cpp in Sources */, + 46EB2E00017DA0 /* TurboModuleUtils.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00017F20 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00018030 /* NSRunLoop+SRWebSocket.m in Sources */, + 46EB2E00018040 /* NSURLRequest+SRWebSocket.m in Sources */, + 46EB2E00018220 /* SocketRocket-dummy.m in Sources */, + 46EB2E00017FA0 /* SRConstants.m in Sources */, + 46EB2E00017F40 /* SRDelegateController.m in Sources */, + 46EB2E00017FB0 /* SRError.m in Sources */, + 46EB2E00017FC0 /* SRHash.m in Sources */, + 46EB2E00017FD0 /* SRHTTPConnectMessage.m in Sources */, + 46EB2E00017F50 /* SRIOConsumer.m in Sources */, + 46EB2E00017F60 /* SRIOConsumerPool.m in Sources */, + 46EB2E00017FE0 /* SRLog.m in Sources */, + 46EB2E00017FF0 /* SRMutex.m in Sources */, + 46EB2E00017F90 /* SRPinningSecurityPolicy.m in Sources */, + 46EB2E00017F70 /* SRProxyConnect.m in Sources */, + 46EB2E00018000 /* SRRandom.m in Sources */, + 46EB2E00017F80 /* SRRunLoopThread.m in Sources */, + 46EB2E00018050 /* SRSecurityPolicy.m in Sources */, + 46EB2E00018010 /* SRSIMDHelpers.m in Sources */, + 46EB2E00018020 /* SRURLUtilities.m in Sources */, + 46EB2E00018060 /* SRWebSocket.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018290 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E000182B0 /* AbsoluteLayout.cpp in Sources */, + 46EB2E00018320 /* AssertFatal.cpp in Sources */, + 46EB2E000182C0 /* Baseline.cpp in Sources */, + 46EB2E000182D0 /* Cache.cpp in Sources */, + 46EB2E000182E0 /* CalculateLayout.cpp in Sources */, + 46EB2E00018310 /* Config.cpp in Sources */, + 46EB2E00018340 /* event.cpp in Sources */, + 46EB2E000182F0 /* FlexLine.cpp in Sources */, + 46EB2E00018350 /* LayoutResults.cpp in Sources */, + 46EB2E00018330 /* Log.cpp in Sources */, + 46EB2E00018360 /* Node.cpp in Sources */, + 46EB2E00018300 /* PixelGrid.cpp in Sources */, + 46EB2E00018370 /* YGConfig.cpp in Sources */, + 46EB2E00018380 /* YGEnums.cpp in Sources */, + 46EB2E00018390 /* YGNode.cpp in Sources */, + 46EB2E000183A0 /* YGNodeLayout.cpp in Sources */, + 46EB2E000183B0 /* YGNodeStyle.cpp in Sources */, + 46EB2E000183C0 /* YGPixelGrid.cpp in Sources */, + 46EB2E000183D0 /* YGValue.cpp in Sources */, + 46EB2E000187B0 /* Yoga-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018850 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018920 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00018A70 /* fmt-dummy.m in Sources */, + 46EB2E00018940 /* format.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018AE0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00018BA0 /* demangle.cc in Sources */, + 46EB2E00018CD0 /* glog-dummy.m in Sources */, + 46EB2E00018BB0 /* logging.cc in Sources */, + 46EB2E00018BC0 /* raw_logging.cc in Sources */, + 46EB2E00018BD0 /* signalhandler.cc in Sources */, + 46EB2E00018BE0 /* symbolize.cc in Sources */, + 46EB2E00018BF0 /* utilities.cc in Sources */, + 46EB2E00018C00 /* vlog_is_on.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018B50 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 46EB2E00018DC0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 46EB2E00018E60 /* Pods-ARMSX-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 00385164A09EF78AFAC7A78CCE933634 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = D1C5F4DDF0042C34470FFC6AA37765D3 /* PBXContainerItemProxy */; - }; - 009E3850B005D82F2A920A6F342D91D4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jserrorhandler"; - target = 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */; - targetProxy = BB13C2B4698926CE1BEAB91CB3239695 /* PBXContainerItemProxy */; - }; - 01CBE6A48BDCA900BF39F27D3CFE1071 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = ADA35D4E28C0F019859FAE789A55B01C /* PBXContainerItemProxy */; - }; - 02AE8FEFEE235001856183EBE3D90E0B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 43B76DD48C79AC92E294C215113A7260 /* PBXContainerItemProxy */; - }; - 04F1218D0C6E3E372C4D75FAD6EDC0DE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = FB874FC8A3EF4E100D59CBB738C0376E /* PBXContainerItemProxy */; - }; - 05C3201B6C73E270C07F3FB6268D436B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RuntimeCore"; - target = C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */; - targetProxy = 6A348FB561C7BF4883A1BCFBA45CF482 /* PBXContainerItemProxy */; - }; - 067313620F82ED766542184179CD39D9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = F0F2D3B6117495C56E2109A15E1D59F1 /* PBXContainerItemProxy */; - }; - 06F48ECD88BA689A8DD973FEE76AF592 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Fabric"; - target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; - targetProxy = 016CFAD537F93316282518FABF24E5AA /* PBXContainerItemProxy */; - }; - 0703ECD843E6EF3402BDDCECCC0A9A16 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 8FFB8F7CEC66A0AAC1450C66AB0EC035 /* PBXContainerItemProxy */; - }; - 0706E9D5B086ABE49512284DAE8918A6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = D174778FD6D9E12D9994A229D40F16D2 /* PBXContainerItemProxy */; - }; - 08223BB065C2DD019FD9BF06FD89F262 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = CE014070049C4B19F4C3E96C8C4AF8CB /* PBXContainerItemProxy */; - }; - 08BFF7188E8B0A77E42E9544E4CCAEEA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = D02E3E3BF15CF2D2D18E9DAC676BEFEE /* PBXContainerItemProxy */; - }; - 08CB7879E88651B1D5C30600628FD30C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-perflogger"; - target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; - targetProxy = 272730CBC3BBF47CDD0008DE8B31057D /* PBXContainerItemProxy */; - }; - 097F5F4E80264E66779716B45716E475 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = D330B67FAD52319CA4E58ED0541EB8BC /* PBXContainerItemProxy */; - }; - 0A19444D696B2F7D2D3495C2F6C4CC57 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = EAF5E8E2FD1A8FDC30FE27BCB69BED86 /* PBXContainerItemProxy */; - }; - 0AC71AF5F991671F0C280C5AD5F4816B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTFabric"; - target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; - targetProxy = 4800648081811080120D7257F8044CA6 /* PBXContainerItemProxy */; - }; - 0B2297141D7B912C568C37E338D4C80F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTDeprecation; - target = 5211B5AB7B81060AA8E78614DD75D3AB /* RCTDeprecation */; - targetProxy = 1B377F2F27EF55B4501C6AE277D4704C /* PBXContainerItemProxy */; - }; - 0B50332AD4029454CADA54F0E7B5FD61 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = 46A1A27D2119192513AFB8C9E7A00934 /* PBXContainerItemProxy */; - }; - 0C5F961C9BFCEFE15830A3499569476D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = B018CF48C5530D670D5D52B1FC782968 /* PBXContainerItemProxy */; - }; - 0CF32595ED62E26E6EE293FF8DA70C4C /* PBXTargetDependency */ = { + 46EB2E00018ED0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 7AF6DDBE3D0327B68646D882CDC9490D /* PBXContainerItemProxy */; + targetProxy = 46EB2E00018EC0 /* PBXContainerItemProxy */; }; - 0DB55000A782146DC28116404C15FBCE /* PBXTargetDependency */ = { + 46EB2E00018EF0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = DBF6DA73158E69085153EF193A435DEC /* PBXContainerItemProxy */; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 46EB2E00018EE0 /* PBXContainerItemProxy */; }; - 0E2F6559032B46392CCE609E9CC2BD65 /* PBXTargetDependency */ = { + 46EB2E00018F10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E00018F00 /* PBXContainerItemProxy */; + }; + 46EB2E00018F30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTDeprecation; + target = 5211B5AB7B81060AA8E78614DD75D3AB /* RCTDeprecation */; + targetProxy = 46EB2E00018F20 /* PBXContainerItemProxy */; + }; + 46EB2E00018F50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 46EB2E00018F40 /* PBXContainerItemProxy */; + }; + 46EB2E00018F70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E00018F60 /* PBXContainerItemProxy */; + }; + 46EB2E00018F90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 5E0AC5076A68DC4F16E0B027BF392AD3 /* PBXContainerItemProxy */; + targetProxy = 46EB2E00018F80 /* PBXContainerItemProxy */; }; - 0F697979C10C1469C1FE4927289BBE4C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = 09B8FB9DCBFC21D97424004DEA1A6ED5 /* PBXContainerItemProxy */; - }; - 10B9A2C530795EECB0B18EA417BF59A4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = BFAB5DB971A1C32B1DDB67510D36E407 /* PBXContainerItemProxy */; - }; - 10C4881FEC995FC1A1BFFBD024313422 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = C125507990A16341DDAC3CE196FD23AB /* PBXContainerItemProxy */; - }; - 112012CAE10C5E55652B410E9395054A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 12381BB2C2227E43514373C261BA7713 /* PBXContainerItemProxy */; - }; - 11637B1284EE5D7816A81D233A0809B5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RuntimeHermes"; - target = 0EF07AE1AD53436E8D2B9B0086EA0163 /* React-RuntimeHermes */; - targetProxy = D2917CF8E360D1C5056C7C88BA8BA6A9 /* PBXContainerItemProxy */; - }; - 11A243FE774066195D3BDF62B98C9D1B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = DA617CCF7241A3487F15277BF9F07CBB /* PBXContainerItemProxy */; - }; - 13241B57C51D9C3B003E788C2859D32C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = D1B761C7165CCDE5C9DA2B9B994D8EE9 /* PBXContainerItemProxy */; - }; - 134AE6DF57B1297FB6F3D09983C21CAD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-perflogger"; - target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; - targetProxy = A2C80A53F283AE4DD69B99A12F498E06 /* PBXContainerItemProxy */; - }; - 13723607FEA9AC577B3369F3A97259BB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = E0FB5A7204A0A178518D919B22F156DA /* PBXContainerItemProxy */; - }; - 13EBC0D7437CA787AB23082B808FC581 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 02BFB08AB632E5E534A6F4EAD152B719 /* PBXContainerItemProxy */; - }; - 1424AC5A2E5CBB31C808392CD956CFB9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = 4D7B20B35284815A2AE79E65FD1C4F19 /* PBXContainerItemProxy */; - }; - 146606F558AD32B99936129251BB3EE0 /* PBXTargetDependency */ = { + 46EB2E00018FB0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 5E0E3EEE710E563BC198C219BFF30723 /* PBXContainerItemProxy */; + targetProxy = 46EB2E00018FA0 /* PBXContainerItemProxy */; }; - 152EF8EB47A51CA925734A438A911D96 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = D7439B9B9393BFB9365CA7DE1CDC0916 /* PBXContainerItemProxy */; - }; - 15CB1210ADF406F79195BFE60C416B80 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Fabric"; - target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; - targetProxy = C7C5F735A0FEEEC0317AF1AEE439FB8F /* PBXContainerItemProxy */; - }; - 15EF73AE18AB86336E1019887C457E4E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimeexecutor"; - target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; - targetProxy = 1F2B709A74E27B9381C8E2FDD3D8E84A /* PBXContainerItemProxy */; - }; - 16ACA12D3667F91996B1CE656CAF33E1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-graphics"; - target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; - targetProxy = A2E434C30E3D8D3E46A9751B6AB8B7E8 /* PBXContainerItemProxy */; - }; - 171A73E5707BC66E255B9DE1679F5364 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 81F47076C7CA71AD68975DA92ACC40B8 /* PBXContainerItemProxy */; - }; - 17BAA4470E245BAFD45FD9B34D8246D0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-nativeconfig"; - target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; - targetProxy = 71587784572F082B93F593D4B6DF659E /* PBXContainerItemProxy */; - }; - 180C6B7DFB512503383FC4D9F90E72E1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = 37300D87F7D110E2848E17E9158357E5 /* PBXContainerItemProxy */; - }; - 193B71564F507D87FBC59A3D9AB11A7B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = BCCFA9C7BE1DE366DBA8A882FCBAB161 /* PBXContainerItemProxy */; - }; - 1AEA6CCB563B21816B8817301685CD99 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 4955B608BC03115C5F937FA715CD2BC9 /* PBXContainerItemProxy */; - }; - 1B6621195F16CBD8788BF9ED2BE3E44E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 4F1CFF4EF6F0D6D0AAEDF2BE97C6856F /* PBXContainerItemProxy */; - }; - 1C1CC60BABABA045F6FA296ECCE5B6FB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 2B3E2413340735AFE0EA36BBD554E72C /* PBXContainerItemProxy */; - }; - 1CE3C10FA2AB66D5D2AC1A8A6E2799AE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 99797D45E3524A789480172A7B4FC2B0 /* PBXContainerItemProxy */; - }; - 1F5D0A13D519332C884409383FA92627 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 1D5BCEC2055190A3BCB031DFCD7F3D52 /* PBXContainerItemProxy */; - }; - 1F684EE1BD26A0D88AA0E121E64BDE5A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimescheduler"; - target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; - targetProxy = B3EBE51C474B2EAE4CFBF7A0FA04EDBC /* PBXContainerItemProxy */; - }; - 1FC4463941D0830E3069437F4C2D3D27 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 482BB7C4DFCC5F55893C16269320C59F /* PBXContainerItemProxy */; - }; - 20BA6A63FE1656BB8F2AC471388611AF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = B46AFB9A85B2767311295742E776EF22 /* PBXContainerItemProxy */; - }; - 20C2A7FBABBA34F353187D2428AA3822 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 7DC804CD7C566199AC5A49A44E303BBE /* PBXContainerItemProxy */; - }; - 20C372C18B349695C9BD66E78D906CD8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimeexecutor"; - target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; - targetProxy = 4348245015E07DE0485B91242287669E /* PBXContainerItemProxy */; - }; - 21819E1F18F1C94B4CE907549349F642 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = B74947BA7BC7C903F01124A1D35A2FFE /* PBXContainerItemProxy */; - }; - 21E4045F6EFC5F3A6C772FB667D6F396 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 20715E190A28003F3DD5206BC8A8BE48 /* PBXContainerItemProxy */; - }; - 2303AA17146A9B54EADF60A5C8555151 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 58A9F1AB5D033D374D8E255470F464DF /* PBXContainerItemProxy */; - }; - 26A47BAC8637240829A138B2A20F5C05 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 230BFFDDC5B952A067F30D5035F369C9 /* PBXContainerItemProxy */; - }; - 26D85E0CE1FBF03DF1E764BB6568494A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 34C8855E038FC4F42DA42A324B85345C /* PBXContainerItemProxy */; - }; - 26FDFF371168CF2F5F94273A2058D126 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = 27F949EA312B98A3049EAA43F1B444CB /* PBXContainerItemProxy */; - }; - 27481B55F7BA801549B92863A92D03A0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 7359A441688EA308F4A08E3191218BD3 /* PBXContainerItemProxy */; - }; - 278964313F8A9B7194A4966C96792C7C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = FF0A3370EC036AD44C021E17D4529877 /* PBXContainerItemProxy */; - }; - 279A6FA2F82D4CEF498C489F70006B5F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 2A653629BE33B4B45F211DF25725F91F /* PBXContainerItemProxy */; - }; - 27A226AB950782E9650417E754287381 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = B5495C32ABF4E4BCE6F7698BF1732859 /* PBXContainerItemProxy */; - }; - 27A8037638E4649BC582C2BA7D43EC64 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-logger"; - target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; - targetProxy = D48AA1B6F3AF79D5C172B1A4F3973FD8 /* PBXContainerItemProxy */; - }; - 280C302432AE2DC0D4C859791B1F5ECB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Fabric"; - target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; - targetProxy = AA6071FCB39FCDC34B8D231E86EB6A7F /* PBXContainerItemProxy */; - }; - 29091721AF716F463D98A1E33A36C8CA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimescheduler"; - target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; - targetProxy = 17CF55438EE5B2B5B3321C3256883A0D /* PBXContainerItemProxy */; - }; - 2A4AE2068F3169E497F6E1938D7B62B4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = F67636039E2A41EBF7B8372ADF965213 /* PBXContainerItemProxy */; - }; - 2A7D9C23AD036C889925A3DA1E06728A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = CDEC2F24ED6DBAB843A7083EAED329BB /* PBXContainerItemProxy */; - }; - 2B8D743A7130387E64297662D6176EA7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = 58048502319F63411A364FBF0806D6EA /* PBXContainerItemProxy */; - }; - 2B8D9D92ECDC4882E12558609C63A793 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = 926ED1C58D3FCB4652A56C4B01779DD5 /* PBXContainerItemProxy */; - }; - 2B9A5FB100F20BD9F08509D28B9FE25A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = B9DBA5A573BB5E839AE191405F4737E3 /* PBXContainerItemProxy */; - }; - 2C31AA686B698A38CFB2C150094DF175 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 57B4B21DCA7FCF9E5F259997DBFAD09A /* PBXContainerItemProxy */; - }; - 2F07899DE700C8E89A70CAAE0B2F1B5E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 3052F1074342DB44D38232C1A324106B /* PBXContainerItemProxy */; - }; - 2F86C3FE4FFCDB910491D06DCC4E072E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-rncore"; - target = B41E34C6B259B9994C513BE178912491 /* React-rncore */; - targetProxy = B900E268983CBCFA28983D1128576E92 /* PBXContainerItemProxy */; - }; - 2FA55BE24516EC39765F3671D6B34744 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SocketRocket; - target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */; - targetProxy = AB9449AA8E664EE9D5E6CFDF58B2D3F4 /* PBXContainerItemProxy */; - }; - 2FD24AE16E0B1E0B70E6D4CFD652981A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = FE7B336E3935A43C010594600992D50D /* PBXContainerItemProxy */; - }; - 3016113B0471AAA3086E031EA0A25555 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = EDE87974C3CF27C9DF3C4F3E2399D1FD /* PBXContainerItemProxy */; - }; - 31CFDBAD12D2B33C1F63FCFB09A65119 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 4A3FAE99B2D7049451BE8C6EEF950B04 /* PBXContainerItemProxy */; - }; - 326DC0A7BBD1AA981FE454D5C54CEC90 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = FEB57D0395759E3262B192A60554E74E /* PBXContainerItemProxy */; - }; - 327F2C9D2129F7E763C80325E39D0A71 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = F6F9ABA374985261B2D2748CB914B3BA /* PBXContainerItemProxy */; - }; - 34FDDEE017CAF354476D3E8C35089208 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = AAFBE818E44C910D2F65159233A362DC /* PBXContainerItemProxy */; - }; - 3569AB436EAAC1378306D245BE2068FB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 5D1D240BB35BC6805845DA0861F7950D /* PBXContainerItemProxy */; - }; - 372A709B8A5910D67F4AEBC848682F34 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = B09C27E0CBFBA83F4E58E69790F6C5DC /* PBXContainerItemProxy */; - }; - 37DE1C7974ED4A21DB579278554DC3F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = EE3B9C63A6FF10963F0A3D83AAD564CD /* PBXContainerItemProxy */; - }; - 38B9FC3E4EFB1C18F2E98BE562B3FAA4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = FC0DB19ABBEB424A378AA363541FC476 /* PBXContainerItemProxy */; - }; - 3974DDA570805F2C82A56F7A64214FD1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = AFF730E8CDB0D0F8C27AD6710EA688DB /* PBXContainerItemProxy */; - }; - 398366ABCE8DA22ACC02E247890E8BCE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 431690568299AF87CFF4A39669696111 /* PBXContainerItemProxy */; - }; - 399DD05454488F12E123F10237E71A21 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = BE25DEBA157BE9614C81C85D2C567929 /* PBXContainerItemProxy */; - }; - 3A1A24BDE3D159E9CDEFE971ADED556E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 1DC04098D9B39FB0DE2A894D7F5C6517 /* PBXContainerItemProxy */; - }; - 3A697A5E3E62FB288D4EA7F7536198CE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 7000A824198C747772516AC8FCFF735B /* PBXContainerItemProxy */; - }; - 3BA16E8F151109F7BD2C595D6B4E9355 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = D18F7CC2439D72DFFD8B15D2FD5E9BA6 /* PBXContainerItemProxy */; - }; - 3C2C914A367207E3E3E18DC21BC43A0E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = FA4848CEB3F67560E6CF653C60AE7698 /* PBXContainerItemProxy */; - }; - 3D08C0CB6A9F4F869622D43843C39AA0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RuntimeCore"; - target = C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */; - targetProxy = C4E86885CF105C3B6C552EAD504AE604 /* PBXContainerItemProxy */; - }; - 3E9F8D7461C4B921A0DA432589899014 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 4A80828FE47E176CA422CC52B59A3FF3 /* PBXContainerItemProxy */; - }; - 3EA6C23F94ACDFF5F9F1CEF9A446A5CD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = 7C2DCBE4C835D92B0CBBC26773D824B5 /* PBXContainerItemProxy */; - }; - 3F6ABB3A51D4B9FC355E72BD614ED5BD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 1F762EE5D3F5A650017C3CB47308ABBB /* PBXContainerItemProxy */; - }; - 3F7A5D8C5EB9119FEAF8FF57D6A030D9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = C307EF005F627FD39178D841CD60938C /* PBXContainerItemProxy */; - }; - 40F60D779C1839EF0F5EF72EF569341E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = E126D3B0137C63E605EE50582F85DAD3 /* PBXContainerItemProxy */; - }; - 41DDDCC0489420A1EC077B07B97D5F64 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Fabric"; - target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; - targetProxy = 028C37803E0C78E614BF0D62EA57E386 /* PBXContainerItemProxy */; - }; - 423D39CA750F7A54F6F8775A2991336C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = 687F5185E7C715617D6F682405C5C55A /* PBXContainerItemProxy */; - }; - 43168C8FB178C8A896D0BC5902320DE7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Fabric"; - target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; - targetProxy = 12E4B91861952AFE515234E027D3B181 /* PBXContainerItemProxy */; - }; - 432944A93EAECA052F132EB682D48E62 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = A0464DAA92E99D7EF18A975691D0E69B /* PBXContainerItemProxy */; - }; - 4377EF449A670D2128319CE285DBE547 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = BB8FCFC86315E6686FA1ACF440C11C12 /* PBXContainerItemProxy */; - }; - 4382BD7B18B4EE902E99F44A8A63712B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = D89CF3BE5110B196AD030170A69CC1F0 /* PBXContainerItemProxy */; - }; - 44E153BE70DF3478A04BFCED7A3770EB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 8FB85964FE491D7434BCCE3F6EC0E3A6 /* PBXContainerItemProxy */; - }; - 4500B73AFB17F6C4305AC27528DB5CA0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 2A225A22FF9A41ACFF78A0BC5FAC16C2 /* PBXContainerItemProxy */; - }; - 457CAA153794536775DD3846C805CB4C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 46BC795D5B9913C85C4DD8D40007311C /* PBXContainerItemProxy */; - }; - 463F4CA386A09B9B835497F3CA4F7EF4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 598D354B3CEBCD7AFA035AC0CDB10C2D /* PBXContainerItemProxy */; - }; - 46C36C9542E08E96303BC44B18A84FA9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 1B0D9EEB48DAF412021C6347B266862B /* PBXContainerItemProxy */; - }; - 4715DBF56DCEDAFD8FADBAD468FB4140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = 07940AB490BAF818E4507258117BFE02 /* PBXContainerItemProxy */; - }; - 489073874ACACB8B07AC96FCE4689315 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = D00D79A542508EB74169D0CF1315C000 /* PBXContainerItemProxy */; - }; - 49030BB58704D4A72698CD4F795EA07B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 23056CAB7D6832D8870BA3990EB539CE /* PBXContainerItemProxy */; - }; - 4AFC8E4ADF1772A2D03A871119CBFB87 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = F978839C122AD32FB11F9FAD74637D26 /* PBXContainerItemProxy */; - }; - 4B666E00CCC9C289549B02785B7F1846 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 6EB430B28C557B86F950698FFA498DB4 /* PBXContainerItemProxy */; - }; - 4BBD90697E25008D5D55461AF075753A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 2864C68C6222F6C5604CF77ECFDDAD36 /* PBXContainerItemProxy */; - }; - 4C5A00DC122E4B648CB9EAD108A54D8F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimescheduler"; - target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; - targetProxy = 59D9A99672DC8D4B54042E59604F1E83 /* PBXContainerItemProxy */; - }; - 4CE7314BD9921291458A28FAD1BEEC70 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = C1C1054E9B24BFE7DF66B90479BDEC74 /* PBXContainerItemProxy */; - }; - 502A21EF1FDD816E3B11A52D3120B9A7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 5E25879606DB47D6BDEA80CCC8C076EA /* PBXContainerItemProxy */; - }; - 51457C83047F8C61432CF1BBD228C928 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 62072903E3E021E93729E2540D2F7708 /* PBXContainerItemProxy */; - }; - 518878548D7D152CC83FF740A5347500 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAppDelegate"; - target = C2B1B75CCC326124F29FE703CC59BFB7 /* React-RCTAppDelegate */; - targetProxy = D36AFECF2A5451ACDE2D343998C4C97B /* PBXContainerItemProxy */; - }; - 529064C2BCDA7CE3053795ADF6F2AF22 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = B825B3A18BE59E9E4169FC9FD659E7DD /* PBXContainerItemProxy */; - }; - 53BF7CB8B39162C2A381CFDEDBE9F764 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SocketRocket; - target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */; - targetProxy = 50811321DA4F26B17D177E99C5ADE005 /* PBXContainerItemProxy */; - }; - 53C4FEEA7825FB6007BBFC77204F6C1E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-featureflags"; - target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; - targetProxy = D6BCC6AB532D7F5D30B57C1ECA28D2CB /* PBXContainerItemProxy */; - }; - 542B883F6DC2215D892345CE246638AF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = BA46531D8C3B00BD50AC74A6060D390E /* PBXContainerItemProxy */; - }; - 5468B5723248B5CCC970BC709AE7DB40 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 167D605E9E2CDB12538CE0797169360F /* PBXContainerItemProxy */; - }; - 548F726FB519E41790284FF3B5D5A622 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = FAF7A6F7AF122E28D302048A9E6D4E6D /* PBXContainerItemProxy */; - }; - 5567D26DAACBC0279BE0EA09475A1E3A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 245616E4614FDCF7743D6889D4188B22 /* PBXContainerItemProxy */; - }; - 55D39C4A67A79A707723FEC0699F1535 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = D94542C38193020FE87C02AE9DB487FD /* PBXContainerItemProxy */; - }; - 5636B609CF7082FAE4D7CAD391447E09 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 47960413A977DA9B9E32C97CAED8978E /* PBXContainerItemProxy */; - }; - 5723EAF6376F9D8C1CE8D5FB30EE6329 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = A04C01D0718E7DBB6DF6E2AE78770AE5 /* PBXContainerItemProxy */; - }; - 57808DF19905476C06BC053178FA5F0A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimeexecutor"; - target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; - targetProxy = E68AD771392AB08F138E8DF9B2B09409 /* PBXContainerItemProxy */; - }; - 58796AC8BAFD372F089225EB349F0234 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 351124900D4B84CF9FF341A5EA834F38 /* PBXContainerItemProxy */; - }; - 5A8E3B8DD9020924C1B936E22F47B1AF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = EC6EB595A7C7EBFFD2C65EA916E478DC /* PBXContainerItemProxy */; - }; - 5B317204AE5CE9074A8F45A2382550F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 807920661663AC4CB04559D181656F4F /* PBXContainerItemProxy */; - }; - 5C31BC5D135FC978A7B0D57D65F5A3AC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-FabricImage"; - target = A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */; - targetProxy = F6354FACD4ED7331AEB16DE20A219BF0 /* PBXContainerItemProxy */; - }; - 5C3B988C519AAF88E3779B27F2F35421 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 9F4F45991669C60D9ED77791AA64B66E /* PBXContainerItemProxy */; - }; - 5C421DDE53C44DAE264B76E3288EEED4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-featureflags"; - target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; - targetProxy = 775C295E798B4FDCB025DB80C4B645AE /* PBXContainerItemProxy */; - }; - 5CDF23A346A80B4AF4601856FBDD33A4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-logger"; - target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; - targetProxy = 9D9D44734593A37554C3D888549F241A /* PBXContainerItemProxy */; - }; - 5D5FCDBC974D18FB9281AB68D8E88953 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 5BADCAF7927C1C3DCE6DEFBFEDA43594 /* PBXContainerItemProxy */; - }; - 5DACF0F48FB584846A5BC9BADF9149A8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = F98361AD4A9F780A6BEE6F2F5EBE0525 /* PBXContainerItemProxy */; - }; - 5DD796E26F57390AA871893AB818D5B5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = A3146FA94B1FFF4CF99DBC8AC9F892C1 /* PBXContainerItemProxy */; - }; - 5E4C3D4E2367CA51A6FA1DA6CB57E12A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RuntimeCore"; - target = C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */; - targetProxy = 63189C10B0BE390862C9B9C150C4F525 /* PBXContainerItemProxy */; - }; - 5E55DF4C1488D01C793E47B8F850FF80 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimescheduler"; - target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; - targetProxy = EEEA83EEDBE5D815DBC98DE20FD6BE15 /* PBXContainerItemProxy */; - }; - 5EF1BDD99C6DB335B61CAE7D0B2EC75B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 639A89907E382367EA773713C0E6C008 /* PBXContainerItemProxy */; - }; - 5F241892BA87328EF3DA0C39B3721DB7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 4C2BC8528694FA541814C8483A503428 /* PBXContainerItemProxy */; - }; - 6144F84F18CBB8B12CB255AEF52A190E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 5E02A48D02A43172B3649EE3A5003764 /* PBXContainerItemProxy */; - }; - 61F0A70FF285B1F2AC8A109F1C7D81EC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 059E8A8BD7CBB52227547E2CF2F68A37 /* PBXContainerItemProxy */; - }; - 628663A2DC7B18E0CCCD5BA499169AA5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = B6F168E7A0C989EAA55349AFEBC26261 /* PBXContainerItemProxy */; - }; - 62A029CD2B3604008B76C4CABD269F77 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = AC72422E518AEF4F25CBFF7B6654B911 /* PBXContainerItemProxy */; - }; - 650F5895F1A396683500FA8758141993 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimeexecutor"; - target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; - targetProxy = D072F2DE21734FF4735A732344410AA7 /* PBXContainerItemProxy */; - }; - 652FEDC79BD042B7B4395D08C0E6A5D6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = E93CE0DE996537CF71D738B58656BC87 /* PBXContainerItemProxy */; - }; - 6659C628DDA989759ED07A005AF33728 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTFabric"; - target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; - targetProxy = 3834CF621651409A0946BBF75D000E6B /* PBXContainerItemProxy */; - }; - 66EA31806CA9BDF1A169248D25FFBD0F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 1FD0290EA6F760ADB1D4E901A1238914 /* PBXContainerItemProxy */; - }; - 673977CA71515337711383D118BCC40D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = boost; - target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; - targetProxy = E63E4FB7C5CA2F88C345BDE4ED1386B5 /* PBXContainerItemProxy */; - }; - 6763C7AF462B3861D58D9381DBFF883D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 50E0EFBED0CC46CCB8436385784A09CF /* PBXContainerItemProxy */; - }; - 6869152F719D1FB4F50F779C43B8440B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core-RCTI18nStrings"; - target = D0DD0961119C95E188122B13F3BF4380 /* React-Core-RCTI18nStrings */; - targetProxy = F72C4A52F78B2EBFC84B50290E751D45 /* PBXContainerItemProxy */; - }; - 68DA40F4ADDF8CA0E68819506ECEF06D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 2ED0706AFD5242A258FAFBB86A6ED06C /* PBXContainerItemProxy */; - }; - 68E04C7887F8A8995B673D4260E75A6E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = BC0A23BD7CA3DCA66CF0781E2000BBC1 /* PBXContainerItemProxy */; - }; - 6B18AE1094EDA68788A06F7C3E1B41E0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 533FC307FD5423985F363CE4D2FDDB96 /* PBXContainerItemProxy */; - }; - 6C9D5E06083BD19E7B85A645CE75AA3D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-graphics"; - target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; - targetProxy = 87A472242CF32AB2B87EF12A72367700 /* PBXContainerItemProxy */; - }; - 6CC442241C763D080EB355F000E509A8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = 0163056BD84B6E0D51EE45F1527912D7 /* PBXContainerItemProxy */; - }; - 6CDDBBAF7D6F3943B0D5510B42527EEC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 9E03C0A29743604FF07FC9FF61CAC773 /* PBXContainerItemProxy */; - }; - 6E081B2B70496C0C8D4B2C1134352D7D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 113AF6744E135592D340050D72AFECF6 /* PBXContainerItemProxy */; - }; - 6E205D3D1C2CAB6531ACE76D275E1418 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = A3569F7813443094E87D6FDD1A3AE70F /* PBXContainerItemProxy */; - }; - 6F5864A528F25B232E8CB250D25C0236 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-FabricImage"; - target = A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */; - targetProxy = 26DEE90C4C8416057ED1B72C78A22EB0 /* PBXContainerItemProxy */; - }; - 704EA659986519DFC0FE5EBC015E8732 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = E0FB1E973013EA706BF0C28A87313253 /* PBXContainerItemProxy */; - }; - 707CEC4B87FB87EC7C14EEB9AFD594A6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsitracing"; - target = 718331030FAA6D88E74D4B2240BB4AC8 /* React-jsitracing */; - targetProxy = A7EC1A67EEAEFC80304CF379CFC4F333 /* PBXContainerItemProxy */; - }; - 7189306F051ED293E818F5E65DB38ADE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-featureflags"; - target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; - targetProxy = 56C7DA1AF33D5A197016A5DAC30C6085 /* PBXContainerItemProxy */; - }; - 71B84DBB95BD41ED01145DB182E2112A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 95897FD36ED3ACA7B485B0367C645946 /* PBXContainerItemProxy */; - }; - 71DECE18CF0C0BF430EA4560EEE4F8D0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 960C6E029F319E79DA74C682D6CD28AF /* PBXContainerItemProxy */; - }; - 723A08EEF46D7773CE0F61DC20F6FCB3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SocketRocket; - target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */; - targetProxy = 127CBEB6F092EB3C328FC47F4F9A551C /* PBXContainerItemProxy */; - }; - 72CC06D3B6A39CEE4988D8E6A2702D06 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = CFE09F2FB6231404AF72E95CA12F5091 /* PBXContainerItemProxy */; - }; - 73060F3B047D3381B7E145F2920D6C63 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 14E0D0B39B09FAA46791CFB39BB00840 /* PBXContainerItemProxy */; - }; - 750FEBF6CDEC3D68A65E0B605BB1EB41 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = 1EACF5EEC3F9742B1B37F7366F65578E /* PBXContainerItemProxy */; - }; - 75705D3BB2835F7B123A59850B81CAB8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTDeprecation; - target = 5211B5AB7B81060AA8E78614DD75D3AB /* RCTDeprecation */; - targetProxy = EC686E787FC81AE99FC952B2D5AC9CD5 /* PBXContainerItemProxy */; - }; - 75922576EEE960377B755B80BA867891 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = AD86CEA4FBC5B4D2EDA2985FA3B00FBA /* PBXContainerItemProxy */; - }; - 768B462F6556CC642075919FC53D949F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 27736CFAAD8264921F1E206575272548 /* PBXContainerItemProxy */; - }; - 77787CD2B471D2A78CB2AD757009E1B3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = AC3AE81941F5E698AD3695DA91BF22AB /* PBXContainerItemProxy */; - }; - 77F2E9AF9496A881E0E0C5174F7CF643 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Mapbuffer"; - target = 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */; - targetProxy = 0C8BFD46800D5DAF15DC881C4D259AFD /* PBXContainerItemProxy */; - }; - 78C92B2A134FC8A89557763D10005187 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 6C325249F7CAD784A2C8182B2535C72B /* PBXContainerItemProxy */; - }; - 790EA7DADC3F5F2C731847E8CD2844D5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-hermes"; - target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; - targetProxy = 4A38CC028A07F8FD995B307DDC7637A1 /* PBXContainerItemProxy */; - }; - 797BCA45CE578CA4D57CC1B7902E0A9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 013AEE70737E5F4309DDAD4E7111DFD7 /* PBXContainerItemProxy */; - }; - 79D47C797CB9CA849B47416CCD44F3F8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 5A5B67AB3C8246FF2E20EAC146C51D89 /* PBXContainerItemProxy */; - }; - 7A8CD8FA28CE830025C55FE69DCEA25F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = C44491C961DDCC33308995816DCBED17 /* PBXContainerItemProxy */; - }; - 7A93FE0482327F38AE65322B66AE2809 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 99AFA9669A6CC4B22A52238AAD435F35 /* PBXContainerItemProxy */; - }; - 7B15792CD384180E3A823A422713D014 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = C308DF61BA0AC4DC6EA00955730E2C68 /* PBXContainerItemProxy */; - }; - 7B8094BD7C37E86E1D000F7D36AD7038 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RuntimeHermes"; - target = 0EF07AE1AD53436E8D2B9B0086EA0163 /* React-RuntimeHermes */; - targetProxy = E68A8EB374231E1C641E33253CD38D57 /* PBXContainerItemProxy */; - }; - 7BD073FA510EC9C47CDCA8B1F6C3AC03 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-featureflags"; - target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; - targetProxy = 972F377D1C20C48DD6C0511BF11AF782 /* PBXContainerItemProxy */; - }; - 7CD9F9C9293C3A64786AB6E68E731278 /* PBXTargetDependency */ = { + 46EB2E00018FD0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-CoreModules"; target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = 9C9D97419E17331B330F004E5A440A05 /* PBXContainerItemProxy */; + targetProxy = 46EB2E00018FC0 /* PBXContainerItemProxy */; }; - 7D5C05A43BE96BCBF269F665CB17C8A6 /* PBXTargetDependency */ = { + 46EB2E00018FF0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 6014A86C31B8FF9FE6941DBBA25AAFBB /* PBXContainerItemProxy */; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 46EB2E00018FE0 /* PBXContainerItemProxy */; }; - 7DB994270B334A918E3E65B22574BBE0 /* PBXTargetDependency */ = { + 46EB2E00019010 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 61E8C94AB36D0FDA704F8AE9183179C3 /* PBXContainerItemProxy */; + name = "React-FabricComponents"; + target = 5A82D8EF2B70588C11106073DC0D6D32 /* React-FabricComponents */; + targetProxy = 46EB2E00019000 /* PBXContainerItemProxy */; }; - 7E0D99AF2D5FD7C9389F1417C270CC7C /* PBXTargetDependency */ = { + 46EB2E00019030 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 50AB5E853737B507F8ED017CD2DC9170 /* PBXContainerItemProxy */; + name = "React-FabricImage"; + target = A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */; + targetProxy = 46EB2E00019020 /* PBXContainerItemProxy */; }; - 7EFFAFAAEC1C73CF57540B796567D305 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 6DB0C63EE3C2A9C3B71FDC13B6FD8AA2 /* PBXContainerItemProxy */; - }; - 7F00E4BC7260406DB4DEBFFDBC0D4AC4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimeexecutor"; - target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; - targetProxy = 170196E4F0681C1FF0416F02FF05963C /* PBXContainerItemProxy */; - }; - 803BD41A0B8668B6258DB70233CB814F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 6E3B8196E3BB4F9031802B978E166977 /* PBXContainerItemProxy */; - }; - 803D33E7A2AA8977698682DD3BED2E6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = 174AE252397376696325B5F9BCC7870F /* PBXContainerItemProxy */; - }; - 80BA187F8D6483C1B53C69D65D51C26F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 25C3B8A0F1EF6230BD7FC1978F782EC0 /* PBXContainerItemProxy */; - }; - 81242737C63571E070D309374A7B856E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = ACBA77CCC782F423039E241F9D375787 /* PBXContainerItemProxy */; - }; - 822AACB48ACE49FF6D3C6958279B7C36 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = AFA8F41E7F145D3AF0F532CD30E92232 /* PBXContainerItemProxy */; - }; - 828846E3F7BB7A2D1A1E2C7FF5B7966C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 4B09C2E122DE8CFD5E610BBF907EF17E /* PBXContainerItemProxy */; - }; - 82DD58C24F0913FA0776E8C231918681 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = BD90E697BCBD7B096B6F43B59FF101B9 /* PBXContainerItemProxy */; - }; - 8314F4AAEF59FF3799D71083BB293DDD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 58D737A3E163A5F173CFC295EFDCCA5E /* PBXContainerItemProxy */; - }; - 8408064F12363EEBB53E0672F1310107 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = 8756C30AB8CE07EFB411A69FBFADB672 /* PBXContainerItemProxy */; - }; - 846237A7A0B821064C851AA928C942E9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 8D9DD59B17D9A632437D67114895056A /* PBXContainerItemProxy */; - }; - 8477637C3990007624A4FD1D813D8C96 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = B61FFEF1E4C35F8698766BDA208EC97F /* PBXContainerItemProxy */; - }; - 868B89187AC909DD394EB839931056D0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = D37831273CB3F789ED9E73CD3FFE51BD /* PBXContainerItemProxy */; - }; - 87F860512F45517AFECFD6307FB46E91 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Mapbuffer"; - target = 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */; - targetProxy = EC12339CCBDD4D59DB657B48442BCAD8 /* PBXContainerItemProxy */; - }; - 8827B8A3C8253211130BB7670FF7AB8A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 7FB534F003BED0FEA5160CC600906ED5 /* PBXContainerItemProxy */; - }; - 88E55E6E751289DB959E7C913DA3DBA5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = B17711E9ADD764951C1812241166F383 /* PBXContainerItemProxy */; - }; - 8924347C10E9F5EF4659FA65CD70EC74 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 77EF78AC13B66A16DFCF24C549AD1E5A /* PBXContainerItemProxy */; - }; - 893A83D6F3BA2CCD015FECCEBA521C75 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-featureflags"; - target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; - targetProxy = ADA728504FEF8EC2655B42EFB05E1361 /* PBXContainerItemProxy */; - }; - 8959A5DF75A373249EF1A72EB5371169 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 86765A5DF0285BA3171D566F8E7FABA6 /* PBXContainerItemProxy */; - }; - 8A6977329BCD45915DC0BB5FFD5F7608 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 3BABA8B211336AE145B117E06F7DE045 /* PBXContainerItemProxy */; - }; - 8B7C3AF0548558217CE3E9DB53D63C16 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = B5A32042F8A9014B0B25612A38BCE271 /* PBXContainerItemProxy */; - }; - 8C04637A52383E67E350E4FDB1FAADE5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-nativeconfig"; - target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; - targetProxy = B7A68C5C15995F4E09AE6E0460F1AC6B /* PBXContainerItemProxy */; - }; - 8D3FF8CBFF0D9E24007AE4B9B593ECCC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 31B114FB8273EFCDD88F363F578E0326 /* PBXContainerItemProxy */; - }; - 8D57A53471870B041DCF3C2FBB9B9ACA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = CA3D8BC21E1488F9596D8F9F2B4C867E /* PBXContainerItemProxy */; - }; - 8DD896F5D30DC81838803A592656AF5D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-graphics"; - target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; - targetProxy = 818193F5FADBFA60537DEDB65A3F6116 /* PBXContainerItemProxy */; - }; - 8E85A3711D38CB85C500FDD5D0803712 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 7C4457763177E26406682782373FACC2 /* PBXContainerItemProxy */; - }; - 8F0011F7861CB26314FD7CEE3621CB70 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = F8E0D2451601681F0F70B5984C098A51 /* PBXContainerItemProxy */; - }; - 8FB57A86738F859C9343418F58076449 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = C091BA5B93F812734F8B9EA01696AC13 /* PBXContainerItemProxy */; - }; - 8FC5DBA63B60F4C0CC05528D567FA1A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = E5C971129089C34327D9DD260B1A7343 /* PBXContainerItemProxy */; - }; - 9027E118F1C304B2CC97311A3DDD4E5A /* PBXTargetDependency */ = { + 46EB2E00019050 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-ImageManager"; target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; - targetProxy = 6D5F3232B6FE473B2A351A1EA7504535 /* PBXContainerItemProxy */; + targetProxy = 46EB2E00019040 /* PBXContainerItemProxy */; }; - 90D1023C773FB943FFF5BE48C8FE1245 /* PBXTargetDependency */ = { + 46EB2E00019070 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 0A7B773E12D8D215DBA441A75B23281F /* PBXContainerItemProxy */; + name = "React-Mapbuffer"; + target = 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */; + targetProxy = 46EB2E00019060 /* PBXContainerItemProxy */; }; - 91DB8A5D4FABBDF98111073CD5ABCEF8 /* PBXTargetDependency */ = { + 46EB2E00019090 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 158EC4461F92BF37FDEC469F651F64F9 /* PBXContainerItemProxy */; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E00019080 /* PBXContainerItemProxy */; }; - 92E55D6CFDB9D611A392E7ACB935161E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 1C181642DF6266654EA19CCD9E8C46EC /* PBXContainerItemProxy */; - }; - 93BC2CFA7C19B13D3EF7CB3231F9C874 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = DE26D1449901829EA8AFD59CEA5BC9B1 /* PBXContainerItemProxy */; - }; - 94285104C53E3C7E6A156CD15D96A28B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = D68361A980B1409E47082E86C4CD67D4 /* PBXContainerItemProxy */; - }; - 94B908778BF96199291D098344F1584A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = EE16974AAFE96EC9BB0C33203EF66C97 /* PBXContainerItemProxy */; - }; - 9587A9C589B79B06C639191605C257A2 /* PBXTargetDependency */ = { + 46EB2E000190B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTActionSheet"; target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = D961691FEC0EE996D2C3C957B047EEB1 /* PBXContainerItemProxy */; + targetProxy = 46EB2E000190A0 /* PBXContainerItemProxy */; }; - 959091E87A9D60DE88D3DC024CD06972 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = 3ACE69CEA06D964B6FB45417F9A6BB59 /* PBXContainerItemProxy */; - }; - 95C0D3E66B3BE70075660DE1FD7E7B32 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 036371E63B62848FDB9ECDD12188AEF3 /* PBXContainerItemProxy */; - }; - 95C3AD1AF7C799866769BFA473BE528F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 2BB230F801F895AA81D453EA8A60457D /* PBXContainerItemProxy */; - }; - 976F4745506B8BDA9031CEACCE898E6F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = F552158249B9F761BE61ABA8E69B71F6 /* PBXContainerItemProxy */; - }; - 980FB96CBE9FEFF086DB26CBED3E64CF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 56D27C8B5B051DC22CFB00C2DA30B558 /* PBXContainerItemProxy */; - }; - 994D91F93B2E530BEAB6D35B5EE10E8F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = F809E5F55B5B7A44C608E5B9F36CC34F /* PBXContainerItemProxy */; - }; - 996AB24E360D6406414E2ADD1BF9A3EB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-logger"; - target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; - targetProxy = D01FCABDD4A73DFBBF5ABA0347775124 /* PBXContainerItemProxy */; - }; - 9995FE91B1D5DE0BA83496A74C7DFC29 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = CCFF690464395680EB274F6ED95762F8 /* PBXContainerItemProxy */; - }; - 9AB8A74860556A19D5934B94339AA6D0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RuntimeCore"; - target = C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */; - targetProxy = 09B9BD5638D12ED93E66658B99E87D21 /* PBXContainerItemProxy */; - }; - 9AFD5D190C96BCA1E5CDED798DD2558B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 567084C61FA20112540BA2C61BF65B8E /* PBXContainerItemProxy */; - }; - 9BED3B08F4E2A54DCA5E208AF6AFB484 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 1C92650FA8278C0045F2E45F9524973E /* PBXContainerItemProxy */; - }; - 9C0E18A4F003AB1B9BEF61473EE09AE7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-ImageManager"; - target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; - targetProxy = F6C49C9E237E1F2CDA44A8793DCD2A99 /* PBXContainerItemProxy */; - }; - 9C87F685F51F214AF258B533268BF6A8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = A1837E612E7D874A8F60C67E9C842505 /* PBXContainerItemProxy */; - }; - 9CB9E8AA7151332A7C79CDBD773A568E /* PBXTargetDependency */ = { + 46EB2E000190D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTAnimation"; target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = FF02174B4222824E2E70A72955E0FCC8 /* PBXContainerItemProxy */; + targetProxy = 46EB2E000190C0 /* PBXContainerItemProxy */; }; - 9CEA977ACF057E5FB1B5A45473FF5439 /* PBXTargetDependency */ = { + 46EB2E000190F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = 2A5881C7081741505ECA318C3652BBD9 /* PBXContainerItemProxy */; + name = "React-RCTAppDelegate"; + target = C2B1B75CCC326124F29FE703CC59BFB7 /* React-RCTAppDelegate */; + targetProxy = 46EB2E000190E0 /* PBXContainerItemProxy */; }; - 9F27830F824E7A25D0DB39135B839554 /* PBXTargetDependency */ = { + 46EB2E00019110 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 5B7F0CF3B171A7E54A63B73777D8CA4B /* PBXContainerItemProxy */; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 46EB2E00019100 /* PBXContainerItemProxy */; }; - 9F3FE0C76C4381F75733930E601E8C2C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 28D24FDDF2641B90D975DF987A04633A /* PBXContainerItemProxy */; - }; - A02AD3A0B713338715B048B29D6FB405 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RuntimeHermes"; - target = 0EF07AE1AD53436E8D2B9B0086EA0163 /* React-RuntimeHermes */; - targetProxy = 39828A29302A6FC943A3F74101D9F7E4 /* PBXContainerItemProxy */; - }; - A038FED5532AEBD2E74D8CD788FA4674 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-featureflags"; - target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; - targetProxy = D889CDDA09EA8ABD3D2FAF1882EC2AE2 /* PBXContainerItemProxy */; - }; - A34993D012ED83EBB36EAD52A6A57222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = DE858E042CF5D576C94F886E23D60C75 /* PBXContainerItemProxy */; - }; - A36C1C00A3F9B1F17D5777DD46D5F3EF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = CCDE32C48446736FB08AE4A2BF55EE60 /* PBXContainerItemProxy */; - }; - A41BEAA091BE241809E02C6CC1B9D7F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = FB06EF4943DF08C654B087199C08F922 /* PBXContainerItemProxy */; - }; - A50FC554777A985E664FE2EBB1988F72 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-ImageManager"; - target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; - targetProxy = 96AD490E9AF1374D66E4ADC848E42447 /* PBXContainerItemProxy */; - }; - A55FC878C5843DED639BDD5FEF286613 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 860AE9ADDB6EC7CB9D0D6E3054710F97 /* PBXContainerItemProxy */; - }; - A5B17FDFA00CD13FBBF44454CB70890B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 3E11DDB249749752BE58FCCE005BBD9E /* PBXContainerItemProxy */; - }; - A64085AE9EE4B00BEEF9F851649EEDA2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-logger"; - target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; - targetProxy = 232B7E773BEB6AE9E2D512713106B86B /* PBXContainerItemProxy */; - }; - A712C30BFDC3565312808E3B7B45F216 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 56A64FDEF1919E84699886B08CED4F82 /* PBXContainerItemProxy */; - }; - A76C56275C353021031A354C96241840 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-perflogger"; - target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; - targetProxy = 17CD43CC7C384C8617D3CCA0F5AA42C4 /* PBXContainerItemProxy */; - }; - A77F1B03E31644F02B06A12915644E7F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = 77B8EA53870C17AC5554FAACB48D9F16 /* PBXContainerItemProxy */; - }; - A7CCC325BEC2CEC30253CF61FB4DD50B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = A3B8AFB9516F974B28453D3C7268DB53 /* PBXContainerItemProxy */; - }; - A810B75B2DA6E1C5FF9D46B8550BBF87 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 98DE4BE2FD8E0517716715E66260FC4D /* PBXContainerItemProxy */; - }; - A9B3CC956A3A5EE3EF34C9A0E2CD4427 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 979F2191DDF7CA1E7602A627B7048969 /* PBXContainerItemProxy */; - }; - A9FD9EF372DDCF1E94098B4AF194805A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-perflogger"; - target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; - targetProxy = F3DF8E1A68023719ED38CEB073937AC2 /* PBXContainerItemProxy */; - }; - AAB34DDB40601D7549CB11B263ACF277 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 631CF7BE2C5196503C57797FAE276A04 /* PBXContainerItemProxy */; - }; - AB8EA9760E240CA4FE670DD4107D9026 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = A178A47F0FCD4F533A3A8E2DD061135B /* PBXContainerItemProxy */; - }; - AB9FEA2E30E5805FA68B34A26EFF2CF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimescheduler"; - target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; - targetProxy = 5DBF0D2D0F53C62CC6A2CE1FA652BBAA /* PBXContainerItemProxy */; - }; - ABD98029B32B15BDFE86BBB33AB5C89B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 497BDC2993CC7AD4DA158D7C1CE73DC8 /* PBXContainerItemProxy */; - }; - ACCEF1F5A35AE89EB7AC9494371C0B0A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 49C3F21B84C6D380DDAF486C1906B042 /* PBXContainerItemProxy */; - }; - ADF179F1FE76697903D15B245DD5D49E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = 19EA8434C5F1EB088291BA49FB3DDB84 /* PBXContainerItemProxy */; - }; - AE3292B4C0C25E2F07F4F5BD492F283D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-featureflags"; - target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; - targetProxy = 22C4FA82FA36AC412343378F1DD42730 /* PBXContainerItemProxy */; - }; - AE7182DB7C5EBFCDB893D2EE27C10CC4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 9D9431BA0CEE0C9470CD1FADC5B53FEF /* PBXContainerItemProxy */; - }; - AF0EE0D088BE55C9D0DCC444FDC332E2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 72EB9F0D1058E65FD1E5987815FCF6BC /* PBXContainerItemProxy */; - }; - AF6AF085C8234B8B66E0F3D21F85181D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = A82850CF132C5707DF5622BC8CE0C298 /* PBXContainerItemProxy */; - }; - AF89EFA1E2DB83CC4AB1BA3EEC358A71 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = DE1D23196C7F06D6A4C3EB32557B951A /* PBXContainerItemProxy */; - }; - AFF850446F55B25B351345D3CC2BAB3E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = CF2CBFCE16BF2133BE5DC76A2430FE57 /* PBXContainerItemProxy */; - }; - B06DD7296564B9EB56F87E337BC1E40A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimescheduler"; - target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; - targetProxy = 5F6C4E0CA4A6C08E30DD2534A22CEC45 /* PBXContainerItemProxy */; - }; - B07BFA1AB7F323D6A240CDE0A9B0CD8A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jserrorhandler"; - target = 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */; - targetProxy = E54B0A890F2AC053138DA3E8F034B53C /* PBXContainerItemProxy */; - }; - B109E613369BE1E86A68009FC03008C3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = F9916224728F45D89DA92CD2FBCBAE53 /* PBXContainerItemProxy */; - }; - B188E2C2955050FAC1C902831AA2A8F9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 7B8EC69F142814B304F02334C54A5C2E /* PBXContainerItemProxy */; - }; - B18FBE18FEDFBB8C379FCC6FC2AB091B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimeexecutor"; - target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; - targetProxy = 9904ADB3C8B7C1CD29577C8BE40B57C4 /* PBXContainerItemProxy */; - }; - B49A68A2C4542C44A886A8FC1CE32337 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 79D41657C10697CBDA1C6E4EB95B28D5 /* PBXContainerItemProxy */; - }; - B59B424DDC3577D8D09ACA62D007023D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RuntimeApple"; - target = 91D38B18A4E42B1622B83F450706C2F5 /* React-RuntimeApple */; - targetProxy = 28F70BCAF10DF6F50BC83D26BB6D6172 /* PBXContainerItemProxy */; - }; - B6081EA09A20A364180288BB47DCCA5A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimeexecutor"; - target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; - targetProxy = 227DF6A0D663B61B1FFA6945EF18EE24 /* PBXContainerItemProxy */; - }; - B6961F560A6A51E91D38269DA4918CDD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 1E056780587CE535B26738FB01DE9BED /* PBXContainerItemProxy */; - }; - B6C9D5506B2485D627813E2A7D4ED66C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = C1B86755C1A96941CA4D063436102EAF /* PBXContainerItemProxy */; - }; - B7A31AB040EB75D510D5978A23A47DD4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 8E781FD551B86A8A1EF4DEFFE829265F /* PBXContainerItemProxy */; - }; - B81BCB73DD8D8C79AF608C86CB0676A3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = 2E70CF13CA398FDB4AD523AFC4CD8477 /* PBXContainerItemProxy */; - }; - B883CDD8D6072FED01BF523B58FC146D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 84EF70A3654C8E53B5561689A25BCD29 /* PBXContainerItemProxy */; - }; - B8F33A32840D3A3BC5DB3D0AB2A95887 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-featureflags"; - target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; - targetProxy = B511362E3E2313A5D9E429F1F35697B8 /* PBXContainerItemProxy */; - }; - B8FA128807808A7BAF3855ABFBC68B6F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = 8B61B58156DC843B434817F9847B2CF6 /* PBXContainerItemProxy */; - }; - B9257142BEF2D552BCA4F2B2CD762B43 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = E88BE3D228ED179869CA3DB59B59B353 /* PBXContainerItemProxy */; - }; - B9573421E19E1B47CEE6F533217D56C5 /* PBXTargetDependency */ = { + 46EB2E00019130 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTFabric"; target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; - targetProxy = F5DC0BA4F8036D85DF4FFD98B2776242 /* PBXContainerItemProxy */; + targetProxy = 46EB2E00019120 /* PBXContainerItemProxy */; }; - BAD7223635256D1A9C79698EE7ABEB04 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = 6C119346A9B6D727BB10A39EB4EBA002 /* PBXContainerItemProxy */; - }; - BB036A46F7C3F17DBDAC4F51C2F1CCF8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 2B2B3C371E6B9D4B5BADA7CFC6D3A9AD /* PBXContainerItemProxy */; - }; - BBA958DCD83FCFA6707A9EA5200FC8E5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = B8E36519A4470F8B5170495052E8DB3F /* PBXContainerItemProxy */; - }; - BC956537DD1A45A8130FC252389FBA45 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-nativeconfig"; - target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; - targetProxy = 7555AB40FA71F3B811F0BFC528A85BE7 /* PBXContainerItemProxy */; - }; - BD6BA28F83F73ACC69A309CBDC7D83CF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = E944DDCE49B6AD1E14B550D1665BF4B1 /* PBXContainerItemProxy */; - }; - BDA1DE16088FE568621E135F89432E32 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = 3DC5BD9DADD002C264E646A47852B0FA /* PBXContainerItemProxy */; - }; - C0515CF95D6B3A9B1DF3F061DA958635 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 9154DD9622D873F98A46D25EF56E9F59 /* PBXContainerItemProxy */; - }; - C08F812CB8617FA614A02E6A2E1C735E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 9721146D8B08A1243DB7341BC0B22914 /* PBXContainerItemProxy */; - }; - C1D6CF99083C1A735D1E33E191114CCD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = EFE2E27A3151E67B5AFA10D6E5E0B470 /* PBXContainerItemProxy */; - }; - C35146C8DB265A6ECB346C8BCE5F7EC3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = 9853CB7566B8AB37D6C762C7C54B09EE /* PBXContainerItemProxy */; - }; - C354AF2EC5D0697400CC3C47FC97DF2C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 18C12E980A3FB92CB39D417E4CE57271 /* PBXContainerItemProxy */; - }; - C3896CDEC25DDA2A9B35792EFF67EAE2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 6D0A4E3BD72CD6C335960FED3761F78C /* PBXContainerItemProxy */; - }; - C3E31C90B04B9F3FDCE03CAF5389DB9F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-hermes"; - target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; - targetProxy = 274E9621D97712A8413CB1599F7E27A2 /* PBXContainerItemProxy */; - }; - C4E70F0A251971E3533E84A517D63C55 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = D49DDE981D12588C5EAFDF9CD332FDF5 /* PBXContainerItemProxy */; - }; - C567DBEB0E1B205EE824A3396C16AC71 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 9EDF7BF913B3AFC8D505E2B27A5EF418 /* PBXContainerItemProxy */; - }; - C5D319EF0BD39FA28D8CBA24B26739A4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-featureflags"; - target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; - targetProxy = 23A47F9BDCB98CE10AA289F3C1E68B78 /* PBXContainerItemProxy */; - }; - C6D6C5BE53370F6D85113E4B637DDD46 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = A88B944BAC54530A52C4AC3D89B9F14E /* PBXContainerItemProxy */; - }; - C6E535FCAD9466E51550CDF68C237A99 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = B73AEC88E3A18313B15E68D6F7D60310 /* PBXContainerItemProxy */; - }; - C715C95788E7568B3663D614DB5000EA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 31A8DBC0D44895E62F7C0538B18EF411 /* PBXContainerItemProxy */; - }; - C79AB8D6DE3F58C51DF398ACC23285E8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = C0021F43759B59B5549347D7D2A3D66F /* PBXContainerItemProxy */; - }; - C82E57858FBD761269BD37A204F84C18 /* PBXTargetDependency */ = { + 46EB2E00019150 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTImage"; target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 4D76B28E980C611CA86C13F14C607B51 /* PBXContainerItemProxy */; + targetProxy = 46EB2E00019140 /* PBXContainerItemProxy */; }; - C8902B983258AFA6CD34DEF1848CA69D /* PBXTargetDependency */ = { + 46EB2E00019170 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = F33FF358FCF0BC4FE5E7D0F4E0BE6D03 /* PBXContainerItemProxy */; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 46EB2E00019160 /* PBXContainerItemProxy */; }; - C91373B1E7C1743D833D306A5435EC27 /* PBXTargetDependency */ = { + 46EB2E00019190 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = DC9A5EB77FB545559FAECC759F47E20B /* PBXContainerItemProxy */; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 46EB2E00019180 /* PBXContainerItemProxy */; }; - C97DA4AD76D1112972CC20D079698060 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = EB59C33A503903F6FE67A90BE92C767F /* PBXContainerItemProxy */; - }; - C9B062F287A00562D4F3A99B8A1B3D92 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 83A12BA084AE8645B3F3EDAECAE15F62 /* PBXContainerItemProxy */; - }; - CA229F8CFC0B23A5D8E3D6E3A9955664 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 7844B6E245B35E14931159B36F6F02B8 /* PBXContainerItemProxy */; - }; - CAE75AE0327988100B56A95A0F7CA46F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-FabricImage"; - target = A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */; - targetProxy = B8DA42A08AFE5239DD3CEDBBE573A51B /* PBXContainerItemProxy */; - }; - CB9A152153C29345DBB15689DFF6AF6D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = boost; - target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; - targetProxy = 39759467552CD7355B0438B7D6CA9067 /* PBXContainerItemProxy */; - }; - CCC17CF136DDB63A080754259E8F4C31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Codegen"; - target = 66B8F5758E6F90E16807A85C003CE61F /* React-Codegen */; - targetProxy = A50EAA57CF3DB32D9B834CA8B9416A51 /* PBXContainerItemProxy */; - }; - CD47CC9AE703A6A2D2836C33B965B5F5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 8964122BC5AE5A863F636F40F227896A /* PBXContainerItemProxy */; - }; - CD879784EE8C3E900B290C68BA2540C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 2901E63794E760FBDC2848EC83485FA9 /* PBXContainerItemProxy */; - }; - CE00D85FDD4E87E595035C10D0B912CE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-graphics"; - target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; - targetProxy = 82C5727733E20B23865750C5FA3BFCA1 /* PBXContainerItemProxy */; - }; - CE0281982FBA7D531D93788B0EAC0B8D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = AB83F2A4D425FDBFDC120B62A12AF63C /* PBXContainerItemProxy */; - }; - CE414F9EC218DE072AC5BE5A884122DC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = C24C6D22DCCE8D79B20E3FD7A3AC927C /* PBXContainerItemProxy */; - }; - CE98A437B8F8A7B5B62D08902FC5CDC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-graphics"; - target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; - targetProxy = DF5FA648B8F8FC056D987522055C69BF /* PBXContainerItemProxy */; - }; - CED87A327BC97BA157743E7AA71F9DA7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = E8865B67661DA99D06627F042AEBD683 /* PBXContainerItemProxy */; - }; - CF67321013BB2BC35F5D35770CD35F0F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = 9EA96FF9804B497E71BF459ADBA7AE66 /* PBXContainerItemProxy */; - }; - CF742E3F3319298D46841EDFB9104829 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = F641EEC4DE165CDBC7D79D13BC03D508 /* PBXContainerItemProxy */; - }; - CF89B47DD9E0FE194E28F3BD75184119 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = 4E216A1D87C540B4A1F416DF8D33E289 /* PBXContainerItemProxy */; - }; - D11FB523B371D429BC61812ED79233F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = F695D83629701D4EDA36879C3F68D349 /* PBXContainerItemProxy */; - }; - D1430A3B2B3004EFC059A9924D6F7C0D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-nativeconfig"; - target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; - targetProxy = 9B4F063A45506DE665A484A1602185CD /* PBXContainerItemProxy */; - }; - D1B5D8637043E34393620E8A0ECE50B6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Mapbuffer"; - target = 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */; - targetProxy = 866536515823E13C09A2B871A4E83F09 /* PBXContainerItemProxy */; - }; - D1D556442E63134B97D9742FC54EA1D3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = 61B3B16DFB3D7F2468C8A5885E6BFC56 /* PBXContainerItemProxy */; - }; - D27D6ACDD865AAE37FBF680F4FBA4A2C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RuntimeApple"; - target = 91D38B18A4E42B1622B83F450706C2F5 /* React-RuntimeApple */; - targetProxy = A0D43C4296BABCCB34B48FCB7802C12A /* PBXContainerItemProxy */; - }; - D3423BA73F1EF20EC9DE9DB1B9BBB87F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 52C07855E9B026652959BBDC8AAD0860 /* PBXContainerItemProxy */; - }; - D3B79298F2204FCD1A01776C430ED86A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = B1D24F8E09B1280F0D2B98917DE91461 /* PBXContainerItemProxy */; - }; - D3D5BAC95669C8535F3A84B6C2D26CDD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = A49399482840A98D345DC2F3E1D4B40C /* PBXContainerItemProxy */; - }; - D40CCDACCE59997BCB8CE470DA9B0779 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = F7DE4B8BE3CDC120B33E62ED8BD3517E /* PBXContainerItemProxy */; - }; - D5C16FAA40D72B063ED7BF149480F84F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-runtimeexecutor"; - target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; - targetProxy = 2A272EB17784DBCF5382AE83A711B1D8 /* PBXContainerItemProxy */; - }; - D70C6E99ECBA477BC8F9230ECBFAB612 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 216E78E4EA4571B85540B047ED84F33C /* PBXContainerItemProxy */; - }; - D789EFEF7FA7F70AE2F7BEB868B0F3DA /* PBXTargetDependency */ = { + 46EB2E000191B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTSettings"; target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = E0B7EFD2205802CA952E1BBD647350EE /* PBXContainerItemProxy */; + targetProxy = 46EB2E000191A0 /* PBXContainerItemProxy */; }; - D8E97587807A4745B3D2140ACE12C595 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = 6391C79C939224715338CD9D398C4DF5 /* PBXContainerItemProxy */; - }; - DA5423C52E7E7928D666F9747CD33265 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = D6214C93432FBAB4C9E388128D43902F /* PBXContainerItemProxy */; - }; - DB1B1B094870D168A0F7198C8A81013F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-logger"; - target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; - targetProxy = 4457D2921C244D4A391863782DF4DC00 /* PBXContainerItemProxy */; - }; - DC316C1B68D2ACAE3CE43B888F0820BE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 2578FAD6D4EE2F3F86F94F8C9B520E73 /* PBXContainerItemProxy */; - }; - DCEFFE6CF8C86DF351286944CF2B3CDE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-NativeModulesApple"; - target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; - targetProxy = 84CC6844F030BA142CEBFC0B55E58E24 /* PBXContainerItemProxy */; - }; - DD5BAADA7D1CB1915DFD7A4DC32D4B17 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 8B110CF67203DA256693BBC3B3163967 /* PBXContainerItemProxy */; - }; - DD7B40E2FA38F1DF1948CFF86F9D3507 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-graphics"; - target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; - targetProxy = 49BDB68D3DC2A02E800DC01A93C0B11A /* PBXContainerItemProxy */; - }; - DF69FE8EAE52F5B0A22F27B073BA74FB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = A303F7F405BE0B19BC47C2F44B003ADE /* PBXContainerItemProxy */; - }; - DF90753A8F372C96A91C39D61B5D9CBF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = 8D20B0178EFAA2F7822775205C4405E9 /* PBXContainerItemProxy */; - }; - DFE25E8CEEFDDE39DEEBA47B08ECFF37 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 5E6FCC442792AB18C14FD3954FE046B9 /* PBXContainerItemProxy */; - }; - E04337F5209BC56CF7A9EB47AEA8EE13 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-perflogger"; - target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; - targetProxy = CDFDF79FA1EF67E81F5C223E496493C3 /* PBXContainerItemProxy */; - }; - E068CDE82947A7DEE6A9ECA1AECA2332 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-graphics"; - target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; - targetProxy = 5BEFDF2516B46871D45A22B0A346CD77 /* PBXContainerItemProxy */; - }; - E0BA2EA1A0CD86A37A5268D670FC13F4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 98BCED6189861D15EE3E72E44CF86D54 /* PBXContainerItemProxy */; - }; - E0E2364E6BB2298ADE3A4E64A474C683 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-hermes"; - target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; - targetProxy = 22796E10D2EE417A3B60FB0BCFA6845C /* PBXContainerItemProxy */; - }; - E1DFCB51D11D262F152950E9C4C60F0D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = boost; - target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; - targetProxy = 8AC9373122D3CC0EC0DA8B4D22712142 /* PBXContainerItemProxy */; - }; - E3A28DEAF9BA1F1DE3848D9B12A06BBE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = E856F62F076B551A78D37BC89C5D2E5B /* PBXContainerItemProxy */; - }; - E4C886F2CD987CE878D0706DE7B67116 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 09CFFAF8B1650DD76D243926E54A8534 /* PBXContainerItemProxy */; - }; - E4E736BF76FF0A7332FD50525B6DA262 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = B4E9F5948CDB997D1B431B955DFE083F /* PBXContainerItemProxy */; - }; - E5689199424A674D770A546B442AE383 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = 31A5843D6287F05BB7490A1AE4900E48 /* PBXContainerItemProxy */; - }; - E56D287B07D33E0356AB8B978A6F430D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-debug"; - target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; - targetProxy = 63BD683542995D8DD6CFF55CCF699402 /* PBXContainerItemProxy */; - }; - E5BBBEB7EF912A37F3187EB2E10C3F0A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = E143FBDBFA1941106F58B0CE4745BE78 /* PBXContainerItemProxy */; - }; - E5DDA8948DB5659FAF9F392AC6C94C8D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsitracing"; - target = 718331030FAA6D88E74D4B2240BB4AC8 /* React-jsitracing */; - targetProxy = 90AAE66F760810E50F8475B3DE79D8FB /* PBXContainerItemProxy */; - }; - E5E1ACD2095283D5BDF4C3FC3983ACB9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = 20EA7F4BC0146609BC57BE6F528529A0 /* PBXContainerItemProxy */; - }; - E8DF75B3956A90718CE7815FFFDB6995 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = E89D847C2022FF56E8744F164E449EC6 /* PBXContainerItemProxy */; - }; - E9CB319C3D321A3320CD7F3F88C36DD0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = D0FB78441AB5C403A0F4C488F16A0FC1 /* PBXContainerItemProxy */; - }; - EA7FBAA825CE0B4DBA93379E0B29910B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = A1F56FB10F59EA4655BCF56F6BF19635 /* PBXContainerItemProxy */; - }; - EC2019B59E1DF7094200CCF859461490 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 208223B8930B2B2F2F1D37AEA871B08C /* PBXContainerItemProxy */; - }; - EC2E24F2EEF0696364E142769E2F60BA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 24A8BA89BBA11829C72DECE18FCE1FAA /* PBXContainerItemProxy */; - }; - ECB5D204E0A7B746F0175168B8986F1E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 229CFB75090360C9B3F4E3D9ED68860B /* PBXContainerItemProxy */; - }; - EDC727489F2CDFF5FBE1BA5AF9AA7005 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 82915EEA2A62BEAFD40ECDFAF1AA7E0C /* PBXContainerItemProxy */; - }; - EF18E5780268252A99F591FE1B33B085 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Fabric"; - target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; - targetProxy = 247B2BF38C3C5D38240CBD4713A0D068 /* PBXContainerItemProxy */; - }; - F1043DBCA8A63F4C3B6FDF8973426D48 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 1DDF2722CDEEDED06ACA21F2A31838F6 /* PBXContainerItemProxy */; - }; - F241506D7A161166BF778B64BE453760 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = D235964E4A41CE715572153252020F13 /* PBXContainerItemProxy */; - }; - F27AF8611D30C37990EE014110E93DE8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = A5439A545263F43FD9BA2DBAB2E503A6 /* PBXContainerItemProxy */; - }; - F2FC8F92254518679A70635CC3D21DE7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-hermes"; - target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; - targetProxy = 4BE486A6CD671F1B46994CFFAE394E73 /* PBXContainerItemProxy */; - }; - F2FF7FECD42C9D01CAA94EC7CA4EB053 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = FF741E57345B3016004631C88197EFC4 /* PBXContainerItemProxy */; - }; - F42E1CBBC04A69B776F57C0291A4E335 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = fmt; - target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 6A70420C3D3F68A72A1CF28EA2724493 /* PBXContainerItemProxy */; - }; - F58169425E5F7FC6490ECC126F4C96DE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = B85DED29C91418803BF49CB5D2F59612 /* PBXContainerItemProxy */; - }; - F5CEAD5D3D26E88ADE26F61C7DAB4605 /* PBXTargetDependency */ = { + 46EB2E000191D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTText"; target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = ED65696CD4E3B0AFD766D97D01FED896 /* PBXContainerItemProxy */; + targetProxy = 46EB2E000191C0 /* PBXContainerItemProxy */; }; - F601FD03790A43F6D7F93C8EF042C3BD /* PBXTargetDependency */ = { + 46EB2E000191F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = boost; - target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; - targetProxy = 276F13E6BF35681788C0BFC0BDF61099 /* PBXContainerItemProxy */; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 46EB2E000191E0 /* PBXContainerItemProxy */; }; - F6A945E68D56798359E4BF35E5930B44 /* PBXTargetDependency */ = { + 46EB2E00019210 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = A7C6963130A2E762DD696396BACE31A8 /* PBXContainerItemProxy */; + name = "React-RuntimeApple"; + target = 91D38B18A4E42B1622B83F450706C2F5 /* React-RuntimeApple */; + targetProxy = 46EB2E00019200 /* PBXContainerItemProxy */; }; - F6D6AA0F1EBCE804DAFCD7ECE4762CDB /* PBXTargetDependency */ = { + 46EB2E00019230 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-perflogger"; - target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; - targetProxy = F24C88E371CD12C2BF24C1D4D3835980 /* PBXContainerItemProxy */; + name = "React-RuntimeCore"; + target = C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */; + targetProxy = 46EB2E00019220 /* PBXContainerItemProxy */; }; - F6E3821434B9D187D8F484F1822E5E93 /* PBXTargetDependency */ = { + 46EB2E00019250 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = D274FFEE6D5C20B03709E9F0EBEECE30 /* PBXContainerItemProxy */; + name = "React-RuntimeHermes"; + target = 0EF07AE1AD53436E8D2B9B0086EA0163 /* React-RuntimeHermes */; + targetProxy = 46EB2E00019240 /* PBXContainerItemProxy */; }; - F75068B35C5BE214B8608B0F6CA447A2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = DB190D0779ECF9ED3C2FF65872B77E11 /* PBXContainerItemProxy */; - }; - F78E2AFBE8B41AAE5064911DDD1EDD8D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-rendererdebug"; - target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; - targetProxy = 3A0E8F732BCB1B78401E03FFAA548501 /* PBXContainerItemProxy */; - }; - F7A26F9CED66C62D39C734F6D629C14A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = DE3ED9CA0FC243FEA2EFB969678538C7 /* PBXContainerItemProxy */; - }; - F8B86C094DFB0B8B887D41AFE74F17C9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = FA0D11BBA86960E76A51B497A1DC007F /* PBXContainerItemProxy */; - }; - F8C4ECEBA019F2B1083325721DE553A2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "hermes-engine"; - target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; - targetProxy = F9009BFE5036BD23B189DD6FA0E0E2B7 /* PBXContainerItemProxy */; - }; - F97585FC737E51B0515775D8474A90B1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = A25283637C0F0B8F6D58DD1477EFFC73 /* PBXContainerItemProxy */; - }; - FABD2B6237D96110CB53D8A063D75210 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = F1E2500C040C03F222D9FE4B80715F49 /* PBXContainerItemProxy */; - }; - FBE34B539BEA17DDFDAE3E4AD6EB34F9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 4A3BBF0351768EE01A43D3D5E0A108FC /* PBXContainerItemProxy */; - }; - FC81F0FB335256114D60516A7CFC73B8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-utils"; - target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; - targetProxy = BF56660415600B706DF323FA41DC869E /* PBXContainerItemProxy */; - }; - FCC42042C14C31681A60382B7183D4EC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RCT-Folly"; - target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; - targetProxy = 2A2D207E669A8CC2A730C264C19025C7 /* PBXContainerItemProxy */; - }; - FCE8F95430B5DCFC2B3EF8585961F496 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jserrorhandler"; - target = 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */; - targetProxy = 921A23FBEF32518C496344120AA3581D /* PBXContainerItemProxy */; - }; - FD3B22304CBF96149692390468F5ABA8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 4D82EDCE056FD4EE8217983CAE024450 /* PBXContainerItemProxy */; - }; - FDA5A7E8D80F3E9D86932C3AA4F9538B /* PBXTargetDependency */ = { + 46EB2E00019270 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-callinvoker"; target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = E3828E397E21485F24D320570E6CA8DC /* PBXContainerItemProxy */; + targetProxy = 46EB2E00019260 /* PBXContainerItemProxy */; }; - FF5B881D7127AFB78446AAA14B37BDA7 /* PBXTargetDependency */ = { + 46EB2E00019290 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 46EB2E00019280 /* PBXContainerItemProxy */; + }; + 46EB2E000192B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E000192A0 /* PBXContainerItemProxy */; + }; + 46EB2E000192D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-defaultsnativemodule"; + target = 78233AC74A2157BF11DB49007B4D8AB9 /* React-defaultsnativemodule */; + targetProxy = 46EB2E000192C0 /* PBXContainerItemProxy */; + }; + 46EB2E000192F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-domnativemodule"; + target = 2ACDD3431C61DFC9B29FFF4759C410F1 /* React-domnativemodule */; + targetProxy = 46EB2E000192E0 /* PBXContainerItemProxy */; + }; + 46EB2E00019310 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E00019300 /* PBXContainerItemProxy */; + }; + 46EB2E00019330 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflagsnativemodule"; + target = 90E9B21807636D8AD57AF521B7B6804D /* React-featureflagsnativemodule */; + targetProxy = 46EB2E00019320 /* PBXContainerItemProxy */; + }; + 46EB2E00019350 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 46EB2E00019340 /* PBXContainerItemProxy */; + }; + 46EB2E00019370 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-hermes"; + target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; + targetProxy = 46EB2E00019360 /* PBXContainerItemProxy */; + }; + 46EB2E00019390 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-idlecallbacksnativemodule"; + target = 1925B2CA820D27AB7F1A2B7094CCE7A8 /* React-idlecallbacksnativemodule */; + targetProxy = 46EB2E00019380 /* PBXContainerItemProxy */; + }; + 46EB2E000193B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jserrorhandler"; + target = 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */; + targetProxy = 46EB2E000193A0 /* PBXContainerItemProxy */; + }; + 46EB2E000193D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = D95F3AB6FAC8FCA3D596A708BD0F5F14 /* PBXContainerItemProxy */; + targetProxy = 46EB2E000193C0 /* PBXContainerItemProxy */; }; - FF601F6DD18FFF3E325954E7FABEDF5D /* PBXTargetDependency */ = { + 46EB2E000193F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 46EB2E000193E0 /* PBXContainerItemProxy */; + }; + 46EB2E00019410 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 46EB2E00019400 /* PBXContainerItemProxy */; + }; + 46EB2E00019430 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsitracing"; + target = 718331030FAA6D88E74D4B2240BB4AC8 /* React-jsitracing */; + targetProxy = 46EB2E00019420 /* PBXContainerItemProxy */; + }; + 46EB2E00019450 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-logger"; + target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; + targetProxy = 46EB2E00019440 /* PBXContainerItemProxy */; + }; + 46EB2E00019470 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-microtasksnativemodule"; + target = 84B49F96DAE73A9B197F6BB9A2BBA18F /* React-microtasksnativemodule */; + targetProxy = 46EB2E00019460 /* PBXContainerItemProxy */; + }; + 46EB2E00019490 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-nativeconfig"; + target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; + targetProxy = 46EB2E00019480 /* PBXContainerItemProxy */; + }; + 46EB2E000194B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-perflogger"; + target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; + targetProxy = 46EB2E000194A0 /* PBXContainerItemProxy */; + }; + 46EB2E000194D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-performancetimeline"; + target = DAFE14075070BE107E29502EB86AD770 /* React-performancetimeline */; + targetProxy = 46EB2E000194C0 /* PBXContainerItemProxy */; + }; + 46EB2E000194F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererconsistency"; + target = 15C7893ABA2A4C9B1E8D2570FF37625E /* React-rendererconsistency */; + targetProxy = 46EB2E000194E0 /* PBXContainerItemProxy */; + }; + 46EB2E00019510 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 46EB2E00019500 /* PBXContainerItemProxy */; + }; + 46EB2E00019530 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rncore"; + target = B41E34C6B259B9994C513BE178912491 /* React-rncore */; + targetProxy = 46EB2E00019520 /* PBXContainerItemProxy */; + }; + 46EB2E00019550 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = 46EB2E00019540 /* PBXContainerItemProxy */; + }; + 46EB2E00019570 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = 46EB2E00019560 /* PBXContainerItemProxy */; + }; + 46EB2E00019590 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-timing"; + target = D22F10E51610C1C53DAAF1697F2C76A9 /* React-timing */; + targetProxy = 46EB2E00019580 /* PBXContainerItemProxy */; + }; + 46EB2E000195B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E000195A0 /* PBXContainerItemProxy */; + }; + 46EB2E000195D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E000195C0 /* PBXContainerItemProxy */; + }; + 46EB2E000195F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E000195E0 /* PBXContainerItemProxy */; + }; + 46EB2E00019610 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SocketRocket; + target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */; + targetProxy = 46EB2E00019600 /* PBXContainerItemProxy */; + }; + 46EB2E00019630 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 46EB2E00019620 /* PBXContainerItemProxy */; + }; + 46EB2E00019650 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = boost; + target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; + targetProxy = 46EB2E00019640 /* PBXContainerItemProxy */; + }; + 46EB2E00019670 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = fmt; target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; - targetProxy = 956FDBFDA97667C8653484EEDF3F5DBC /* PBXContainerItemProxy */; + targetProxy = 46EB2E00019660 /* PBXContainerItemProxy */; + }; + 46EB2E00019690 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E00019680 /* PBXContainerItemProxy */; + }; + 46EB2E000196B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E000196A0 /* PBXContainerItemProxy */; + }; + 46EB2E000196D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly-RCT-Folly_privacy"; + target = 331AFAADB024F73370A9DC6FBD7A5A22 /* RCT-Folly-RCT-Folly_privacy */; + targetProxy = 46EB2E000196C0 /* PBXContainerItemProxy */; + }; + 46EB2E000196F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = boost; + target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; + targetProxy = 46EB2E000196E0 /* PBXContainerItemProxy */; + }; + 46EB2E00019710 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E00019700 /* PBXContainerItemProxy */; + }; + 46EB2E00019730 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E00019720 /* PBXContainerItemProxy */; + }; + 46EB2E00019750 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 46EB2E00019740 /* PBXContainerItemProxy */; + }; + 46EB2E00019770 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 46EB2E00019760 /* PBXContainerItemProxy */; + }; + 46EB2E00019790 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 46EB2E00019780 /* PBXContainerItemProxy */; + }; + 46EB2E000197B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E000197A0 /* PBXContainerItemProxy */; + }; + 46EB2E000197D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E000197C0 /* PBXContainerItemProxy */; + }; + 46EB2E000197F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 46EB2E000197E0 /* PBXContainerItemProxy */; + }; + 46EB2E00019810 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 46EB2E00019800 /* PBXContainerItemProxy */; + }; + 46EB2E00019830 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 46EB2E00019820 /* PBXContainerItemProxy */; + }; + 46EB2E00019850 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 46EB2E00019840 /* PBXContainerItemProxy */; + }; + 46EB2E00019870 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 46EB2E00019860 /* PBXContainerItemProxy */; + }; + 46EB2E00019890 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 46EB2E00019880 /* PBXContainerItemProxy */; + }; + 46EB2E000198B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = 46EB2E000198A0 /* PBXContainerItemProxy */; + }; + 46EB2E000198D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 46EB2E000198C0 /* PBXContainerItemProxy */; + }; + 46EB2E000198F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 46EB2E000198E0 /* PBXContainerItemProxy */; + }; + 46EB2E00019910 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core-React-Core_privacy"; + target = 01AC85171CD34CE333A282F86AF23574 /* React-Core-React-Core_privacy */; + targetProxy = 46EB2E00019900 /* PBXContainerItemProxy */; + }; + 46EB2E00019930 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E00019920 /* PBXContainerItemProxy */; + }; + 46EB2E00019950 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 46EB2E00019940 /* PBXContainerItemProxy */; + }; + 46EB2E00019970 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-perflogger"; + target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; + targetProxy = 46EB2E00019960 /* PBXContainerItemProxy */; + }; + 46EB2E00019990 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E00019980 /* PBXContainerItemProxy */; + }; + 46EB2E000199B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 46EB2E000199A0 /* PBXContainerItemProxy */; + }; + 46EB2E000199D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E000199C0 /* PBXContainerItemProxy */; + }; + 46EB2E000199F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E000199E0 /* PBXContainerItemProxy */; + }; + 46EB2E00019A10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SocketRocket; + target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */; + targetProxy = 46EB2E00019A00 /* PBXContainerItemProxy */; + }; + 46EB2E00019A30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = 46EB2E00019A20 /* PBXContainerItemProxy */; + }; + 46EB2E00019A50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 46EB2E00019A40 /* PBXContainerItemProxy */; + }; + 46EB2E00019A70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E00019A60 /* PBXContainerItemProxy */; + }; + 46EB2E00019A90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 46EB2E00019A80 /* PBXContainerItemProxy */; + }; + 46EB2E00019AB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTDeprecation; + target = 5211B5AB7B81060AA8E78614DD75D3AB /* RCTDeprecation */; + targetProxy = 46EB2E00019AA0 /* PBXContainerItemProxy */; + }; + 46EB2E00019AD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-hermes"; + target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; + targetProxy = 46EB2E00019AC0 /* PBXContainerItemProxy */; + }; + 46EB2E00019AF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E00019AE0 /* PBXContainerItemProxy */; + }; + 46EB2E00019B10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E00019B00 /* PBXContainerItemProxy */; + }; + 46EB2E00019B30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 46EB2E00019B20 /* PBXContainerItemProxy */; + }; + 46EB2E00019B50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E00019B40 /* PBXContainerItemProxy */; + }; + 46EB2E00019B70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E00019B60 /* PBXContainerItemProxy */; + }; + 46EB2E00019B90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E00019B80 /* PBXContainerItemProxy */; + }; + 46EB2E00019BB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 46EB2E00019BA0 /* PBXContainerItemProxy */; + }; + 46EB2E00019BD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E00019BC0 /* PBXContainerItemProxy */; + }; + 46EB2E00019BF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 46EB2E00019BE0 /* PBXContainerItemProxy */; + }; + 46EB2E00019C10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SocketRocket; + target = 1948D0B63D2CF6A48E18B0B292BC6091 /* SocketRocket */; + targetProxy = 46EB2E00019C00 /* PBXContainerItemProxy */; + }; + 46EB2E00019C30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 46EB2E00019C20 /* PBXContainerItemProxy */; + }; + 46EB2E00019C50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E00019C40 /* PBXContainerItemProxy */; + }; + 46EB2E00019C70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E00019C60 /* PBXContainerItemProxy */; + }; + 46EB2E00019C90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E00019C80 /* PBXContainerItemProxy */; + }; + 46EB2E00019CB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E00019CA0 /* PBXContainerItemProxy */; + }; + 46EB2E00019CD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 46EB2E00019CC0 /* PBXContainerItemProxy */; + }; + 46EB2E00019CF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 46EB2E00019CE0 /* PBXContainerItemProxy */; + }; + 46EB2E00019D10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E00019D00 /* PBXContainerItemProxy */; + }; + 46EB2E00019D30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E00019D20 /* PBXContainerItemProxy */; + }; + 46EB2E00019D50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E00019D40 /* PBXContainerItemProxy */; + }; + 46EB2E00019D70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-logger"; + target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; + targetProxy = 46EB2E00019D60 /* PBXContainerItemProxy */; + }; + 46EB2E00019D90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E00019D80 /* PBXContainerItemProxy */; + }; + 46EB2E00019DB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E00019DA0 /* PBXContainerItemProxy */; + }; + 46EB2E00019DD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 46EB2E00019DC0 /* PBXContainerItemProxy */; + }; + 46EB2E00019DF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E00019DE0 /* PBXContainerItemProxy */; + }; + 46EB2E00019E10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E00019E00 /* PBXContainerItemProxy */; + }; + 46EB2E00019E30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E00019E20 /* PBXContainerItemProxy */; + }; + 46EB2E00019E50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E00019E40 /* PBXContainerItemProxy */; + }; + 46EB2E00019E70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = 46EB2E00019E60 /* PBXContainerItemProxy */; + }; + 46EB2E00019E90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 46EB2E00019E80 /* PBXContainerItemProxy */; + }; + 46EB2E00019EB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 46EB2E00019EA0 /* PBXContainerItemProxy */; + }; + 46EB2E00019ED0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 46EB2E00019EC0 /* PBXContainerItemProxy */; + }; + 46EB2E00019EF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E00019EE0 /* PBXContainerItemProxy */; + }; + 46EB2E00019F10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 46EB2E00019F00 /* PBXContainerItemProxy */; + }; + 46EB2E00019F30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-performancetimeline"; + target = DAFE14075070BE107E29502EB86AD770 /* React-performancetimeline */; + targetProxy = 46EB2E00019F20 /* PBXContainerItemProxy */; + }; + 46EB2E00019F50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererconsistency"; + target = 15C7893ABA2A4C9B1E8D2570FF37625E /* React-rendererconsistency */; + targetProxy = 46EB2E00019F40 /* PBXContainerItemProxy */; + }; + 46EB2E00019F70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E00019F60 /* PBXContainerItemProxy */; + }; + 46EB2E00019F90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 46EB2E00019F80 /* PBXContainerItemProxy */; + }; + 46EB2E00019FB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 46EB2E00019FA0 /* PBXContainerItemProxy */; + }; + 46EB2E00019FD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E00019FC0 /* PBXContainerItemProxy */; + }; + 46EB2E00019FF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E00019FE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001A000 /* PBXContainerItemProxy */; + }; + 46EB2E0001A030 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-logger"; + target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; + targetProxy = 46EB2E0001A020 /* PBXContainerItemProxy */; + }; + 46EB2E0001A050 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001A040 /* PBXContainerItemProxy */; + }; + 46EB2E0001A070 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001A060 /* PBXContainerItemProxy */; + }; + 46EB2E0001A090 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 46EB2E0001A080 /* PBXContainerItemProxy */; + }; + 46EB2E0001A0B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001A0A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A0D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001A0C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A0F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E0001A0E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A110 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001A100 /* PBXContainerItemProxy */; + }; + 46EB2E0001A130 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = 46EB2E0001A120 /* PBXContainerItemProxy */; + }; + 46EB2E0001A150 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 46EB2E0001A140 /* PBXContainerItemProxy */; + }; + 46EB2E0001A170 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 46EB2E0001A160 /* PBXContainerItemProxy */; + }; + 46EB2E0001A190 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 46EB2E0001A180 /* PBXContainerItemProxy */; + }; + 46EB2E0001A1B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 46EB2E0001A1A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A1D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 46EB2E0001A1C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A1F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E0001A1E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A210 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001A200 /* PBXContainerItemProxy */; + }; + 46EB2E0001A230 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001A220 /* PBXContainerItemProxy */; + }; + 46EB2E0001A250 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 46EB2E0001A240 /* PBXContainerItemProxy */; + }; + 46EB2E0001A270 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 46EB2E0001A260 /* PBXContainerItemProxy */; + }; + 46EB2E0001A290 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E0001A280 /* PBXContainerItemProxy */; + }; + 46EB2E0001A2B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001A2A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A2D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-logger"; + target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; + targetProxy = 46EB2E0001A2C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A2F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001A2E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A310 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001A300 /* PBXContainerItemProxy */; + }; + 46EB2E0001A330 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 46EB2E0001A320 /* PBXContainerItemProxy */; + }; + 46EB2E0001A350 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-ImageManager"; + target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; + targetProxy = 46EB2E0001A340 /* PBXContainerItemProxy */; + }; + 46EB2E0001A370 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001A360 /* PBXContainerItemProxy */; + }; + 46EB2E0001A390 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 46EB2E0001A380 /* PBXContainerItemProxy */; + }; + 46EB2E0001A3B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001A3A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A3D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 46EB2E0001A3C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A3F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 46EB2E0001A3E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A410 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 46EB2E0001A400 /* PBXContainerItemProxy */; + }; + 46EB2E0001A430 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001A420 /* PBXContainerItemProxy */; + }; + 46EB2E0001A450 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001A440 /* PBXContainerItemProxy */; + }; + 46EB2E0001A470 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001A460 /* PBXContainerItemProxy */; + }; + 46EB2E0001A490 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001A480 /* PBXContainerItemProxy */; + }; + 46EB2E0001A4B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 46EB2E0001A4A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A4D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 46EB2E0001A4C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A4F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001A4E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A510 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001A500 /* PBXContainerItemProxy */; + }; + 46EB2E0001A530 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 46EB2E0001A520 /* PBXContainerItemProxy */; + }; + 46EB2E0001A550 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001A540 /* PBXContainerItemProxy */; + }; + 46EB2E0001A570 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001A560 /* PBXContainerItemProxy */; + }; + 46EB2E0001A590 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001A580 /* PBXContainerItemProxy */; + }; + 46EB2E0001A5B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001A5A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A5D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 46EB2E0001A5C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A5F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001A5E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A610 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 46EB2E0001A600 /* PBXContainerItemProxy */; + }; + 46EB2E0001A630 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001A620 /* PBXContainerItemProxy */; + }; + 46EB2E0001A650 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = 46EB2E0001A640 /* PBXContainerItemProxy */; + }; + 46EB2E0001A670 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 46EB2E0001A660 /* PBXContainerItemProxy */; + }; + 46EB2E0001A690 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001A680 /* PBXContainerItemProxy */; + }; + 46EB2E0001A6B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001A6A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A6D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001A6C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A6F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E0001A6E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A710 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001A700 /* PBXContainerItemProxy */; + }; + 46EB2E0001A730 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001A720 /* PBXContainerItemProxy */; + }; + 46EB2E0001A750 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E0001A740 /* PBXContainerItemProxy */; + }; + 46EB2E0001A770 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001A760 /* PBXContainerItemProxy */; + }; + 46EB2E0001A790 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001A780 /* PBXContainerItemProxy */; + }; + 46EB2E0001A7B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001A7A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A7D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001A7C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A7F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 46EB2E0001A7E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A810 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E0001A800 /* PBXContainerItemProxy */; + }; + 46EB2E0001A830 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 46EB2E0001A820 /* PBXContainerItemProxy */; + }; + 46EB2E0001A850 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 46EB2E0001A840 /* PBXContainerItemProxy */; + }; + 46EB2E0001A870 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = 46EB2E0001A860 /* PBXContainerItemProxy */; + }; + 46EB2E0001A890 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-nativeconfig"; + target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; + targetProxy = 46EB2E0001A880 /* PBXContainerItemProxy */; + }; + 46EB2E0001A8B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E0001A8A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A8D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-defaultsnativemodule"; + target = 78233AC74A2157BF11DB49007B4D8AB9 /* React-defaultsnativemodule */; + targetProxy = 46EB2E0001A8C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A8F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001A8E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A910 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001A900 /* PBXContainerItemProxy */; + }; + 46EB2E0001A930 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = 46EB2E0001A920 /* PBXContainerItemProxy */; + }; + 46EB2E0001A950 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTFabric"; + target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; + targetProxy = 46EB2E0001A940 /* PBXContainerItemProxy */; + }; + 46EB2E0001A970 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RuntimeCore"; + target = C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */; + targetProxy = 46EB2E0001A960 /* PBXContainerItemProxy */; + }; + 46EB2E0001A990 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RuntimeApple"; + target = 91D38B18A4E42B1622B83F450706C2F5 /* React-RuntimeApple */; + targetProxy = 46EB2E0001A980 /* PBXContainerItemProxy */; + }; + 46EB2E0001A9B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 46EB2E0001A9A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A9D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 46EB2E0001A9C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001A9F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001A9E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001AA10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001AA00 /* PBXContainerItemProxy */; + }; + 46EB2E0001AA30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 46EB2E0001AA20 /* PBXContainerItemProxy */; + }; + 46EB2E0001AA50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E0001AA40 /* PBXContainerItemProxy */; + }; + 46EB2E0001AA70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-hermes"; + target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; + targetProxy = 46EB2E0001AA60 /* PBXContainerItemProxy */; + }; + 46EB2E0001AA90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RuntimeHermes"; + target = 0EF07AE1AD53436E8D2B9B0086EA0163 /* React-RuntimeHermes */; + targetProxy = 46EB2E0001AA80 /* PBXContainerItemProxy */; + }; + 46EB2E0001AAB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001AAA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001AAD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 46EB2E0001AAC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001AAF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001AAE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001AB10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001AB00 /* PBXContainerItemProxy */; + }; + 46EB2E0001AB30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001AB20 /* PBXContainerItemProxy */; + }; + 46EB2E0001AB50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 46EB2E0001AB40 /* PBXContainerItemProxy */; + }; + 46EB2E0001AB70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E0001AB60 /* PBXContainerItemProxy */; + }; + 46EB2E0001AB90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001AB80 /* PBXContainerItemProxy */; + }; + 46EB2E0001ABB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 46EB2E0001ABA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001ABD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001ABC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001ABF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001ABE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001AC10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001AC00 /* PBXContainerItemProxy */; + }; + 46EB2E0001AC30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 46EB2E0001AC20 /* PBXContainerItemProxy */; + }; + 46EB2E0001AC50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001AC40 /* PBXContainerItemProxy */; + }; + 46EB2E0001AC70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001AC60 /* PBXContainerItemProxy */; + }; + 46EB2E0001AC90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 46EB2E0001AC80 /* PBXContainerItemProxy */; + }; + 46EB2E0001ACB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 46EB2E0001ACA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001ACD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001ACC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001ACF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-FabricImage"; + target = A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */; + targetProxy = 46EB2E0001ACE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001AD10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 46EB2E0001AD00 /* PBXContainerItemProxy */; + }; + 46EB2E0001AD30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-FabricComponents"; + target = 5A82D8EF2B70588C11106073DC0D6D32 /* React-FabricComponents */; + targetProxy = 46EB2E0001AD20 /* PBXContainerItemProxy */; + }; + 46EB2E0001AD50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-nativeconfig"; + target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; + targetProxy = 46EB2E0001AD40 /* PBXContainerItemProxy */; + }; + 46EB2E0001AD70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 46EB2E0001AD60 /* PBXContainerItemProxy */; + }; + 46EB2E0001AD90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-ImageManager"; + target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; + targetProxy = 46EB2E0001AD80 /* PBXContainerItemProxy */; + }; + 46EB2E0001ADB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E0001ADA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001ADD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001ADC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001ADF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001ADE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001AE10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-performancetimeline"; + target = DAFE14075070BE107E29502EB86AD770 /* React-performancetimeline */; + targetProxy = 46EB2E0001AE00 /* PBXContainerItemProxy */; + }; + 46EB2E0001AE30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 46EB2E0001AE20 /* PBXContainerItemProxy */; + }; + 46EB2E0001AE50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererconsistency"; + target = 15C7893ABA2A4C9B1E8D2570FF37625E /* React-rendererconsistency */; + targetProxy = 46EB2E0001AE40 /* PBXContainerItemProxy */; + }; + 46EB2E0001AE70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = 46EB2E0001AE60 /* PBXContainerItemProxy */; + }; + 46EB2E0001AE90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 46EB2E0001AE80 /* PBXContainerItemProxy */; + }; + 46EB2E0001AEB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001AEA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001AED0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001AEC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001AEF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E0001AEE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001AF10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001AF00 /* PBXContainerItemProxy */; + }; + 46EB2E0001AF30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001AF20 /* PBXContainerItemProxy */; + }; + 46EB2E0001AF50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 46EB2E0001AF40 /* PBXContainerItemProxy */; + }; + 46EB2E0001AF70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E0001AF60 /* PBXContainerItemProxy */; + }; + 46EB2E0001AF90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001AF80 /* PBXContainerItemProxy */; + }; + 46EB2E0001AFB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001AFA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001AFD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001AFC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001AFF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001AFE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001B000 /* PBXContainerItemProxy */; + }; + 46EB2E0001B030 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E0001B020 /* PBXContainerItemProxy */; + }; + 46EB2E0001B050 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001B040 /* PBXContainerItemProxy */; + }; + 46EB2E0001B070 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001B060 /* PBXContainerItemProxy */; + }; + 46EB2E0001B090 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E0001B080 /* PBXContainerItemProxy */; + }; + 46EB2E0001B0B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001B0A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B0D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001B0C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B0F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E0001B0E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B110 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001B100 /* PBXContainerItemProxy */; + }; + 46EB2E0001B130 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001B120 /* PBXContainerItemProxy */; + }; + 46EB2E0001B150 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001B140 /* PBXContainerItemProxy */; + }; + 46EB2E0001B170 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E0001B160 /* PBXContainerItemProxy */; + }; + 46EB2E0001B190 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001B180 /* PBXContainerItemProxy */; + }; + 46EB2E0001B1B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001B1A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B1D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E0001B1C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B1F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001B1E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B210 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001B200 /* PBXContainerItemProxy */; + }; + 46EB2E0001B230 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 46EB2E0001B220 /* PBXContainerItemProxy */; + }; + 46EB2E0001B250 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001B240 /* PBXContainerItemProxy */; + }; + 46EB2E0001B270 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001B260 /* PBXContainerItemProxy */; + }; + 46EB2E0001B290 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001B280 /* PBXContainerItemProxy */; + }; + 46EB2E0001B2B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001B2A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B2D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E0001B2C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B2F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001B2E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B310 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001B300 /* PBXContainerItemProxy */; + }; + 46EB2E0001B330 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001B320 /* PBXContainerItemProxy */; + }; + 46EB2E0001B350 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 46EB2E0001B340 /* PBXContainerItemProxy */; + }; + 46EB2E0001B370 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 46EB2E0001B360 /* PBXContainerItemProxy */; + }; + 46EB2E0001B390 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 46EB2E0001B380 /* PBXContainerItemProxy */; + }; + 46EB2E0001B3B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = 46EB2E0001B3A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B3D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = 46EB2E0001B3C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B3F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001B3E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B410 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001B400 /* PBXContainerItemProxy */; + }; + 46EB2E0001B430 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001B420 /* PBXContainerItemProxy */; + }; + 46EB2E0001B450 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = 46EB2E0001B440 /* PBXContainerItemProxy */; + }; + 46EB2E0001B470 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001B460 /* PBXContainerItemProxy */; + }; + 46EB2E0001B490 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTFabric"; + target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; + targetProxy = 46EB2E0001B480 /* PBXContainerItemProxy */; + }; + 46EB2E0001B4B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RuntimeCore"; + target = C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */; + targetProxy = 46EB2E0001B4A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B4D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Mapbuffer"; + target = 091003D98BDA80B01B9E35CADE3947F0 /* React-Mapbuffer */; + targetProxy = 46EB2E0001B4C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B4F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jserrorhandler"; + target = 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */; + targetProxy = 46EB2E0001B4E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B510 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 46EB2E0001B500 /* PBXContainerItemProxy */; + }; + 46EB2E0001B530 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001B520 /* PBXContainerItemProxy */; + }; + 46EB2E0001B550 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RuntimeHermes"; + target = 0EF07AE1AD53436E8D2B9B0086EA0163 /* React-RuntimeHermes */; + targetProxy = 46EB2E0001B540 /* PBXContainerItemProxy */; + }; + 46EB2E0001B570 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001B560 /* PBXContainerItemProxy */; + }; + 46EB2E0001B590 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 46EB2E0001B580 /* PBXContainerItemProxy */; + }; + 46EB2E0001B5B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 46EB2E0001B5A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B5D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = 46EB2E0001B5C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B5F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001B5E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B610 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001B600 /* PBXContainerItemProxy */; + }; + 46EB2E0001B630 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jserrorhandler"; + target = 27F648AD269E94404D6A7547C4F9C683 /* React-jserrorhandler */; + targetProxy = 46EB2E0001B620 /* PBXContainerItemProxy */; + }; + 46EB2E0001B650 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-performancetimeline"; + target = DAFE14075070BE107E29502EB86AD770 /* React-performancetimeline */; + targetProxy = 46EB2E0001B640 /* PBXContainerItemProxy */; + }; + 46EB2E0001B670 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = 46EB2E0001B660 /* PBXContainerItemProxy */; + }; + 46EB2E0001B690 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001B680 /* PBXContainerItemProxy */; + }; + 46EB2E0001B6B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E0001B6A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B6D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001B6C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B6F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 46EB2E0001B6E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B710 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001B700 /* PBXContainerItemProxy */; + }; + 46EB2E0001B730 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-nativeconfig"; + target = B69D68A280EC3E60655BD2C715ACB004 /* React-nativeconfig */; + targetProxy = 46EB2E0001B720 /* PBXContainerItemProxy */; + }; + 46EB2E0001B750 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsitracing"; + target = 718331030FAA6D88E74D4B2240BB4AC8 /* React-jsitracing */; + targetProxy = 46EB2E0001B740 /* PBXContainerItemProxy */; + }; + 46EB2E0001B770 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001B760 /* PBXContainerItemProxy */; + }; + 46EB2E0001B790 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001B780 /* PBXContainerItemProxy */; + }; + 46EB2E0001B7B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RuntimeCore"; + target = C7F600C052808C7C987C26EC74B3A290 /* React-RuntimeCore */; + targetProxy = 46EB2E0001B7A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B7D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E0001B7C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B7F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 46EB2E0001B7E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B810 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-hermes"; + target = 20F066A71CEA5EECC7463413442F2B77 /* React-hermes */; + targetProxy = 46EB2E0001B800 /* PBXContainerItemProxy */; + }; + 46EB2E0001B830 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001B820 /* PBXContainerItemProxy */; + }; + 46EB2E0001B850 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact-React-cxxreact_privacy"; + target = 06B0CBCF02BDD3DC07AB5FEBFCD7AB57 /* React-cxxreact-React-cxxreact_privacy */; + targetProxy = 46EB2E0001B840 /* PBXContainerItemProxy */; + }; + 46EB2E0001B870 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = boost; + target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; + targetProxy = 46EB2E0001B860 /* PBXContainerItemProxy */; + }; + 46EB2E0001B890 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001B880 /* PBXContainerItemProxy */; + }; + 46EB2E0001B8B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 46EB2E0001B8A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B8D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001B8C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B8F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001B8E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B910 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 46EB2E0001B900 /* PBXContainerItemProxy */; + }; + 46EB2E0001B930 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 46EB2E0001B920 /* PBXContainerItemProxy */; + }; + 46EB2E0001B950 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = 46EB2E0001B940 /* PBXContainerItemProxy */; + }; + 46EB2E0001B970 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-perflogger"; + target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; + targetProxy = 46EB2E0001B960 /* PBXContainerItemProxy */; + }; + 46EB2E0001B990 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001B980 /* PBXContainerItemProxy */; + }; + 46EB2E0001B9B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-logger"; + target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; + targetProxy = 46EB2E0001B9A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B9D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001B9C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001B9F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-timing"; + target = D22F10E51610C1C53DAAF1697F2C76A9 /* React-timing */; + targetProxy = 46EB2E0001B9E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BA10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001BA00 /* PBXContainerItemProxy */; + }; + 46EB2E0001BA30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001BA20 /* PBXContainerItemProxy */; + }; + 46EB2E0001BA50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001BA40 /* PBXContainerItemProxy */; + }; + 46EB2E0001BA70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001BA60 /* PBXContainerItemProxy */; + }; + 46EB2E0001BA90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTFabric"; + target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; + targetProxy = 46EB2E0001BA80 /* PBXContainerItemProxy */; + }; + 46EB2E0001BAB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E0001BAA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BAD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 46EB2E0001BAC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BAF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E0001BAE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BB10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001BB00 /* PBXContainerItemProxy */; + }; + 46EB2E0001BB30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001BB20 /* PBXContainerItemProxy */; + }; + 46EB2E0001BB50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 46EB2E0001BB40 /* PBXContainerItemProxy */; + }; + 46EB2E0001BB70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 46EB2E0001BB60 /* PBXContainerItemProxy */; + }; + 46EB2E0001BB90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 46EB2E0001BB80 /* PBXContainerItemProxy */; + }; + 46EB2E0001BBB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001BBA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BBD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E0001BBC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BBF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001BBE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BC10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-ImageManager"; + target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; + targetProxy = 46EB2E0001BC00 /* PBXContainerItemProxy */; + }; + 46EB2E0001BC30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 46EB2E0001BC20 /* PBXContainerItemProxy */; + }; + 46EB2E0001BC50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001BC40 /* PBXContainerItemProxy */; + }; + 46EB2E0001BC70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001BC60 /* PBXContainerItemProxy */; + }; + 46EB2E0001BC90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-domnativemodule"; + target = 2ACDD3431C61DFC9B29FFF4759C410F1 /* React-domnativemodule */; + targetProxy = 46EB2E0001BC80 /* PBXContainerItemProxy */; + }; + 46EB2E0001BCB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflagsnativemodule"; + target = 90E9B21807636D8AD57AF521B7B6804D /* React-featureflagsnativemodule */; + targetProxy = 46EB2E0001BCA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BCD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-microtasksnativemodule"; + target = 84B49F96DAE73A9B197F6BB9A2BBA18F /* React-microtasksnativemodule */; + targetProxy = 46EB2E0001BCC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BCF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-idlecallbacksnativemodule"; + target = 1925B2CA820D27AB7F1A2B7094CCE7A8 /* React-idlecallbacksnativemodule */; + targetProxy = 46EB2E0001BCE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BD10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001BD00 /* PBXContainerItemProxy */; + }; + 46EB2E0001BD30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001BD20 /* PBXContainerItemProxy */; + }; + 46EB2E0001BD50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001BD40 /* PBXContainerItemProxy */; + }; + 46EB2E0001BD70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTFabric"; + target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; + targetProxy = 46EB2E0001BD60 /* PBXContainerItemProxy */; + }; + 46EB2E0001BD90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E0001BD80 /* PBXContainerItemProxy */; + }; + 46EB2E0001BDB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 46EB2E0001BDA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BDD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E0001BDC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BDF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001BDE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BE10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001BE00 /* PBXContainerItemProxy */; + }; + 46EB2E0001BE30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 46EB2E0001BE20 /* PBXContainerItemProxy */; + }; + 46EB2E0001BE50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 46EB2E0001BE40 /* PBXContainerItemProxy */; + }; + 46EB2E0001BE70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 46EB2E0001BE60 /* PBXContainerItemProxy */; + }; + 46EB2E0001BE90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001BE80 /* PBXContainerItemProxy */; + }; + 46EB2E0001BEB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E0001BEA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BED0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001BEC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BEF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-ImageManager"; + target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; + targetProxy = 46EB2E0001BEE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BF10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 46EB2E0001BF00 /* PBXContainerItemProxy */; + }; + 46EB2E0001BF30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001BF20 /* PBXContainerItemProxy */; + }; + 46EB2E0001BF50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001BF40 /* PBXContainerItemProxy */; + }; + 46EB2E0001BF70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-FabricComponents"; + target = 5A82D8EF2B70588C11106073DC0D6D32 /* React-FabricComponents */; + targetProxy = 46EB2E0001BF60 /* PBXContainerItemProxy */; + }; + 46EB2E0001BF90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001BF80 /* PBXContainerItemProxy */; + }; + 46EB2E0001BFB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001BFA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BFD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001BFC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001BFF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTFabric"; + target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; + targetProxy = 46EB2E0001BFE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E0001C000 /* PBXContainerItemProxy */; + }; + 46EB2E0001C030 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 46EB2E0001C020 /* PBXContainerItemProxy */; + }; + 46EB2E0001C050 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E0001C040 /* PBXContainerItemProxy */; + }; + 46EB2E0001C070 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001C060 /* PBXContainerItemProxy */; + }; + 46EB2E0001C090 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001C080 /* PBXContainerItemProxy */; + }; + 46EB2E0001C0B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 46EB2E0001C0A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C0D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 46EB2E0001C0C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C0F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 46EB2E0001C0E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C110 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001C100 /* PBXContainerItemProxy */; + }; + 46EB2E0001C130 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E0001C120 /* PBXContainerItemProxy */; + }; + 46EB2E0001C150 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001C140 /* PBXContainerItemProxy */; + }; + 46EB2E0001C170 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-ImageManager"; + target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; + targetProxy = 46EB2E0001C160 /* PBXContainerItemProxy */; + }; + 46EB2E0001C190 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 46EB2E0001C180 /* PBXContainerItemProxy */; + }; + 46EB2E0001C1B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001C1A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C1D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001C1C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C1F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001C1E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C210 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001C200 /* PBXContainerItemProxy */; + }; + 46EB2E0001C230 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001C220 /* PBXContainerItemProxy */; + }; + 46EB2E0001C250 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 46EB2E0001C240 /* PBXContainerItemProxy */; + }; + 46EB2E0001C270 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001C260 /* PBXContainerItemProxy */; + }; + 46EB2E0001C290 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001C280 /* PBXContainerItemProxy */; + }; + 46EB2E0001C2B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 46EB2E0001C2A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C2D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 46EB2E0001C2C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C2F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 46EB2E0001C2E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C310 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 46EB2E0001C300 /* PBXContainerItemProxy */; + }; + 46EB2E0001C330 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-perflogger"; + target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; + targetProxy = 46EB2E0001C320 /* PBXContainerItemProxy */; + }; + 46EB2E0001C350 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001C340 /* PBXContainerItemProxy */; + }; + 46EB2E0001C370 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001C360 /* PBXContainerItemProxy */; + }; + 46EB2E0001C390 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 46EB2E0001C380 /* PBXContainerItemProxy */; + }; + 46EB2E0001C3B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001C3A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C3D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001C3C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C3F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001C3E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C410 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = 46EB2E0001C400 /* PBXContainerItemProxy */; + }; + 46EB2E0001C430 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001C420 /* PBXContainerItemProxy */; + }; + 46EB2E0001C450 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001C440 /* PBXContainerItemProxy */; + }; + 46EB2E0001C470 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001C460 /* PBXContainerItemProxy */; + }; + 46EB2E0001C490 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTFabric"; + target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; + targetProxy = 46EB2E0001C480 /* PBXContainerItemProxy */; + }; + 46EB2E0001C4B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E0001C4A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C4D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 46EB2E0001C4C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C4F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E0001C4E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C510 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001C500 /* PBXContainerItemProxy */; + }; + 46EB2E0001C530 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001C520 /* PBXContainerItemProxy */; + }; + 46EB2E0001C550 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 46EB2E0001C540 /* PBXContainerItemProxy */; + }; + 46EB2E0001C570 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 46EB2E0001C560 /* PBXContainerItemProxy */; + }; + 46EB2E0001C590 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 46EB2E0001C580 /* PBXContainerItemProxy */; + }; + 46EB2E0001C5B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001C5A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C5D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E0001C5C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C5F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001C5E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C610 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-ImageManager"; + target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; + targetProxy = 46EB2E0001C600 /* PBXContainerItemProxy */; + }; + 46EB2E0001C630 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 46EB2E0001C620 /* PBXContainerItemProxy */; + }; + 46EB2E0001C650 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001C640 /* PBXContainerItemProxy */; + }; + 46EB2E0001C670 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001C660 /* PBXContainerItemProxy */; + }; + 46EB2E0001C690 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimescheduler"; + target = 52C3F83DB80E5D527EDA54FA1DE5470A /* React-runtimescheduler */; + targetProxy = 46EB2E0001C680 /* PBXContainerItemProxy */; + }; + 46EB2E0001C6B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001C6A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C6D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001C6C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C6F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 46EB2E0001C6E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C710 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001C700 /* PBXContainerItemProxy */; + }; + 46EB2E0001C730 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001C720 /* PBXContainerItemProxy */; + }; + 46EB2E0001C750 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001C740 /* PBXContainerItemProxy */; + }; + 46EB2E0001C770 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = boost; + target = EFEA55B1B776B6EB4B16F363BFE64D1A /* boost */; + targetProxy = 46EB2E0001C760 /* PBXContainerItemProxy */; + }; + 46EB2E0001C790 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001C780 /* PBXContainerItemProxy */; + }; + 46EB2E0001C7B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 46EB2E0001C7A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C7D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001C7C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C7F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001C7E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C810 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001C800 /* PBXContainerItemProxy */; + }; + 46EB2E0001C830 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 46EB2E0001C820 /* PBXContainerItemProxy */; + }; + 46EB2E0001C850 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001C840 /* PBXContainerItemProxy */; + }; + 46EB2E0001C870 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-perflogger"; + target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; + targetProxy = 46EB2E0001C860 /* PBXContainerItemProxy */; + }; + 46EB2E0001C890 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001C880 /* PBXContainerItemProxy */; + }; + 46EB2E0001C8B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001C8A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C8D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 46EB2E0001C8C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C8F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001C8E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C910 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 46EB2E0001C900 /* PBXContainerItemProxy */; + }; + 46EB2E0001C930 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001C920 /* PBXContainerItemProxy */; + }; + 46EB2E0001C950 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001C940 /* PBXContainerItemProxy */; + }; + 46EB2E0001C970 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001C960 /* PBXContainerItemProxy */; + }; + 46EB2E0001C990 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E0001C980 /* PBXContainerItemProxy */; + }; + 46EB2E0001C9B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001C9A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C9D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = 46EB2E0001C9C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001C9F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001C9E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CA10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-perflogger"; + target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; + targetProxy = 46EB2E0001CA00 /* PBXContainerItemProxy */; + }; + 46EB2E0001CA30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001CA20 /* PBXContainerItemProxy */; + }; + 46EB2E0001CA50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001CA40 /* PBXContainerItemProxy */; + }; + 46EB2E0001CA70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001CA60 /* PBXContainerItemProxy */; + }; + 46EB2E0001CA90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001CA80 /* PBXContainerItemProxy */; + }; + 46EB2E0001CAB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001CAA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CAD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001CAC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CAF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTFabric"; + target = 8DED5282246ABFC24F4460D3066C84A0 /* React-RCTFabric */; + targetProxy = 46EB2E0001CAE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CB10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCodegen; + target = 33FDC069B066C953DC9E83A7107520BE /* ReactCodegen */; + targetProxy = 46EB2E0001CB00 /* PBXContainerItemProxy */; + }; + 46EB2E0001CB30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 46EB2E0001CB20 /* PBXContainerItemProxy */; + }; + 46EB2E0001CB50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E0001CB40 /* PBXContainerItemProxy */; + }; + 46EB2E0001CB70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001CB60 /* PBXContainerItemProxy */; + }; + 46EB2E0001CB90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001CB80 /* PBXContainerItemProxy */; + }; + 46EB2E0001CBB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 46EB2E0001CBA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CBD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 46EB2E0001CBC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CBF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 46EB2E0001CBE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CC10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001CC00 /* PBXContainerItemProxy */; + }; + 46EB2E0001CC30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E0001CC20 /* PBXContainerItemProxy */; + }; + 46EB2E0001CC50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001CC40 /* PBXContainerItemProxy */; + }; + 46EB2E0001CC70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-ImageManager"; + target = B5E1D7706FCB7EC5FF39F8CDA49A5653 /* React-ImageManager */; + targetProxy = 46EB2E0001CC60 /* PBXContainerItemProxy */; + }; + 46EB2E0001CC90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 46EB2E0001CC80 /* PBXContainerItemProxy */; + }; + 46EB2E0001CCB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001CCA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CCD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001CCC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CCF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001CCE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CD10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001CD00 /* PBXContainerItemProxy */; + }; + 46EB2E0001CD30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-timing"; + target = D22F10E51610C1C53DAAF1697F2C76A9 /* React-timing */; + targetProxy = 46EB2E0001CD20 /* PBXContainerItemProxy */; + }; + 46EB2E0001CD50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 46EB2E0001CD40 /* PBXContainerItemProxy */; + }; + 46EB2E0001CD70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001CD60 /* PBXContainerItemProxy */; + }; + 46EB2E0001CD90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001CD80 /* PBXContainerItemProxy */; + }; + 46EB2E0001CDB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001CDA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CDD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 46EB2E0001CDC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CDF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001CDE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CE10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001CE00 /* PBXContainerItemProxy */; + }; + 46EB2E0001CE30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-runtimeexecutor"; + target = 54EB12219122432FA744088BC5A680D2 /* React-runtimeexecutor */; + targetProxy = 46EB2E0001CE20 /* PBXContainerItemProxy */; + }; + 46EB2E0001CE50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 46EB2E0001CE40 /* PBXContainerItemProxy */; + }; + 46EB2E0001CE70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 46EB2E0001CE60 /* PBXContainerItemProxy */; + }; + 46EB2E0001CE90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 46EB2E0001CE80 /* PBXContainerItemProxy */; + }; + 46EB2E0001CEB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001CEA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CED0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E0001CEC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CEF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-timing"; + target = D22F10E51610C1C53DAAF1697F2C76A9 /* React-timing */; + targetProxy = 46EB2E0001CEE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CF10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001CF00 /* PBXContainerItemProxy */; + }; + 46EB2E0001CF30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001CF20 /* PBXContainerItemProxy */; + }; + 46EB2E0001CF50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001CF40 /* PBXContainerItemProxy */; + }; + 46EB2E0001CF70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-performancetimeline"; + target = DAFE14075070BE107E29502EB86AD770 /* React-performancetimeline */; + targetProxy = 46EB2E0001CF60 /* PBXContainerItemProxy */; + }; + 46EB2E0001CF90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererconsistency"; + target = 15C7893ABA2A4C9B1E8D2570FF37625E /* React-rendererconsistency */; + targetProxy = 46EB2E0001CF80 /* PBXContainerItemProxy */; + }; + 46EB2E0001CFB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001CFA0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CFD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001CFC0 /* PBXContainerItemProxy */; + }; + 46EB2E0001CFF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001CFE0 /* PBXContainerItemProxy */; + }; + 46EB2E0001D010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001D000 /* PBXContainerItemProxy */; + }; + 46EB2E0001D030 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001D020 /* PBXContainerItemProxy */; + }; + 46EB2E0001D050 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001D040 /* PBXContainerItemProxy */; + }; + 46EB2E0001D070 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001D060 /* PBXContainerItemProxy */; + }; + 46EB2E0001D090 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 46EB2E0001D080 /* PBXContainerItemProxy */; + }; + 46EB2E0001D0B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001D0A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001D0D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 46EB2E0001D0C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001D0F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 46EB2E0001D0E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001D110 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 46EB2E0001D100 /* PBXContainerItemProxy */; + }; + 46EB2E0001D130 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001D120 /* PBXContainerItemProxy */; + }; + 46EB2E0001D150 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 46EB2E0001D140 /* PBXContainerItemProxy */; + }; + 46EB2E0001D170 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-NativeModulesApple"; + target = 5807741745EB757C97C09F2D56726BE0 /* React-NativeModulesApple */; + targetProxy = 46EB2E0001D160 /* PBXContainerItemProxy */; + }; + 46EB2E0001D190 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001D180 /* PBXContainerItemProxy */; + }; + 46EB2E0001D1B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001D1A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001D1D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-graphics"; + target = 4BDD270EACFE5730793AEF0B9BCCBA31 /* React-graphics */; + targetProxy = 46EB2E0001D1C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001D1F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-rendererdebug"; + target = 9F96BF8B7FC28F5CF47242D7A73B11DA /* React-rendererdebug */; + targetProxy = 46EB2E0001D1E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001D210 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Fabric"; + target = 50DBAF155FAFB994E067BA8820221EDF /* React-Fabric */; + targetProxy = 46EB2E0001D200 /* PBXContainerItemProxy */; + }; + 46EB2E0001D230 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-FabricImage"; + target = A5E93F38E96B3A37575BEC88AD69AE85 /* React-FabricImage */; + targetProxy = 46EB2E0001D220 /* PBXContainerItemProxy */; + }; + 46EB2E0001D250 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001D240 /* PBXContainerItemProxy */; + }; + 46EB2E0001D270 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001D260 /* PBXContainerItemProxy */; + }; + 46EB2E0001D290 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E0001D280 /* PBXContainerItemProxy */; + }; + 46EB2E0001D2B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001D2A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001D2D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 46EB2E0001D2C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001D2F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-perflogger"; + target = F1E2583679398CB5F4D2B3272E9B198F /* React-perflogger */; + targetProxy = 46EB2E0001D2E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001D310 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 46EB2E0001D300 /* PBXContainerItemProxy */; + }; + 46EB2E0001D330 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 46EB2E0001D320 /* PBXContainerItemProxy */; + }; + 46EB2E0001D350 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RCT-Folly"; + target = EC55D52694092A9D0E6A78EB01207EB5 /* RCT-Folly */; + targetProxy = 46EB2E0001D340 /* PBXContainerItemProxy */; + }; + 46EB2E0001D370 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-logger"; + target = 083B602EA19B4AD50EC53C0602F29A7D /* React-logger */; + targetProxy = 46EB2E0001D360 /* PBXContainerItemProxy */; + }; + 46EB2E0001D390 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 46EB2E0001D380 /* PBXContainerItemProxy */; + }; + 46EB2E0001D3B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = fmt; + target = 02B79DFED924FA19CA90EC69614733E1 /* fmt */; + targetProxy = 46EB2E0001D3A0 /* PBXContainerItemProxy */; + }; + 46EB2E0001D3D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46EB2E0001D3C0 /* PBXContainerItemProxy */; + }; + 46EB2E0001D3F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "hermes-engine"; + target = 985FEA01F314F3C00F0C1E1181E6C4A5 /* hermes-engine */; + targetProxy = 46EB2E0001D3E0 /* PBXContainerItemProxy */; + }; + 46EB2E0001D410 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-debug"; + target = 0C050E11C4409D3BFAE9CC219C4D6195 /* React-debug */; + targetProxy = 46EB2E0001D400 /* PBXContainerItemProxy */; + }; + 46EB2E0001D430 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-featureflags"; + target = 28CE447E6F9C5F0EECC0CDD607D06A24 /* React-featureflags */; + targetProxy = 46EB2E0001D420 /* PBXContainerItemProxy */; + }; + 46EB2E0001D450 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-utils"; + target = 30621D5A9764AC0BD9D02E87B2EA6665 /* React-utils */; + targetProxy = 46EB2E0001D440 /* PBXContainerItemProxy */; + }; + 46EB2E0001D470 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-boost_privacy"; + target = 01B01C0FA0EE5B803ADA8C8412BDB42A /* boost-boost_privacy */; + targetProxy = 46EB2E0001D460 /* PBXContainerItemProxy */; + }; + 46EB2E0001D490 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "glog-glog_privacy"; + target = 9E6B7857CC223C0629E4C37E6386FC96 /* glog-glog_privacy */; + targetProxy = 46EB2E0001D480 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 02873C6F7976498B1BBAA7AB1B513DAB /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 297E61B1F110356B2FA175591105411C /* React-graphics.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-graphics/React-graphics-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 0A22A9CBE2AD0D55474F73589A05C0D9 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7DD17DA36D640E0C4D4E2433A7D47595 /* React-jsi.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-jsi/React-jsi-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 0A2F3E1CED1ED27D0CF06F0066BE29FF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 37D410BF93EBA618D279A8AAAA91331A /* FBLazyVector.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 0E4B4C588836424D3324B876B9E8AF37 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FBF6901BC009D82DF374530233BDEC35 /* React-debug.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-debug/React-debug-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 19D5340CE9CF0503065A7AEC7CD2D0E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A275DD42FB75440C81B2F60BD6B23196 /* fmt.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/fmt/fmt-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = fmt; - PRODUCT_NAME = fmt; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 19E9A987D71525EA6E0DB8D0C05C5325 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 77CE993F9446B711B336A9AF061A5504 /* fmt.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/fmt/fmt-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = fmt; - PRODUCT_NAME = fmt; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 1A08A804CB220F72BA12A55FEA02115F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F38CE3C906FB10DAA1EE1DB2852390F6 /* React-rncore.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 1A6432F512CD955329A5E75AA785A618 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6FD38FAD8A311E35017382E7DE572186 /* React-RCTAnimation.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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 = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 20377F7D8D4C288E02B59D563464EBFA /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BB2E815DAE4DF0CD915ABE318DC3C878 /* RCTDeprecation.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/RCTDeprecation/RCTDeprecation-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 20873C6229EA222B14310F31572DE571 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 99312AED7ECC730C855ECA610BC722F6 /* React-jsinspector.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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 = jsinspector_modern; - PRODUCT_NAME = "React-jsinspector"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 2281ACC20F00AC49CD7E6662576C03CF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1475EBEBBB425A0A8B1A04E145FFB380 /* React-jsitracing.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 243F08B4D5F3874DAB2200F7F2093A53 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9BAE4355DB02CCAD2DFEA7415072C9E7 /* React-graphics.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-graphics/React-graphics-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 248BBEC6E8E1C14F885A167ECFAEE11C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DEAAC9D628D2801284A606A58F77EDC3 /* React-NativeModulesApple.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-NativeModulesApple/React-NativeModulesApple-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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 = React_NativeModulesApple; - PRODUCT_NAME = "React-NativeModulesApple"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 268EB41A37D76AEAE48B9C489BB79B0F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A14A8291138DC9BA0F188009A07F615D /* React-Codegen.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-Codegen/React-Codegen-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/React_Codegen/React-Codegen.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React_Codegen; - PRODUCT_NAME = "React-Codegen"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 276D85DF0E7DB627245C00B5A32A2C23 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 52B30053B942F0924EA1844F046664D1 /* React-Fabric.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-Fabric/React-Fabric-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 295949EFC949ACC98B4CD2468E996FB4 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 23D8D779930C3DBB0C61156AC55B3650 /* React-runtimescheduler.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-runtimescheduler/React-runtimescheduler-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 29FEE72A2922A8EB6E53D44E28858C9C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4148047344F184B4D856D414B9B4349D /* hermes-engine.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 2A0014A542C593FF27E89F55C059AAFF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ED377C929357B5957E36E477C6CF4556 /* React-FabricImage.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-FabricImage/React-FabricImage-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 2B134F5DD25CAB61514372060C62EBC5 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6D773278A8ABC4902FF620D910305CC1 /* React-Core.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-Core"; - 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 = Release; - }; - 2C74785D645FB6795B262C1587E02147 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4E2BAF10A196A1F2B30AEFDA3CC4A6D8 /* React-Mapbuffer.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-Mapbuffer/React-Mapbuffer-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 2E81A6C7C4A9E0E38EEF90199AD23F08 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E06ED48983C9C06B18D2CB7FDFD86896 /* RCTDeprecation.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/RCTDeprecation/RCTDeprecation-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 2F51EEF3D9D02E7F613C95407EEB6A6F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A59B4516CD846173BE025374FD7945AE /* React-cxxreact.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 2FCDF443F4703A0E1A3C5D0E9AD0E67D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1C9CA7D5550AD1D94A7AA763FBA17534 /* DoubleConversion.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/DoubleConversion/DoubleConversion.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DoubleConversion; - PRODUCT_NAME = DoubleConversion; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 39A21DB0A08BD5B6A06A6653AFF6F507 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4DE8A45174C90141916415EAA1513F16 /* React-Codegen.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-Codegen/React-Codegen-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/React_Codegen/React-Codegen.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React_Codegen; - PRODUCT_NAME = "React-Codegen"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 3CB55C8EC37479DEB5F1AEC874C4EB1D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 036DE03C51CC678BD35C07B38954D6E1 /* React-jsitracing.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 423889840DA2A23423DECF1CB3093EC2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3EA47022B15AB1C45235DBA9B57DA776 /* DoubleConversion.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/DoubleConversion/DoubleConversion.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DoubleConversion; - PRODUCT_NAME = DoubleConversion; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 47E9FD481711C91FC39D6426E4892418 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9A0C8866BA8AF71050E6EF048027041A /* React-RCTImage.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTImage/React-RCTImage-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTImage; - PRODUCT_NAME = "React-RCTImage"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4956837F38203B66454916AD5D012C79 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8C83DDBE593D0EC0673B4FC575A474FB /* React-runtimeexecutor.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4999D8483590933512D16C784A6F4F8E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AB3065BC1723E238FF985D2A37F0A542 /* RCT-Folly.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/RCT-Folly/RCT-Folly-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/folly/RCT-Folly.modulemap"; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = folly; - PRODUCT_NAME = "RCT-Folly"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 4BC7450F9457737EE3E637BA155B56F7 /* Debug */ = { + 46EB2E00000040 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -19229,1036 +24428,26 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; 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_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + USE_HERMES = true; }; name = Debug; }; - 4D723D88C8B0D51F7849B44ADBEAEAEF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DE685102C09592D0E1847BEA8DA75BA2 /* React-RCTVibration.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTVibration/React-RCTVibration-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4EBC641B86CDFE7AA7DC2CB9322FF4CF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 05E54B4F15D6238BB154C2036B370287 /* React-ImageManager.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-ImageManager/React-ImageManager-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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 = react_renderer_imagemanager; - PRODUCT_NAME = "React-ImageManager"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4F62E53D82BEA125C5BDAFEEE06B35E1 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9F28D242BEF1402D8B9C8C562951C9F7 /* React-Core.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/React/React-Core.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-Core"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4FA5A0A1BE4B687CE16EE7F9FDE80504 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 10A67899B8240D6A2F32312A1083FFA3 /* React-logger.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-logger/React-logger-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = logger; - PRODUCT_NAME = "React-logger"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4FE431427FB8F407564E23C2279DC1E8 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0146BE1DD8D87E794B0CFD58725CC02C /* glog.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 534EADB8511E896CD0CBBA6AD7D6C89B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1A59D8EACF80DBC08D6772A97E40AEA3 /* Yoga.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/Yoga/Yoga-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 54476AD6342747216BF5664B2DAA1841 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 54B8F3DA90B855518304AA1865A53A6E /* RCTTypeSafety.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/RCTTypeSafety/RCTTypeSafety-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTTypeSafety; - PRODUCT_NAME = RCTTypeSafety; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 54A27E7F7AFC5FE6AB0D95898F80EAAD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 41BF2D26A555B1EF397E0C0FFF3A3D10 /* React-FabricImage.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-FabricImage/React-FabricImage-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 583DA4DFA7DD2A3A1FF1E404DEF6759E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AF4F2747F8432A28255D7C55A70B234C /* React-RCTSettings.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTSettings; - PRODUCT_NAME = "React-RCTSettings"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 5AD2A7753F56F5C0F120AE3193A44385 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0DCB1860A0D8F658B0C2F64C0203CC13 /* React-RCTNetwork.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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 = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 5B90EA8A9A5A672AE0B3AB223BA38F5F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8A771AE62F4169383FE7260D6DD6D138 /* React-RCTAppDelegate.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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 = React_RCTAppDelegate; - PRODUCT_NAME = "React-RCTAppDelegate"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 5C5AB673BC59B1C42DD4554AE14454FD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4ECE50C7153127B2A17E802228FA2F15 /* Pods-ARMSXHost.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 14.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 = Release; - }; - 5C8803DD00B76ED277DDD085683AAE7C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6CCBFD5C52917F9C411C538CEC656890 /* React.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 6029C590982E049E4BCA2031A7AD3773 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5499F4448C4F3F99D95C90320FC9CCEF /* React-nativeconfig.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-nativeconfig/React-nativeconfig-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_config; - PRODUCT_NAME = "React-nativeconfig"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 6270A8023817FC3934AA3BE433F64A10 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 13B27C696371C66FC38FDBB6369918E0 /* React-hermes.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-hermes/React-hermes-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 62776AD8CBF664E146F0189D11F0479F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6CE9B79FFDDC3E2098C4798A9532E78A /* React-RCTAppDelegate.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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 = React_RCTAppDelegate; - PRODUCT_NAME = "React-RCTAppDelegate"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 630B8309FA0B00FA6A7DAC15DCF47B2B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C4045A9D0F40F7C2B91CC9C20B6F1A3C /* React-rncore.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 66697F576F35D6A2FD53AF9A178D553C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7E97294C8FC0C914CDC05FED45336737 /* React-ImageManager.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-ImageManager/React-ImageManager-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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 = react_renderer_imagemanager; - PRODUCT_NAME = "React-ImageManager"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 6828D1466E976F9668B2A750CB6F9282 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7F523C77ABC62B6440B58D3B107A5038 /* React-nativeconfig.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-nativeconfig/React-nativeconfig-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_config; - PRODUCT_NAME = "React-nativeconfig"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 69A6EBA614ADFC66D784EDED2799B5D6 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9F020D397516A20ED109653A6540A27 /* React-runtimescheduler.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-runtimescheduler/React-runtimescheduler-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 6A3D70AE3070CA649ACE7DB969931C4F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 276B9795F01C4831233CCF456C8129DB /* React-RuntimeApple.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeApple/React-RuntimeApple-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = ReactCommon; - PRODUCT_NAME = "React-RuntimeApple"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 6D30B16427AF1E26C62F80D7D729AD1D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CDB12602CDFBD59E17016FD9B53B112E /* React-hermes.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-hermes/React-hermes-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 6D5063930D6CA1B5FFCAC0E6F6F13CE4 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2E4E11BD002E09DF0F5C8820B059D595 /* React-RCTNetwork.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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 = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 6E5FDA49D8A18AD882B47B3590009D0C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 803CD3E01ED15C86CE647D538E0A699D /* React-utils.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-utils/React-utils-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 73C64C3E1BFFD28955A2149E0B9309FA /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A6089080D87F1EA61392D51457C78F30 /* React-RCTVibration.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTVibration/React-RCTVibration-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 74E47BEC479855681A814D575F0D4AE2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2E65E38BFC06FC77DEA23169F994FA50 /* FBLazyVector.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 7A8EA8EDAC8FFD030BA7450E1932A11D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D34F743F8E5993E1AC8693BF6E3D5E2F /* RCTRequired.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 7BB0B6D3AB245F87F0CEE7350460E21F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B651B68BFFB1701EACBE28B8A2C4D286 /* React-RCTImage.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTImage/React-RCTImage-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTImage; - PRODUCT_NAME = "React-RCTImage"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 7C1EB314EE81C6AC7193B66032B236F2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8D07443F9F8CE58F73EE39187877455E /* hermes-engine.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 7C58AF3F3AFD9A610DC48DF5A646D58F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 10E27EB7FF0DE3503DFFED465A9B4E2A /* RCTRequired.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 7F04D54FE54899DCD858FE128EA4F46E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 329BB92F72B37BC591D0EA0B23C3214C /* React-NativeModulesApple.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-NativeModulesApple/React-NativeModulesApple-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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 = React_NativeModulesApple; - PRODUCT_NAME = "React-NativeModulesApple"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 7FB39E07C44BD54D31EDB7F47F91527C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6CD702447664E9814FDF64C2521FE0A8 /* glog.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 7FF0B874E0C813E0DE3BF6B04C2557BF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E0715D9028EFF11DC91C7293721E7631 /* React-utils.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-utils/React-utils-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 8030F1B70B950DB5FFCA1EE66F107FB7 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9F28D242BEF1402D8B9C8C562951C9F7 /* React-Core.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-Core"; - 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; - }; - 83BB4D6279B3FFADD5211305E98420C3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 69EEB65F44F9D5115238A0CA3B9FD5B7 /* React-jsiexecutor.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jsireact; - PRODUCT_NAME = "React-jsiexecutor"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 866137FDAE96ABFCBEAAA86340D6E7EE /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 30AD0B0FBEB6563DEC377A0F5A6D70D8 /* React-RCTBlob.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTBlob; - PRODUCT_NAME = "React-RCTBlob"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 895A4A914A932A8EA71A1B1498FF266D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 30469ADC76920683CE52F73C3F656EB1 /* React-jserrorhandler.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-jserrorhandler/React-jserrorhandler-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jserrorhandler; - PRODUCT_NAME = "React-jserrorhandler"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 8A020EBABDEFFCA7FD4439B23B6D6205 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 585F269F85B6E26EADFCA783005C60FD /* React-RCTSettings.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTSettings; - PRODUCT_NAME = "React-RCTSettings"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { + 46EB2E00000050 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -20308,64 +24497,56 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; 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; }; - 8EE2521EF247BF6B0C3CF2A77F82EC2E /* Debug */ = { + 46EB2E0000DCC0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C2E2AE6369DFA8A0D905A8DE00239990 /* React-RuntimeApple.debug.xcconfig */; + baseConfigurationReference = 46EB2E0000DE60 /* DoubleConversion.release.xcconfig */; buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; ENABLE_MODULE_VERIFIER = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeApple/React-RuntimeApple-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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 = ReactCommon; - PRODUCT_NAME = "React-RuntimeApple"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 93169314A66BB97C0FE273CA190F6007 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BDDE1E23EDC2A48A734BA1205A508A8E /* React-jsiexecutor.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jsireact; - PRODUCT_NAME = "React-jsiexecutor"; + PRODUCT_MODULE_NAME = DoubleConversion; + PRODUCT_NAME = DoubleConversion; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20373,48 +24554,134 @@ SWIFT_INSTALL_OBJC_HEADER = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; VALIDATE_PRODUCT = YES; }; name = Release; }; - 94F057E2A33D3238627D25425DD8BD17 /* Release */ = { + 46EB2E0000DCD0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D8048AFDDDDBDC11F864A63103207883 /* React-callinvoker.release.xcconfig */; + baseConfigurationReference = 46EB2E0000DE50 /* DoubleConversion.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = Headers/Public/DoubleConversion/DoubleConversion.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DoubleConversion; + PRODUCT_NAME = DoubleConversion; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E0000DEF0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E0000DF30 /* FBLazyVector.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_ENABLE_OBJC_WEAK = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E0000DF00 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E0000DF20 /* FBLazyVector.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + USE_HERMES = YES; }; - name = Release; + name = Debug; }; - 960B98EAC5D856CC13E2A613FEE4DCEC /* Release */ = { + 46EB2E0000DF60 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 781D69A4824E62BDEA007E77FE7C7288 /* ReactCommon.release.xcconfig */; + baseConfigurationReference = 46EB2E0000F710 /* RCT-Folly.release.xcconfig */; buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; ENABLE_MODULE_VERIFIER = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/ReactCommon/ReactCommon-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/RCT-Folly/RCT-Folly-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/ReactCommon/ReactCommon.modulemap; - OTHER_LDFLAGS = ""; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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 = ReactCommon; - PRODUCT_NAME = ReactCommon; + PRODUCT_MODULE_NAME = folly; + PRODUCT_NAME = "RCT-Folly"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20422,737 +24689,230 @@ SWIFT_INSTALL_OBJC_HEADER = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; VALIDATE_PRODUCT = YES; }; name = Release; }; - 961E1F42EC37167F084A434F63EF9F45 /* Release */ = { + 46EB2E0000DF70 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CBA499CC06895F2A457A9E2C3A7250F3 /* React-runtimeexecutor.release.xcconfig */; + baseConfigurationReference = 46EB2E0000F700 /* RCT-Folly.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/RCT-Folly/RCT-Folly-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/folly/RCT-Folly.modulemap"; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = folly; + PRODUCT_NAME = "RCT-Folly"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E0000DFE0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E0000F710 /* RCT-Folly.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/RCT-Folly"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IBSC_MODULE = folly; + INFOPLIST_FILE = "Target Support Files/RCT-Folly/ResourceBundle-RCT-Folly_privacy-RCT-Folly-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + PRODUCT_NAME = "RCT-Folly_privacy"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 46EB2E0000DFF0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E0000F700 /* RCT-Folly.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/RCT-Folly"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IBSC_MODULE = folly; + INFOPLIST_FILE = "Target Support Files/RCT-Folly/ResourceBundle-RCT-Folly_privacy-RCT-Folly-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + PRODUCT_NAME = "RCT-Folly_privacy"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 46EB2E0000F7A0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E0000F840 /* RCTDeprecation.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/RCTDeprecation/RCTDeprecation-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E0000F7B0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E0000F830 /* RCTDeprecation.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/RCTDeprecation/RCTDeprecation-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E0000F8D0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E0000F910 /* RCTRequired.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_ENABLE_OBJC_WEAK = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E0000F8E0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E0000F900 /* RCTRequired.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 962599724FC2098668262EF786DD0F47 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4B0C166B3B496A137E22F045E1766850 /* React-jserrorhandler.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-jserrorhandler/React-jserrorhandler-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jserrorhandler; - PRODUCT_NAME = "React-jserrorhandler"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; }; name = Debug; }; - 9B51B0506F50FDD29933813E5CAEEFBD /* Release */ = { + 46EB2E0000F940 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3659399517B5B7A1A8B7C12C46DACEE4 /* React-Fabric.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-Fabric/React-Fabric-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 9D808B99828A3CE663873C05EB2EC313 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E8A93054841794EAD58EB675761B8905 /* SocketRocket.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/SocketRocket/SocketRocket-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SocketRocket; - PRODUCT_NAME = SocketRocket; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 9EB63DA3DC5F1ADE72C8347B7DF7D44E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 458EB36E4BD9378F49110E8DB9B60417 /* React-RuntimeHermes.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeHermes/React-RuntimeHermes-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 9F55DFD356972C3CC92C079228FF7D83 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 742C3AF45C6DFCCD59E50F7E16853B11 /* React-RCTLinking.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTLinking/React-RCTLinking-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTLinking; - PRODUCT_NAME = "React-RCTLinking"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 9F993849D55B5C86D083692B465E21AF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4743DDC3D2B863B43025A8AFF6A53DBF /* React-RCTFabric.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTFabric/React-RCTFabric-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - A0CFDAB4536F744E1F634713DDD186AA /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E5A6D11E5514088C6DDBF0DBAC4D36C4 /* React-RCTFabric.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTFabric/React-RCTFabric-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - A14A697921039043AED23FE2D5DEEA99 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AF9CF163A2E439881D977D559EE09655 /* Pods-ARMSXHost.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 14.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; - }; - A28FA56FB27678F866E5C68047C20CFE /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C8F4839D9C832DBDA166AE9AEA9703BB /* React-RuntimeHermes.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeHermes/React-RuntimeHermes-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - A3B21FD785296ED954422AA4BFE46E16 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E3616FF8C240AA20916115363A9E972D /* React-jsinspector.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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 = jsinspector_modern; - PRODUCT_NAME = "React-jsinspector"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - A765E72BF1BD4287900618E82E37BCED /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F4DE150506D48A3C63727E7413329DF4 /* Yoga.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/Yoga/Yoga-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - A92D73F6EEDE80F3F026BF858FD37A1F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F37E4B7FC2AB125E1609E9F1AE6A23B1 /* React-logger.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-logger/React-logger-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = logger; - PRODUCT_NAME = "React-logger"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - B292D76C04394101F344686A5B04089C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0BFAD875BDFCB017A45CCF7A1AD8AE34 /* boost.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - B3458979516C11D9809885DBE6C1EA5C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B2E248534FFFC1A70A45B00D2BCE37C5 /* React-RCTAnimation.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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 = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - B3C9B3EA3AAB443B3E771589A519F7AE /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 41F7548B01CE2BC29C37502F7B322682 /* React-CoreModules.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-CoreModules/React-CoreModules-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - B423C11AA7B591F495A68268822CBF15 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C2A68EC0B51E82FA7C4011B2982C989D /* React-jsi.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-jsi/React-jsi-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - B88D5181FAD6D9BAB860E6A0F1FB8F1A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 10CF4F5460D3BD94FE08859131053ECF /* React-RCTText.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - BA46AA23219CA91D7843ECFB214D46CD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 861317CC673A47B1E4F09442BCD2A738 /* React-RCTActionSheet.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - BDB8C976D48430812DBF58338DCEE519 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 710F026F983B17060BC541732BA2E5E7 /* React-CoreModules.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-CoreModules/React-CoreModules-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - BE01CE13D08150B70A5BB4F09F69E858 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 96FDA6BB5E1BD7EDEDAABAAB292FD798 /* React-featureflags.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-featureflags/React-featureflags-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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 = react_featureflags; - PRODUCT_NAME = "React-featureflags"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - BE2AE91367687857FEEA3F9403A3E0F9 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CD064946837AA10E169FAD3D8571C547 /* React-featureflags.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-featureflags/React-featureflags-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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 = react_featureflags; - PRODUCT_NAME = "React-featureflags"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - C941EE8C0DC3F600F6B285F5ED26A343 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E294D261041AA393307810CA58A929FF /* React-perflogger.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-perflogger/React-perflogger-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = reactperflogger; - PRODUCT_NAME = "React-perflogger"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - CA83F4D7A5C3CB71F4B68A23B3485A74 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2D088884F0FDB9C6145BBEF0DA6CA755 /* React-perflogger.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-perflogger/React-perflogger-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = reactperflogger; - PRODUCT_NAME = "React-perflogger"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - CC726AC2C906112265FE6C6252D523A1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B9A282BBD3293C93F822D4E024536E96 /* React-Mapbuffer.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-Mapbuffer/React-Mapbuffer-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - CDD3DB2F83B9FC3AEF6CDA4DAA23E7D5 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 387195112133CA90F972AE0A5AC76805 /* React.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - D3613D72E42C67649762048F7566293B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7157DE4FF39A888005019A6919C6304D /* boost.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - D484D85872936E8B18ADF92F4E4F63C0 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 49A10BAFE140223598A66599240A06CF /* RCTTypeSafety.release.xcconfig */; + baseConfigurationReference = 46EB2E0000FA00 /* RCTTypeSafety.release.xcconfig */; buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -21160,8 +24920,56 @@ ENABLE_MODULE_VERIFIER = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; GCC_PREFIX_HEADER = "Target Support Files/RCTTypeSafety/RCTTypeSafety-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E0000F950 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E0000F9F0 /* RCTTypeSafety.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/RCTTypeSafety/RCTTypeSafety-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; MODULEMAP_FILE = Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; @@ -21175,177 +24983,72 @@ SWIFT_INSTALL_OBJC_HEADER = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - D71EB3ED86A7EBA0F0D6B30D85BECF02 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3E1C7CEFEBA43CD788B5AC77FB8B01A0 /* React-rendererdebug.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-rendererdebug/React-rendererdebug-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/react_renderer_debug/React-rendererdebug.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_renderer_debug; - PRODUCT_NAME = "React-rendererdebug"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - DF7889599AA2FF6E3D03D829F9062BB1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 23CDD9B714645A51EF61A1E5DA10D3CA /* React-RCTText.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - E024245428A3AECEB71F35D1052D8165 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CA0E675F132A5B02729359348A2E9170 /* React-RCTBlob.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTBlob; - PRODUCT_NAME = "React-RCTBlob"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - E0995A64A2F9AA85C38A4E63BDFA5F7E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BDF13C88501EFE942373F31789817E96 /* React-rendererdebug.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-rendererdebug/React-rendererdebug-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/react_renderer_debug/React-rendererdebug.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_renderer_debug; - PRODUCT_NAME = "React-rendererdebug"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; }; name = Debug; }; - E3655EED2496274758F030C2C5E93178 /* Debug */ = { + 46EB2E0000FA90 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D1117A88FB7162B6CAEBF4C78536CD36 /* React-callinvoker.debug.xcconfig */; + baseConfigurationReference = 46EB2E0000FAD0 /* React.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_ENABLE_OBJC_WEAK = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E0000FAA0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E0000FAC0 /* React.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; }; name = Debug; }; - E6873F86CF6FE7A5C7EB56582CD38CDA /* Debug */ = { + 46EB2E0000FB00 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6287EFCA434F16BC5041D9138EC2657D /* React-cxxreact.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - E6CA653AC4CE1D45BBF582FD0230F2C3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6D773278A8ABC4902FF620D910305CC1 /* React-Core.release.xcconfig */; + baseConfigurationReference = 46EB2E000115A0 /* React-Core.release.xcconfig */; buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -21353,9 +25056,29 @@ ENABLE_MODULE_VERIFIER = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; MODULEMAP_FILE = "Headers/Public/React/React-Core.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + "-DRCT_NEW_ARCH_ENABLED=1", + "-DFOLLY_NO_CONFIG", + "-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 = ""; @@ -21368,33 +25091,1118 @@ SWIFT_INSTALL_OBJC_HEADER = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; VALIDATE_PRODUCT = YES; }; name = Release; }; - E92DB91D540C1809DF42DFBD46F38755 /* Release */ = { + 46EB2E0000FB10 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 88967B13C6717CB683996A45DEC57875 /* React-RCTActionSheet.release.xcconfig */; + baseConfigurationReference = 46EB2E00011590 /* React-Core.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/React/React-Core.modulemap"; + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DRCT_NEW_ARCH_ENABLED=1", + "-DFOLLY_NO_CONFIG", + "-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; + PRODUCT_NAME = "React-Core"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E0000FB80 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000115A0 /* React-Core.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-Core"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IBSC_MODULE = React; + INFOPLIST_FILE = "Target Support Files/React-Core/ResourceBundle-React-Core_privacy-React-Core-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + PRODUCT_NAME = "React-Core_privacy"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 46EB2E0000FB90 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00011590 /* React-Core.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-Core"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IBSC_MODULE = React; + INFOPLIST_FILE = "Target Support Files/React-Core/ResourceBundle-React-Core_privacy-React-Core-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + PRODUCT_NAME = "React-Core_privacy"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 46EB2E00011630 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00011860 /* React-CoreModules.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-CoreModules/React-CoreModules-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + "-DRCT_NEW_ARCH_ENABLED=1", + "-DFOLLY_NO_CONFIG", + "-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 = CoreModules; + PRODUCT_NAME = "React-CoreModules"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00011640 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00011850 /* React-CoreModules.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-CoreModules/React-CoreModules-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DRCT_NEW_ARCH_ENABLED=1", + "-DFOLLY_NO_CONFIG", + "-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 = CoreModules; + PRODUCT_NAME = "React-CoreModules"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E000118C0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000128D0 /* React-Fabric.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-Fabric/React-Fabric-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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_Fabric; + PRODUCT_NAME = "React-Fabric"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E000118D0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000128C0 /* React-Fabric.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-Fabric/React-Fabric-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00012960 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00013000 /* React-FabricComponents.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-FabricComponents/React-FabricComponents-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/React_FabricComponents/React-FabricComponents.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React_FabricComponents; + PRODUCT_NAME = "React-FabricComponents"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00012970 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00012FF0 /* React-FabricComponents.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-FabricComponents/React-FabricComponents-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/React_FabricComponents/React-FabricComponents.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React_FabricComponents; + PRODUCT_NAME = "React-FabricComponents"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00013090 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000131C0 /* React-FabricImage.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-FabricImage/React-FabricImage-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E000130A0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000131B0 /* React-FabricImage.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-FabricImage/React-FabricImage-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00013220 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00013310 /* React-ImageManager.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-ImageManager/React-ImageManager-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00013230 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00013300 /* React-ImageManager.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-ImageManager/React-ImageManager-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E000133A0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00013460 /* React-Mapbuffer.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-Mapbuffer/React-Mapbuffer-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E000133B0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00013450 /* React-Mapbuffer.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-Mapbuffer/React-Mapbuffer-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E000134C0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000135D0 /* React-NativeModulesApple.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-NativeModulesApple/React-NativeModulesApple-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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 = React_NativeModulesApple; + PRODUCT_NAME = "React-NativeModulesApple"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E000134D0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000135C0 /* React-NativeModulesApple.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-NativeModulesApple/React-NativeModulesApple-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React_NativeModulesApple; + PRODUCT_NAME = "React-NativeModulesApple"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00013660 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000136A0 /* React-RCTActionSheet.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_ENABLE_OBJC_WEAK = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00013670 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00013690 /* React-RCTActionSheet.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E000136D0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00013A60 /* React-RCTAnimation.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTAnimation; + PRODUCT_NAME = "React-RCTAnimation"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; VALIDATE_PRODUCT = YES; }; name = Release; }; - E9544BF13BF818BF550CDFAE55C2EE03 /* Debug */ = { + 46EB2E000136E0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 57987ADEF07BA12277E11C2A44944803 /* React-RCTLinking.debug.xcconfig */; + baseConfigurationReference = 46EB2E00013A50 /* React-RCTAnimation.debug.xcconfig */; buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTAnimation; + PRODUCT_NAME = "React-RCTAnimation"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00013AC0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00013BB0 /* React-RCTAppDelegate.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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 = React_RCTAppDelegate; + PRODUCT_NAME = "React-RCTAppDelegate"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00013AD0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00013BA0 /* React-RCTAppDelegate.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTAppDelegate/React-RCTAppDelegate-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React_RCTAppDelegate; + PRODUCT_NAME = "React-RCTAppDelegate"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00013C40 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00013D40 /* React-RCTBlob.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTBlob; + PRODUCT_NAME = "React-RCTBlob"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00013C50 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00013D30 /* React-RCTBlob.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTBlob; + PRODUCT_NAME = "React-RCTBlob"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00013DA0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00014460 /* React-RCTFabric.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTFabric/React-RCTFabric-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00013DB0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00014450 /* React-RCTFabric.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTFabric/React-RCTFabric-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/RCTFabric/React-RCTFabric.modulemap"; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E000144F0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00014690 /* React-RCTImage.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTImage/React-RCTImage-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTImage; + PRODUCT_NAME = "React-RCTImage"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00014500 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00014680 /* React-RCTImage.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTImage/React-RCTImage-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTImage; + PRODUCT_NAME = "React-RCTImage"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E000146F0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00014790 /* React-RCTLinking.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -21402,8 +26210,20 @@ ENABLE_MODULE_VERIFIER = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; GCC_PREFIX_HEADER = "Target Support Files/React-RCTLinking/React-RCTLinking-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -21416,155 +26236,768 @@ SWIFT_INSTALL_OBJC_HEADER = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - EAEFD0785D7979D07380CFA876E83C81 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2F041910610C4FC4A2F2DC45A0C41A0B /* React-RuntimeCore.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeCore/React-RuntimeCore-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_runtime; - PRODUCT_NAME = "React-RuntimeCore"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - ED1386948C13547543F1A682B5848BCC /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F923F037E88C68DA2463BCD75AA9ED60 /* SocketRocket.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/SocketRocket/SocketRocket-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SocketRocket; - PRODUCT_NAME = SocketRocket; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - F425A79FED7DA72081D31FBF4665E28D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 44647235E841371C1C2F7D0D17456A79 /* ReactCommon.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/ReactCommon/ReactCommon-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = Headers/Public/ReactCommon/ReactCommon.modulemap; - 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_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - F700B62F42560048BA41C7014D5F962E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2E89F76541853DEFE4E1B570E724F503 /* RCT-Folly.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/RCT-Folly/RCT-Folly-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - MODULEMAP_FILE = "Headers/Public/folly/RCT-Folly.modulemap"; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = folly; - PRODUCT_NAME = "RCT-Folly"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - FE86AF52ECF4061FBC9D18BAB63CC1CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E3A19F2873610F2E7BECB3B9C260C832 /* React-RuntimeCore.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeCore/React-RuntimeCore-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_runtime; - PRODUCT_NAME = "React-RuntimeCore"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; VALIDATE_PRODUCT = YES; }; name = Release; }; - FF846E60AAE4C4D30B8759B0D24AC128 /* Release */ = { + 46EB2E00014700 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 22D3207647D54EC473B491255301B41A /* React-debug.release.xcconfig */; + baseConfigurationReference = 46EB2E00014780 /* React-RCTLinking.debug.xcconfig */; buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTLinking/React-RCTLinking-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTLinking; + PRODUCT_NAME = "React-RCTLinking"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E000147F0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000148D0 /* React-RCTNetwork.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTNetwork; + PRODUCT_NAME = "React-RCTNetwork"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00014800 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000148C0 /* React-RCTNetwork.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTNetwork; + PRODUCT_NAME = "React-RCTNetwork"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00014930 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000149D0 /* React-RCTSettings.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTSettings; + PRODUCT_NAME = "React-RCTSettings"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00014940 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000149C0 /* React-RCTSettings.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTSettings; + PRODUCT_NAME = "React-RCTSettings"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00014A30 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00014E80 /* React-RCTText.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00014A40 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00014E70 /* React-RCTText.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00014EE0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00014F80 /* React-RCTVibration.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTVibration/React-RCTVibration-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00014EF0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00014F70 /* React-RCTVibration.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTVibration/React-RCTVibration-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00014FE0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015160 /* React-RuntimeApple.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeApple/React-RuntimeApple-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = ReactCommon; + PRODUCT_NAME = "React-RuntimeApple"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00014FF0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015150 /* React-RuntimeApple.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeApple/React-RuntimeApple-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = ReactCommon; + PRODUCT_NAME = "React-RuntimeApple"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E000151C0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015320 /* React-RuntimeCore.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeCore/React-RuntimeCore-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_runtime; + PRODUCT_NAME = "React-RuntimeCore"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E000151D0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015310 /* React-RuntimeCore.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeCore/React-RuntimeCore-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_runtime; + PRODUCT_NAME = "React-RuntimeCore"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00015380 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015420 /* React-RuntimeHermes.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeHermes/React-RuntimeHermes-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00015390 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015410 /* React-RuntimeHermes.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-RuntimeHermes/React-RuntimeHermes-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "HERMES_ENABLE_DEBUGGER=1", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00015480 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000154C0 /* React-callinvoker.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00015490 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000154B0 /* React-callinvoker.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E000154F0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015830 /* React-cxxreact.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00015500 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015820 /* React-cxxreact.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00015570 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015830 /* React-cxxreact.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-cxxreact"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IBSC_MODULE = cxxreact; + INFOPLIST_FILE = "Target Support Files/React-cxxreact/ResourceBundle-React-cxxreact_privacy-React-cxxreact-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + PRODUCT_NAME = "React-cxxreact_privacy"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 46EB2E00015580 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015820 /* React-cxxreact.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-cxxreact"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IBSC_MODULE = cxxreact; + INFOPLIST_FILE = "Target Support Files/React-cxxreact/ResourceBundle-React-cxxreact_privacy-React-cxxreact-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + PRODUCT_NAME = "React-cxxreact_privacy"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 46EB2E00015890 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015950 /* React-debug.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -21572,8 +27005,56 @@ ENABLE_MODULE_VERIFIER = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; GCC_PREFIX_HEADER = "Target Support Files/React-debug/React-debug-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); GENERATE_INFOPLIST_FILE = NO; - IPHONEOS_DEPLOYMENT_TARGET = 13.4; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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 = react_debug; + PRODUCT_NAME = "React-debug"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E000158A0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015940 /* React-debug.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-debug/React-debug-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; MODULEMAP_FILE = "Headers/Public/react_debug/React-debug.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; @@ -21587,536 +27068,3175 @@ SWIFT_INSTALL_OBJC_HEADER = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E000159E0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015A80 /* React-defaultsnativemodule.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-defaultsnativemodule/React-defaultsnativemodule-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/react_nativemodule_defaults/React-defaultsnativemodule.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_nativemodule_defaults; + PRODUCT_NAME = "React-defaultsnativemodule"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; VALIDATE_PRODUCT = YES; }; name = Release; }; + 46EB2E000159F0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015A70 /* React-defaultsnativemodule.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-defaultsnativemodule/React-defaultsnativemodule-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/react_nativemodule_defaults/React-defaultsnativemodule.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_nativemodule_defaults; + PRODUCT_NAME = "React-defaultsnativemodule"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00015B10 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015BB0 /* React-domnativemodule.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-domnativemodule/React-domnativemodule-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/react_nativemodule_dom/React-domnativemodule.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_nativemodule_dom; + PRODUCT_NAME = "React-domnativemodule"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00015B20 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015BA0 /* React-domnativemodule.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-domnativemodule/React-domnativemodule-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/react_nativemodule_dom/React-domnativemodule.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_nativemodule_dom; + PRODUCT_NAME = "React-domnativemodule"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00015C40 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015D20 /* React-featureflags.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-featureflags/React-featureflags-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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 = react_featureflags; + PRODUCT_NAME = "React-featureflags"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00015C50 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015D10 /* React-featureflags.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-featureflags/React-featureflags-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/react_featureflags/React-featureflags.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_featureflags; + PRODUCT_NAME = "React-featureflags"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00015DB0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015E50 /* React-featureflagsnativemodule.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-featureflagsnativemodule/React-featureflagsnativemodule-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/react_nativemodule_featureflags/React-featureflagsnativemodule.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_nativemodule_featureflags; + PRODUCT_NAME = "React-featureflagsnativemodule"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00015DC0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00015E40 /* React-featureflagsnativemodule.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-featureflagsnativemodule/React-featureflagsnativemodule-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/react_nativemodule_featureflags/React-featureflagsnativemodule.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_nativemodule_featureflags; + PRODUCT_NAME = "React-featureflagsnativemodule"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00015EE0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016130 /* React-graphics.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-graphics/React-graphics-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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_renderer_graphics; + PRODUCT_NAME = "React-graphics"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00015EF0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016120 /* React-graphics.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-graphics/React-graphics-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E000161C0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000162E0 /* React-hermes.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-hermes/React-hermes-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E000161D0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000162D0 /* React-hermes.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-hermes/React-hermes-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "HERMES_ENABLE_DEBUGGER=1", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00016340 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000163E0 /* React-idlecallbacksnativemodule.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-idlecallbacksnativemodule/React-idlecallbacksnativemodule-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/react_nativemodule_idlecallbacks/React-idlecallbacksnativemodule.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_nativemodule_idlecallbacks; + PRODUCT_NAME = "React-idlecallbacksnativemodule"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00016350 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000163D0 /* React-idlecallbacksnativemodule.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-idlecallbacksnativemodule/React-idlecallbacksnativemodule-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/react_nativemodule_idlecallbacks/React-idlecallbacksnativemodule.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_nativemodule_idlecallbacks; + PRODUCT_NAME = "React-idlecallbacksnativemodule"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00016470 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016510 /* React-jserrorhandler.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-jserrorhandler/React-jserrorhandler-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = jserrorhandler; + PRODUCT_NAME = "React-jserrorhandler"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00016480 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016500 /* React-jserrorhandler.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-jserrorhandler/React-jserrorhandler-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = jserrorhandler; + PRODUCT_NAME = "React-jserrorhandler"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00016570 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016670 /* React-jsi.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-jsi/React-jsi-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/jsi/React-jsi.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"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00016580 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016660 /* React-jsi.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-jsi/React-jsi-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00016700 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000167C0 /* React-jsiexecutor.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = jsireact; + PRODUCT_NAME = "React-jsiexecutor"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00016710 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000167B0 /* React-jsiexecutor.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = jsireact; + PRODUCT_NAME = "React-jsiexecutor"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00016820 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016BB0 /* React-jsinspector.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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 = jsinspector_modern; + PRODUCT_NAME = "React-jsinspector"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00016830 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016BA0 /* React-jsinspector.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "HERMES_ENABLE_DEBUGGER=1", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/jsinspector_modern/React-jsinspector.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = jsinspector_modern; + PRODUCT_NAME = "React-jsinspector"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00016C40 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016C80 /* React-jsitracing.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00016C50 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016C70 /* React-jsitracing.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00016CB0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016D50 /* React-logger.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-logger/React-logger-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = logger; + PRODUCT_NAME = "React-logger"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00016CC0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016D40 /* React-logger.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-logger/React-logger-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = logger; + PRODUCT_NAME = "React-logger"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00016DB0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016E50 /* React-microtasksnativemodule.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-microtasksnativemodule/React-microtasksnativemodule-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/react_nativemodule_microtasks/React-microtasksnativemodule.modulemap"; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_nativemodule_microtasks; + PRODUCT_NAME = "React-microtasksnativemodule"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00016DC0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016E40 /* React-microtasksnativemodule.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-microtasksnativemodule/React-microtasksnativemodule-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/react_nativemodule_microtasks/React-microtasksnativemodule.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_nativemodule_microtasks; + PRODUCT_NAME = "React-microtasksnativemodule"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00016EE0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016F80 /* React-nativeconfig.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-nativeconfig/React-nativeconfig-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00016EF0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00016F70 /* React-nativeconfig.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-nativeconfig/React-nativeconfig-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_config; + PRODUCT_NAME = "React-nativeconfig"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00016FE0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017110 /* React-perflogger.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-perflogger/React-perflogger-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = reactperflogger; + PRODUCT_NAME = "React-perflogger"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00016FF0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017100 /* React-perflogger.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-perflogger/React-perflogger-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = reactperflogger; + PRODUCT_NAME = "React-perflogger"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00017170 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017220 /* React-performancetimeline.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-performancetimeline/React-performancetimeline-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_performance_timeline; + PRODUCT_NAME = "React-performancetimeline"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00017180 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017210 /* React-performancetimeline.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-performancetimeline/React-performancetimeline-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_performance_timeline; + PRODUCT_NAME = "React-performancetimeline"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00017280 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017330 /* React-rendererconsistency.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-rendererconsistency/React-rendererconsistency-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_renderer_consistency; + PRODUCT_NAME = "React-rendererconsistency"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00017290 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017320 /* React-rendererconsistency.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-rendererconsistency/React-rendererconsistency-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_renderer_consistency; + PRODUCT_NAME = "React-rendererconsistency"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00017390 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017470 /* React-rendererdebug.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-rendererdebug/React-rendererdebug-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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 = ""; + PRODUCT_MODULE_NAME = react_renderer_debug; + PRODUCT_NAME = "React-rendererdebug"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E000173A0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017460 /* React-rendererdebug.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-rendererdebug/React-rendererdebug-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = "Headers/Public/react_renderer_debug/React-rendererdebug.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_renderer_debug; + PRODUCT_NAME = "React-rendererdebug"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00017500 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017540 /* React-rncore.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00017510 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017530 /* React-rncore.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00017570 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000175B0 /* React-runtimeexecutor.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00017580 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000175A0 /* React-runtimeexecutor.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E000175E0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017760 /* React-runtimescheduler.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-runtimescheduler/React-runtimescheduler-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E000175F0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017750 /* React-runtimescheduler.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-runtimescheduler/React-runtimescheduler-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E000177C0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017800 /* React-timing.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E000177D0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000177F0 /* React-timing.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00017830 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000179D0 /* React-utils.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-utils/React-utils-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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 = react_utils; + PRODUCT_NAME = "React-utils"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00017840 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000179C0 /* React-utils.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/React-utils/React-utils-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00017A60 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017B40 /* ReactCodegen.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/ReactCodegen/ReactCodegen-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = Headers/Public/ReactCodegen/ReactCodegen.modulemap; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = ReactCodegen; + PRODUCT_NAME = ReactCodegen; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00017A70 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017B30 /* ReactCodegen.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/ReactCodegen/ReactCodegen-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = Headers/Public/ReactCodegen/ReactCodegen.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = ReactCodegen; + PRODUCT_NAME = ReactCodegen; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00017BD0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017E50 /* ReactCommon.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/ReactCommon/ReactCommon-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00017BE0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00017E40 /* ReactCommon.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/ReactCommon/ReactCommon-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = Headers/Public/ReactCommon/ReactCommon.modulemap; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00017EE0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000181F0 /* SocketRocket.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/SocketRocket/SocketRocket-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SocketRocket; + PRODUCT_NAME = SocketRocket; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00017EF0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000181E0 /* SocketRocket.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/SocketRocket/SocketRocket-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SocketRocket; + PRODUCT_NAME = SocketRocket; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00018250 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00018750 /* Yoga.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/Yoga/Yoga-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = Headers/Public/yoga/Yoga.modulemap; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00018260 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00018740 /* Yoga.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/Yoga/Yoga-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E000187E0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000188B0 /* boost.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E000187F0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000188A0 /* boost.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00018820 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000188B0 /* boost.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/boost"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IBSC_MODULE = boost; + INFOPLIST_FILE = "Target Support Files/boost/ResourceBundle-boost_privacy-boost-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + PRODUCT_NAME = boost_privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 46EB2E00018830 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E000188A0 /* boost.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/boost"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IBSC_MODULE = boost; + INFOPLIST_FILE = "Target Support Files/boost/ResourceBundle-boost_privacy-boost-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + PRODUCT_NAME = boost_privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 46EB2E000188E0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00018A40 /* fmt.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/fmt/fmt-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = fmt; + PRODUCT_NAME = fmt; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E000188F0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00018A30 /* fmt.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/fmt/fmt-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = fmt; + PRODUCT_NAME = fmt; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00018AA0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00018C70 /* glog.release.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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 = glog; + PRODUCT_NAME = glog; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00018AB0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00018C60 /* glog.debug.xcconfig */; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + GENERATE_INFOPLIST_FILE = NO; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + MODULEMAP_FILE = Headers/Public/glog/glog.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = glog; + PRODUCT_NAME = glog; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00018B20 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00018C70 /* glog.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/glog"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IBSC_MODULE = glog; + INFOPLIST_FILE = "Target Support Files/glog/ResourceBundle-glog_privacy-glog-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + PRODUCT_NAME = glog_privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 46EB2E00018B30 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00018C60 /* glog.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/glog"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IBSC_MODULE = glog; + INFOPLIST_FILE = "Target Support Files/glog/ResourceBundle-glog_privacy-glog-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + PRODUCT_NAME = glog_privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 46EB2E00018D00 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00018D50 /* hermes-engine.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + OTHER_CFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + OTHER_CPLUSPLUSFLAGS = ( + "$(inherited)", + "-DNDEBUG", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00018D10 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00018D40 /* hermes-engine.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_CXX_LANGUAGE_STANDARD = "c++20"; + CLANG_ENABLE_OBJC_WEAK = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "HERMES_ENABLE_DEBUGGER=1", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USE_HERMES = YES; + }; + name = Debug; + }; + 46EB2E00018D80 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00018DF0 /* Pods-ARMSX.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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"; + USE_HERMES = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 46EB2E00018D90 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46EB2E00018E00 /* Pods-ARMSX.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "USE_HERMES=1", + ); + IPHONEOS_DEPLOYMENT_TARGET = 15.1; + 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"; + USE_HERMES = YES; + }; + name = Debug; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 0F9F22885A9C66311E53CE5DE46895E1 /* Build configuration list for PBXNativeTarget "React-utils" */ = { + 46EB2E00000030 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6E5FDA49D8A18AD882B47B3590009D0C /* Debug */, - 7FF0B874E0C813E0DE3BF6B04C2557BF /* Release */, + 46EB2E00000040 /* Debug */, + 46EB2E00000050 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 11688BF2CB87A4B0F20B0ED87E30E41F /* Build configuration list for PBXNativeTarget "ReactCommon" */ = { + 46EB2E0000DCB0 /* Build configuration list for PBXNativeTarget "DoubleConversion" */ = { isa = XCConfigurationList; buildConfigurations = ( - F425A79FED7DA72081D31FBF4665E28D /* Debug */, - 960B98EAC5D856CC13E2A613FEE4DCEC /* Release */, + 46EB2E0000DCD0 /* Debug */, + 46EB2E0000DCC0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21834C84EF38EE926539924C169DBF66 /* Build configuration list for PBXNativeTarget "React-Mapbuffer" */ = { + 46EB2E0000DEE0 /* Build configuration list for PBXAggregateTarget "FBLazyVector" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2C74785D645FB6795B262C1587E02147 /* Debug */, - CC726AC2C906112265FE6C6252D523A1 /* Release */, + 46EB2E0000DF00 /* Debug */, + 46EB2E0000DEF0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 221046B646F3EF8FB246006662E9E038 /* Build configuration list for PBXNativeTarget "React-RCTAppDelegate" */ = { + 46EB2E0000DF50 /* Build configuration list for PBXNativeTarget "RCT-Folly" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5B90EA8A9A5A672AE0B3AB223BA38F5F /* Debug */, - 62776AD8CBF664E146F0189D11F0479F /* Release */, + 46EB2E0000DF70 /* Debug */, + 46EB2E0000DF60 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 22B47787816ABD881A67734DB34B61B1 /* Build configuration list for PBXNativeTarget "React-ImageManager" */ = { + 46EB2E0000DFD0 /* Build configuration list for PBXNativeTarget "RCT-Folly-RCT-Folly_privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4EBC641B86CDFE7AA7DC2CB9322FF4CF /* Debug */, - 66697F576F35D6A2FD53AF9A178D553C /* Release */, + 46EB2E0000DFF0 /* Debug */, + 46EB2E0000DFE0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2A9609ABB2AFFC9E0FC0A14E3DA2EAA2 /* Build configuration list for PBXNativeTarget "React-RuntimeHermes" */ = { + 46EB2E0000F790 /* Build configuration list for PBXNativeTarget "RCTDeprecation" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9EB63DA3DC5F1ADE72C8347B7DF7D44E /* Debug */, - A28FA56FB27678F866E5C68047C20CFE /* Release */, + 46EB2E0000F7B0 /* Debug */, + 46EB2E0000F7A0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2FA7E491277C3E862563A3CFBF94ECBF /* Build configuration list for PBXNativeTarget "React-runtimescheduler" */ = { + 46EB2E0000F8C0 /* Build configuration list for PBXAggregateTarget "RCTRequired" */ = { isa = XCConfigurationList; buildConfigurations = ( - 295949EFC949ACC98B4CD2468E996FB4 /* Debug */, - 69A6EBA614ADFC66D784EDED2799B5D6 /* Release */, + 46EB2E0000F8E0 /* Debug */, + 46EB2E0000F8D0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 330026C21AA2A0D018009E68085128B4 /* Build configuration list for PBXNativeTarget "React-logger" */ = { + 46EB2E0000F930 /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4FA5A0A1BE4B687CE16EE7F9FDE80504 /* Debug */, - A92D73F6EEDE80F3F026BF858FD37A1F /* Release */, + 46EB2E0000F950 /* Debug */, + 46EB2E0000F940 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 381E1062E6FB188AB848787017EC2BDC /* Build configuration list for PBXNativeTarget "RCT-Folly" */ = { + 46EB2E0000FA80 /* Build configuration list for PBXAggregateTarget "React" */ = { isa = XCConfigurationList; buildConfigurations = ( - F700B62F42560048BA41C7014D5F962E /* Debug */, - 4999D8483590933512D16C784A6F4F8E /* Release */, + 46EB2E0000FAA0 /* Debug */, + 46EB2E0000FA90 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3933549AF15914B9F6C3FE297F56D9F2 /* Build configuration list for PBXNativeTarget "React-Core-RCTI18nStrings" */ = { + 46EB2E0000FAF0 /* Build configuration list for PBXNativeTarget "React-Core" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8030F1B70B950DB5FFCA1EE66F107FB7 /* Debug */, - 2B134F5DD25CAB61514372060C62EBC5 /* Release */, + 46EB2E0000FB10 /* Debug */, + 46EB2E0000FB00 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3DEF79DE3FF9D67742F8CC0217439972 /* Build configuration list for PBXNativeTarget "React-FabricImage" */ = { + 46EB2E0000FB70 /* Build configuration list for PBXNativeTarget "React-Core-React-Core_privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 54A27E7F7AFC5FE6AB0D95898F80EAAD /* Debug */, - 2A0014A542C593FF27E89F55C059AAFF /* Release */, + 46EB2E0000FB90 /* Debug */, + 46EB2E0000FB80 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3EF978B23D83C4403482F381D7FEF1E4 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */ = { + 46EB2E00011620 /* Build configuration list for PBXNativeTarget "React-CoreModules" */ = { isa = XCConfigurationList; buildConfigurations = ( - B3458979516C11D9809885DBE6C1EA5C /* Debug */, - 1A6432F512CD955329A5E75AA785A618 /* Release */, + 46EB2E00011640 /* Debug */, + 46EB2E00011630 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { + 46EB2E000118B0 /* Build configuration list for PBXNativeTarget "React-Fabric" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4BC7450F9457737EE3E637BA155B56F7 /* Debug */, - 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */, + 46EB2E000118D0 /* Debug */, + 46EB2E000118C0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4A6F80742422F69E0A6BD5B64674C64D /* Build configuration list for PBXNativeTarget "React-rendererdebug" */ = { + 46EB2E00012950 /* Build configuration list for PBXNativeTarget "React-FabricComponents" */ = { isa = XCConfigurationList; buildConfigurations = ( - E0995A64A2F9AA85C38A4E63BDFA5F7E /* Debug */, - D71EB3ED86A7EBA0F0D6B30D85BECF02 /* Release */, + 46EB2E00012970 /* Debug */, + 46EB2E00012960 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4C132009F2D23B82DF544644788211E7 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */ = { + 46EB2E00013080 /* Build configuration list for PBXNativeTarget "React-FabricImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - E9544BF13BF818BF550CDFAE55C2EE03 /* Debug */, - 9F55DFD356972C3CC92C079228FF7D83 /* Release */, + 46EB2E000130A0 /* Debug */, + 46EB2E00013090 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 50FDC62A16C25DA681851B7AC7FF6216 /* Build configuration list for PBXNativeTarget "React-RuntimeApple" */ = { + 46EB2E00013210 /* Build configuration list for PBXNativeTarget "React-ImageManager" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8EE2521EF247BF6B0C3CF2A77F82EC2E /* Debug */, - 6A3D70AE3070CA649ACE7DB969931C4F /* Release */, + 46EB2E00013230 /* Debug */, + 46EB2E00013220 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 55612374BBF918B8A1D44EAFA4CBC059 /* Build configuration list for PBXNativeTarget "React-nativeconfig" */ = { + 46EB2E00013390 /* Build configuration list for PBXNativeTarget "React-Mapbuffer" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6029C590982E049E4BCA2031A7AD3773 /* Debug */, - 6828D1466E976F9668B2A750CB6F9282 /* Release */, + 46EB2E000133B0 /* Debug */, + 46EB2E000133A0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 55ABA3D9613DC5D04C9155D2ACCF8247 /* Build configuration list for PBXAggregateTarget "hermes-engine" */ = { + 46EB2E000134B0 /* Build configuration list for PBXNativeTarget "React-NativeModulesApple" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7C1EB314EE81C6AC7193B66032B236F2 /* Debug */, - 29FEE72A2922A8EB6E53D44E28858C9C /* Release */, + 46EB2E000134D0 /* Debug */, + 46EB2E000134C0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 59BD47E5DD02E66C7A497DA4CD349FC7 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */ = { + 46EB2E00013650 /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4D723D88C8B0D51F7849B44ADBEAEAEF /* Debug */, - 73C64C3E1BFFD28955A2149E0B9309FA /* Release */, + 46EB2E00013670 /* Debug */, + 46EB2E00013660 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5B77232406E018B39111754B64C592B6 /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */ = { + 46EB2E000136C0 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */ = { isa = XCConfigurationList; buildConfigurations = ( - BA46AA23219CA91D7843ECFB214D46CD /* Debug */, - E92DB91D540C1809DF42DFBD46F38755 /* Release */, + 46EB2E000136E0 /* Debug */, + 46EB2E000136D0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 611882B4FC76DDB90E3FE11E69E82A1D /* Build configuration list for PBXAggregateTarget "FBLazyVector" */ = { + 46EB2E00013AB0 /* Build configuration list for PBXNativeTarget "React-RCTAppDelegate" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0A2F3E1CED1ED27D0CF06F0066BE29FF /* Debug */, - 74E47BEC479855681A814D575F0D4AE2 /* Release */, + 46EB2E00013AD0 /* Debug */, + 46EB2E00013AC0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 65D98F209E3D47164C137AAE433284C3 /* Build configuration list for PBXNativeTarget "React-NativeModulesApple" */ = { + 46EB2E00013C30 /* Build configuration list for PBXNativeTarget "React-RCTBlob" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7F04D54FE54899DCD858FE128EA4F46E /* Debug */, - 248BBEC6E8E1C14F885A167ECFAEE11C /* Release */, + 46EB2E00013C50 /* Debug */, + 46EB2E00013C40 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 67B235B29A0E12B5E544F58C7E5BEF24 /* Build configuration list for PBXNativeTarget "React-hermes" */ = { + 46EB2E00013D90 /* Build configuration list for PBXNativeTarget "React-RCTFabric" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6270A8023817FC3934AA3BE433F64A10 /* Debug */, - 6D30B16427AF1E26C62F80D7D729AD1D /* Release */, + 46EB2E00013DB0 /* Debug */, + 46EB2E00013DA0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6A8F44525796E413CF02573DA812E688 /* Build configuration list for PBXNativeTarget "React-debug" */ = { + 46EB2E000144E0 /* Build configuration list for PBXNativeTarget "React-RCTImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0E4B4C588836424D3324B876B9E8AF37 /* Debug */, - FF846E60AAE4C4D30B8759B0D24AC128 /* Release */, + 46EB2E00014500 /* Debug */, + 46EB2E000144F0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6B49D8DE025716D77BC7AD1FD7A6DACE /* Build configuration list for PBXAggregateTarget "React-callinvoker" */ = { + 46EB2E000146E0 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */ = { isa = XCConfigurationList; buildConfigurations = ( - E3655EED2496274758F030C2C5E93178 /* Debug */, - 94F057E2A33D3238627D25425DD8BD17 /* Release */, + 46EB2E00014700 /* Debug */, + 46EB2E000146F0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 70B72524131BB5919091656397557C14 /* Build configuration list for PBXNativeTarget "SocketRocket" */ = { + 46EB2E000147E0 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */ = { isa = XCConfigurationList; buildConfigurations = ( - ED1386948C13547543F1A682B5848BCC /* Debug */, - 9D808B99828A3CE663873C05EB2EC313 /* Release */, + 46EB2E00014800 /* Debug */, + 46EB2E000147F0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 759EF7EE930266B43D91142B9D6D7477 /* Build configuration list for PBXAggregateTarget "React-runtimeexecutor" */ = { + 46EB2E00014920 /* Build configuration list for PBXNativeTarget "React-RCTSettings" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4956837F38203B66454916AD5D012C79 /* Debug */, - 961E1F42EC37167F084A434F63EF9F45 /* Release */, + 46EB2E00014940 /* Debug */, + 46EB2E00014930 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8237B19BD378A66291F87C20F6BBDCFF /* Build configuration list for PBXNativeTarget "React-featureflags" */ = { + 46EB2E00014A20 /* Build configuration list for PBXNativeTarget "React-RCTText" */ = { isa = XCConfigurationList; buildConfigurations = ( - BE01CE13D08150B70A5BB4F09F69E858 /* Debug */, - BE2AE91367687857FEEA3F9403A3E0F9 /* Release */, + 46EB2E00014A40 /* Debug */, + 46EB2E00014A30 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 878FA2532B03CA950E93ABD668008545 /* Build configuration list for PBXNativeTarget "React-RuntimeCore" */ = { + 46EB2E00014ED0 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */ = { isa = XCConfigurationList; buildConfigurations = ( - EAEFD0785D7979D07380CFA876E83C81 /* Debug */, - FE86AF52ECF4061FBC9D18BAB63CC1CD /* Release */, + 46EB2E00014EF0 /* Debug */, + 46EB2E00014EE0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8E151F15E4CBD4971B9FEBB93249151E /* Build configuration list for PBXAggregateTarget "boost" */ = { + 46EB2E00014FD0 /* Build configuration list for PBXNativeTarget "React-RuntimeApple" */ = { isa = XCConfigurationList; buildConfigurations = ( - B292D76C04394101F344686A5B04089C /* Debug */, - D3613D72E42C67649762048F7566293B /* Release */, + 46EB2E00014FF0 /* Debug */, + 46EB2E00014FE0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 93654C7E47002962B3BDDBAE0FCFB2E0 /* Build configuration list for PBXNativeTarget "DoubleConversion" */ = { + 46EB2E000151B0 /* Build configuration list for PBXNativeTarget "React-RuntimeCore" */ = { isa = XCConfigurationList; buildConfigurations = ( - 423889840DA2A23423DECF1CB3093EC2 /* Debug */, - 2FCDF443F4703A0E1A3C5D0E9AD0E67D /* Release */, + 46EB2E000151D0 /* Debug */, + 46EB2E000151C0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 93BE93640006FCAB7D4CCE8A519FD8C1 /* Build configuration list for PBXNativeTarget "React-graphics" */ = { + 46EB2E00015370 /* Build configuration list for PBXNativeTarget "React-RuntimeHermes" */ = { isa = XCConfigurationList; buildConfigurations = ( - 243F08B4D5F3874DAB2200F7F2093A53 /* Debug */, - 02873C6F7976498B1BBAA7AB1B513DAB /* Release */, + 46EB2E00015390 /* Debug */, + 46EB2E00015380 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 982D8F8A0E77BBD2B9F898D4B6CD3159 /* Build configuration list for PBXNativeTarget "RCTDeprecation" */ = { + 46EB2E00015470 /* Build configuration list for PBXAggregateTarget "React-callinvoker" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2E81A6C7C4A9E0E38EEF90199AD23F08 /* Debug */, - 20377F7D8D4C288E02B59D563464EBFA /* Release */, + 46EB2E00015490 /* Debug */, + 46EB2E00015480 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 98DD833F3721AD05B5F95F2CEB2E6D8A /* Build configuration list for PBXNativeTarget "React-RCTBlob" */ = { + 46EB2E000154E0 /* Build configuration list for PBXNativeTarget "React-cxxreact" */ = { isa = XCConfigurationList; buildConfigurations = ( - 866137FDAE96ABFCBEAAA86340D6E7EE /* Debug */, - E024245428A3AECEB71F35D1052D8165 /* Release */, + 46EB2E00015500 /* Debug */, + 46EB2E000154F0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9A3369F1A104F96B1995A4DC4B4D5777 /* Build configuration list for PBXAggregateTarget "RCTRequired" */ = { + 46EB2E00015560 /* Build configuration list for PBXNativeTarget "React-cxxreact-React-cxxreact_privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7A8EA8EDAC8FFD030BA7450E1932A11D /* Debug */, - 7C58AF3F3AFD9A610DC48DF5A646D58F /* Release */, + 46EB2E00015580 /* Debug */, + 46EB2E00015570 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9B7AC4386031DE2703608255F12E7C6D /* Build configuration list for PBXNativeTarget "fmt" */ = { + 46EB2E00015880 /* Build configuration list for PBXNativeTarget "React-debug" */ = { isa = XCConfigurationList; buildConfigurations = ( - 19D5340CE9CF0503065A7AEC7CD2D0E3 /* Debug */, - 19E9A987D71525EA6E0DB8D0C05C5325 /* Release */, + 46EB2E000158A0 /* Debug */, + 46EB2E00015890 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A147113D11CE4FE4F61D4730E7792DF2 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */ = { + 46EB2E000159D0 /* Build configuration list for PBXNativeTarget "React-defaultsnativemodule" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6D5063930D6CA1B5FFCAC0E6F6F13CE4 /* Debug */, - 5AD2A7753F56F5C0F120AE3193A44385 /* Release */, + 46EB2E000159F0 /* Debug */, + 46EB2E000159E0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A1FB14C34121F8B09494B4C2987521FC /* Build configuration list for PBXNativeTarget "React-CoreModules" */ = { + 46EB2E00015B00 /* Build configuration list for PBXNativeTarget "React-domnativemodule" */ = { isa = XCConfigurationList; buildConfigurations = ( - B3C9B3EA3AAB443B3E771589A519F7AE /* Debug */, - BDB8C976D48430812DBF58338DCEE519 /* Release */, + 46EB2E00015B20 /* Debug */, + 46EB2E00015B10 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A395697FC09AACD6569D40FC4AE7C429 /* Build configuration list for PBXNativeTarget "React-Codegen" */ = { + 46EB2E00015C30 /* Build configuration list for PBXNativeTarget "React-featureflags" */ = { isa = XCConfigurationList; buildConfigurations = ( - 39A21DB0A08BD5B6A06A6653AFF6F507 /* Debug */, - 268EB41A37D76AEAE48B9C489BB79B0F /* Release */, + 46EB2E00015C50 /* Debug */, + 46EB2E00015C40 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - ADF11D2C955B90DBB3BB173733856BFB /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */ = { + 46EB2E00015DA0 /* Build configuration list for PBXNativeTarget "React-featureflagsnativemodule" */ = { isa = XCConfigurationList; buildConfigurations = ( - 54476AD6342747216BF5664B2DAA1841 /* Debug */, - D484D85872936E8B18ADF92F4E4F63C0 /* Release */, + 46EB2E00015DC0 /* Debug */, + 46EB2E00015DB0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C1574258D13B3F913BCEACBF1BFE557A /* Build configuration list for PBXNativeTarget "glog" */ = { + 46EB2E00015ED0 /* Build configuration list for PBXNativeTarget "React-graphics" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4FE431427FB8F407564E23C2279DC1E8 /* Debug */, - 7FB39E07C44BD54D31EDB7F47F91527C /* Release */, + 46EB2E00015EF0 /* Debug */, + 46EB2E00015EE0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C89D1298AF625430EE76A684C1B880DD /* Build configuration list for PBXNativeTarget "React-perflogger" */ = { + 46EB2E000161B0 /* Build configuration list for PBXNativeTarget "React-hermes" */ = { isa = XCConfigurationList; buildConfigurations = ( - C941EE8C0DC3F600F6B285F5ED26A343 /* Debug */, - CA83F4D7A5C3CB71F4B68A23B3485A74 /* Release */, + 46EB2E000161D0 /* Debug */, + 46EB2E000161C0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CCB48B89573E788FD9BA3989C39D11C1 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */ = { + 46EB2E00016330 /* Build configuration list for PBXNativeTarget "React-idlecallbacksnativemodule" */ = { isa = XCConfigurationList; buildConfigurations = ( - 83BB4D6279B3FFADD5211305E98420C3 /* Debug */, - 93169314A66BB97C0FE273CA190F6007 /* Release */, + 46EB2E00016350 /* Debug */, + 46EB2E00016340 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D6A86079896F7EF87D956234AFC7707B /* Build configuration list for PBXAggregateTarget "React" */ = { + 46EB2E00016460 /* Build configuration list for PBXNativeTarget "React-jserrorhandler" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5C8803DD00B76ED277DDD085683AAE7C /* Debug */, - CDD3DB2F83B9FC3AEF6CDA4DAA23E7D5 /* Release */, + 46EB2E00016480 /* Debug */, + 46EB2E00016470 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D80C828E96E1D3F0F9BCED9A7ED96043 /* Build configuration list for PBXNativeTarget "React-RCTSettings" */ = { + 46EB2E00016560 /* Build configuration list for PBXNativeTarget "React-jsi" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8A020EBABDEFFCA7FD4439B23B6D6205 /* Debug */, - 583DA4DFA7DD2A3A1FF1E404DEF6759E /* Release */, + 46EB2E00016580 /* Debug */, + 46EB2E00016570 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E13B6BCB86136CE87CC07ABE9CF46598 /* Build configuration list for PBXNativeTarget "Yoga" */ = { + 46EB2E000166F0 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */ = { isa = XCConfigurationList; buildConfigurations = ( - 534EADB8511E896CD0CBBA6AD7D6C89B /* Debug */, - A765E72BF1BD4287900618E82E37BCED /* Release */, + 46EB2E00016710 /* Debug */, + 46EB2E00016700 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E34AD46C46D2C11A368D9C203D8F1CAD /* Build configuration list for PBXNativeTarget "React-jsinspector" */ = { + 46EB2E00016810 /* Build configuration list for PBXNativeTarget "React-jsinspector" */ = { isa = XCConfigurationList; buildConfigurations = ( - A3B21FD785296ED954422AA4BFE46E16 /* Debug */, - 20873C6229EA222B14310F31572DE571 /* Release */, + 46EB2E00016830 /* Debug */, + 46EB2E00016820 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E508BA56510320AF6ACD6B895C3A8984 /* Build configuration list for PBXNativeTarget "React-cxxreact" */ = { + 46EB2E00016C30 /* Build configuration list for PBXAggregateTarget "React-jsitracing" */ = { isa = XCConfigurationList; buildConfigurations = ( - E6873F86CF6FE7A5C7EB56582CD38CDA /* Debug */, - 2F51EEF3D9D02E7F613C95407EEB6A6F /* Release */, + 46EB2E00016C50 /* Debug */, + 46EB2E00016C40 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E5F4D22396570ACEAB6229DA0E12AAF3 /* Build configuration list for PBXNativeTarget "React-RCTFabric" */ = { + 46EB2E00016CA0 /* Build configuration list for PBXNativeTarget "React-logger" */ = { isa = XCConfigurationList; buildConfigurations = ( - A0CFDAB4536F744E1F634713DDD186AA /* Debug */, - 9F993849D55B5C86D083692B465E21AF /* Release */, + 46EB2E00016CC0 /* Debug */, + 46EB2E00016CB0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E9942F77C3293C8F2A01959387FD4FD2 /* Build configuration list for PBXNativeTarget "React-Core" */ = { + 46EB2E00016DA0 /* Build configuration list for PBXNativeTarget "React-microtasksnativemodule" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4F62E53D82BEA125C5BDAFEEE06B35E1 /* Debug */, - E6CA653AC4CE1D45BBF582FD0230F2C3 /* Release */, + 46EB2E00016DC0 /* Debug */, + 46EB2E00016DB0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - ED36D0798BD60776E325E05D4B16EBCD /* Build configuration list for PBXNativeTarget "Pods-ARMSXHost" */ = { + 46EB2E00016ED0 /* Build configuration list for PBXNativeTarget "React-nativeconfig" */ = { isa = XCConfigurationList; buildConfigurations = ( - A14A697921039043AED23FE2D5DEEA99 /* Debug */, - 5C5AB673BC59B1C42DD4554AE14454FD /* Release */, + 46EB2E00016EF0 /* Debug */, + 46EB2E00016EE0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - ED7A582DC2ADE4366496F7496B96E2A3 /* Build configuration list for PBXNativeTarget "React-jsi" */ = { + 46EB2E00016FD0 /* Build configuration list for PBXNativeTarget "React-perflogger" */ = { isa = XCConfigurationList; buildConfigurations = ( - B423C11AA7B591F495A68268822CBF15 /* Debug */, - 0A22A9CBE2AD0D55474F73589A05C0D9 /* Release */, + 46EB2E00016FF0 /* Debug */, + 46EB2E00016FE0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EF442442CAB8C8A18CFE506ACF12FA07 /* Build configuration list for PBXAggregateTarget "React-jsitracing" */ = { + 46EB2E00017160 /* Build configuration list for PBXNativeTarget "React-performancetimeline" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2281ACC20F00AC49CD7E6662576C03CF /* Debug */, - 3CB55C8EC37479DEB5F1AEC874C4EB1D /* Release */, + 46EB2E00017180 /* Debug */, + 46EB2E00017170 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F05525BF0ED97C75B05F29D93F9AB57F /* Build configuration list for PBXNativeTarget "React-Fabric" */ = { + 46EB2E00017270 /* Build configuration list for PBXNativeTarget "React-rendererconsistency" */ = { isa = XCConfigurationList; buildConfigurations = ( - 276D85DF0E7DB627245C00B5A32A2C23 /* Debug */, - 9B51B0506F50FDD29933813E5CAEEFBD /* Release */, + 46EB2E00017290 /* Debug */, + 46EB2E00017280 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F0D61AF9DD22D158FBB497AEEBC9425A /* Build configuration list for PBXNativeTarget "React-RCTImage" */ = { + 46EB2E00017380 /* Build configuration list for PBXNativeTarget "React-rendererdebug" */ = { isa = XCConfigurationList; buildConfigurations = ( - 47E9FD481711C91FC39D6426E4892418 /* Debug */, - 7BB0B6D3AB245F87F0CEE7350460E21F /* Release */, + 46EB2E000173A0 /* Debug */, + 46EB2E00017390 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F730EC4EA56CE21717CD773050DB72DA /* Build configuration list for PBXAggregateTarget "React-rncore" */ = { + 46EB2E000174F0 /* Build configuration list for PBXAggregateTarget "React-rncore" */ = { isa = XCConfigurationList; buildConfigurations = ( - 630B8309FA0B00FA6A7DAC15DCF47B2B /* Debug */, - 1A08A804CB220F72BA12A55FEA02115F /* Release */, + 46EB2E00017510 /* Debug */, + 46EB2E00017500 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FB33F4089C64CA281F91BB1C22FCFD0B /* Build configuration list for PBXNativeTarget "React-jserrorhandler" */ = { + 46EB2E00017560 /* Build configuration list for PBXAggregateTarget "React-runtimeexecutor" */ = { isa = XCConfigurationList; buildConfigurations = ( - 962599724FC2098668262EF786DD0F47 /* Debug */, - 895A4A914A932A8EA71A1B1498FF266D /* Release */, + 46EB2E00017580 /* Debug */, + 46EB2E00017570 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FD923C28A7771B95642BB1AD8AED0BC4 /* Build configuration list for PBXNativeTarget "React-RCTText" */ = { + 46EB2E000175D0 /* Build configuration list for PBXNativeTarget "React-runtimescheduler" */ = { isa = XCConfigurationList; buildConfigurations = ( - B88D5181FAD6D9BAB860E6A0F1FB8F1A /* Debug */, - DF7889599AA2FF6E3D03D829F9062BB1 /* Release */, + 46EB2E000175F0 /* Debug */, + 46EB2E000175E0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 46EB2E000177B0 /* Build configuration list for PBXAggregateTarget "React-timing" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46EB2E000177D0 /* Debug */, + 46EB2E000177C0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 46EB2E00017820 /* Build configuration list for PBXNativeTarget "React-utils" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46EB2E00017840 /* Debug */, + 46EB2E00017830 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 46EB2E00017A50 /* Build configuration list for PBXNativeTarget "ReactCodegen" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46EB2E00017A70 /* Debug */, + 46EB2E00017A60 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 46EB2E00017BC0 /* Build configuration list for PBXNativeTarget "ReactCommon" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46EB2E00017BE0 /* Debug */, + 46EB2E00017BD0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 46EB2E00017ED0 /* Build configuration list for PBXNativeTarget "SocketRocket" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46EB2E00017EF0 /* Debug */, + 46EB2E00017EE0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 46EB2E00018240 /* Build configuration list for PBXNativeTarget "Yoga" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46EB2E00018260 /* Debug */, + 46EB2E00018250 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 46EB2E000187D0 /* Build configuration list for PBXAggregateTarget "boost" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46EB2E000187F0 /* Debug */, + 46EB2E000187E0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 46EB2E00018810 /* Build configuration list for PBXNativeTarget "boost-boost_privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46EB2E00018830 /* Debug */, + 46EB2E00018820 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 46EB2E000188D0 /* Build configuration list for PBXNativeTarget "fmt" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46EB2E000188F0 /* Debug */, + 46EB2E000188E0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 46EB2E00018A90 /* Build configuration list for PBXNativeTarget "glog" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46EB2E00018AB0 /* Debug */, + 46EB2E00018AA0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 46EB2E00018B10 /* Build configuration list for PBXNativeTarget "glog-glog_privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46EB2E00018B30 /* Debug */, + 46EB2E00018B20 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 46EB2E00018CF0 /* Build configuration list for PBXAggregateTarget "hermes-engine" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46EB2E00018D10 /* Debug */, + 46EB2E00018D00 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 46EB2E00018D70 /* Build configuration list for PBXNativeTarget "Pods-ARMSX" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46EB2E00018D90 /* Debug */, + 46EB2E00018D80 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; - rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; + rootObject = 46EB2E00000000 /* Project object */; } diff --git a/ios/HostApp/PrivacyInfo.xcprivacy b/ios/HostApp/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..41b8317 --- /dev/null +++ b/ios/HostApp/PrivacyInfo.xcprivacy @@ -0,0 +1,37 @@ + + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategorySystemBootTime + NSPrivacyAccessedAPITypeReasons + + 35F9.1 + + + + NSPrivacyCollectedDataTypes + + NSPrivacyTracking + + + diff --git a/ios/HostApp/Sources/AppDelegate.mm b/ios/HostApp/Sources/AppDelegate.mm index 9e3a5b2..9a6567f 100644 --- a/ios/HostApp/Sources/AppDelegate.mm +++ b/ios/HostApp/Sources/AppDelegate.mm @@ -1,7 +1,14 @@ #import "AppDelegate.h" #import +#ifndef USE_HERMES +#define USE_HERMES 1 +#endif +#if __has_include() +#import +#else #import +#endif #import #import #import @@ -19,7 +26,9 @@ @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { - RCTAppSetupPrepareApp(application); + // We deliberately keep the old architecture/turbo-modules off here to avoid missing dev modules + // (e.g. NativeRedBox) that were spamming the logs and blank-screening the overlay. + RCTAppSetupPrepareApp(application, NO); self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; self.window.backgroundColor = [UIColor blackColor]; @@ -182,7 +191,7 @@ - (NSURL *)sourceURLForBridge:(RCTBridge *)bridge { #if DEBUG - return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil]; + return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"]; #else return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"]; #endif diff --git a/ios/HostApp/project.yml b/ios/HostApp/project.yml index 981efd6..6725e1b 100644 --- a/ios/HostApp/project.yml +++ b/ios/HostApp/project.yml @@ -1,7 +1,7 @@ name: ARMSX options: deploymentTarget: - iOS: "13.0" + iOS: "15.1" settings: DEVELOPMENT_TEAM: "" CLANG_ENABLE_OBJC_ARC: YES @@ -9,7 +9,7 @@ targets: ARMSX: type: application platform: iOS - deploymentTarget: "13.0" + deploymentTarget: "15.1" sources: - path: Sources resources: @@ -24,8 +24,13 @@ targets: PRODUCT_BUNDLE_IDENTIFIER: com.nanodata.armsx LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks" OTHER_LDFLAGS: "$(inherited) -ObjC" - LIBRARY_SEARCH_PATHS: "$(inherited) $(PROJECT_DIR)/../Frameworks" - FRAMEWORK_SEARCH_PATHS: "$(inherited) $(PROJECT_DIR)/../Frameworks" + LIBRARY_SEARCH_PATHS: + - "$(inherited)" + - "$(SDKROOT)/usr/lib/swift" + - "$(PROJECT_DIR)/../Frameworks" + FRAMEWORK_SEARCH_PATHS: + - "$(inherited)" + - "$(PROJECT_DIR)/../Frameworks" ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon configFiles: Debug: Pods/Target Support Files/Pods-ARMSX/Pods-ARMSX.debug.xcconfig diff --git a/metro.config.js b/metro.config.js index 8656f9b..368e2f1 100644 --- a/metro.config.js +++ b/metro.config.js @@ -1,9 +1,21 @@ +/** + * React Native 0.76 expects metro config to extend '@react-native/metro-config'. + * We also point metro at the monorepo root so native/JS share one node_modules. + */ const path = require('path'); +const {getDefaultConfig, mergeConfig} = require('@react-native/metro-config'); -module.exports = { - projectRoot: path.resolve(__dirname, 'mobile'), - watchFolders: [__dirname], +const workspaceRoot = __dirname; +const projectRoot = path.join(workspaceRoot, 'mobile'); + +const defaultConfig = getDefaultConfig(projectRoot); + +module.exports = mergeConfig(defaultConfig, { + projectRoot, + watchFolders: [workspaceRoot], resolver: { - sourceExts: ['js', 'jsx', 'json', 'ts', 'tsx'], + ...defaultConfig.resolver, + nodeModulesPaths: [path.join(workspaceRoot, 'node_modules')], + sourceExts: [...defaultConfig.resolver.sourceExts, 'cjs'], }, -}; +}); diff --git a/package.json b/package.json index bc1e303..45fd9d4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,11 @@ "bundle:ios": "react-native bundle --platform ios --dev false --entry-file mobile/index.js --bundle-output ios/HostApp/main.jsbundle --assets-dest ios/HostApp" }, "dependencies": { + "@react-native-community/cli": "^20.0.2", "react": "18.2.0", "react-native": "0.76.0" + }, + "devDependencies": { + "@react-native/metro-config": "0.76.0" } }