diff --git a/ios/AlerteSecours.xcodeproj/project.pbxproj b/ios/AlerteSecours.xcodeproj/project.pbxproj index 6f2be46..5b3b0b7 100644 --- a/ios/AlerteSecours.xcodeproj/project.pbxproj +++ b/ios/AlerteSecours.xcodeproj/project.pbxproj @@ -185,9 +185,10 @@ 976C0290112E4DD89069ADCE /* Fix Xcode 15 Bug */, F20775C6FC44408A83E9F518 /* Fix Xcode 15 Bug */, B7EB6314B4ED4D5AB13DB309 /* Fix Xcode 15 Bug */, - 850BF46CA013409EB7CF4BEC /* Remove signature files (Xcode workaround) */, 6261F4CAFAC24C76A6BFFF3F /* Fix Xcode 15 Bug */, 4B2001AC853541C9B3B9335B /* Remove signature files (Xcode workaround) */, + C81C81F52B15447FABB43839 /* Fix Xcode 15 Bug */, + 7C737FCF640D4D6DBD28B5D3 /* Remove signature files (Xcode workaround) */, ); buildRules = ( ); @@ -266,6 +267,34 @@ shellPath = /bin/sh; shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios absolute | tail -n 1)\"\nfi\n\nif [[ -z \"$CLI_PATH\" ]]; then\n # Use Expo CLI\n export CLI_PATH=\"$(\"$NODE_BINARY\" --print \"require.resolve('@expo/cli', { paths: [require.resolve('expo/package.json')] })\")\"\nfi\nif [[ -z \"$BUNDLE_COMMAND\" ]]; then\n # Default Expo CLI command for bundling\n export BUNDLE_COMMAND=\"export:embed\"\nfi\n\n# Source .xcode.env.updates if it exists to allow\n# SKIP_BUNDLING to be unset if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.updates\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.updates\"\nfi\n# Source local changes to allow overrides\n# if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n/bin/sh `\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('@sentry/react-native/package.json')) + '/scripts/sentry-xcode.sh'\"` `\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n\n"; }; + 07BB91F001704B368647D86B /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; + 086FD3C2740A4B7FAD057EF8 /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -288,6 +317,48 @@ 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; }; + 0C44FF6DBD8F4BDD8D2B9784 /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; + 1A6C945D28C14747A29A3560 /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; + 1C287A64431A4C0A859F067B /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; 36EBB336DD5343908AA35FFC /* [CP-User] [RNFB] Core Configuration */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -301,6 +372,76 @@ shellPath = /bin/sh; shellScript = "#!/usr/bin/env bash\n#\n# Copyright (c) 2016-present Invertase Limited & Contributors\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this library except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\n\n##########################################################################\n##########################################################################\n#\n# NOTE THAT IF YOU CHANGE THIS FILE YOU MUST RUN pod install AFTERWARDS\n#\n# This file is installed as an Xcode build script in the project file\n# by cocoapods, and you will not see your changes until you pod install\n#\n##########################################################################\n##########################################################################\n\nset -e\n\n_MAX_LOOKUPS=2;\n_SEARCH_RESULT=''\n_RN_ROOT_EXISTS=''\n_CURRENT_LOOKUPS=1\n_JSON_ROOT=\"'react-native'\"\n_JSON_FILE_NAME='firebase.json'\n_JSON_OUTPUT_BASE64='e30=' # { }\n_CURRENT_SEARCH_DIR=${PROJECT_DIR}\n_PLIST_BUDDY=/usr/libexec/PlistBuddy\n_TARGET_PLIST=\"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"\n_DSYM_PLIST=\"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Info.plist\"\n\n# plist arrays\n_PLIST_ENTRY_KEYS=()\n_PLIST_ENTRY_TYPES=()\n_PLIST_ENTRY_VALUES=()\n\nfunction setPlistValue {\n echo \"info: setting plist entry '$1' of type '$2' in file '$4'\"\n ${_PLIST_BUDDY} -c \"Add :$1 $2 '$3'\" $4 || echo \"info: '$1' already exists\"\n}\n\nfunction getFirebaseJsonKeyValue () {\n if [[ ${_RN_ROOT_EXISTS} ]]; then\n ruby -Ku -e \"require 'rubygems';require 'json'; output=JSON.parse('$1'); puts output[$_JSON_ROOT]['$2']\"\n else\n echo \"\"\n fi;\n}\n\nfunction jsonBoolToYesNo () {\n if [[ $1 == \"false\" ]]; then\n echo \"NO\"\n elif [[ $1 == \"true\" ]]; then\n echo \"YES\"\n else echo \"NO\"\n fi\n}\n\necho \"info: -> RNFB build script started\"\necho \"info: 1) Locating ${_JSON_FILE_NAME} file:\"\n\nif [[ -z ${_CURRENT_SEARCH_DIR} ]]; then\n _CURRENT_SEARCH_DIR=$(pwd)\nfi;\n\nwhile true; do\n _CURRENT_SEARCH_DIR=$(dirname \"$_CURRENT_SEARCH_DIR\")\n if [[ \"$_CURRENT_SEARCH_DIR\" == \"/\" ]] || [[ ${_CURRENT_LOOKUPS} -gt ${_MAX_LOOKUPS} ]]; then break; fi;\n echo \"info: ($_CURRENT_LOOKUPS of $_MAX_LOOKUPS) Searching in '$_CURRENT_SEARCH_DIR' for a ${_JSON_FILE_NAME} file.\"\n _SEARCH_RESULT=$(find \"$_CURRENT_SEARCH_DIR\" -maxdepth 2 -name ${_JSON_FILE_NAME} -print | /usr/bin/head -n 1)\n if [[ ${_SEARCH_RESULT} ]]; then\n echo \"info: ${_JSON_FILE_NAME} found at $_SEARCH_RESULT\"\n break;\n fi;\n _CURRENT_LOOKUPS=$((_CURRENT_LOOKUPS+1))\ndone\n\nif [[ ${_SEARCH_RESULT} ]]; then\n _JSON_OUTPUT_RAW=$(cat \"${_SEARCH_RESULT}\")\n _RN_ROOT_EXISTS=$(ruby -Ku -e \"require 'rubygems';require 'json'; output=JSON.parse('$_JSON_OUTPUT_RAW'); puts output[$_JSON_ROOT]\" || echo '')\n\n if [[ ${_RN_ROOT_EXISTS} ]]; then\n if ! python3 --version >/dev/null 2>&1; then echo \"python3 not found, firebase.json file processing error.\" && exit 1; fi\n _JSON_OUTPUT_BASE64=$(python3 -c 'import json,sys,base64;print(base64.b64encode(bytes(json.dumps(json.loads(open('\"'${_SEARCH_RESULT}'\"', '\"'rb'\"').read())['${_JSON_ROOT}']), '\"'utf-8'\"')).decode())' || echo \"e30=\")\n fi\n\n _PLIST_ENTRY_KEYS+=(\"firebase_json_raw\")\n _PLIST_ENTRY_TYPES+=(\"string\")\n _PLIST_ENTRY_VALUES+=(\"$_JSON_OUTPUT_BASE64\")\n\n # config.app_data_collection_default_enabled\n _APP_DATA_COLLECTION_ENABLED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"app_data_collection_default_enabled\")\n if [[ $_APP_DATA_COLLECTION_ENABLED ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseDataCollectionDefaultEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_APP_DATA_COLLECTION_ENABLED\")\")\n fi\n\n # config.analytics_auto_collection_enabled\n _ANALYTICS_AUTO_COLLECTION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_auto_collection_enabled\")\n if [[ $_ANALYTICS_AUTO_COLLECTION ]]; then\n _PLIST_ENTRY_KEYS+=(\"FIREBASE_ANALYTICS_COLLECTION_ENABLED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AUTO_COLLECTION\")\")\n fi\n\n # config.analytics_collection_deactivated\n _ANALYTICS_DEACTIVATED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_collection_deactivated\")\n if [[ $_ANALYTICS_DEACTIVATED ]]; then\n _PLIST_ENTRY_KEYS+=(\"FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_DEACTIVATED\")\")\n fi\n\n # config.analytics_idfv_collection_enabled\n _ANALYTICS_IDFV_COLLECTION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_idfv_collection_enabled\")\n if [[ $_ANALYTICS_IDFV_COLLECTION ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_IDFV_COLLECTION_ENABLED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_IDFV_COLLECTION\")\")\n fi\n\n # config.analytics_default_allow_analytics_storage\n _ANALYTICS_STORAGE=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_analytics_storage\")\n if [[ $_ANALYTICS_STORAGE ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_ANALYTICS_STORAGE\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_STORAGE\")\")\n fi\n\n # config.analytics_default_allow_ad_storage\n _ANALYTICS_AD_STORAGE=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_ad_storage\")\n if [[ $_ANALYTICS_AD_STORAGE ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_STORAGE\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AD_STORAGE\")\")\n fi\n\n # config.analytics_default_allow_ad_user_data\n _ANALYTICS_AD_USER_DATA=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_ad_user_data\")\n if [[ $_ANALYTICS_AD_USER_DATA ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_USER_DATA\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AD_USER_DATA\")\")\n fi\n\n # config.analytics_default_allow_ad_personalization_signals\n _ANALYTICS_PERSONALIZATION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_ad_personalization_signals\")\n if [[ $_ANALYTICS_PERSONALIZATION ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_PERSONALIZATION\")\")\n fi\n\n # config.analytics_registration_with_ad_network_enabled\n _ANALYTICS_REGISTRATION_WITH_AD_NETWORK=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"google_analytics_registration_with_ad_network_enabled\")\n if [[ $_ANALYTICS_REGISTRATION_WITH_AD_NETWORK ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_REGISTRATION_WITH_AD_NETWORK_ENABLED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_REGISTRATION_WITH_AD_NETWORK\")\")\n fi\n\n # config.google_analytics_automatic_screen_reporting_enabled\n _ANALYTICS_AUTO_SCREEN_REPORTING=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"google_analytics_automatic_screen_reporting_enabled\")\n if [[ $_ANALYTICS_AUTO_SCREEN_REPORTING ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseAutomaticScreenReportingEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AUTO_SCREEN_REPORTING\")\")\n fi\n\n # config.perf_auto_collection_enabled\n _PERF_AUTO_COLLECTION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"perf_auto_collection_enabled\")\n if [[ $_PERF_AUTO_COLLECTION ]]; then\n _PLIST_ENTRY_KEYS+=(\"firebase_performance_collection_enabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_PERF_AUTO_COLLECTION\")\")\n fi\n\n # config.perf_collection_deactivated\n _PERF_DEACTIVATED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"perf_collection_deactivated\")\n if [[ $_PERF_DEACTIVATED ]]; then\n _PLIST_ENTRY_KEYS+=(\"firebase_performance_collection_deactivated\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_PERF_DEACTIVATED\")\")\n fi\n\n # config.messaging_auto_init_enabled\n _MESSAGING_AUTO_INIT=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"messaging_auto_init_enabled\")\n if [[ $_MESSAGING_AUTO_INIT ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseMessagingAutoInitEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_MESSAGING_AUTO_INIT\")\")\n fi\n\n # config.in_app_messaging_auto_colllection_enabled\n _FIAM_AUTO_INIT=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"in_app_messaging_auto_collection_enabled\")\n if [[ $_FIAM_AUTO_INIT ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseInAppMessagingAutomaticDataCollectionEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_FIAM_AUTO_INIT\")\")\n fi\n\n # config.app_check_token_auto_refresh\n _APP_CHECK_TOKEN_AUTO_REFRESH=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"app_check_token_auto_refresh\")\n if [[ $_APP_CHECK_TOKEN_AUTO_REFRESH ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseAppCheckTokenAutoRefreshEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_APP_CHECK_TOKEN_AUTO_REFRESH\")\")\n fi\n\n # config.crashlytics_disable_auto_disabler - undocumented for now - mainly for debugging, document if becomes useful\n _CRASHLYTICS_AUTO_DISABLE_ENABLED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"crashlytics_disable_auto_disabler\")\n if [[ $_CRASHLYTICS_AUTO_DISABLE_ENABLED == \"true\" ]]; then\n echo \"Disabled Crashlytics auto disabler.\" # do nothing\n else\n _PLIST_ENTRY_KEYS+=(\"FirebaseCrashlyticsCollectionEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"NO\")\n fi\nelse\n _PLIST_ENTRY_KEYS+=(\"firebase_json_raw\")\n _PLIST_ENTRY_TYPES+=(\"string\")\n _PLIST_ENTRY_VALUES+=(\"$_JSON_OUTPUT_BASE64\")\n echo \"warning: A firebase.json file was not found, whilst this file is optional it is recommended to include it to configure firebase services in React Native Firebase.\"\nfi;\n\necho \"info: 2) Injecting Info.plist entries: \"\n\n# Log out the keys we're adding\nfor i in \"${!_PLIST_ENTRY_KEYS[@]}\"; do\n echo \" -> $i) ${_PLIST_ENTRY_KEYS[$i]}\" \"${_PLIST_ENTRY_TYPES[$i]}\" \"${_PLIST_ENTRY_VALUES[$i]}\"\ndone\n\nfor plist in \"${_TARGET_PLIST}\" \"${_DSYM_PLIST}\" ; do\n if [[ -f \"${plist}\" ]]; then\n\n # paths with spaces break the call to setPlistValue. temporarily modify\n # the shell internal field separator variable (IFS), which normally\n # includes spaces, to consist only of line breaks\n oldifs=$IFS\n IFS=\"\n\"\n\n for i in \"${!_PLIST_ENTRY_KEYS[@]}\"; do\n setPlistValue \"${_PLIST_ENTRY_KEYS[$i]}\" \"${_PLIST_ENTRY_TYPES[$i]}\" \"${_PLIST_ENTRY_VALUES[$i]}\" \"${plist}\"\n done\n\n # restore the original internal field separator value\n IFS=$oldifs\n else\n echo \"warning: A Info.plist build output file was not found (${plist})\"\n fi\ndone\n\necho \"info: <- RNFB build script finished\"\n"; }; + 49AEAB1D332B45ED9A37B009 /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; + 4B2001AC853541C9B3B9335B /* Remove signature files (Xcode workaround) */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Remove signature files (Xcode workaround)"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\n echo \"Remove signature files (Xcode workaround)\";\n rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\";\n "; + }; + 524A865F21104354AD8D7648 /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; + 59A6E29E61A94EC98E5B50A7 /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; + 6261F4CAFAC24C76A6BFFF3F /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; 6C173A6450034E8CAB58FB0C /* Fix Xcode 15 Bug */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -315,7 +456,7 @@ shellPath = /bin/sh; shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; }; - 6EA5AE3725914306AC3A5BE5 /* Remove signature files (Xcode workaround) */ = { + 7C737FCF640D4D6DBD28B5D3 /* Remove signature files (Xcode workaround) */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -449,6 +590,20 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AlerteSecours/Pods-AlerteSecours-resources.sh\"\n"; showEnvVarsInLog = 0; }; + 82FC3350E1E543849F787D2E /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; 83C775EE27120FCCD4F393E4 /* [Expo] Configure project */ = { isa = PBXShellScriptBuildPhase; alwaysOutOfDate = 1; @@ -468,6 +623,20 @@ shellPath = /bin/sh; shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-AlerteSecours/expo-configure-project.sh\"\n"; }; + 88CDF27046394BB8AAE3E1FE /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; 8A20F54D80BCC2E27CF783AE /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -486,6 +655,132 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AlerteSecours/Pods-AlerteSecours-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; + 8EC12A68941D40E98E0D60BE /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; + 94EB5593B5404563AA1FB51E /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; + 976C0290112E4DD89069ADCE /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; + A0F10E26CCB94D06AC66979C /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; + AC008438EEF4422BA1C35CDF /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; + B743D4A39B4E461798D118B9 /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; + B7EB6314B4ED4D5AB13DB309 /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; + BC7FCBEF8C354C749AB11067 /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; + C81C81F52B15447FABB43839 /* Fix Xcode 15 Bug */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Fix Xcode 15 Bug"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; + }; CBB0E03A64A84F6FB794EDB2 /* Upload Debug Symbols to Sentry */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -500,889 +795,103 @@ shellPath = /bin/sh; shellScript = "/bin/sh `${NODE_BINARY:-node} --print \"require('path').dirname(require.resolve('@sentry/react-native/package.json')) + '/scripts/sentry-xcode-debug-files.sh'\"`"; }; - 8EC12A68941D40E98E0D60BE /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - 700E335CAFA54AABB46BAB62 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - 49AEAB1D332B45ED9A37B009 /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - E611D841DFAE4F71B8077AD3 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; D75A41050AB3445786799848 /* Fix Xcode 15 Bug */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); - runOnlyForDeploymentPostprocessing = 0; + inputPaths = ( + ); name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); outputPaths = ( ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - ABC6C5A0D48A4B7980D60E1B /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - FB7FA195D27D412AA897F419 /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - B1FDDB484A8E497F9FF7F32C /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - 0C44FF6DBD8F4BDD8D2B9784 /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - 658BC0C976C44270ACBDF3C6 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - AC008438EEF4422BA1C35CDF /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - 6743177E81F94D198E926A21 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - 1A6C945D28C14747A29A3560 /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - 96170835D29D4D569C60B051 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - 1C287A64431A4C0A859F067B /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - EBD8BAB94522461484E3792D /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - A0F10E26CCB94D06AC66979C /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - FDD359F2DAA045DFBD9EA2AC /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - 82FC3350E1E543849F787D2E /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - 41870AAA03204D87954F5498 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - 086FD3C2740A4B7FAD057EF8 /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - BAB18DCA4C804A2C8F3936C3 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - 524A865F21104354AD8D7648 /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - D3E8BE76873D4DF8915B2935 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - E8BA3CDA70944FA695790265 /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - 3F9735B1E6AF4B54891AC181 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - F538DF784C184285B66F3695 /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - F2AAA7B3452842FFB5BC2060 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - 88CDF27046394BB8AAE3E1FE /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - 1DE0B5E734C5421F9F030065 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - B743D4A39B4E461798D118B9 /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - F0AACD488DB343DC89DA2EBE /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; }; D8ED2FC173D1461F87CDF597 /* Fix Xcode 15 Bug */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); - runOnlyForDeploymentPostprocessing = 0; + inputPaths = ( + ); name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); outputPaths = ( ); + runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; }; - C8FD3507821940E5AA8C7195 /* Remove signature files (Xcode workaround) */ = { + E8BA3CDA70944FA695790265 /* Fix Xcode 15 Bug */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; inputPaths = ( ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - F3F5A8D7A73545D78A4D8467 /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); outputPaths = ( ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - 55D701B4073A47A48401F014 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - BC7FCBEF8C354C749AB11067 /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - FA5F247997BA4DDBB06F01B8 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - 59A6E29E61A94EC98E5B50A7 /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - 822458BA69944A72BCDBEB3B /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - 07BB91F001704B368647D86B /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - 94EB5593B5404563AA1FB51E /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - DD1558A5827A42DCA5A17C1F /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - CEAB2B1E58724CE999FACC27 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - 976C0290112E4DD89069ADCE /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; - }; - 0976B7D5E5CF42E49F388927 /* Remove signature files (Xcode workaround) */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; - inputPaths = ( - ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; }; F20775C6FC44408A83E9F518 /* Fix Xcode 15 Bug */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); - runOnlyForDeploymentPostprocessing = 0; + inputPaths = ( + ); name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); outputPaths = ( ); + runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; }; - B5B86888E2F141A1A81CBEB3 /* Remove signature files (Xcode workaround) */ = { + F3F5A8D7A73545D78A4D8467 /* Fix Xcode 15 Bug */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; inputPaths = ( ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - B7EB6314B4ED4D5AB13DB309 /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); outputPaths = ( ); + runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; }; - 850BF46CA013409EB7CF4BEC /* Remove signature files (Xcode workaround) */ = { + F538DF784C184285B66F3695 /* Fix Xcode 15 Bug */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; inputPaths = ( ); - outputPaths = ( - ); - shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; - }; - 6261F4CAFAC24C76A6BFFF3F /* Fix Xcode 15 Bug */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; name = "Fix Xcode 15 Bug"; - inputPaths = ( - ); outputPaths = ( ); + runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then - echo \"Remove signature files (Xcode 15 workaround)\" - find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm -fi"; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; }; - 4B2001AC853541C9B3B9335B /* Remove signature files (Xcode workaround) */ = { + FB7FA195D27D412AA897F419 /* Fix Xcode 15 Bug */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); - runOnlyForDeploymentPostprocessing = 0; - name = "Remove signature files (Xcode workaround)"; inputPaths = ( ); + name = "Fix Xcode 15 Bug"; outputPaths = ( ); + runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = " - echo \"Remove signature files (Xcode workaround)\"; - rm -rf \"$CONFIGURATION_BUILD_DIR/MapLibre.xcframework-ios.signature\"; - "; + shellScript = "if [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}-iphoneos\" -name \"*.signature\" -type f | xargs -r rm\nfi"; }; /* End PBXShellScriptBuildPhase section */ @@ -1427,7 +936,7 @@ fi"; ); OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG"; PRODUCT_BUNDLE_IDENTIFIER = com.alertesecours.alertesecours; - PRODUCT_NAME = "AlerteSecours"; + PRODUCT_NAME = AlerteSecours; SWIFT_OBJC_BRIDGING_HEADER = "AlerteSecours/AlerteSecours-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; @@ -1446,7 +955,7 @@ fi"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 2PZ49Y23LX; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64"; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; INFOPLIST_FILE = AlerteSecours/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; @@ -1458,7 +967,7 @@ fi"; ); OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE"; PRODUCT_BUNDLE_IDENTIFIER = com.alertesecours.alertesecours; - PRODUCT_NAME = "AlerteSecours"; + PRODUCT_NAME = AlerteSecours; SWIFT_OBJC_BRIDGING_HEADER = "AlerteSecours/AlerteSecours-Bridging-Header.h"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; diff --git a/ios/AlerteSecours/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png b/ios/AlerteSecours/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png index 07ed9a3..76b043e 100644 Binary files a/ios/AlerteSecours/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png and b/ios/AlerteSecours/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png differ diff --git a/ios/AlerteSecours/Info.plist b/ios/AlerteSecours/Info.plist index 70189c8..6b473e9 100644 --- a/ios/AlerteSecours/Info.plist +++ b/ios/AlerteSecours/Info.plist @@ -25,7 +25,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.13.9 + 1.13.10 CFBundleSignature ???? CFBundleURLTypes @@ -48,7 +48,7 @@ CFBundleVersion - 221 + 222 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes @@ -180,4 +180,4 @@ UIViewControllerBasedStatusBarAppearance - \ No newline at end of file + diff --git a/ios/Podfile b/ios/Podfile index 4ce195b..db94313 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -2,6 +2,7 @@ require File.join(File.dirname(`node --print "require.resolve('expo/package.json require File.join(File.dirname(`node --print "require.resolve('react-native/package.json')"`), "scripts/react_native_pods") require 'json' +require 'fileutils' podfile_properties = JSON.parse(File.read(File.join(__dir__, 'Podfile.properties.json'))) rescue {} ENV['RCT_NEW_ARCH_ENABLED'] = podfile_properties['newArchEnabled'] == 'true' ? '1' : '0' @@ -15,6 +16,9 @@ prepare_react_native_project! target 'AlerteSecours' do use_expo_modules! + # Pin TOCropViewController to 2.x for compatibility with RNImageCropPicker 0.40.x + pod 'TOCropViewController', '~> 2.6' + if ENV['EXPO_USE_COMMUNITY_AUTOLINKING'] == '1' config_command = ['node', '-e', "process.argv=['', '', 'config'];require('@react-native-community/cli').run()"]; @@ -65,5 +69,65 @@ target 'AlerteSecours' do end end end + + # Ensure correct header destinations for ReactAppDependencyProvider to avoid CpHeader reversing into build/generated + installer.pods_project.targets.each do |t| + if t.name == 'ReactAppDependencyProvider' + t.build_configurations.each do |config| + # Public headers should live inside the framework product, not in the generated sources dir + config.build_settings['PUBLIC_HEADERS_FOLDER_PATH'] = '$(CONTENTS_FOLDER_PATH)/Headers' + # Ensure the generated headers can still be found during compilation + existing = config.build_settings['HEADER_SEARCH_PATHS'] + inherited = '$(inherited)' + generated = '$(PROJECT_DIR)/build/generated/ios' + if existing.nil? + config.build_settings['HEADER_SEARCH_PATHS'] = "#{inherited} #{generated}" + elsif existing.is_a?(Array) + config.build_settings['HEADER_SEARCH_PATHS'] = (existing + [generated, inherited]).uniq + else + config.build_settings['HEADER_SEARCH_PATHS'] = "#{existing} #{generated} #{inherited}" + end + end + end + end + + # Disable glass effect in TOCropViewController v3 to avoid iOS 18-only APIs at compile time + installer.pods_project.targets.each do |t| + if t.name == 'TOCropViewController' + t.build_configurations.each do |config| + defs = config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] || ['$(inherited)'] + unless defs.is_a?(Array) + defs = [defs, '$(inherited)'] + end + defs << 'TOCROPVIEWCONTROLLER_ENABLE_GLASS_EFFECT=0' + config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] = defs.uniq + end + end + end + + # Patch TOCropViewController to import iOS 18-only UIKit headers when available. + crop_toolbar_path = File.join(__dir__, 'Pods', 'TOCropViewController', 'Objective-C', 'TOCropViewController', 'Views', 'TOCropToolbar.m') + if File.exist?(crop_toolbar_path) + contents = File.read(crop_toolbar_path) + needle = "#import \"TOCropToolbar.h\"\n" + injection = <<~'IMPORTS' + #if __has_include() + #import + #endif + #if __has_include() + #import + #endif + #if __has_include() + #import + #endif + + IMPORTS + + unless contents.include?('') + FileUtils.chmod('u+w', crop_toolbar_path) unless File.writable?(crop_toolbar_path) + contents = contents.sub(needle, needle + injection) + File.write(crop_toolbar_path, contents) + end + end end end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index ce19889..568a5bd 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -4,39 +4,26 @@ PODS: - CocoaLumberjack/Core (= 3.8.5) - CocoaLumberjack/Core (3.8.5) - DoubleConversion (1.1.6) - - EASClient (0.13.3): + - EASClient (0.14.4): - ExpoModulesCore - - EXApplication (6.0.2): + - EXApplication (6.1.5): - ExpoModulesCore - - EXAV (15.0.2): + - EXAV (15.1.7): - ExpoModulesCore - ReactCommon/turbomodule/core - - EXConstants (17.0.8): + - EXConstants (17.1.7): - ExpoModulesCore - - EXJSONUtils (0.14.0) - - EXManifests (0.15.8): + - EXJSONUtils (0.15.0) + - EXManifests (0.16.6): - ExpoModulesCore - - EXNotifications (0.29.14): + - EXNotifications (0.31.4): - ExpoModulesCore - - Expo (52.0.46): - - ExpoModulesCore - - expo-dev-client (5.0.20): - - EXManifests - - expo-dev-launcher - - expo-dev-menu - - expo-dev-menu-interface - - EXUpdatesInterface - - expo-dev-launcher (5.0.35): + - Expo (53.0.23): - DoubleConversion - - EXManifests - - expo-dev-launcher/Main (= 5.0.35) - - expo-dev-menu - - expo-dev-menu-interface - ExpoModulesCore - - EXUpdatesInterface - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -44,18 +31,60 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-ImageManager - - React-jsinspector + - React-jsi - React-NativeModulesApple - React-RCTAppDelegate - React-RCTFabric + - React-renderercss - React-rendererdebug - React-utils + - ReactAppDependencyProvider - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - expo-dev-launcher/Main (5.0.35): + - expo-dev-client (5.2.4): + - EXManifests + - expo-dev-launcher + - expo-dev-menu + - expo-dev-menu-interface + - EXUpdatesInterface + - expo-dev-launcher (5.1.16): + - DoubleConversion + - EXManifests + - expo-dev-launcher/Main (= 5.1.16) + - expo-dev-menu + - expo-dev-menu-interface + - ExpoModulesCore + - EXUpdatesInterface + - glog + - hermes-engine + - RCT-Folly (= 2024.11.18.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-hermes + - React-ImageManager + - React-jsi + - React-jsinspector + - React-NativeModulesApple + - React-RCTAppDelegate + - React-RCTFabric + - React-renderercss + - React-rendererdebug + - React-utils + - ReactAppDependencyProvider + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - expo-dev-launcher/Main (5.1.16): - DoubleConversion - EXManifests - expo-dev-launcher/Unsafe @@ -65,7 +94,7 @@ PODS: - EXUpdatesInterface - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -73,18 +102,22 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-ImageManager + - React-jsi - React-jsinspector - React-NativeModulesApple - React-RCTAppDelegate - React-RCTFabric + - React-renderercss - React-rendererdebug - React-utils + - ReactAppDependencyProvider - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - expo-dev-launcher/Unsafe (5.0.35): + - expo-dev-launcher/Unsafe (5.1.16): - DoubleConversion - EXManifests - expo-dev-menu @@ -93,7 +126,7 @@ PODS: - EXUpdatesInterface - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -101,24 +134,28 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-ImageManager + - React-jsi - React-jsinspector - React-NativeModulesApple - React-RCTAppDelegate - React-RCTFabric + - React-renderercss - React-rendererdebug - React-utils + - ReactAppDependencyProvider - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - expo-dev-menu (6.0.25): + - expo-dev-menu (6.1.14): - DoubleConversion - - expo-dev-menu/Main (= 6.0.25) - - expo-dev-menu/ReactNativeCompatibles (= 6.0.25) + - expo-dev-menu/Main (= 6.1.14) + - expo-dev-menu/ReactNativeCompatibles (= 6.1.14) - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -126,17 +163,20 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-ImageManager + - React-jsi - React-NativeModulesApple - React-RCTFabric + - React-renderercss - React-rendererdebug - React-utils - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - expo-dev-menu-interface (1.9.3) - - expo-dev-menu/Main (6.0.25): + - expo-dev-menu-interface (1.10.0) + - expo-dev-menu/Main (6.1.14): - DoubleConversion - EXManifests - expo-dev-menu-interface @@ -144,7 +184,7 @@ PODS: - ExpoModulesCore - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -152,22 +192,26 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-ImageManager + - React-jsi - React-jsinspector - React-NativeModulesApple - React-RCTFabric - React-rendererconsistency + - React-renderercss - React-rendererdebug - React-utils + - ReactAppDependencyProvider - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - expo-dev-menu/ReactNativeCompatibles (6.0.25): + - expo-dev-menu/ReactNativeCompatibles (6.1.14): - DoubleConversion - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -175,21 +219,24 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-ImageManager + - React-jsi - React-NativeModulesApple - React-RCTFabric + - React-renderercss - React-rendererdebug - React-utils - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - expo-dev-menu/SafeAreaView (6.0.25): + - expo-dev-menu/SafeAreaView (6.1.14): - DoubleConversion - ExpoModulesCore - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -197,21 +244,24 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-ImageManager + - React-jsi - React-NativeModulesApple - React-RCTFabric + - React-renderercss - React-rendererdebug - React-utils - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - expo-dev-menu/Vendored (6.0.25): + - expo-dev-menu/Vendored (6.1.14): - DoubleConversion - expo-dev-menu/SafeAreaView - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -219,40 +269,45 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-ImageManager + - React-jsi - React-NativeModulesApple - React-RCTFabric + - React-renderercss - React-rendererdebug - React-utils - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - ExpoAsset (11.0.5): + - ExpoAsset (11.1.7): - ExpoModulesCore - - ExpoContacts (14.0.5): + - ExpoAudio (0.4.9): - ExpoModulesCore - - ExpoDevice (7.0.3): + - ExpoContacts (14.2.5): - ExpoModulesCore - - ExpoFileSystem (18.0.12): + - ExpoDevice (7.1.4): - ExpoModulesCore - - ExpoFont (13.0.4): + - ExpoFileSystem (18.1.11): - ExpoModulesCore - - ExpoKeepAwake (14.0.3): + - ExpoFont (13.3.2): - ExpoModulesCore - - ExpoLinearGradient (14.0.2): + - ExpoKeepAwake (14.1.4): - ExpoModulesCore - - ExpoLinking (7.0.5): + - ExpoLinearGradient (14.1.5): - ExpoModulesCore - - ExpoLocalization (16.0.1): + - ExpoLinking (7.1.7): - ExpoModulesCore - - ExpoLocation (18.0.10): + - ExpoLocalization (16.1.6): - ExpoModulesCore - - ExpoModulesCore (2.2.3): + - ExpoLocation (18.1.6): + - ExpoModulesCore + - ExpoModulesCore (2.5.0): - DoubleConversion - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -260,30 +315,32 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-ImageManager + - React-jsi - React-jsinspector - React-NativeModulesApple - - React-RCTAppDelegate - React-RCTFabric + - React-renderercss - React-rendererdebug - React-utils - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - ExpoSecureStore (14.0.1): + - ExpoSecureStore (14.2.4): - ExpoModulesCore - - ExpoSensors (14.0.2): + - ExpoSensors (14.1.4): - ExpoModulesCore - - ExpoSplashScreen (0.29.24): + - ExpoSplashScreen (0.30.10): - ExpoModulesCore - - ExpoSystemUI (4.0.9): + - ExpoSystemUI (5.0.11): - ExpoModulesCore - - EXStructuredHeaders (4.0.0) - - EXTaskManager (12.0.6): + - EXStructuredHeaders (4.1.0) + - EXTaskManager (13.1.6): - ExpoModulesCore - UMAppLoader - - EXUpdates (0.27.4): + - EXUpdates (0.28.17): - DoubleConversion - EASClient - EXManifests @@ -292,7 +349,7 @@ PODS: - EXUpdatesInterface - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - ReachabilitySwift @@ -301,19 +358,22 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-ImageManager + - React-jsi - React-NativeModulesApple - React-RCTFabric + - React-renderercss - React-rendererdebug - React-utils - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - EXUpdatesInterface (1.0.0): + - EXUpdatesInterface (1.1.0): - ExpoModulesCore - fast_float (6.1.4) - - FBLazyVector (0.76.9) + - FBLazyVector (0.79.6) - Firebase/CoreOnly (10.29.0): - FirebaseCore (= 10.29.0) - Firebase/Messaging (10.29.0): @@ -372,16 +432,16 @@ PODS: - GoogleUtilities/UserDefaults (7.13.3): - GoogleUtilities/Logger - GoogleUtilities/Privacy - - hermes-engine (0.76.9): - - hermes-engine/Pre-built (= 0.76.9) - - hermes-engine/Pre-built (0.76.9) + - hermes-engine (0.79.6): + - hermes-engine/Pre-built (= 0.79.6) + - hermes-engine/Pre-built (0.79.6) - lottie-ios (4.5.0) - - lottie-react-native (7.1.0): + - lottie-react-native (7.2.2): - DoubleConversion - glog - hermes-engine - lottie-ios (= 4.5.0) - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -389,9 +449,12 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-ImageManager + - React-jsi - React-NativeModulesApple - React-RCTFabric + - React-renderercss - React-rendererdebug - React-utils - ReactCodegen @@ -411,67 +474,68 @@ PODS: - nanopb/decode (2.30910.0) - nanopb/encode (2.30910.0) - PromisesObjC (2.4.0) - - RCT-Folly (2024.10.14.00): + - RCT-Folly (2024.11.18.00): - boost - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - - RCT-Folly/Default (= 2024.10.14.00) - - RCT-Folly/Default (2024.10.14.00): + - RCT-Folly/Default (= 2024.11.18.00) + - RCT-Folly/Default (2024.11.18.00): - boost - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - - RCT-Folly/Fabric (2024.10.14.00): + - RCT-Folly/Fabric (2024.11.18.00): - boost - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - - RCTDeprecation (0.76.9) - - RCTRequired (0.76.9) - - RCTTypeSafety (0.76.9): - - FBLazyVector (= 0.76.9) - - RCTRequired (= 0.76.9) - - React-Core (= 0.76.9) + - RCTDeprecation (0.79.6) + - RCTRequired (0.79.6) + - RCTTypeSafety (0.79.6): + - FBLazyVector (= 0.79.6) + - RCTRequired (= 0.79.6) + - React-Core (= 0.79.6) - ReachabilitySwift (5.2.4) - - React (0.76.9): - - React-Core (= 0.76.9) - - React-Core/DevSupport (= 0.76.9) - - React-Core/RCTWebSocket (= 0.76.9) - - React-RCTActionSheet (= 0.76.9) - - React-RCTAnimation (= 0.76.9) - - React-RCTBlob (= 0.76.9) - - React-RCTImage (= 0.76.9) - - React-RCTLinking (= 0.76.9) - - React-RCTNetwork (= 0.76.9) - - React-RCTSettings (= 0.76.9) - - React-RCTText (= 0.76.9) - - React-RCTVibration (= 0.76.9) - - React-callinvoker (0.76.9) - - React-Core (0.76.9): + - React (0.79.6): + - React-Core (= 0.79.6) + - React-Core/DevSupport (= 0.79.6) + - React-Core/RCTWebSocket (= 0.79.6) + - React-RCTActionSheet (= 0.79.6) + - React-RCTAnimation (= 0.79.6) + - React-RCTBlob (= 0.79.6) + - React-RCTImage (= 0.79.6) + - React-RCTLinking (= 0.79.6) + - React-RCTNetwork (= 0.79.6) + - React-RCTSettings (= 0.79.6) + - React-RCTText (= 0.79.6) + - React-RCTVibration (= 0.79.6) + - React-callinvoker (0.79.6) + - React-Core (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTDeprecation - - React-Core/Default (= 0.76.9) + - React-Core/Default (= 0.79.6) - React-cxxreact - React-featureflags - React-hermes - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/CoreModulesHeaders (0.76.9): + - React-Core/CoreModulesHeaders (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTDeprecation - React-Core/Default - React-cxxreact @@ -480,15 +544,16 @@ PODS: - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/Default (0.76.9): + - React-Core/Default (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTDeprecation - React-cxxreact - React-featureflags @@ -496,33 +561,35 @@ PODS: - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/DevSupport (0.76.9): + - React-Core/DevSupport (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTDeprecation - - React-Core/Default (= 0.76.9) - - React-Core/RCTWebSocket (= 0.76.9) + - React-Core/Default (= 0.79.6) + - React-Core/RCTWebSocket (= 0.79.6) - React-cxxreact - React-featureflags - React-hermes - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTActionSheetHeaders (0.76.9): + - React-Core/RCTActionSheetHeaders (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTDeprecation - React-Core/Default - React-cxxreact @@ -531,15 +598,16 @@ PODS: - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTAnimationHeaders (0.76.9): + - React-Core/RCTAnimationHeaders (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTDeprecation - React-Core/Default - React-cxxreact @@ -548,15 +616,16 @@ PODS: - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTBlobHeaders (0.76.9): + - React-Core/RCTBlobHeaders (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTDeprecation - React-Core/Default - React-cxxreact @@ -565,15 +634,16 @@ PODS: - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTImageHeaders (0.76.9): + - React-Core/RCTImageHeaders (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTDeprecation - React-Core/Default - React-cxxreact @@ -582,15 +652,16 @@ PODS: - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTLinkingHeaders (0.76.9): + - React-Core/RCTLinkingHeaders (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTDeprecation - React-Core/Default - React-cxxreact @@ -599,15 +670,16 @@ PODS: - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTNetworkHeaders (0.76.9): + - React-Core/RCTNetworkHeaders (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTDeprecation - React-Core/Default - React-cxxreact @@ -616,15 +688,16 @@ PODS: - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTSettingsHeaders (0.76.9): + - React-Core/RCTSettingsHeaders (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTDeprecation - React-Core/Default - React-cxxreact @@ -633,15 +706,16 @@ PODS: - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTTextHeaders (0.76.9): + - React-Core/RCTTextHeaders (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTDeprecation - React-Core/Default - React-cxxreact @@ -650,15 +724,16 @@ PODS: - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTVibrationHeaders (0.76.9): + - React-Core/RCTVibrationHeaders (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTDeprecation - React-Core/Default - React-cxxreact @@ -667,136 +742,118 @@ PODS: - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTWebSocket (0.76.9): + - React-Core/RCTWebSocket (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTDeprecation - - React-Core/Default (= 0.76.9) + - React-Core/Default (= 0.79.6) - React-cxxreact - React-featureflags - React-hermes - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-CoreModules (0.76.9): + - React-CoreModules (0.79.6): - DoubleConversion - - fast_float - - fmt - - RCT-Folly - - RCTTypeSafety - - React-Core/CoreModulesHeaders - - React-jsi + - fast_float (= 6.1.4) + - fmt (= 11.0.2) + - RCT-Folly (= 2024.11.18.00) + - RCTTypeSafety (= 0.79.6) + - React-Core/CoreModulesHeaders (= 0.79.6) + - React-jsi (= 0.79.6) - React-jsinspector + - React-jsinspectortracing - React-NativeModulesApple - React-RCTBlob - - React-RCTImage - - ReactCodegen + - React-RCTFBReactNativeSpec + - React-RCTImage (= 0.79.6) - ReactCommon - - SocketRocket - - React-cxxreact (0.76.9): + - SocketRocket (= 0.7.1) + - React-cxxreact (0.79.6): - boost - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog + - hermes-engine + - RCT-Folly (= 2024.11.18.00) + - React-callinvoker (= 0.79.6) + - React-debug (= 0.79.6) + - React-jsi (= 0.79.6) + - React-jsinspector + - React-jsinspectortracing + - React-logger (= 0.79.6) + - React-perflogger (= 0.79.6) + - React-runtimeexecutor (= 0.79.6) + - React-timing (= 0.79.6) + - React-debug (0.79.6) + - React-defaultsnativemodule (0.79.6): - hermes-engine - RCT-Folly - - React-callinvoker - - React-debug - - React-jsi - - React-jsinspector - - React-logger - - React-perflogger - - React-runtimeexecutor - - React-timing - - React-debug (0.76.9) - - React-defaultsnativemodule (0.76.9): - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly (= 2024.10.14.00) - - RCTRequired - - RCTTypeSafety - - React-Core - - React-debug - React-domnativemodule - - React-Fabric - - React-featureflags - React-featureflagsnativemodule - - React-graphics + - React-hermes - React-idlecallbacksnativemodule - - React-ImageManager + - React-jsi + - React-jsiexecutor - React-microtasksnativemodule - - React-NativeModulesApple - - React-RCTFabric - - React-rendererdebug - - React-utils - - ReactCodegen - - ReactCommon/turbomodule/bridging - - ReactCommon/turbomodule/core - - Yoga - - React-domnativemodule (0.76.9): - - DoubleConversion - - glog + - React-RCTFBReactNativeSpec + - React-domnativemodule (0.79.6): - hermes-engine - - RCT-Folly (= 2024.10.14.00) - - RCTRequired - - RCTTypeSafety - - React-Core - - React-debug + - RCT-Folly - React-Fabric - React-FabricComponents - - React-featureflags - React-graphics - - React-ImageManager - - React-NativeModulesApple - - React-RCTFabric - - React-rendererdebug - - React-utils - - ReactCodegen - - ReactCommon/turbomodule/bridging + - React-hermes + - React-jsi + - React-jsiexecutor + - React-RCTFBReactNativeSpec - ReactCommon/turbomodule/core - Yoga - - React-Fabric (0.76.9): + - React-Fabric (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core - React-cxxreact - React-debug - - React-Fabric/animations (= 0.76.9) - - React-Fabric/attributedstring (= 0.76.9) - - React-Fabric/componentregistry (= 0.76.9) - - React-Fabric/componentregistrynative (= 0.76.9) - - React-Fabric/components (= 0.76.9) - - React-Fabric/core (= 0.76.9) - - React-Fabric/dom (= 0.76.9) - - React-Fabric/imagemanager (= 0.76.9) - - React-Fabric/leakchecker (= 0.76.9) - - React-Fabric/mounting (= 0.76.9) - - React-Fabric/observers (= 0.76.9) - - React-Fabric/scheduler (= 0.76.9) - - React-Fabric/telemetry (= 0.76.9) - - React-Fabric/templateprocessor (= 0.76.9) - - React-Fabric/uimanager (= 0.76.9) + - React-Fabric/animations (= 0.79.6) + - React-Fabric/attributedstring (= 0.79.6) + - React-Fabric/componentregistry (= 0.79.6) + - React-Fabric/componentregistrynative (= 0.79.6) + - React-Fabric/components (= 0.79.6) + - React-Fabric/consistency (= 0.79.6) + - React-Fabric/core (= 0.79.6) + - React-Fabric/dom (= 0.79.6) + - React-Fabric/imagemanager (= 0.79.6) + - React-Fabric/leakchecker (= 0.79.6) + - React-Fabric/mounting (= 0.79.6) + - React-Fabric/observers (= 0.79.6) + - React-Fabric/scheduler (= 0.79.6) + - React-Fabric/telemetry (= 0.79.6) + - React-Fabric/templateprocessor (= 0.79.6) + - React-Fabric/uimanager (= 0.79.6) - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -804,13 +861,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/animations (0.76.9): + - React-Fabric/animations (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -818,6 +875,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -825,13 +883,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/attributedstring (0.76.9): + - React-Fabric/attributedstring (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -839,6 +897,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -846,13 +905,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/componentregistry (0.76.9): + - React-Fabric/componentregistry (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -860,6 +919,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -867,13 +927,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/componentregistrynative (0.76.9): + - React-Fabric/componentregistrynative (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -881,6 +941,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -888,23 +949,25 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components (0.76.9): + - React-Fabric/components (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core - React-cxxreact - React-debug - - React-Fabric/components/legacyviewmanagerinterop (= 0.76.9) - - React-Fabric/components/root (= 0.76.9) - - React-Fabric/components/view (= 0.76.9) + - React-Fabric/components/legacyviewmanagerinterop (= 0.79.6) + - React-Fabric/components/root (= 0.79.6) + - React-Fabric/components/scrollview (= 0.79.6) + - React-Fabric/components/view (= 0.79.6) - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -912,13 +975,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/legacyviewmanagerinterop (0.76.9): + - React-Fabric/components/legacyviewmanagerinterop (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -926,6 +989,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -933,13 +997,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/root (0.76.9): + - React-Fabric/components/root (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -947,6 +1011,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -954,13 +1019,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/view (0.76.9): + - React-Fabric/components/scrollview (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -968,6 +1033,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -975,14 +1041,37 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core + - React-Fabric/components/view (0.79.6): + - DoubleConversion + - fast_float (= 6.1.4) + - fmt (= 11.0.2) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.11.18.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-hermes + - React-jsi + - React-jsiexecutor + - React-logger + - React-renderercss + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core - Yoga - - React-Fabric/core (0.76.9): + - React-Fabric/consistency (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -990,6 +1079,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -997,13 +1087,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/dom (0.76.9): + - React-Fabric/core (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1011,6 +1101,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -1018,13 +1109,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/imagemanager (0.76.9): + - React-Fabric/dom (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1032,6 +1123,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -1039,13 +1131,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/leakchecker (0.76.9): + - React-Fabric/imagemanager (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1053,6 +1145,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -1060,13 +1153,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/mounting (0.76.9): + - React-Fabric/leakchecker (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1074,6 +1167,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -1081,35 +1175,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/observers (0.76.9): + - React-Fabric/mounting (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) - - RCTRequired - - RCTTypeSafety - - React-Core - - React-cxxreact - - React-debug - - React-Fabric/observers/events (= 0.76.9) - - 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.9): - - DoubleConversion - - fast_float - - fmt - - glog - - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1117,6 +1189,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -1124,13 +1197,58 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/scheduler (0.76.9): + - React-Fabric/observers (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-Fabric/observers/events (= 0.79.6) + - React-featureflags + - React-graphics + - React-hermes + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/observers/events (0.79.6): + - DoubleConversion + - fast_float (= 6.1.4) + - fmt (= 11.0.2) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.11.18.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-cxxreact + - React-debug + - React-featureflags + - React-graphics + - React-hermes + - React-jsi + - React-jsiexecutor + - React-logger + - React-rendererdebug + - React-runtimescheduler + - React-utils + - ReactCommon/turbomodule/core + - React-Fabric/scheduler (0.79.6): + - DoubleConversion + - fast_float (= 6.1.4) + - fmt (= 11.0.2) + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1139,6 +1257,7 @@ PODS: - React-Fabric/observers/events - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -1147,13 +1266,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/telemetry (0.76.9): + - React-Fabric/telemetry (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1161,6 +1280,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -1168,13 +1288,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/templateprocessor (0.76.9): + - React-Fabric/templateprocessor (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1182,6 +1302,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -1189,21 +1310,22 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/uimanager (0.76.9): + - React-Fabric/uimanager (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core - React-cxxreact - React-debug - - React-Fabric/uimanager/consistency (= 0.76.9) + - React-Fabric/uimanager/consistency (= 0.79.6) - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -1212,13 +1334,13 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/uimanager/consistency (0.76.9): + - React-Fabric/uimanager/consistency (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1226,6 +1348,7 @@ PODS: - React-debug - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger @@ -1234,72 +1357,72 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-FabricComponents (0.76.9): + - React-FabricComponents (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core - React-cxxreact - React-debug - React-Fabric - - React-FabricComponents/components (= 0.76.9) - - React-FabricComponents/textlayoutmanager (= 0.76.9) + - React-FabricComponents/components (= 0.79.6) + - React-FabricComponents/textlayoutmanager (= 0.79.6) - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger - React-rendererdebug - React-runtimescheduler - React-utils - - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components (0.76.9): + - React-FabricComponents/components (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core - React-cxxreact - React-debug - React-Fabric - - React-FabricComponents/components/inputaccessory (= 0.76.9) - - React-FabricComponents/components/iostextinput (= 0.76.9) - - React-FabricComponents/components/modal (= 0.76.9) - - React-FabricComponents/components/rncore (= 0.76.9) - - React-FabricComponents/components/safeareaview (= 0.76.9) - - React-FabricComponents/components/scrollview (= 0.76.9) - - React-FabricComponents/components/text (= 0.76.9) - - React-FabricComponents/components/textinput (= 0.76.9) - - React-FabricComponents/components/unimplementedview (= 0.76.9) + - React-FabricComponents/components/inputaccessory (= 0.79.6) + - React-FabricComponents/components/iostextinput (= 0.79.6) + - React-FabricComponents/components/modal (= 0.79.6) + - React-FabricComponents/components/rncore (= 0.79.6) + - React-FabricComponents/components/safeareaview (= 0.79.6) + - React-FabricComponents/components/scrollview (= 0.79.6) + - React-FabricComponents/components/text (= 0.79.6) + - React-FabricComponents/components/textinput (= 0.79.6) + - React-FabricComponents/components/unimplementedview (= 0.79.6) - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger - React-rendererdebug - React-runtimescheduler - React-utils - - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/inputaccessory (0.76.9): + - React-FabricComponents/components/inputaccessory (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1308,22 +1431,22 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger - React-rendererdebug - React-runtimescheduler - React-utils - - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/iostextinput (0.76.9): + - React-FabricComponents/components/iostextinput (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1332,22 +1455,22 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger - React-rendererdebug - React-runtimescheduler - React-utils - - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/modal (0.76.9): + - React-FabricComponents/components/modal (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1356,22 +1479,22 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger - React-rendererdebug - React-runtimescheduler - React-utils - - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/rncore (0.76.9): + - React-FabricComponents/components/rncore (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1380,22 +1503,22 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger - React-rendererdebug - React-runtimescheduler - React-utils - - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/safeareaview (0.76.9): + - React-FabricComponents/components/safeareaview (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1404,22 +1527,22 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger - React-rendererdebug - React-runtimescheduler - React-utils - - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/scrollview (0.76.9): + - React-FabricComponents/components/scrollview (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1428,22 +1551,22 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger - React-rendererdebug - React-runtimescheduler - React-utils - - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/text (0.76.9): + - React-FabricComponents/components/text (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1452,22 +1575,22 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger - React-rendererdebug - React-runtimescheduler - React-utils - - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/textinput (0.76.9): + - React-FabricComponents/components/textinput (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1476,22 +1599,22 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger - React-rendererdebug - React-runtimescheduler - React-utils - - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/unimplementedview (0.76.9): + - React-FabricComponents/components/unimplementedview (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1500,22 +1623,22 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger - React-rendererdebug - React-runtimescheduler - React-utils - - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/textlayoutmanager (0.76.9): + - React-FabricComponents/textlayoutmanager (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1524,101 +1647,83 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-logger - React-rendererdebug - React-runtimescheduler - React-utils - - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricImage (0.76.9): + - React-FabricImage (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly/Fabric - - RCTRequired - - RCTTypeSafety + - RCT-Folly/Fabric (= 2024.11.18.00) + - RCTRequired (= 0.79.6) + - RCTTypeSafety (= 0.79.6) - React-Fabric + - React-featureflags - React-graphics + - React-hermes - React-ImageManager - React-jsi - - React-jsiexecutor + - React-jsiexecutor (= 0.79.6) - React-logger - React-rendererdebug - React-utils - ReactCommon - Yoga - - React-featureflags (0.76.9) - - React-featureflagsnativemodule (0.76.9): + - React-featureflags (0.79.6): + - RCT-Folly (= 2024.11.18.00) + - React-featureflagsnativemodule (0.79.6): + - hermes-engine + - RCT-Folly + - React-featureflags + - React-hermes + - React-jsi + - React-jsiexecutor + - React-RCTFBReactNativeSpec + - ReactCommon/turbomodule/core + - React-graphics (0.79.6): - DoubleConversion + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly (= 2024.10.14.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.9): - - DoubleConversion - - fast_float - - fmt - - glog - - RCT-Folly/Fabric + - RCT-Folly/Fabric (= 2024.11.18.00) + - React-hermes - React-jsi - React-jsiexecutor - React-utils - - React-hermes (0.76.9): + - React-hermes (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) + - glog + - hermes-engine + - RCT-Folly (= 2024.11.18.00) + - React-cxxreact (= 0.79.6) + - React-jsi + - React-jsiexecutor (= 0.79.6) + - React-jsinspector + - React-jsinspectortracing + - React-perflogger (= 0.79.6) + - React-runtimeexecutor + - React-idlecallbacksnativemodule (0.79.6): - glog - hermes-engine - RCT-Folly - - React-cxxreact + - React-hermes - React-jsi - React-jsiexecutor - - React-jsinspector - - React-perflogger - - React-runtimeexecutor - - React-idlecallbacksnativemodule (0.76.9): - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly (= 2024.10.14.00) - - RCTRequired - - RCTTypeSafety - - React-Core - - React-debug - - React-Fabric - - React-featureflags - - React-graphics - - React-ImageManager - - React-NativeModulesApple - - React-RCTFabric - - React-rendererdebug + - React-RCTFBReactNativeSpec - React-runtimescheduler - - React-utils - - ReactCodegen - - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - Yoga - - React-ImageManager (0.76.9): + - React-ImageManager (0.79.6): - glog - RCT-Folly/Fabric - React-Core/Default @@ -1627,69 +1732,73 @@ PODS: - React-graphics - React-rendererdebug - React-utils - - React-jserrorhandler (0.76.9): + - React-jserrorhandler (0.79.6): - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - React-cxxreact - React-debug + - React-featureflags - React-jsi - - React-jsi (0.76.9): + - ReactCommon/turbomodule/bridging + - React-jsi (0.79.6): - boost - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly - - React-jsiexecutor (0.76.9): + - RCT-Folly (= 2024.11.18.00) + - React-jsiexecutor (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly - - React-cxxreact - - React-jsi + - RCT-Folly (= 2024.11.18.00) + - React-cxxreact (= 0.79.6) + - React-jsi (= 0.79.6) - React-jsinspector - - React-perflogger - - React-jsinspector (0.76.9): + - React-jsinspectortracing + - React-perflogger (= 0.79.6) + - React-jsinspector (0.79.6): - DoubleConversion - glog - hermes-engine - RCT-Folly - React-featureflags - React-jsi - - React-perflogger - - React-runtimeexecutor - - React-jsitracing (0.76.9): - - React-jsi - - React-logger (0.76.9): - - glog - - React-Mapbuffer (0.76.9): - - glog - - React-debug - - React-microtasksnativemodule (0.76.9): + - React-jsinspectortracing + - React-perflogger (= 0.79.6) + - React-runtimeexecutor (= 0.79.6) + - React-jsinspectortracing (0.79.6): + - RCT-Folly + - React-oscompat + - React-jsitooling (0.79.6): - DoubleConversion + - fast_float (= 6.1.4) + - fmt (= 11.0.2) + - glog + - RCT-Folly (= 2024.11.18.00) + - React-cxxreact (= 0.79.6) + - React-jsi (= 0.79.6) + - React-jsinspector + - React-jsinspectortracing + - React-jsitracing (0.79.6): + - React-jsi + - React-logger (0.79.6): + - glog + - React-Mapbuffer (0.79.6): - glog - - hermes-engine - - RCT-Folly (= 2024.10.14.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 + - React-microtasksnativemodule (0.79.6): + - hermes-engine + - RCT-Folly + - React-hermes + - React-jsi + - React-jsiexecutor + - React-RCTFBReactNativeSpec - ReactCommon/turbomodule/core - - Yoga - react-native-contact-pick (0.1.2): - React-Core - react-native-device-country (1.0.5): @@ -1702,11 +1811,11 @@ PODS: - React - react-native-netinfo (11.4.1): - React-Core - - react-native-pager-view (6.5.1): + - react-native-pager-view (6.7.1): - DoubleConversion - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1714,22 +1823,25 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-ImageManager + - React-jsi - React-NativeModulesApple - React-RCTFabric + - React-renderercss - React-rendererdebug - React-utils - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-safe-area-context (4.12.0): + - react-native-safe-area-context (5.4.0): - React-Core - - react-native-slider (4.5.5): + - react-native-slider (4.5.6): - DoubleConversion - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1737,46 +1849,55 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-ImageManager + - React-jsi - React-NativeModulesApple - React-RCTFabric + - React-renderercss - React-rendererdebug - React-utils - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - React-nativeconfig (0.76.9) - - React-NativeModulesApple (0.76.9): + - React-NativeModulesApple (0.79.6): - glog - hermes-engine - React-callinvoker - React-Core - React-cxxreact + - React-featureflags + - React-hermes - React-jsi - React-jsinspector - React-runtimeexecutor - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-perflogger (0.76.9): + - React-oscompat (0.79.6) + - React-perflogger (0.79.6): - DoubleConversion - - RCT-Folly (= 2024.10.14.00) - - React-performancetimeline (0.76.9): - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) + - React-performancetimeline (0.79.6): + - RCT-Folly (= 2024.11.18.00) - React-cxxreact + - React-featureflags + - React-jsinspectortracing + - React-perflogger - React-timing - - React-RCTActionSheet (0.76.9): - - React-Core/RCTActionSheetHeaders (= 0.76.9) - - React-RCTAnimation (0.76.9): - - RCT-Folly (= 2024.10.14.00) + - React-RCTActionSheet (0.79.6): + - React-Core/RCTActionSheetHeaders (= 0.79.6) + - React-RCTAnimation (0.79.6): + - RCT-Folly (= 2024.11.18.00) - RCTTypeSafety - React-Core/RCTAnimationHeaders - React-jsi - React-NativeModulesApple - - ReactCodegen + - React-RCTFBReactNativeSpec - ReactCommon - - React-RCTAppDelegate (0.76.9): - - RCT-Folly (= 2024.10.14.00) + - React-RCTAppDelegate (0.79.6): + - hermes-engine + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -1787,37 +1908,37 @@ PODS: - React-featureflags - React-graphics - React-hermes - - React-nativeconfig + - React-jsitooling - React-NativeModulesApple - React-RCTFabric + - React-RCTFBReactNativeSpec - React-RCTImage - React-RCTNetwork + - React-RCTRuntime - React-rendererdebug - React-RuntimeApple - React-RuntimeCore - - React-RuntimeHermes - React-runtimescheduler - React-utils - - ReactCodegen - ReactCommon - - React-RCTBlob (0.76.9): + - React-RCTBlob (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - React-Core/RCTBlobHeaders - React-Core/RCTWebSocket - React-jsi - React-jsinspector - React-NativeModulesApple + - React-RCTFBReactNativeSpec - React-RCTNetwork - - ReactCodegen - ReactCommon - - React-RCTFabric (0.76.9): + - React-RCTFabric (0.79.6): - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - React-Core - React-debug - React-Fabric @@ -1825,137 +1946,179 @@ PODS: - React-FabricImage - React-featureflags - React-graphics + - React-hermes - React-ImageManager - React-jsi - React-jsinspector - - React-nativeconfig + - React-jsinspectortracing - React-performancetimeline + - React-RCTAnimation - React-RCTImage - React-RCTText - React-rendererconsistency + - React-renderercss - React-rendererdebug - React-runtimescheduler - React-utils - Yoga - - React-RCTImage (0.76.9): - - RCT-Folly (= 2024.10.14.00) + - React-RCTFBReactNativeSpec (0.79.6): + - hermes-engine + - RCT-Folly + - RCTRequired + - RCTTypeSafety + - React-Core + - React-hermes + - React-jsi + - React-jsiexecutor + - React-NativeModulesApple + - ReactCommon + - React-RCTImage (0.79.6): + - RCT-Folly (= 2024.11.18.00) - RCTTypeSafety - React-Core/RCTImageHeaders - React-jsi - React-NativeModulesApple + - React-RCTFBReactNativeSpec - React-RCTNetwork - - ReactCodegen - ReactCommon - - React-RCTLinking (0.76.9): - - React-Core/RCTLinkingHeaders (= 0.76.9) - - React-jsi (= 0.76.9) + - React-RCTLinking (0.79.6): + - React-Core/RCTLinkingHeaders (= 0.79.6) + - React-jsi (= 0.79.6) - React-NativeModulesApple - - ReactCodegen + - React-RCTFBReactNativeSpec - ReactCommon - - ReactCommon/turbomodule/core (= 0.76.9) - - React-RCTNetwork (0.76.9): - - RCT-Folly (= 2024.10.14.00) + - ReactCommon/turbomodule/core (= 0.79.6) + - React-RCTNetwork (0.79.6): + - RCT-Folly (= 2024.11.18.00) - RCTTypeSafety - React-Core/RCTNetworkHeaders - React-jsi - React-NativeModulesApple - - ReactCodegen + - React-RCTFBReactNativeSpec - ReactCommon - - React-RCTSettings (0.76.9): - - RCT-Folly (= 2024.10.14.00) + - React-RCTRuntime (0.79.6): + - glog + - hermes-engine + - RCT-Folly/Fabric (= 2024.11.18.00) + - React-Core + - React-hermes + - React-jsi + - React-jsinspector + - React-jsinspectortracing + - React-jsitooling + - React-RuntimeApple + - React-RuntimeCore + - React-RuntimeHermes + - React-RCTSettings (0.79.6): + - RCT-Folly (= 2024.11.18.00) - RCTTypeSafety - React-Core/RCTSettingsHeaders - React-jsi - React-NativeModulesApple - - ReactCodegen + - React-RCTFBReactNativeSpec - ReactCommon - - React-RCTText (0.76.9): - - React-Core/RCTTextHeaders (= 0.76.9) + - React-RCTText (0.79.6): + - React-Core/RCTTextHeaders (= 0.79.6) - Yoga - - React-RCTVibration (0.76.9): - - RCT-Folly (= 2024.10.14.00) + - React-RCTVibration (0.79.6): + - RCT-Folly (= 2024.11.18.00) - React-Core/RCTVibrationHeaders - React-jsi - React-NativeModulesApple - - ReactCodegen + - React-RCTFBReactNativeSpec - ReactCommon - - React-rendererconsistency (0.76.9) - - React-rendererdebug (0.76.9): - - DoubleConversion - - fast_float - - fmt - - RCT-Folly + - React-rendererconsistency (0.79.6) + - React-renderercss (0.79.6): - React-debug - - React-rncore (0.76.9) - - React-RuntimeApple (0.76.9): + - React-utils + - React-rendererdebug (0.79.6): + - DoubleConversion + - fast_float (= 6.1.4) + - fmt (= 11.0.2) + - RCT-Folly (= 2024.11.18.00) + - React-debug + - React-rncore (0.79.6) + - React-RuntimeApple (0.79.6): - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - React-callinvoker - React-Core/Default - React-CoreModules - React-cxxreact + - React-featureflags - React-jserrorhandler - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-Mapbuffer - React-NativeModulesApple - React-RCTFabric + - React-RCTFBReactNativeSpec - React-RuntimeCore - React-runtimeexecutor - React-RuntimeHermes - React-runtimescheduler - React-utils - - React-RuntimeCore (0.76.9): + - React-RuntimeCore (0.79.6): - glog - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - React-cxxreact + - React-Fabric - React-featureflags + - React-hermes - React-jserrorhandler - React-jsi - React-jsiexecutor - React-jsinspector + - React-jsitooling - React-performancetimeline - React-runtimeexecutor - React-runtimescheduler - React-utils - - React-runtimeexecutor (0.76.9): - - React-jsi (= 0.76.9) - - React-RuntimeHermes (0.76.9): + - React-runtimeexecutor (0.79.6): + - React-jsi (= 0.79.6) + - React-RuntimeHermes (0.79.6): - hermes-engine - - RCT-Folly/Fabric (= 2024.10.14.00) + - RCT-Folly/Fabric (= 2024.11.18.00) - React-featureflags - React-hermes - React-jsi - React-jsinspector + - React-jsinspectortracing + - React-jsitooling - React-jsitracing - - React-nativeconfig - React-RuntimeCore - React-utils - - React-runtimescheduler (0.76.9): + - React-runtimescheduler (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - React-callinvoker - React-cxxreact - React-debug - React-featureflags + - React-hermes - React-jsi + - React-jsinspectortracing - React-performancetimeline - React-rendererconsistency - React-rendererdebug - React-runtimeexecutor - React-timing - React-utils - - React-timing (0.76.9) - - React-utils (0.76.9): + - React-timing (0.79.6) + - React-utils (0.79.6): - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - React-debug - - React-jsi (= 0.76.9) - - ReactCodegen (0.76.9): + - React-hermes + - React-jsi (= 0.79.6) + - ReactAppDependencyProvider (0.79.6): + - ReactCodegen + - ReactCodegen (0.79.6): - DoubleConversion - glog - hermes-engine @@ -1968,65 +2131,89 @@ PODS: - React-FabricImage - React-featureflags - React-graphics + - React-hermes - React-jsi - React-jsiexecutor - React-NativeModulesApple + - React-RCTAppDelegate - React-rendererdebug - React-utils - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - ReactCommon (0.76.9): - - ReactCommon/turbomodule (= 0.76.9) - - ReactCommon/turbomodule (0.76.9): + - ReactCommon (0.79.6): + - ReactCommon/turbomodule (= 0.79.6) + - ReactCommon/turbomodule (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly - - React-callinvoker - - React-cxxreact - - React-jsi - - React-logger - - React-perflogger - - ReactCommon/turbomodule/bridging (= 0.76.9) - - ReactCommon/turbomodule/core (= 0.76.9) - - ReactCommon/turbomodule/bridging (0.76.9): + - RCT-Folly (= 2024.11.18.00) + - React-callinvoker (= 0.79.6) + - React-cxxreact (= 0.79.6) + - React-jsi (= 0.79.6) + - React-logger (= 0.79.6) + - React-perflogger (= 0.79.6) + - ReactCommon/turbomodule/bridging (= 0.79.6) + - ReactCommon/turbomodule/core (= 0.79.6) + - ReactCommon/turbomodule/bridging (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly - - React-callinvoker - - React-cxxreact - - React-jsi (= 0.76.9) - - React-logger - - React-perflogger - - ReactCommon/turbomodule/core (0.76.9): + - RCT-Folly (= 2024.11.18.00) + - React-callinvoker (= 0.79.6) + - React-cxxreact (= 0.79.6) + - React-jsi (= 0.79.6) + - React-logger (= 0.79.6) + - React-perflogger (= 0.79.6) + - ReactCommon/turbomodule/core (0.79.6): - DoubleConversion - - fast_float - - fmt + - fast_float (= 6.1.4) + - fmt (= 11.0.2) - glog - hermes-engine - - RCT-Folly - - React-callinvoker - - React-cxxreact - - React-debug (= 0.76.9) - - React-featureflags (= 0.76.9) - - React-jsi - - React-logger - - React-perflogger - - React-utils (= 0.76.9) + - RCT-Folly (= 2024.11.18.00) + - React-callinvoker (= 0.79.6) + - React-cxxreact (= 0.79.6) + - React-debug (= 0.79.6) + - React-featureflags (= 0.79.6) + - React-jsi (= 0.79.6) + - React-logger (= 0.79.6) + - React-perflogger (= 0.79.6) + - React-utils (= 0.79.6) - RNBackgroundFetch (4.2.7): - React-Core - - RNBackgroundGeolocation (4.18.6): + - RNBackgroundGeolocation (4.19.0): - CocoaLumberjack (~> 3.8.5) - React-Core - - RNCAsyncStorage (1.23.1): + - RNCAsyncStorage (2.1.2): - React-Core - - RNCMaskedView (0.3.1): + - RNCMaskedView (0.3.2): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.11.18.00) + - RCTRequired + - RCTTypeSafety - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-hermes + - React-ImageManager + - React-jsi + - React-NativeModulesApple + - React-RCTFabric + - React-renderercss + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga - RNFBApp (20.5.0): - Firebase/CoreOnly (= 10.29.0) - React-Core @@ -2035,11 +2222,11 @@ PODS: - FirebaseCoreExtension - React-Core - RNFBApp - - RNGestureHandler (2.20.2): + - RNGestureHandler (2.24.0): - DoubleConversion - glog - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -2047,9 +2234,12 @@ PODS: - React-Fabric - React-featureflags - React-graphics + - React-hermes - React-ImageManager + - React-jsi - React-NativeModulesApple - React-RCTFabric + - React-renderercss - React-rendererdebug - React-utils - ReactCodegen @@ -2072,120 +2262,11 @@ PODS: - React-Core - RNPermissions (4.1.5): - React-Core - - RNReanimated (3.16.7): + - RNReanimated (3.17.5): - DoubleConversion - glog - hermes-engine - - RCT-Folly (= 2024.10.14.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 - - RNReanimated/reanimated (= 3.16.7) - - RNReanimated/worklets (= 3.16.7) - - Yoga - - RNReanimated/reanimated (3.16.7): - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly (= 2024.10.14.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 - - RNReanimated/reanimated/apple (= 3.16.7) - - Yoga - - RNReanimated/reanimated/apple (3.16.7): - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly (= 2024.10.14.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 - - RNReanimated/worklets (3.16.7): - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly (= 2024.10.14.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 - - RNScreens (4.4.0): - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly (= 2024.10.14.00) - - RCTRequired - - RCTTypeSafety - - React-Core - - React-debug - - React-Fabric - - React-featureflags - - React-graphics - - React-ImageManager - - React-NativeModulesApple - - React-RCTFabric - - React-RCTImage - - React-rendererdebug - - React-utils - - ReactCodegen - - ReactCommon/turbomodule/bridging - - ReactCommon/turbomodule/core - - Yoga - - RNSentry (6.10.0): - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly (= 2024.10.14.00) + - RCT-Folly (= 2024.11.18.00) - RCTRequired - RCTTypeSafety - React-Core @@ -2195,21 +2276,172 @@ PODS: - React-graphics - React-hermes - React-ImageManager + - React-jsi - React-NativeModulesApple - React-RCTFabric + - React-renderercss - React-rendererdebug - React-utils - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - Sentry/HybridSDK (= 8.48.0) + - RNReanimated/reanimated (= 3.17.5) + - RNReanimated/worklets (= 3.17.5) + - Yoga + - RNReanimated/reanimated (3.17.5): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.11.18.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-hermes + - React-ImageManager + - React-jsi + - React-NativeModulesApple + - React-RCTFabric + - React-renderercss + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - RNReanimated/reanimated/apple (= 3.17.5) + - Yoga + - RNReanimated/reanimated/apple (3.17.5): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.11.18.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-hermes + - React-ImageManager + - React-jsi + - React-NativeModulesApple + - React-RCTFabric + - React-renderercss + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - RNReanimated/worklets (3.17.5): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.11.18.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-hermes + - React-ImageManager + - React-jsi + - React-NativeModulesApple + - React-RCTFabric + - React-renderercss + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - RNReanimated/worklets/apple (= 3.17.5) + - Yoga + - RNReanimated/worklets/apple (3.17.5): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.11.18.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-hermes + - React-ImageManager + - React-jsi + - React-NativeModulesApple + - React-RCTFabric + - React-renderercss + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - RNScreens (4.11.1): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.11.18.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-hermes + - React-ImageManager + - React-jsi + - React-NativeModulesApple + - React-RCTFabric + - React-RCTImage + - React-renderercss + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - RNSentry (6.14.0): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.11.18.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-hermes + - React-ImageManager + - React-jsi + - React-NativeModulesApple + - React-RCTFabric + - React-renderercss + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Sentry/HybridSDK (= 8.50.2) - Yoga - RNVectorIcons (9.2.0): - React-Core - - Sentry/HybridSDK (8.48.0) + - Sentry/HybridSDK (8.50.2) - SocketRocket (0.7.1) - - TOCropViewController (2.7.4) - - UMAppLoader (5.0.1) + - TOCropViewController (2.8.0) + - UMAppLoader (5.1.3) - Yoga (0.0.0) DEPENDENCIES: @@ -2228,6 +2460,7 @@ DEPENDENCIES: - expo-dev-menu (from `../node_modules/expo-dev-menu`) - expo-dev-menu-interface (from `../node_modules/expo-dev-menu-interface/ios`) - ExpoAsset (from `../node_modules/expo-asset/ios`) + - ExpoAudio (from `../node_modules/expo-audio/ios`) - ExpoContacts (from `../node_modules/expo-contacts/ios`) - ExpoDevice (from `../node_modules/expo-device/ios`) - ExpoFileSystem (from `../node_modules/expo-file-system/ios`) @@ -2280,6 +2513,8 @@ DEPENDENCIES: - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`) - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`) - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector-modern`) + - React-jsinspectortracing (from `../node_modules/react-native/ReactCommon/jsinspector-modern/tracing`) + - React-jsitooling (from `../node_modules/react-native/ReactCommon/jsitooling`) - 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`) @@ -2293,8 +2528,8 @@ DEPENDENCIES: - react-native-pager-view (from `../node_modules/react-native-pager-view`) - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`) - "react-native-slider (from `../node_modules/@react-native-community/slider`)" - - React-nativeconfig (from `../node_modules/react-native/ReactCommon`) - React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`) + - React-oscompat (from `../node_modules/react-native/ReactCommon/oscompat`) - 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`) @@ -2302,13 +2537,16 @@ DEPENDENCIES: - 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-RCTFBReactNativeSpec (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-RCTRuntime (from `../node_modules/react-native/React/Runtime`) - 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-renderercss (from `../node_modules/react-native/ReactCommon/react/renderer/css`) - 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`) @@ -2318,6 +2556,7 @@ DEPENDENCIES: - 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`) + - ReactAppDependencyProvider (from `build/generated/ios`) - ReactCodegen (from `build/generated/ios`) - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) - RNBackgroundFetch (from `../node_modules/react-native-background-fetch`) @@ -2334,6 +2573,7 @@ DEPENDENCIES: - RNScreens (from `../node_modules/react-native-screens`) - "RNSentry (from `../node_modules/@sentry/react-native`)" - RNVectorIcons (from `../node_modules/react-native-vector-icons`) + - TOCropViewController (~> 2.6) - UMAppLoader (from `../node_modules/unimodules-app-loader/ios`) - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) @@ -2387,6 +2627,8 @@ EXTERNAL SOURCES: :path: "../node_modules/expo-dev-menu-interface/ios" ExpoAsset: :path: "../node_modules/expo-asset/ios" + ExpoAudio: + :path: "../node_modules/expo-audio/ios" ExpoContacts: :path: "../node_modules/expo-contacts/ios" ExpoDevice: @@ -2433,7 +2675,7 @@ EXTERNAL SOURCES: :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-11-12-RNv0.76.2-5b4aa20c719830dcf5684832b89a6edb95ac3d64 + :tag: hermes-2025-06-04-RNv0.79.3-7f9a871eefeb2c3852365ee80f0b6733ec12ac3b lottie-react-native: :path: "../node_modules/lottie-react-native" maplibre-react-native: @@ -2488,6 +2730,10 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/jsiexecutor" React-jsinspector: :path: "../node_modules/react-native/ReactCommon/jsinspector-modern" + React-jsinspectortracing: + :path: "../node_modules/react-native/ReactCommon/jsinspector-modern/tracing" + React-jsitooling: + :path: "../node_modules/react-native/ReactCommon/jsitooling" React-jsitracing: :path: "../node_modules/react-native/ReactCommon/hermes/executor/" React-logger: @@ -2514,10 +2760,10 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native-safe-area-context" react-native-slider: :path: "../node_modules/@react-native-community/slider" - React-nativeconfig: - :path: "../node_modules/react-native/ReactCommon" React-NativeModulesApple: :path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios" + React-oscompat: + :path: "../node_modules/react-native/ReactCommon/oscompat" React-perflogger: :path: "../node_modules/react-native/ReactCommon/reactperflogger" React-performancetimeline: @@ -2532,12 +2778,16 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/Libraries/Blob" React-RCTFabric: :path: "../node_modules/react-native/React" + React-RCTFBReactNativeSpec: + :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-RCTRuntime: + :path: "../node_modules/react-native/React/Runtime" React-RCTSettings: :path: "../node_modules/react-native/Libraries/Settings" React-RCTText: @@ -2546,6 +2796,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/Libraries/Vibration" React-rendererconsistency: :path: "../node_modules/react-native/ReactCommon/react/renderer/consistency" + React-renderercss: + :path: "../node_modules/react-native/ReactCommon/react/renderer/css" React-rendererdebug: :path: "../node_modules/react-native/ReactCommon/react/renderer/debug" React-rncore: @@ -2564,6 +2816,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/react/timing" React-utils: :path: "../node_modules/react-native/ReactCommon/react/utils" + ReactAppDependencyProvider: + :path: build/generated/ios ReactCodegen: :path: build/generated/ios ReactCommon: @@ -2602,144 +2856,151 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - boost: 1dca942403ed9342f98334bf4c3621f011aa7946 + boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90 CocoaLumberjack: 6a459bc897d6d80bd1b8c78482ec7ad05dffc3f0 - DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385 - EASClient: 68ffef26f551980423751c44c870759842b3340f - EXApplication: 27a524f5c3e671c6218220fba04752629466a1a9 - EXAV: 57ea461614a714b8b8fcc72c6fbc298b8f1ec78b - EXConstants: a1f35b9aabbb3c6791f8e67722579b1ffcdd3f18 - EXJSONUtils: 01fc7492b66c234e395dcffdd5f53439c5c29c93 - EXManifests: 77e77c283c4c53a50b9bddebed25abe93f0b48f1 - EXNotifications: c024b19d69d31fbc22ed63682559cef38523da9e - Expo: 3e53243e3281214a7d613f8a875c0b732d7512c2 - expo-dev-client: ca3ebc270cb0d3f26e6d9c3e1da19957ef4fcac1 - expo-dev-launcher: 66a4945b9396f2528acc6b427b394645c8ba7b83 - expo-dev-menu: 915a71102903143a557c3a711a243c97e6703093 - expo-dev-menu-interface: 00dc42302a72722fdecec3fa048de84a9133bcc4 - ExpoAsset: 0687fe05f5d051c4a34dd1f9440bd00858413cfe - ExpoContacts: 95526dcc8b50a65e61d569655f4cb05edb713cbb - ExpoDevice: cf7419343b6e060209aaadd596defb1b6320597f - ExpoFileSystem: c8c19bf80d914c83dda3beb8569d7fb603be0970 - ExpoFont: 773955186469acc5108ff569712a2d243857475f - ExpoKeepAwake: 2a5f15dd4964cba8002c9a36676319a3394c85c7 - ExpoLinearGradient: ee9efc5acb988b911320e964fab9b4cbdeb198c4 - ExpoLinking: 0381341519ca7180a3a057d20edb1cf6a908aaf4 - ExpoLocalization: e36b911e04d371c6c6624ef818e56229bf51c498 - ExpoLocation: ad29273f84077363296657176ea39c3545521720 - ExpoModulesCore: aa143ddae7b87541bf00f82614bc2369ab88fded - ExpoSecureStore: d006eea5e316283099d46f80a6b10055b89a6008 - ExpoSensors: 55a2e86242c9b2560d0d25640f79e4b9f5321df6 - ExpoSplashScreen: 1832984021b0795fda9302cf84ac62f0490eeadd - ExpoSystemUI: fb8213e39d19e0861320fa69eb60cad7a839c080 - EXStructuredHeaders: 09c70347b282e3d2507e25fb4c747b1b885f87f6 - EXTaskManager: e9e20f65855cbe0a38d6e2dc2e895e5928b30923 - EXUpdates: b47cfddf12ef9edb0966b793349f6013b90f8fd4 - EXUpdatesInterface: 1dcebac98ac5dad4289e6ff2bd5616822e894397 + DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb + EASClient: 5944ca4aea2836e5ecc5158381f3d4eb43b30e56 + EXApplication: 50cc8ea58c138da6e3f25cd789634219c86b90d5 + EXAV: 28241f071fd70ea38d278d94096b61d893645946 + EXConstants: 9d62a46a36eae6d28cb978efcbc68aef354d1704 + EXJSONUtils: 1d3e4590438c3ee593684186007028a14b3686cd + EXManifests: f4cc4a62ee4f1c8a9cf2bb79d325eac6cb9f5684 + EXNotifications: d0a50a5490845c702f2c605e94533ae5ddf1aadb + Expo: 46cb6ec4cb91b06eab4137b6358152fd4eb33c36 + expo-dev-client: f1b99dfea0c9174d2e4ec96c2c5461587dda1e86 + expo-dev-launcher: 73e0cc1a270486501011fd8bed4cb096cc431a43 + expo-dev-menu: b2554d3971b251b2c1f0f5c9c3da50855150f195 + expo-dev-menu-interface: 609c35ae8b97479cdd4c9e23c8cf6adc44beea0e + ExpoAsset: 7bdbbacf4e6752ae6e3cf70555cee076f6229e6e + ExpoAudio: 052e187744415b4e04fc5c9bec08a51058983122 + ExpoContacts: 8b3e0dfb1867c89187c9d7cb461329f35c5fea45 + ExpoDevice: 7a961caede6638aa0d37d0d3aa884ab957a2e3d3 + ExpoFileSystem: 9681caebda23fa1b38a12a9c68b2bade7072ce20 + ExpoFont: 091a47eeaa1b30b0b760aa1d0a2e7814e8bf6fe6 + ExpoKeepAwake: e8dedc115d9f6f24b153ccd2d1d8efcdfd68a527 + ExpoLinearGradient: ce334cff9859da4635c1d8eff6e291b11b04ccbb + ExpoLinking: 343a89ea864a851831fd4495e8aea01cf0f6a36f + ExpoLocalization: 677e45c2536bf918119962f78d7ffeeea317e07d + ExpoLocation: 6ca806fc40d02be589782f1ca72fd7c220408c90 + ExpoModulesCore: 8030601b6028c50a3adf8864dabf43c84c913f43 + ExpoSecureStore: 833b24a0d7feffef4505184910c058221066011e + ExpoSensors: a997847b03472f79eabb7989446088bd8f791657 + ExpoSplashScreen: 5c26d329872db34aec14c5fc14931d30821bd4b5 + ExpoSystemUI: 46c8903a9c8d78232ebd7b82c4d14175700231e5 + EXStructuredHeaders: 32bec6771c2db18c4cd47cecae530d1d06cdf972 + EXTaskManager: 2b246319ee42b15142caa0b9a168d52979821700 + EXUpdates: be7202c02590324afa1d38da8ac638679e14a52d + EXUpdatesInterface: 64f35449b8ef89ce08cdd8952a4d119b5de6821d fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6 - FBLazyVector: 7605ea4810e0e10ae4815292433c09bf4324ba45 + FBLazyVector: 07309209b7b914451b8f822544a18e2a0a85afff Firebase: cec914dab6fd7b1bd8ab56ea07ce4e03dd251c2d FirebaseCore: 30e9c1cbe3d38f5f5e75f48bfcea87d7c358ec16 FirebaseCoreExtension: 705ca5b14bf71d2564a0ddc677df1fc86ffa600f FirebaseCoreInternal: df84dd300b561c27d5571684f389bf60b0a5c934 FirebaseInstallations: 913cf60d0400ebd5d6b63a28b290372ab44590dd FirebaseMessaging: 7b5d8033e183ab59eb5b852a53201559e976d366 - fmt: 01b82d4ca6470831d1cc0852a1af644be019e8f6 - glog: 08b301085f15bcbb6ff8632a8ebaf239aae04e6a + fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd + glog: 5683914934d5b6e4240e497e0f4a3b42d1854183 GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15 - hermes-engine: 9e868dc7be781364296d6ee2f56d0c1a9ef0bb11 + hermes-engine: 44bb6fe76a6eb400d3a992e2d0b21946ae999fa9 lottie-ios: a881093fab623c467d3bce374367755c272bdd59 - lottie-react-native: d99d99c0363a27052827d5e2ad9b7b9cfeb801ba + lottie-react-native: 51d548238f810778a349ecbc7cabd58ae11418a5 maplibre-react-native: 051c8bfe391b6f28e07f9a84948d4bb6eb2766b6 nanopb: 438bc412db1928dac798aa6fd75726007be04262 PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47 - RCT-Folly: 7b4f73a92ad9571b9dbdb05bb30fad927fa971e1 - RCTDeprecation: ebe712bb05077934b16c6bf25228bdec34b64f83 - RCTRequired: ca91e5dd26b64f577b528044c962baf171c6b716 - RCTTypeSafety: e7678bd60850ca5a41df9b8dc7154638cb66871f + RCT-Folly: 36fe2295e44b10d831836cc0d1daec5f8abcf809 + RCTDeprecation: 9bc64754b40b86fa5e32f293ab3ea8eea2248339 + RCTRequired: ee36c1ce9a5e65a3f629c13f38a85308eb8eebda + RCTTypeSafety: 7c0b654b92ef732fffc2a3992a02d10dc8f94bfd ReachabilitySwift: 32793e867593cfc1177f5d16491e3a197d2fccda - React: 4641770499c39f45d4e7cde1eba30e081f9d8a3d - React-callinvoker: 4bef67b5c7f3f68db5929ab6a4d44b8a002998ea - React-Core: 0a06707a0b34982efc4a556aff5dae4b22863455 - React-CoreModules: 907334e94314189c2e5eed4877f3efe7b26d85b0 - React-cxxreact: 3a1d5e8f4faa5e09be26614e9c8bbcae8d11b73d - React-debug: f1956672cf545729afb71ef838a9789c2a9088f5 - React-defaultsnativemodule: f5e33b59be56f54f0e6c1991db55ddbc6de39181 - React-domnativemodule: 73f26e6bc782ca358497fbed427035ea01fcc297 - React-Fabric: 80d7bc9d0ea7981a188b1ea6a67df072af164489 - React-FabricComponents: 1887b9027e7da5679f099b999dc56b44dbc7628c - React-FabricImage: 27996e41c769616bb68f011362bf69c472a6b2f7 - React-featureflags: dc9c91fcd6a75cc95bd7fec184d0be8ad0f26db5 - React-featureflagsnativemodule: 1a0c73dca4158da552f074d469066d317c6a0570 - React-graphics: fa15bab1a7d44a57eeb54e3185117729b141ed4b - React-hermes: ec18c10f5a69d49fb9b5e17ae95494e9ea13d4d3 - React-idlecallbacksnativemodule: 1e13269b40e163fe92cb1774a24bbe607beb0242 - React-ImageManager: 1a6f5a858f86bc93bf210a88ec5575ff22b69aaa - React-jserrorhandler: ea750869c2aa5497b3d9322afe02eb7f756b9696 - React-jsi: 95f7676103137861b79b0f319467627bcfa629ee - React-jsiexecutor: 41e0fe87cda9ea3970ffb872ef10f1ff8dbd1932 - React-jsinspector: 74c73f2b385b6a7979eddeba055961e9acc3cc42 - React-jsitracing: 182a6d4af2273f847daa8a3f841fd3ff8212d3f8 - React-logger: dbca7bdfd4aa5ef69431362bde6b36d49403cb20 - React-Mapbuffer: 129fa9634f42d88a0c3761d2829db85175b985ee - React-microtasksnativemodule: 5aeec323cb452dba293815d82bf08d7076e295d0 + React: bc28da5a227fa5e7b43e7ed68061f34740d4c880 + React-callinvoker: b78b18b44bc2c6634f7e594ad4fd206e624d41e3 + React-Core: a4a66899e0bc30cc8c0678a267356d03045e8995 + React-CoreModules: 2245b5abec9edda265e5506264a40458004d0e0a + React-cxxreact: 4d3d983512548e7c9e465c838c9339c92e724f77 + React-debug: 4e8a1d0753d6c58a6d7a8a7ffad5839542b20458 + React-defaultsnativemodule: 27e29d22d00f75603612f55ebe4b3efc7660cb1c + React-domnativemodule: 05d3957a760d057e5a29b2134fbd50a014fd50ad + React-Fabric: 3a965fbb4bd4efab8d66e18b85f0a0ad494e9c29 + React-FabricComponents: 4ac320b0a5bec890bba56e2cb6409f65c8cd5125 + React-FabricImage: 9f28f4804f7c0b17646f9def0548c7785ff2215f + React-featureflags: 3f2d22836c7a4ce883de0cd8c4d79c264095a1d6 + React-featureflagsnativemodule: 2f287afb242cfa51ead26de74eb873e97a230360 + React-graphics: 211bc35a4e0496768a93af3155a510d5da2f3287 + React-hermes: 85a89cbe7fadb0ca3447039abd2d12419a03b17f + React-idlecallbacksnativemodule: c3811792607b57c997cbd4c152529aa6fe857dc7 + React-ImageManager: beb970ffb361801eb0c27d03c0a718aee4899b51 + React-jserrorhandler: 60da4715167d1f73e5dd00270ca3d6a02bed5bf8 + React-jsi: e6252d2de1e27a3092185ccda55d717b9ec5eb15 + React-jsiexecutor: a37d42ef530b4a5948864fbd44acea58c34d7e59 + React-jsinspector: 6d3d5f8deff5e09958c9932150ff7c9ddfc5187d + React-jsinspectortracing: 208a61fc25e843b66e1f3bae8a315408e290df1d + React-jsitooling: bd57dcfc5216e59619f9704894b8fb1b932e630d + React-jsitracing: c0070f5c0d8718dda97b78a64dea48e5f6f0ccdc + React-logger: 6eca7d3c56341f3b001cf67d40452acfc4be7fa1 + React-Mapbuffer: fd2ab8923b59196d007dc261844e86ed93fa716c + React-microtasksnativemodule: fa64cc58db43baea35753db87993103d96359b72 react-native-contact-pick: 2ab30a1891bab1f95e21796d9ca1af453e1061eb react-native-device-country: 57691a62d923f612c5624fa34b6037547d9b8ee6 react-native-geolocation-service: 608e1da71a1ac31b4de64d9ef2815f697978c55b react-native-image-resizer: 681f7607418b97c084ba2d0999b153b103040d8a react-native-immediate-phone-call: eb8a86325478db6c066eac6ecf8fa9ba3fbf66c5 react-native-netinfo: f0a9899081c185db1de5bb2fdc1c88c202a059ac - react-native-pager-view: 05c322829eb1cf99c7226e48fe6f5ab0e2316f17 - react-native-safe-area-context: 142fade490cbebbe428640b8cbdb09daf17e8191 - react-native-slider: 8925e9856a27e84c0ce105b1d4f4ada65defec6c - React-nativeconfig: 415626a63057638759bcc75e0a96e2e07771a479 - React-NativeModulesApple: bffc60f55895c2723b1e5472fa40567fe3df4923 - React-perflogger: 9b4f13c0afe56bc7b4a0e93ec74b1150421ee22d - React-performancetimeline: 128acbcdacb8a5ee73aa4a2bf28db4e8627f111b - React-RCTActionSheet: aacf2375084dea6e7c221f4a727e579f732ff342 - React-RCTAnimation: d8c82deebebe3aaf7a843affac1b57cb2dc073d4 - React-RCTAppDelegate: 6c0377d9c4058773ea7073bb34bb9ebd6ddf5a84 - React-RCTBlob: 70a58c11a6a3500d1a12f2e51ca4f6c99babcff8 - React-RCTFabric: dba2f65bcfcede5e0b2ed7df48247cdb16f21f20 - React-RCTImage: 5e9d655ba6a790c31e3176016f9b47fd0978fbf0 - React-RCTLinking: 2a48338252805091f7521eaf92687206401bdf2a - React-RCTNetwork: 0c1282b377257f6b1c81934f72d8a1d0c010e4c3 - React-RCTSettings: f757b679a74e5962be64ea08d7865a7debd67b40 - React-RCTText: e7d20c490b407d3b4a2daa48db4bcd8ec1032af2 - React-RCTVibration: 8228e37144ca3122a91f1de16ba8e0707159cfec - React-rendererconsistency: b89c074e22ca2b9eaa8013e1310c69db85364893 - React-rendererdebug: 383e6c8c8d9ee45e88e5d461ad1c6a4a7a0f9282 - React-rncore: 2a6efd857e10a3b299f8a7fe912fd332aa7e515a - React-RuntimeApple: f07537b48b715b6dd7a8d6145f4f6684d78984cc - React-RuntimeCore: cce02c6ade4d7e8d1854d275c9b367b913ed1fb3 - React-runtimeexecutor: 877596f82f5632d073e121cba2d2084b76a76899 - React-RuntimeHermes: ec8b23b1a86022e9831ab775d1634fcbc7dfc500 - React-runtimescheduler: 222c73a654f32e3544a1384b2ced809bd51df2af - React-timing: a693c531e5627dcc200fc7286cbbebf73d73469d - React-utils: 52cb73e127a39fc2d9f02f503b2a7b3b0abd23dd - ReactCodegen: 31fcff227d0035956575be0c013a2edcc687a53c - ReactCommon: 78c49c7cf7df16983ebc3c646b4f47398437f2ec + react-native-pager-view: d6f91626b36fcca51d28a9c5ec109a9309242089 + react-native-safe-area-context: 8870dc3e45c8d241336cd8ee3fa3fc76f3a040ac + react-native-slider: d3ddeb61d8c4c4d99f19194338d8d2c33957e717 + React-NativeModulesApple: 9fbc2bba5acd30d55ecb84a7589b7865ff94a000 + React-oscompat: 56b4766e96b06843a3af49a6763ef40992e720aa + React-perflogger: 75a7a499c3839c839e76e30a175c3c81492135b7 + React-performancetimeline: 1fda6aa630d8357eda82439c1383cb3bbaebbe56 + React-RCTActionSheet: 5eeca393823ffd882b0345e3237d79f886f45f39 + React-RCTAnimation: 41db6b13479f3226e7d98462730a17deb61ee0d7 + React-RCTAppDelegate: a7791ec68efbc01996b18a248de4e9da7e1f7ded + React-RCTBlob: 078bbe312cea974e282e5a67c17144f03d0a7c93 + React-RCTFabric: 8b31eb2480245fddba31b88291a371adb1f2568a + React-RCTFBReactNativeSpec: 58b1790cd6dc27aeafa925c41bbe56c5c0c64f4f + React-RCTImage: 84a1c3d9df966b60d42e3cc8f57066a697ea0223 + React-RCTLinking: a7adc7f35a47c9341d36020c9fc2e804f2914bf7 + React-RCTNetwork: 00ebc282502fd86a7b3090f10ba16f53b204b8d8 + React-RCTRuntime: fb60f2fc298c49a256579b5ba3938b1835fcfb75 + React-RCTSettings: 6dba4c6f7e0ffb19c776ff408c90caf558f967ef + React-RCTText: 2e580f4fd94846736384067c5897456544f280eb + React-RCTVibration: 624aebcbd0d5778d4ef5c64c4bebfa898ed3b16e + React-rendererconsistency: a0a4076853d5d9f332f9d3e5a8c0737d767d17da + React-renderercss: 2a3dc7aa891b5b4e175999d694617ee26039c4ea + React-rendererdebug: 9e8c1423360d4b84b774cc5821dc4004b36b0ba3 + React-rncore: 54b792a0e8213b943b8b36c6d72e49f4532db48b + React-RuntimeApple: a0ca63e0b1b3611278fd375f8a2c4e29a612bfbe + React-RuntimeCore: b9c36fa446300331efaf897b765cc99d06d44196 + React-runtimeexecutor: 86f4ae22d81c71b192f245140734caf657351e2c + React-RuntimeHermes: 4f6794c4073de9923535a746eafcb6fa8694b341 + React-runtimescheduler: b20ee2e6bb07c3004386f73bf3c10c976a08c151 + React-timing: ae9056c65f6741b38c1f0c497152b6a3776a8df6 + React-utils: 1c471da19ecb9bb7b404c6763b078d7f103a324d + ReactAppDependencyProvider: d3b706769c10ab0a19199a4d39b73544fffdc549 + ReactCodegen: 27ddd2e7dbecc1a2d44344ffe1a4dd7caefb7287 + ReactCommon: 0ea944f3323bb7dcbd1c9b5ada3b4d81d276ea2a RNBackgroundFetch: 11d6fff0247a2c7623c7db00e3cd65e405d216ea - RNBackgroundGeolocation: bd7bf842870d57e283d07c1753ccc0d3d8231f1c - RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c - RNCMaskedView: 090213d32d8b3bb83a4dcb7d12c18f0152591906 + RNBackgroundGeolocation: 71fcbef8a77ea5febced97f223d47c15cc549526 + RNCAsyncStorage: addfc2cb6511dbe199c56c6b26ede383b6c38919 + RNCMaskedView: 42f3684c136239957b410dbfa81978b25f2c0e18 RNFBApp: 5f87753a8d8b37d229adf85cd0ff37709ffdf008 RNFBMessaging: 3fa1114c0868dd21f20dfe186adf42297ea316b1 - RNGestureHandler: 82c5ab302616348584b7563e06753b288a03fa7e + RNGestureHandler: eb5ad44465a546182d05aebae304e45c881d2f22 RNImageCropPicker: e7ab6fb43d2fc3e84651e786ef4a080d63b0ed3d RNNotifee: 4a6ee5c7deaf00e005050052d73ee6315dff7ec9 RNPermissions: 010f01765ebe3abf16626851dc8248cb1b67dd49 - RNReanimated: 0ef4195cae61084be15ba5f3f888962311bc115f - RNScreens: 39d31613db654b41925342a10f50252780b839be - RNSentry: 78245fa95fccec42f795241d8089065ad10abb71 + RNReanimated: 6e95487fb4a862be4b8821d5fead7e15ba6586e5 + RNScreens: edd4795b025d94f879e20cc346b844176d938f0c + RNSentry: de05ed755ef5839d2fbb6148027eb813c64b685a RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8 - Sentry: 1ca8405451040482877dcd344dfa3ef80b646631 + Sentry: d95f5f3b32d01324b3e27d3c52747005302cc026 SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748 - TOCropViewController: 80b8985ad794298fb69d3341de183f33d1853654 - UMAppLoader: 7e7e0eaa7854ffd652c00a68c443afb28c3bedba - Yoga: 1259c7a8cbaccf7b4c3ddf8ee36ca11be9dee407 + TOCropViewController: 797deaf39c90e6e9ddd848d88817f6b9a8a09888 + UMAppLoader: 55159b69750129faa7a51c493cb8ea55a7b64eb9 + Yoga: b37eeaa6148984cac70ecaf8022bb209e03296cb -PODFILE CHECKSUM: 31e0fc7a4ffceea736dbc4c9b93cc887c8b9d808 +PODFILE CHECKSUM: b7512b313bae79574a1156b44cfc5fd6e73aeabf COCOAPODS: 1.16.2 diff --git a/package.json b/package.json index cf0f883..6b5309d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alerte-secours", - "version": "1.13.9", + "version": "1.13.10", "main": "index.js", "scripts": { "start": "expo start --dev-client --private-key-path ./keys/private-key.pem", @@ -50,8 +50,8 @@ "screenshot:android": "scripts/screenshot-android.sh" }, "customExpoVersioning": { - "versionCode": 221, - "buildNumber": 221 + "versionCode": 222, + "buildNumber": 222 }, "commit-and-tag-version": { "scripts": { diff --git a/scripts/ios-archive.sh b/scripts/ios-archive.sh index db5573c..84bdbc3 100755 --- a/scripts/ios-archive.sh +++ b/scripts/ios-archive.sh @@ -12,6 +12,10 @@ export BUILD_TIME=$(date +%s000) # Clean previous bundle echo "Cleaning previous bundle..." rm -f ios/main.jsbundle* +echo "Cleaning previous archive and stale IPA..." +# Keep ios/build because RN 0.79+ stores codegen headers in ios/build/generated/ios needed for archive. +rm -rf ios/AlerteSecours.xcarchive || true +rm -f ios/build/AlerteSecours.ipa || true # Get version from Info.plist for release naming BUNDLE_VERSION=$(/usr/libexec/PlistBuddy -c "Print :CFBundleVersion" ios/AlerteSecours/Info.plist) @@ -20,6 +24,9 @@ RELEASE_NAME="com.alertesecours.alertesecours@${PACKAGE_VERSION}+${BUNDLE_VERSIO # Generate the bundle and sourcemap echo "Generating bundle and sourcemap..." +export METRO_DISABLE_FILE_WATCHER=${METRO_DISABLE_FILE_WATCHER:-1} +export CI=${CI:-1} +ulimit -n 4096 2>/dev/null || true yarn react-native bundle \ --platform ios \ --dev false \ @@ -86,6 +93,9 @@ mv ios/main.jsbundle.hbc ios/main.jsbundle cd ios +# Ensure RN codegen headers path exists +mkdir -p build/generated/ios + # Create logs directory if it doesn't exist mkdir -p ../logs @@ -98,4 +108,15 @@ xcodebuild \ -archivePath AlerteSecours.xcarchive \ archive 2>&1 | tee "../logs/ios-archive-$(date +%Y%m%d-%H%M%S).log" +# Verify archive version matches source Info.plist +echo "Verifying archive version matches source Info.plist..." +ARCHIVE_PLIST="AlerteSecours.xcarchive/Products/Applications/AlerteSecours.app/Info.plist" +ARCHIVE_PKG_VERSION=$(/usr/libexec/PlistBuddy -c "Print :CFBundleShortVersionString" "$ARCHIVE_PLIST") +ARCHIVE_BUNDLE_VERSION=$(/usr/libexec/PlistBuddy -c "Print :CFBundleVersion" "$ARCHIVE_PLIST") +echo "Source: ${PACKAGE_VERSION} (${BUNDLE_VERSION}) | Archive: ${ARCHIVE_PKG_VERSION} (${ARCHIVE_BUNDLE_VERSION})" +if [ "$PACKAGE_VERSION" != "$ARCHIVE_PKG_VERSION" ] || [ "$BUNDLE_VERSION" != "$ARCHIVE_BUNDLE_VERSION" ]; then + echo "Error: Archive version mismatch. Expected ${PACKAGE_VERSION} (${BUNDLE_VERSION}), got ${ARCHIVE_PKG_VERSION} (${ARCHIVE_BUNDLE_VERSION})." + exit 1 +fi + echo "Archive completed successfully at AlerteSecours.xcarchive" diff --git a/scripts/ios-upload.sh b/scripts/ios-upload.sh index d467675..f718f9e 100755 --- a/scripts/ios-upload.sh +++ b/scripts/ios-upload.sh @@ -11,11 +11,79 @@ echo "ASC_API_KEY_ID: $ASC_API_KEY_ID" echo "ASC_API_ISSUER_ID: $ASC_API_ISSUER_ID" echo "ASC_API_KEY_PATH: $ASC_API_KEY_PATH" -# Execute upload command -cd ios && xcrun altool --upload-app \ - --type ios \ - --file build/AlerteSecours.ipa \ - --apiKey $ASC_API_KEY_ID \ - --apiIssuer $ASC_API_ISSUER_ID \ - --apiKeyPath $ASC_API_KEY_PATH \ - --verbose +# Verify versions before upload to prevent stale IPA submission +SOURCE_PLIST="ios/AlerteSecours/Info.plist" +ARCHIVE_PLIST="ios/AlerteSecours.xcarchive/Products/Applications/AlerteSecours.app/Info.plist" +IPA_PATH="ios/build/AlerteSecours.ipa" + +if [ ! -f "$SOURCE_PLIST" ]; then + echo "Error: Source Info.plist not found at $SOURCE_PLIST" + exit 1 +fi + +if [ ! -f "$ARCHIVE_PLIST" ]; then + echo "Error: Archive Info.plist not found at $ARCHIVE_PLIST" + echo "Hint: Run 'yarn bundle:ios' to create a fresh archive and export." + exit 1 +fi + +SRC_PKG_VERSION=$(/usr/libexec/PlistBuddy -c "Print :CFBundleShortVersionString" "$SOURCE_PLIST") +SRC_BUILD_NUMBER=$(/usr/libexec/PlistBuddy -c "Print :CFBundleVersion" "$SOURCE_PLIST") +ARC_PKG_VERSION=$(/usr/libexec/PlistBuddy -c "Print :CFBundleShortVersionString" "$ARCHIVE_PLIST") +ARC_BUILD_NUMBER=$(/usr/libexec/PlistBuddy -c "Print :CFBundleVersion" "$ARCHIVE_PLIST") + +echo "Version check:" +echo " Source Info.plist : $SRC_PKG_VERSION ($SRC_BUILD_NUMBER)" +echo " Archive Info.plist : $ARC_PKG_VERSION ($ARC_BUILD_NUMBER)" + +if [ "$SRC_PKG_VERSION" != "$ARC_PKG_VERSION" ] || [ "$SRC_BUILD_NUMBER" != "$ARC_BUILD_NUMBER" ]; then + echo "Error: Archive version mismatch with source Info.plist." + echo "Hint: Run 'yarn bundle:ios' to rebuild with the correct versions." + exit 1 +fi + +if [ ! -f "$IPA_PATH" ]; then + echo "Error: IPA not found at $IPA_PATH" + echo "Hint: Run 'yarn bundle:ios' to export a fresh IPA." + exit 1 +fi + +# Attempt to read CFBundleShortVersionString and CFBundleVersion from the IPA for extra safety +IPA_PLIST_TMP=$(mktemp -t as_ipa_Info.plist) +unzip -p "$IPA_PATH" "Payload/AlerteSecours.app/Info.plist" > "$IPA_PLIST_TMP" 2>/dev/null || true + +if [ -s "$IPA_PLIST_TMP" ]; then + IPA_PKG_VERSION=$(/usr/libexec/PlistBuddy -c "Print :CFBundleShortVersionString" "$IPA_PLIST_TMP" 2>/dev/null || echo "") + IPA_BUILD_NUMBER=$(/usr/libexec/PlistBuddy -c "Print :CFBundleVersion" "$IPA_PLIST_TMP" 2>/dev/null || echo "") + echo " IPA Info.plist (from payload): ${IPA_PKG_VERSION:-unknown} (${IPA_BUILD_NUMBER:-unknown})" + if [ -n "$IPA_PKG_VERSION" ] && [ -n "$IPA_BUILD_NUMBER" ]; then + if [ "$SRC_PKG_VERSION" != "$IPA_PKG_VERSION" ] || [ "$SRC_BUILD_NUMBER" != "$IPA_BUILD_NUMBER" ]; then + echo "Error: IPA version mismatch with source Info.plist." + echo "Hint: Run 'yarn bundle:ios' to export a fresh IPA aligned with current versions." + rm -f "$IPA_PLIST_TMP" + exit 1 + fi + fi +else + echo "Warning: Could not read Info.plist from IPA payload for verification. Continuing." +fi +rm -f "$IPA_PLIST_TMP" + +# Execute upload using xcrun altool with App Store Connect API key +echo "Uploading to App Store Connect using xcrun altool..." + +# Use altool with API key authentication +xcrun altool --upload-app \ + --type ios \ + --file "$IPA_PATH" \ + --apiKey "$ASC_API_KEY_ID" \ + --apiIssuer "$ASC_API_ISSUER_ID" \ + --verbose + +if [ $? -eq 0 ]; then + echo "✅ Successfully uploaded IPA to App Store Connect!" + echo "The build will be available in TestFlight once processing is complete." +else + echo "❌ Upload failed. Check the error messages above." + exit 1 +fi