From 125f027e667b8e75afa37d8b7254da0c9f195b0d Mon Sep 17 00:00:00 2001 From: Alexey Kureev Date: Mon, 1 Sep 2025 11:14:47 +0200 Subject: [PATCH 01/14] chore(63871): update @onfido/react-native and onfido-sdk-ui --- package-lock.json | 16 +- package.json | 2 +- patches/@onfido+react-native-sdk+10.6.0.patch | 1320 ----------------- 3 files changed, 13 insertions(+), 1325 deletions(-) delete mode 100644 patches/@onfido+react-native-sdk+10.6.0.patch diff --git a/package-lock.json b/package-lock.json index 9afee133a77d..1e0c12e4f1e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,9 +30,13 @@ "@fullstory/react-native": "^1.7.6", "@gorhom/portal": "^1.0.14", "@invertase/react-native-apple-authentication": "^2.2.2", +<<<<<<< HEAD "@noble/ed25519": "^3.0.0", "@noble/hashes": "^2.0.0", "@onfido/react-native-sdk": "10.6.0", +======= + "@onfido/react-native-sdk": "15.0.0", +>>>>>>> cd7185dafb3 (chore(63871): update @onfido/react-native and onfido-sdk-ui) "@pusher/pusher-websocket-react-native": "^1.3.1", "@react-native-camera-roll/camera-roll": "7.4.0", "@react-native-clipboard/clipboard": "^1.15.0", @@ -80,7 +84,7 @@ "lodash-es": "4.17.21", "lottie-react-native": "6.5.1", "mapbox-gl": "^2.15.0", - "onfido-sdk-ui": "14.42.0", + "onfido-sdk-ui": "14.53.0", "pako": "^2.1.0", "process": "^0.11.10", "pusher-js": "8.3.0", @@ -8209,13 +8213,15 @@ "license": "MIT" }, "node_modules/@onfido/react-native-sdk": { - "version": "10.6.0", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@onfido/react-native-sdk/-/react-native-sdk-15.0.0.tgz", + "integrity": "sha512-+U+G+cIIehiZBTbnoryz7KFgivXYZR8A8/YBZ1C3F3P9j4vRl5dgGS7gQjSxS5Jam+T1Z90dRAVBDq4ydfqzcQ==", "license": "MIT", "dependencies": { "js-base64": "3.7.5" }, "engines": { - "node": ">=16" + "node": ">=18" }, "peerDependencies": { "react": ">=17.0.0", @@ -29655,7 +29661,9 @@ } }, "node_modules/onfido-sdk-ui": { - "version": "14.42.0", + "version": "14.53.0", + "resolved": "https://registry.npmjs.org/onfido-sdk-ui/-/onfido-sdk-ui-14.53.0.tgz", + "integrity": "sha512-vtsMlgf6uC1Ut8pC8K3jp26ikQriqVKZx13VCp2JPZ8JOLZjIJdOk8D5bfwwlRFLySxmVIC6Jd5DJQY0LTLx0A==", "license": "SEE LICENSE in LICENSE" }, "node_modules/open": { diff --git a/package.json b/package.json index e010af91cbb0..687bed3c8df6 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "lodash-es": "4.17.21", "lottie-react-native": "6.5.1", "mapbox-gl": "^2.15.0", - "onfido-sdk-ui": "14.42.0", + "onfido-sdk-ui": "14.53.0", "pako": "^2.1.0", "process": "^0.11.10", "pusher-js": "8.3.0", diff --git a/patches/@onfido+react-native-sdk+10.6.0.patch b/patches/@onfido+react-native-sdk+10.6.0.patch deleted file mode 100644 index 87f0aad1618d..000000000000 --- a/patches/@onfido+react-native-sdk+10.6.0.patch +++ /dev/null @@ -1,1320 +0,0 @@ -diff --git a/node_modules/@onfido/react-native-sdk/.yarnrc b/node_modules/@onfido/react-native-sdk/.yarnrc -new file mode 100644 -index 0000000..08b5d85 ---- /dev/null -+++ b/node_modules/@onfido/react-native-sdk/.yarnrc -@@ -0,0 +1 @@ -+registry "https://registry.npmjs.org" -\ No newline at end of file -diff --git a/node_modules/@onfido/react-native-sdk/CHANGELOG.md b/node_modules/@onfido/react-native-sdk/CHANGELOG.md -index 6491cb5..398e154 100644 ---- a/node_modules/@onfido/react-native-sdk/CHANGELOG.md -+++ b/node_modules/@onfido/react-native-sdk/CHANGELOG.md -@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. - The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - -+## [10.7.0] - 2024-02-01 -+ -+### Changed: -+ -+- Updated underlying Onfido native SDK version: -+ - iOS 29.7.x (up from 29.6.x) -+ - Android 19.6.x (up from 19.5.x) -+ -+### Fixed: -+ -+- Fixed the behaviour when using the configuration option `allowedDocumentTypes`: -+ - The order of steps (and SDK screens) has now been aligned with the native SDKs, for both Android and iOS. The order to be used is: Welcome - Document capture - Proof of address - Face capture - Final screen. -+ - The Welcome screen now correctly takes into account the `welcome` (boolean) flag in the configuration. -+ - ## [10.6.0] - 2023-12-11 - - ### Changed: -diff --git a/node_modules/@onfido/react-native-sdk/README.md b/node_modules/@onfido/react-native-sdk/README.md -index 03fb8da..0159a6f 100644 ---- a/node_modules/@onfido/react-native-sdk/README.md -+++ b/node_modules/@onfido/react-native-sdk/README.md -@@ -30,9 +30,7 @@ - - [Introduction](#introduction) - - [Implementation](#implementation) - - [User data](#user-data) --- [Creating checks](#creating-checks) -- - [1. Obtaining an API token](#1-obtaining-an-api-token-1) -- - [2. Creating a check](#2-creating-a-check) -+- [Generating verification reports](#generating-verification-reports) - - [Theme Customization](#theme-customization) - - [Android](#android-1) - - [iOS](#ios-1) -@@ -57,7 +55,7 @@ This SDK provides a drop-in set of screens and tools for react native applicatio - > - > If you are integrating using Onfido Studio please see our [Studio integration guide](ONFIDO_STUDIO.md) - --\* **Note**: the SDK is only responsible for capturing and uploading photos/videos. You still need to access the [Onfido API](https://documentation.onfido.com/) to create and manage checks. -+\* **Note**: The SDK is only responsible for capturing and uploading document photos, live selfies, live videos and motion captures. You still need to access the [Onfido API](https://documentation.onfido.com/) to manage applicants and [Onfido Studio](https://developers.onfido.com/guide/onfido-studio-product) to build verification workflows. - - * Supports iOS 11+ - * Supports Xcode 13+ -@@ -600,34 +598,17 @@ let byteArrayString = mediaResult.fileData; - let base64FileData = Onfido.byteArrayStringToBase64(byteArrayString); - ``` - --## Creating checks -+## Generating verification reports - --As the SDK is only responsible for capturing and uploading photos/videos, you would need to start a check on your backend server using the [Onfido API](https://documentation.onfido.com/). -+While the SDK is responsible for capturing and uploading document photos, live selfies, live videos and motion captures, identity verification reports themselves are generated based on workflows created using [Onfido Studio](https://developers.onfido.com/guide/onfido-studio-product). - --### 1. Obtaining an API token -- --All API requests must be made with an API token included in the request headers. You can find your API token (not to be mistaken with the mobile SDK token) inside your [Onfido Dashboard](https://onfido.com/dashboard/api/tokens). -- --Refer to the [Authentication](https://documentation.onfido.com/#authentication) section in the API documentation for details. For testing, you should be using the sandbox, and not the live, token. -- --### 2. Creating a check -- --You will need to create a check by making a request to the [create check endpoint](https://documentation.onfido.com/#create-check), using the applicant id. If you are just verifying a document, you only have to include a [document report](https://documentation.onfido.com/#document-report) as part of the check. On the other hand, if you are verifying a document and a face photo/live video, you will also have to include a [facial similarity report](https://documentation.onfido.com/#facial-similarity-report) with the corresponding values: `facial_similarity_photo` for the photo option and `facial_similarity_video` for the video option. -- --```shell --$ curl https://api.onfido.com/v3/checks \ -- -H 'Authorization: Token token=YOUR_API_TOKEN' \ -- -d 'applicant_id=YOUR_APPLICANT_ID' \ -- -d 'report_names=[document,facial_similarity_photo]' --``` -- --**Note**: You can also submit the POST request in JSON format. -+For a step-by-step walkthrough of creating an identity verification using Onfido Studio and our SDKs, please refer to our [Quick Start Guide](https://developers.onfido.com/guide/quick-start-guide). - --You will receive a response containing the check id instantly. As document and facial similarity reports do not always return actual [results](https://documentation.onfido.com/#results) straightaway, you need to set up a webhook to get notified when the results are ready. -+Alternatively, you can [create checks](https://documentation.onfido.com/#create-check) and [retrieve report results](https://documentation.onfido.com/#retrieve-report) manually using the Onfido API. You can also configure [webhooks](https://documentation.onfido.com/#webhooks) to be notified asynchronously of report results. - --Finally, as you are testing with the sandbox token, please be aware that the results are pre-determined. You can learn more about sandbox responses [here](https://documentation.onfido.com/#pre-determined-responses). -+**Note**: If you're using API v2 for API calls, please check out [API v2 to v3 migration guide](https://developers.onfido.com/guide/v2-to-v3-migration-guide#checks-in-api-v3) to understand which changes need to be applied before starting to use API v3. - --**Note**: If you're using API v2, please check out [API v2 to v3 migration guide](https://developers.onfido.com/guide/v2-to-v3-migration-guide#checks-in-api-v3) to understand which changes need to be applied before starting to use API v3. -+**Note**: If you are testing with a sandbox token, please be aware that report results are pre-determined. You can learn more about sandbox responses [here](https://documentation.onfido.com/#pre-determined-responses). - - ## Theme Customization - -diff --git a/node_modules/@onfido/react-native-sdk/android/.project b/node_modules/@onfido/react-native-sdk/android/.project -deleted file mode 100644 -index 357b6fc..0000000 ---- a/node_modules/@onfido/react-native-sdk/android/.project -+++ /dev/null -@@ -1,34 +0,0 @@ -- -- -- android -- Project android created by Buildship. -- -- -- -- -- org.eclipse.jdt.core.javabuilder -- -- -- -- -- org.eclipse.buildship.core.gradleprojectbuilder -- -- -- -- -- -- org.eclipse.jdt.core.javanature -- org.eclipse.buildship.core.gradleprojectnature -- -- -- -- 1684767677408 -- -- 30 -- -- org.eclipse.core.resources.regexFilterMatcher -- node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ -- -- -- -- -diff --git a/node_modules/@onfido/react-native-sdk/android/bin/README.md b/node_modules/@onfido/react-native-sdk/android/bin/README.md -deleted file mode 100644 -index 6746135..0000000 ---- a/node_modules/@onfido/react-native-sdk/android/bin/README.md -+++ /dev/null -@@ -1,33 +0,0 @@ --README --====== -- --If you want to publish the lib as a maven dependency, follow these steps before publishing a new version to npm: -- --1. Be sure to have the Android [SDK](https://developer.android.com/studio/index.html) and [NDK](https://developer.android.com/ndk/guides/index.html) installed --2. Be sure to have a `local.properties` file in this folder that points to the Android SDK and NDK --``` --ndk.dir=/Users/{username}/Library/Android/sdk/ndk-bundle --sdk.dir=/Users/{username}/Library/Android/sdk --``` --3. Run `./gradlew publishToMavenLocal` --4. Go to the `~/.m2` directory. Verify that the pom file was generated successfully with the correct version. -- -- --How to quickly develop the Android Java code using the TestApp: --====== --React Native's "Fast Refresh" feature will not update Java code as you make changes, and reinstalling all npm packages is slow. Instead, you can follow this process to recompile only the Java code when you make changes. -- --In one console, from the `TestApp/` directory, run the following commands. It may take 2 or more minutes to build. You only need to run this once: leave it running in the background while you develop. --```shell --rm -rf node_modules/ && yarn && cd .. && watchman watch-del-all && npx react-native start --reset-cache --``` -- --In a second console, from the `TestApp/` directory, update the Android package and launch the virtual device. Run this each time you change Android code. --```shell --rsync -av ../ node_modules/@onfido/react-native-sdk/ --exclude=TestApp --exclude=SampleApp --exclude=node_modules --exclude=android/build --exclude=.git && npx react-native run-android --``` -- --How to run the tests --====== --1. Run "yarn" or "npm install" from the project root. This will download the React Native Facebook bridge library --2. Run "./gradlew test" from the "/android" directory. -diff --git a/node_modules/@onfido/react-native-sdk/android/bin/build.gradle b/node_modules/@onfido/react-native-sdk/android/bin/build.gradle -deleted file mode 100644 -index d2810b6..0000000 ---- a/node_modules/@onfido/react-native-sdk/android/bin/build.gradle -+++ /dev/null -@@ -1,154 +0,0 @@ --// android/build.gradle -- --// based on: --// --// * https://github.com/facebook/react-native/blob/0.60-stable/template/android/build.gradle --// original location: --// - https://github.com/facebook/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/android/build.gradle --// --// * https://github.com/facebook/react-native/blob/0.60-stable/template/android/app/build.gradle --// original location: --// - https://github.com/facebook/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/android/app/build.gradle -- --def DEFAULT_COMPILE_SDK_VERSION = 32 --def DEFAULT_MIN_SDK_VERSION = 21 --def DEFAULT_TARGET_SDK_VERSION = 31 --def NATIVE_ANDROID_SDK_VERSION = "16.3.+" -- --def safeExtGet(prop, fallback) { -- rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback --} -- --def androidExclusion = [ -- '**/databinding/**/*.*', -- '**/android/databinding/*Binding.*', -- '**/BR.*', -- '**/R.*', -- '**/R$*.*', -- '**/BuildConfig.*', -- '**/Manifest*.*', -- '**/*_MembersInjector.*', -- '**/Dagger*Component.*', -- '**/Dagger*Component$Builder.*', -- '**/*Module_*Factory.*', -- '**/*Fragment*.*', -- '**/*Activity*.*', -- '**/*Adapter*.*', -- '**/*ViewPager*.*', -- '**/*ViewHolder*.*', -- '**/*Module*.*' --] -- --buildscript { -- // The Android Gradle plugin is only required when opening the android folder stand-alone. -- // This avoids unnecessary downloads and potential conflicts when the library is included as a -- // module dependency in an application project. -- // ref: https://docs.gradle.org/current/userguide/tutorial_using_tasks.html#sec:build_script_external_dependencies -- if (project == rootProject) { -- repositories { -- mavenCentral() -- google() -- jcenter() -- } -- dependencies { -- classpath 'com.android.tools.build:gradle:7.4.2' -- } -- } --} -- --apply plugin: 'com.android.library' --apply plugin: 'maven-publish' --apply plugin: 'jacoco' -- --apply from: 'publish.gradle' -- --android { -- compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION) -- defaultConfig { -- minSdkVersion safeExtGet('minSdkVersion', DEFAULT_MIN_SDK_VERSION) -- targetSdkVersion safeExtGet('targetSdkVersion', DEFAULT_TARGET_SDK_VERSION) -- versionCode 1 -- versionName "1.0" -- multiDexEnabled true -- consumerProguardFiles 'proguard-rules.pro' -- } -- lintOptions { -- abortOnError false -- } -- -- buildFeatures { -- buildConfig = false -- } -- -- compileOptions { -- sourceCompatibility JavaVersion.VERSION_1_8 -- targetCompatibility JavaVersion.VERSION_1_8 -- } --} -- --repositories { -- // ref: https://www.baeldung.com/maven-local-repository -- mavenLocal() -- mavenCentral() -- maven { -- // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm -- url "$rootDir/../node_modules/react-native/android" -- } -- maven { -- // Android JSC is installed from npm -- url "$rootDir/../node_modules/jsc-android/dist" -- } -- google() -- jcenter() --} -- --dependencies { -- //noinspection GradleDynamicVersion -- implementation 'com.facebook.react:react-native:+' // From node_modules -- implementation "com.onfido.sdk.capture:onfido-capture-sdk:$NATIVE_ANDROID_SDK_VERSION" -- implementation "com.onfido.sdk:onfido-workflow:$NATIVE_ANDROID_SDK_VERSION" -- implementation "com.squareup.okhttp3:logging-interceptor:3.14.9" -- implementation "com.squareup.okhttp3:okhttp:3.14.9" -- // Fix for crash due to 'java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;'' -- implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' -- -- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' -- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1' -- testCompileOnly 'junit:junit:4.13.2' -- testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.10.1' -- testImplementation 'org.mockito:mockito-core:2.+' -- testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9' -- testImplementation group: 'org.powermock', name: 'powermock-module-junit4', version: '2.0.9' --} -- --afterEvaluate { project -> -- android.libraryVariants.all { variant -> -- def name = variant.name.capitalize() -- def javaCompileTask = variant.javaCompileProvider.get() -- -- task "jar${name}"(type: Jar, dependsOn: javaCompileTask) { -- from javaCompileTask.destinationDir -- } -- } -- -- task codeCoverageReport(type: JacocoReport, dependsOn: 'testDebugUnitTest') { -- group = "Reporting" -- description = "Generate Jacoco coverage reports after running tests." -- reports { -- xml.enabled = true -- html.enabled = true -- csv.enabled = true -- } -- classDirectories.setFrom(fileTree( -- dir: 'build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/onfido/reactnative/sdk', -- excludes: androidExclusion -- )) -- sourceDirectories.setFrom(files('src/main/java/com/onfido/reactnative/sdk')) -- executionData.setFrom(files('build/jacoco/testDebugUnitTest.exec')) -- } -- -- task getCoverage(type: Exec, dependsOn: 'codeCoverageReport') { -- group = "Reporting" -- commandLine "open", "$buildDir/reports/jacoco/codeCoverageReport/html/index.html" -- } --} -diff --git a/node_modules/@onfido/react-native-sdk/android/build.gradle b/node_modules/@onfido/react-native-sdk/android/build.gradle -index 33a4229..895bfd7 100644 ---- a/node_modules/@onfido/react-native-sdk/android/build.gradle -+++ b/node_modules/@onfido/react-native-sdk/android/build.gradle -@@ -13,12 +13,20 @@ - def DEFAULT_COMPILE_SDK_VERSION = 33 - def DEFAULT_MIN_SDK_VERSION = 21 - def DEFAULT_TARGET_SDK_VERSION = 31 --def NATIVE_ANDROID_SDK_VERSION = "19.5.+" -+def NATIVE_ANDROID_SDK_VERSION = "19.6.+" - - def safeExtGet(prop, fallback) { - rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback - } - -+def isNewArchitectureEnabled() { -+ // To opt-in for the New Architecture, you can either: -+ // - Set `newArchEnabled` to true inside the `gradle.properties` file -+ // - Invoke gradle with `-newArchEnabled=true` -+ // - Set an environment variable `ORG_GRADLE_PROJECT_newArchEnabled=true` -+ return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true" -+} -+ - def androidExclusion = [ - '**/databinding/**/*.*', - '**/android/databinding/*Binding.*', -@@ -60,10 +68,24 @@ apply plugin: 'com.android.library' - apply plugin: 'maven-publish' - apply plugin: 'jacoco' - -+if (isNewArchitectureEnabled()) { -+ apply plugin: "com.facebook.react" -+} -+ - apply from: 'publish.gradle' - - android { - compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION) -+ -+ // Used to override the NDK path/version on internal CI or by allowing -+ // users to customize the NDK path/version from their root project (e.g. for M1 support) -+ if (rootProject.hasProperty("ndkPath")) { -+ ndkPath rootProject.ext.ndkPath -+ } -+ if (rootProject.hasProperty("ndkVersion")) { -+ ndkVersion rootProject.ext.ndkVersion -+ } -+ - defaultConfig { - minSdkVersion safeExtGet('minSdkVersion', DEFAULT_MIN_SDK_VERSION) - targetSdkVersion safeExtGet('targetSdkVersion', DEFAULT_TARGET_SDK_VERSION) -@@ -84,6 +106,20 @@ android { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } -+ -+ sourceSets.main { -+ java { -+ if (!isNewArchitectureEnabled()) { -+ srcDirs += 'src/paper/java' -+ } -+ } -+ } -+ publishing { -+ singleVariant('release') { -+ withSourcesJar() -+ withJavadocJar() -+ } -+ } - } - - repositories { -@@ -103,8 +139,8 @@ repositories { - } - - dependencies { -- //noinspection GradleDynamicVersion -- implementation 'com.facebook.react:react-native:+' // From node_modules -+ implementation 'com.facebook.react:react-native:+' // from node_modules -+ - implementation "com.onfido.sdk.capture:onfido-capture-sdk:$NATIVE_ANDROID_SDK_VERSION" - implementation "com.onfido.sdk:onfido-workflow:$NATIVE_ANDROID_SDK_VERSION" - implementation "com.squareup.okhttp3:logging-interceptor:3.14.9" -diff --git a/node_modules/@onfido/react-native-sdk/android/src/main/AndroidManifest.xml b/node_modules/@onfido/react-native-sdk/android/src/main/AndroidManifest.xml -index 42ad0ca..903b090 100644 ---- a/node_modules/@onfido/react-native-sdk/android/src/main/AndroidManifest.xml -+++ b/node_modules/@onfido/react-native-sdk/android/src/main/AndroidManifest.xml -@@ -8,6 +8,6 @@ - - -+ android:value="10.7.0" /> - - -diff --git a/node_modules/@onfido/react-native-sdk/android/src/main/java/com/onfido/reactnative/sdk/OnfidoSdkModule.java b/node_modules/@onfido/react-native-sdk/android/src/main/java/com/onfido/reactnative/sdk/OnfidoSdkModule.java -index 93407a2..13f84fd 100644 ---- a/node_modules/@onfido/react-native-sdk/android/src/main/java/com/onfido/reactnative/sdk/OnfidoSdkModule.java -+++ b/node_modules/@onfido/react-native-sdk/android/src/main/java/com/onfido/reactnative/sdk/OnfidoSdkModule.java -@@ -3,14 +3,13 @@ package com.onfido.reactnative.sdk; - import android.annotation.SuppressLint; - import android.app.Activity; - --import com.facebook.react.bridge.NoSuchKeyException; - import com.facebook.react.bridge.Promise; - import com.facebook.react.bridge.ReactApplicationContext; - import com.facebook.react.bridge.ReactContextBaseJavaModule; - import com.facebook.react.bridge.ReactMethod; - import com.facebook.react.bridge.ReadableArray; - import com.facebook.react.bridge.ReadableMap; --import com.facebook.react.bridge.UnexpectedNativeTypeException; -+import com.facebook.react.module.annotations.ReactModule; - import com.facebook.react.bridge.WritableMap; - import com.facebook.react.modules.core.DeviceEventManagerModule; - import com.onfido.android.sdk.capture.DocumentType; -@@ -23,7 +22,6 @@ import com.onfido.android.sdk.capture.errors.EnterpriseFeatureNotEnabledExceptio - import com.onfido.android.sdk.capture.errors.EnterpriseFeaturesInvalidLogoCobrandingException; - import com.onfido.android.sdk.capture.ui.camera.face.FaceCaptureStep; - import com.onfido.android.sdk.capture.ui.camera.face.FaceCaptureVariantPhoto; --import com.onfido.android.sdk.capture.ui.camera.face.FaceCaptureVariantVideo; - import com.onfido.android.sdk.capture.ui.camera.face.stepbuilder.FaceCaptureStepBuilder; - import com.onfido.android.sdk.capture.ui.camera.face.stepbuilder.PhotoCaptureStepBuilder; - import com.onfido.android.sdk.capture.ui.camera.face.stepbuilder.VideoCaptureStepBuilder; -@@ -43,7 +41,10 @@ enum CallbackType { - MEDIA - } - --public class OnfidoSdkModule extends ReactContextBaseJavaModule { -+@ReactModule(name = OnfidoSdkModule.NAME) -+public class OnfidoSdkModule extends NativeOnfidoModuleSpec { -+ -+ public static final String NAME = "RNOnfidoSdk"; - - /* package */ final Onfido client; - private Promise currentPromise = null; -@@ -70,7 +71,7 @@ public class OnfidoSdkModule extends ReactContextBaseJavaModule { - - @Override - public String getName() { -- return "OnfidoSdk"; -+ return NAME; - } - - /** -@@ -81,6 +82,7 @@ public class OnfidoSdkModule extends ReactContextBaseJavaModule { - } - - @ReactMethod -+ @Override - public void start(final ReadableMap config, final Promise promise) { - - setPromise(promise); -@@ -147,7 +149,7 @@ public class OnfidoSdkModule extends ReactContextBaseJavaModule { - } - - OnfidoTheme onfidoTheme = getThemeFromConfig(config); -- if(onfidoTheme != null){ -+ if (onfidoTheme != null) { - onfidoConfigBuilder.withTheme(onfidoTheme); - } - -@@ -184,7 +186,7 @@ public class OnfidoSdkModule extends ReactContextBaseJavaModule { - } - - OnfidoTheme onfidoTheme = getThemeFromConfig(config); -- if(onfidoTheme != null){ -+ if (onfidoTheme != null) { - onfidoConfigBuilder.withTheme(onfidoTheme); - } - -@@ -237,9 +239,9 @@ public class OnfidoSdkModule extends ReactContextBaseJavaModule { - return config.hasKey(key) ? config.getString(key) : ""; - } - -- public static OnfidoTheme getThemeFromConfig(final ReadableMap config) throws Exception{ -+ public static OnfidoTheme getThemeFromConfig(final ReadableMap config) throws Exception { - String themeString = config.getString("theme"); -- if(themeString == null){ -+ if (themeString == null) { - return null; - } - OnfidoTheme onfidoTheme; -@@ -252,12 +254,18 @@ public class OnfidoSdkModule extends ReactContextBaseJavaModule { - return onfidoTheme; - } - -+ /* -+ (!) Please note that flow steps must be presented in a specific order, one which is also -+ implemented in the native SDKs, as well as in the iOS RN SDK. -+ -+ As per the Product indications in https://onfido.atlassian.net/browse/SDK-2390, this order -+ should be: Welcome->Doc->POA->Bio -+ */ - public static FlowStep[] getFlowStepsFromConfig( - final ReadableMap config, - OnfidoConfig.Builder configBuilder - ) throws Exception { - try { -- - final ReadableMap flowSteps = config.getMap("flowSteps"); - - final boolean welcomePageIsIncluded; -@@ -268,11 +276,12 @@ public class OnfidoSdkModule extends ReactContextBaseJavaModule { - } - - final boolean proofOfAddress; -- if(flowSteps.hasKey("proofOfAddress")){ -+ if (flowSteps.hasKey("proofOfAddress")) { - proofOfAddress = flowSteps.getBoolean("proofOfAddress"); -- }else{ -+ } else { - proofOfAddress = false; - } -+ - final List flowStepList = new ArrayList<>(); - - if (welcomePageIsIncluded) { -@@ -283,6 +292,10 @@ public class OnfidoSdkModule extends ReactContextBaseJavaModule { - extractCaptureDocumentStep(flowSteps, flowStepList, configBuilder); - } - -+ if (proofOfAddress) { -+ flowStepList.add(FlowStep.PROOF_OF_ADDRESS); -+ } -+ - final boolean captureFaceEnabled = flowSteps.hasKey("captureFace"); - final ReadableMap captureFace = captureFaceEnabled ? flowSteps.getMap("captureFace") : null; - -@@ -301,7 +314,7 @@ public class OnfidoSdkModule extends ReactContextBaseJavaModule { - flowStepList.add(faceStepFromMotionDefinition(captureFace)); - break; - default: -- throw new Exception("Invalid face capture type. \"type\" must be VIDEO or PHOTO."); -+ throw new Exception("Invalid face capture type. \"type\" must be VIDEO or PHOTO."); - } - } else { - // Default face capture type is photo. -@@ -309,12 +322,7 @@ public class OnfidoSdkModule extends ReactContextBaseJavaModule { - } - } - -- if(proofOfAddress){ -- flowStepList.add(FlowStep.PROOF_OF_ADDRESS); -- } -- - final FlowStep[] flowStepsWithOptions = flowStepList.toArray(new FlowStep[0]); -- - return flowStepsWithOptions; - } catch (final Exception e) { - e.printStackTrace(); -@@ -328,29 +336,10 @@ public class OnfidoSdkModule extends ReactContextBaseJavaModule { - List flowStepList, - OnfidoConfig.Builder configBuilder - ) throws Exception { -- ReadableMap captureDocument = null; -- Boolean captureDocumentBoolean = null; -- -- // ReadableMap does not have a way to get multi-typed values without throwing exceptions. -- try { -- captureDocumentBoolean = flowSteps.getBoolean("captureDocument"); -- } catch (final NoSuchKeyException | -- ClassCastException | -- UnexpectedNativeTypeException notFoundException) { -- captureDocument = flowSteps.getMap("captureDocument"); -- } -- -- if (captureDocumentBoolean != null) { -- if (captureDocumentBoolean) { -- flowStepList.add(FlowStep.CAPTURE_DOCUMENT); -- } -- return; -- } -- -+ ReadableMap captureDocument = flowSteps.getMap("captureDocument"); - if (captureDocument == null) { - return; - } -- - extractDocumentCaptureDetails(captureDocument, flowStepList, configBuilder); - } - -@@ -361,35 +350,46 @@ public class OnfidoSdkModule extends ReactContextBaseJavaModule { - ) throws Exception { - final boolean docTypeExists = captureDocument.hasKey("docType"); - final boolean countryCodeExists = captureDocument.hasKey("alpha2CountryCode"); -- final boolean allowedDocumentTypes = captureDocument.hasKey("allowedDocumentTypes"); -+ final boolean withAllowedDocumentTypes = captureDocument.hasKey("allowedDocumentTypes"); - -- if (allowedDocumentTypes && countryCodeExists && docTypeExists) { -+ // Validation: incorrect config - 2 filtering ways provided -+ if (withAllowedDocumentTypes && countryCodeExists && docTypeExists) { - throw new IllegalArgumentException("We can either filter the documents on DocumentSelection screen, or skip the selection and go directly to capture"); - } - -- if (!docTypeExists && !countryCodeExists && !allowedDocumentTypes) { -+ // Case 1: no filtering provided => showing general Doc Capture -+ if (!docTypeExists && !countryCodeExists && !withAllowedDocumentTypes) { - flowStepList.add(FlowStep.CAPTURE_DOCUMENT); - return; - } - -+ // Case 2: filtering for one document, one country - if (docTypeExists && countryCodeExists) { - extractDocTypeAndCountryForCaptureStep(captureDocument, flowStepList); - return; - } -- if (allowedDocumentTypes) { -+ -+ // Case 3: filtering for multiple documents -+ if (withAllowedDocumentTypes) { - extractAllowedDocumentTypes(captureDocument, configBuilder); -+ flowStepList.add(FlowStep.CAPTURE_DOCUMENT); - return; - } - - throw new Exception("For countryCode and docType: both must be specified, or both must be omitted."); - } - -- private static void extractAllowedDocumentTypes(ReadableMap captureDocument, OnfidoConfig.Builder configBuilder) { -- ReadableArray array = captureDocument.getArray("allowedDocumentTypes"); -+ private static void extractAllowedDocumentTypes( -+ ReadableMap captureDocument, -+ OnfidoConfig.Builder configBuilder -+ ) { -+ ReadableArray documentTypes = captureDocument.getArray("allowedDocumentTypes"); - ArrayList types = new ArrayList<>(); - -- for (int i = 0; i < array.size(); i++) { -- types.add(DocumentType.valueOf(array.getString(i))); -+ if (documentTypes != null) { -+ for (int i = 0; i < documentTypes.size(); i++) { -+ types.add(DocumentType.valueOf(documentTypes.getString(i))); -+ } - } - configBuilder.withAllowedDocumentTypes(types); - } -@@ -487,14 +487,14 @@ public class OnfidoSdkModule extends ReactContextBaseJavaModule { - } - - @ReactMethod -- public void removeListeners(int type) { -+ public void removeListeners(double type) { - // Keep: Required for RN build in the Event Emitter Calls - } - - private void sendEvent(String name, WritableMap map) { - getReactApplicationContext() -- .getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class) -- .emit(name, map); -+ .getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class) -+ .emit(name, map); - } - - //region Media -diff --git a/node_modules/@onfido/react-native-sdk/android/src/main/java/com/onfido/reactnative/sdk/OnfidoSdkPackage.java b/node_modules/@onfido/react-native-sdk/android/src/main/java/com/onfido/reactnative/sdk/OnfidoSdkPackage.java -index 35c0ee6..16469e2 100644 ---- a/node_modules/@onfido/react-native-sdk/android/src/main/java/com/onfido/reactnative/sdk/OnfidoSdkPackage.java -+++ b/node_modules/@onfido/react-native-sdk/android/src/main/java/com/onfido/reactnative/sdk/OnfidoSdkPackage.java -@@ -1,23 +1,90 @@ - package com.onfido.reactnative.sdk; - -+import androidx.annotation.Nullable; -+ - import java.util.Arrays; - import java.util.Collections; -+import java.util.HashMap; - import java.util.List; -+import java.util.Map; - --import com.facebook.react.ReactPackage; -+import com.facebook.react.TurboReactPackage; - import com.facebook.react.bridge.NativeModule; - import com.facebook.react.bridge.ReactApplicationContext; -+import com.facebook.react.module.annotations.ReactModule; -+import com.facebook.react.module.annotations.ReactModuleList; -+import com.facebook.react.module.model.ReactModuleInfo; -+import com.facebook.react.module.model.ReactModuleInfoProvider; -+import com.facebook.react.turbomodule.core.interfaces.TurboModule; - import com.facebook.react.uimanager.ViewManager; --import com.facebook.react.bridge.JavaScriptModule; - --public class OnfidoSdkPackage implements ReactPackage { -+@ReactModuleList( -+ nativeModules = { -+ OnfidoSdkModule.class -+ } -+) -+public class OnfidoSdkPackage extends TurboReactPackage { - @Override - public List createNativeModules(ReactApplicationContext reactContext) { - return Arrays.asList(new OnfidoSdkModule(reactContext)); - } - -+ @Nullable -+ @Override -+ public NativeModule getModule(String name, ReactApplicationContext reactApplicationContext) { -+ switch (name) { -+ case OnfidoSdkModule.NAME: -+ return new OnfidoSdkModule(reactApplicationContext); -+ default: -+ return null; -+ } -+ } -+ - @Override - public List createViewManagers(ReactApplicationContext reactContext) { - return Collections.emptyList(); - } -+ -+ @Override -+ public ReactModuleInfoProvider getReactModuleInfoProvider() { -+ try { -+ Class reactModuleInfoProviderClass = -+ Class.forName("com.onfido.reactnative.sdk.OnfidoSdkPackage$$ReactModuleInfoProvider"); -+ return (ReactModuleInfoProvider) reactModuleInfoProviderClass.newInstance(); -+ } catch (ClassNotFoundException e) { -+ // ReactModuleSpecProcessor does not run at build-time. Create this ReactModuleInfoProvider by -+ // hand. -+ return new ReactModuleInfoProvider() { -+ @Override -+ public Map getReactModuleInfos() { -+ final Map reactModuleInfoMap = new HashMap<>(); -+ -+ Class[] moduleList = -+ new Class[] { -+ OnfidoSdkModule.class, -+ }; -+ -+ for (Class moduleClass : moduleList) { -+ ReactModule reactModule = moduleClass.getAnnotation(ReactModule.class); -+ -+ reactModuleInfoMap.put( -+ reactModule.name(), -+ new ReactModuleInfo( -+ reactModule.name(), -+ moduleClass.getName(), -+ reactModule.canOverrideExistingModule(), -+ reactModule.needsEagerInit(), -+ reactModule.hasConstants(), -+ reactModule.isCxxModule(), -+ TurboModule.class.isAssignableFrom(moduleClass))); -+ } -+ -+ return reactModuleInfoMap; -+ } -+ }; -+ } catch (InstantiationException | IllegalAccessException e) { -+ throw new RuntimeException( -+ "No ReactModuleInfoProvider for com.onfido.reactnative.sdk.OnfidoSdkPackage$$ReactModuleInfoProvider", e); -+ } -+ } - } -diff --git a/node_modules/@onfido/react-native-sdk/android/src/paper/java/com/onfido/reactnative/sdk/NativeOnfidoModuleSpec.java b/node_modules/@onfido/react-native-sdk/android/src/paper/java/com/onfido/reactnative/sdk/NativeOnfidoModuleSpec.java -new file mode 100644 -index 0000000..16e880e ---- /dev/null -+++ b/node_modules/@onfido/react-native-sdk/android/src/paper/java/com/onfido/reactnative/sdk/NativeOnfidoModuleSpec.java -@@ -0,0 +1,52 @@ -+ -+/** -+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). -+ * -+ * Do not edit this file as changes may cause incorrect behavior and will be lost -+ * once the code is regenerated. -+ * -+ * @generated by codegen project: GenerateModuleJavaSpec.js -+ * -+ * @nolint -+ */ -+ -+package com.onfido.reactnative.sdk; -+ -+import com.facebook.proguard.annotations.DoNotStrip; -+import com.facebook.react.bridge.Promise; -+import com.facebook.react.bridge.ReactApplicationContext; -+import com.facebook.react.bridge.ReactContextBaseJavaModule; -+import com.facebook.react.bridge.ReactMethod; -+import com.facebook.react.bridge.ReactModuleWithSpec; -+import com.facebook.react.bridge.ReadableMap; -+import com.facebook.react.turbomodule.core.interfaces.TurboModule; -+import javax.annotation.Nonnull; -+ -+public abstract class NativeOnfidoModuleSpec extends ReactContextBaseJavaModule implements ReactModuleWithSpec, TurboModule { -+ public static final String NAME = "RNOnfidoSdk"; -+ -+ public NativeOnfidoModuleSpec(ReactApplicationContext reactContext) { -+ super(reactContext); -+ } -+ -+ @Override -+ public @Nonnull String getName() { -+ return NAME; -+ } -+ -+ @ReactMethod -+ @DoNotStrip -+ public abstract void start(ReadableMap config, Promise promise); -+ -+ @ReactMethod -+ @DoNotStrip -+ public abstract void withMediaCallbacksEnabled(); -+ -+ @ReactMethod -+ @DoNotStrip -+ public abstract void addListener(String eventName); -+ -+ @ReactMethod -+ @DoNotStrip -+ public abstract void removeListeners(double count); -+} -diff --git a/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk-Bridging-Header.h b/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk-Bridging-Header.h -index ebf12f6..9acdb99 100644 ---- a/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk-Bridging-Header.h -+++ b/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk-Bridging-Header.h -@@ -3,4 +3,4 @@ - // - - #import --#import -+#import "PluginMetadata.h" -diff --git a/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk.m b/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk.m -deleted file mode 100644 -index 328de71..0000000 ---- a/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk.m -+++ /dev/null -@@ -1,14 +0,0 @@ --#import --#import --#import --@interface RCT_EXTERN_MODULE(OnfidoSdk, RCTEventEmitter) -- --RCT_EXTERN_METHOD( -- start:(NSDictionary *)config -- resolver:(RCTPromiseResolveBlock)resolve -- rejecter:(RCTPromiseRejectBlock)reject --) --RCT_EXTERN_METHOD(supportedEvents) --RCT_EXTERN_METHOD(withMediaCallbacksEnabled) -- --@end -diff --git a/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk.swift b/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk.swift -index 3829c99..e8788f0 100644 ---- a/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk.swift -+++ b/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk.swift -@@ -14,24 +14,31 @@ private enum CallbackType { - } - - @objc(OnfidoSdk) --final class OnfidoSdk: RCTEventEmitter { -+public final class OnfidoSdk: NSObject { - - private let onfidoFlowBuilder = OnfidoFlowBuilder() - private let configParser = OnfidoConfigParser() - private var callbackTypes: [CallbackType] = [] - - @objc -- func start(_ config: NSDictionary, -- resolver resolve: @escaping RCTPromiseResolveBlock, -- rejecter reject: @escaping RCTPromiseRejectBlock) { -+ public var mediaCallbackHandler: (([String: Any]) -> Void)? -+ -+ // TODO: Using React types here (RCTPromiseResolveBlock and RCTPromiseRejectBlock) causes the project to fail to build. -+ // For some reason marking them as @escaping causes the XCode to add an import to non-existent header file in onfido_react_native_sdk-Swift.h. -+ @objc -+ public func start(_ config: NSDictionary, -+ resolver resolve: @escaping (Any) -> Void, -+ rejecter reject: @escaping (String, String, Error?) -> Void) -> Void { - DispatchQueue.main.async { [weak self] in - self?.run(withConfig: config, resolver: resolve, rejecter: reject) - } - } - -+ // TODO: Same as above - private func run(withConfig config: NSDictionary, -- resolver resolve: @escaping RCTPromiseResolveBlock, -- rejecter reject: @escaping RCTPromiseRejectBlock) { -+ resolver resolve: @escaping (Any) -> Void, -+ rejecter reject: @escaping (String, String, Error?) -> Void) { -+ - do { - let onfidoConfig: OnfidoPluginConfig = try configParser.parse(config) - -@@ -90,27 +97,17 @@ final class OnfidoSdk: RCTEventEmitter { - } - } - -- // MARK: - Callbacks -- -- @objc -- public override func supportedEvents() -> [String] { -- return ["onfidoMediaCallback"] -- } -- -- @objc -- override static func requiresMainQueueSetup() -> Bool { -- return false -- } -- - // MARK: Media - - @objc -- func withMediaCallbacksEnabled() { -+ public func withMediaCallbacksEnabled() { - callbackTypes.append(.media) - } - - private func processMediaResult(_ dictionary: [String: Any]) { -- sendEvent(withName: "onfidoMediaCallback", body: dictionary) -+ if let handler = mediaCallbackHandler { -+ handler(dictionary) -+ } - } - } - -diff --git a/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk.xcodeproj/project.pbxproj b/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk.xcodeproj/project.pbxproj -index e87f422..7958454 100644 ---- a/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk.xcodeproj/project.pbxproj -+++ b/node_modules/@onfido/react-native-sdk/ios/OnfidoSdk.xcodeproj/project.pbxproj -@@ -65,6 +65,8 @@ - 8517ACCD244290D10077E909 /* OnfidoSdkTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OnfidoSdkTests.swift; sourceTree = ""; }; - 899A7F1B3979E0BB4044B867 /* libPods-OnfidoSdk-OnfidoSdkTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-OnfidoSdk-OnfidoSdkTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8B8E5FE3BDE0C9C96B5FE8AB /* Pods-OnfidoSdk.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OnfidoSdk.debug.xcconfig"; path = "Target Support Files/Pods-OnfidoSdk/Pods-OnfidoSdk.debug.xcconfig"; sourceTree = ""; }; -+ 9B55F4FF2B61451700EC4D80 /* PluginMetadata.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PluginMetadata.m; sourceTree = ""; }; -+ 9B55F5002B61451700EC4D80 /* PluginMetadata.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PluginMetadata.h; sourceTree = ""; }; - 9BF206B12A3C839F00766D77 /* CallbackReceiver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallbackReceiver.swift; sourceTree = ""; }; - 9BF206B22A3C839F00766D77 /* BridgeUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BridgeUtils.swift; sourceTree = ""; }; - 9BF206B32A3C839F00766D77 /* OnfidoAppearance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnfidoAppearance.swift; sourceTree = ""; }; -@@ -138,6 +140,8 @@ - 3AFE501B2408521F00E21479 /* OnfidoSdk-Bridging-Header.h */, - B3E7B5881CC2AC0600A0062D /* OnfidoSdk.h */, - B3E7B5891CC2AC0600A0062D /* OnfidoSdk.m */, -+ 9B55F5002B61451700EC4D80 /* PluginMetadata.h */, -+ 9B55F4FF2B61451700EC4D80 /* PluginMetadata.m */, - 3A9D42CA2412EEF50087A331 /* OnfidoSdkTests */, - 134814211AA4EA7D00B7C361 /* Products */, - 4A3724A27399FEFCC7B1F920 /* Pods */, -diff --git a/node_modules/@onfido/react-native-sdk/ios/PluginMetadata.h b/node_modules/@onfido/react-native-sdk/ios/PluginMetadata.h -new file mode 100644 -index 0000000..c263983 ---- /dev/null -+++ b/node_modules/@onfido/react-native-sdk/ios/PluginMetadata.h -@@ -0,0 +1,10 @@ -+#import -+ -+NS_ASSUME_NONNULL_BEGIN -+ -+@interface PluginMetadata : NSObject -+@property (nonatomic, readonly) NSString* pluginPlatform; -+@property (nonatomic, readonly) NSString* pluginVersion; -+@end -+ -+NS_ASSUME_NONNULL_END -diff --git a/node_modules/@onfido/react-native-sdk/ios/PluginMetadata.m b/node_modules/@onfido/react-native-sdk/ios/PluginMetadata.m -new file mode 100644 -index 0000000..3f9109e ---- /dev/null -+++ b/node_modules/@onfido/react-native-sdk/ios/PluginMetadata.m -@@ -0,0 +1,15 @@ -+#import "PluginMetadata.h" -+ -+@implementation PluginMetadata -+ -+- (instancetype)init -+{ -+ self = [super init]; -+ if (self) { -+ _pluginPlatform = @"react-native"; -+ _pluginVersion = @"10.7.0"; -+ } -+ return self; -+} -+ -+@end -diff --git a/node_modules/@onfido/react-native-sdk/ios/PluginMetadata.swift b/node_modules/@onfido/react-native-sdk/ios/PluginMetadata.swift -deleted file mode 100644 -index 9e2b0fc..0000000 ---- a/node_modules/@onfido/react-native-sdk/ios/PluginMetadata.swift -+++ /dev/null -@@ -1,11 +0,0 @@ --// --// PluginMetadata.swift --// --// Copyright © 2016-2023 Onfido. All rights reserved. --// -- --@objcMembers --final class PluginMetadata: NSObject { -- let pluginPlatform = "react-native" -- let pluginVersion = "10.6.0" --} -diff --git a/node_modules/@onfido/react-native-sdk/ios/Podfile b/node_modules/@onfido/react-native-sdk/ios/Podfile -index 8fc621f..38b66d9 100644 ---- a/node_modules/@onfido/react-native-sdk/ios/Podfile -+++ b/node_modules/@onfido/react-native-sdk/ios/Podfile -@@ -27,7 +27,7 @@ flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : Flip - # end - - target 'OnfidoSdk' do -- pod 'Onfido', '~> 29.6.0' -+ pod 'Onfido', '~> 29.7.0' - - config = use_native_modules! - use_react_native!( -@@ -41,6 +41,17 @@ target 'OnfidoSdk' do - target 'OnfidoSdkTests' do - # inherit! :search_paths - # Pods for testing -+ end - -+ # unary_function and binary_function are no longer provided in C++17 and newer standard modes as part of Xcode 15. -+ # They can be re-enabled with setting _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION -+ # Ref: https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes#Deprecations -+ # Solution: https://github.com/facebook/react-native/issues/37748#issuecomment-1580589448 -+ post_install do |installer| -+ installer.pods_project.targets.each do |target| -+ target.build_configurations.each do |config| -+ config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', '_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION'] -+ end -+ end - end - end -diff --git a/node_modules/@onfido/react-native-sdk/ios/Podfile.lock b/node_modules/@onfido/react-native-sdk/ios/Podfile.lock -index 87765b9..46aa9fb 100644 ---- a/node_modules/@onfido/react-native-sdk/ios/Podfile.lock -+++ b/node_modules/@onfido/react-native-sdk/ios/Podfile.lock -@@ -519,11 +519,11 @@ EXTERNAL SOURCES: - - SPEC CHECKSUMS: - boost: 57d2868c099736d80fcd648bf211b4431e51a558 -- DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de -+ DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 - FBLazyVector: 748c0ef74f2bf4b36cfcccf37916806940a64c32 - FBReactNativeSpec: 966f29e4e697de53a3b366355e8f57375c856ad9 - fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 -- glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62 -+ glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b - Onfido: c52e797b10cc9e6d29ba91996cb62e501000bfdd - RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 - RCTRequired: 28469809442eb4eb5528462705f7d852948c8a74 -@@ -560,6 +560,6 @@ SPEC CHECKSUMS: - SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 - Yoga: b76f1acfda8212aa16b7e26bcce3983230c82603 - --PODFILE CHECKSUM: ee04850b32b0f021f8e865806f0d8fc273717178 -+PODFILE CHECKSUM: b0afaaafeb2272120df31de2529a6e679929c7c5 - - COCOAPODS: 1.14.3 -diff --git a/node_modules/@onfido/react-native-sdk/ios/RNOnfidoSdk.h b/node_modules/@onfido/react-native-sdk/ios/RNOnfidoSdk.h -new file mode 100644 -index 0000000..3b65b7a ---- /dev/null -+++ b/node_modules/@onfido/react-native-sdk/ios/RNOnfidoSdk.h -@@ -0,0 +1,16 @@ -+#import -+#import -+#import -+ -+#ifdef RCT_NEW_ARCH_ENABLED -+ -+#import -+@interface RNOnfidoSdk : RCTEventEmitter -+ -+#else -+ -+@interface RNOnfidoSdk : RCTEventEmitter -+ -+#endif -+ -+@end -diff --git a/node_modules/@onfido/react-native-sdk/ios/RNOnfidoSdk.mm b/node_modules/@onfido/react-native-sdk/ios/RNOnfidoSdk.mm -new file mode 100644 -index 0000000..998f79b ---- /dev/null -+++ b/node_modules/@onfido/react-native-sdk/ios/RNOnfidoSdk.mm -@@ -0,0 +1,64 @@ -+#import "RNOnfidoSdk.h" -+ -+#ifdef USE_FRAMEWORKS -+#import -+#else -+#import -+#endif -+ -+@implementation RNOnfidoSdk { -+ OnfidoSdk *_onfidoSdk; -+} -+ -+RCT_EXPORT_MODULE() -+ -++ (BOOL)requiresMainQueueSetup { -+ return NO; -+} -+ -+- (instancetype)init -+{ -+ if (!(self = [super init])) { -+ return nil; -+ } -+ -+ _onfidoSdk = [[OnfidoSdk alloc] init]; -+ -+ // capture weak self reference to prevent retain cycle -+ __weak __typeof__(self) weakSelf = self; -+ -+ _onfidoSdk.mediaCallbackHandler = ^(NSDictionary *data) { -+ __typeof__(self) strongSelf = weakSelf; -+ -+ if (strongSelf != nullptr) { -+ [strongSelf sendEventWithName:@"onfidoMediaCallback" body:data]; -+ } -+ }; -+ -+ return self; -+} -+ -+- (NSArray *)supportedEvents -+{ -+ return @[@"onfidoMediaCallback"]; -+} -+ -+RCT_EXPORT_METHOD(start:(NSDictionary *)config resolve:(RCTPromiseResolveBlock)resolve reject:(RCTPromiseRejectBlock)reject) -+{ -+ [_onfidoSdk start:config resolver:resolve rejecter:reject]; -+} -+ -+RCT_EXPORT_METHOD(withMediaCallbacksEnabled) -+{ -+ [_onfidoSdk withMediaCallbacksEnabled]; -+} -+ -+#ifdef RCT_NEW_ARCH_ENABLED -+ -+- (std::shared_ptr)getTurboModule:(const facebook::react::ObjCTurboModule::InitParams &)params { -+ return std::make_shared(params); -+} -+ -+#endif -+ -+@end -diff --git a/node_modules/@onfido/react-native-sdk/js/NativeOnfidoModule.ts b/node_modules/@onfido/react-native-sdk/js/NativeOnfidoModule.ts -new file mode 100644 -index 0000000..c48f86e ---- /dev/null -+++ b/node_modules/@onfido/react-native-sdk/js/NativeOnfidoModule.ts -@@ -0,0 +1,13 @@ -+import { TurboModuleRegistry, TurboModule } from "react-native"; -+import { Double } from 'react-native/Libraries/Types/CodegenTypes'; -+ -+export interface Spec extends TurboModule { -+ start(config: Object): Promise; -+ withMediaCallbacksEnabled(): void; -+ -+ // those two are here for event emitter methods -+ addListener(eventName: string): void; -+ removeListeners(count: Double): void; -+} -+ -+export default TurboModuleRegistry.getEnforcing("RNOnfidoSdk"); -diff --git a/node_modules/@onfido/react-native-sdk/js/Onfido.ts b/node_modules/@onfido/react-native-sdk/js/Onfido.ts -index db35471..fa6c1ef 100644 ---- a/node_modules/@onfido/react-native-sdk/js/Onfido.ts -+++ b/node_modules/@onfido/react-native-sdk/js/Onfido.ts -@@ -1,4 +1,4 @@ --import {NativeModules, Platform, NativeEventEmitter} from 'react-native'; -+import {Platform, NativeEventEmitter} from 'react-native'; - import { - OnfidoAlpha2CountryCode, - OnfidoCaptureType, -@@ -11,11 +11,9 @@ import { - } from "./config_constants"; - import { Base64 } from 'js-base64'; - --const {OnfidoSdk} = NativeModules; -- --const OndifoSdkModule = NativeModules.OnfidoSdk --const eventEmitter = new NativeEventEmitter(OndifoSdkModule) -+import OnfidoSdk from "./NativeOnfidoModule"; - -+const eventEmitter = new NativeEventEmitter(OnfidoSdk) - - const Onfido = { - start(config: OnfidoConfig): Promise { -@@ -93,7 +91,7 @@ const Onfido = { - return OnfidoSdk.start(config).catch((error: any) => { - console.log(error); - throw error; -- }); -+ }) as Promise; - }, - - addCustomMediaCallback(callback: (result: OnfidoMediaResult) => OnfidoMediaResult) { -diff --git a/node_modules/@onfido/react-native-sdk/onfido-react-native-sdk.podspec b/node_modules/@onfido/react-native-sdk/onfido-react-native-sdk.podspec -index a9de0d0..da83d9f 100644 ---- a/node_modules/@onfido/react-native-sdk/onfido-react-native-sdk.podspec -+++ b/node_modules/@onfido/react-native-sdk/onfido-react-native-sdk.podspec -@@ -2,6 +2,8 @@ require "json" - - package = JSON.parse(File.read(File.join(__dir__, "package.json"))) - -+fabric_enabled = ENV['RCT_NEW_ARCH_ENABLED'] == '1' -+ - Pod::Spec.new do |s| - s.name = "onfido-react-native-sdk" - s.version = package["version"] -@@ -15,10 +17,22 @@ Pod::Spec.new do |s| - s.platforms = { :ios => "11.0" } - s.source = { :git => "https://github.com/onfido/react-native-sdk.git", :tag => "#{s.version}" } - -- s.source_files = "ios/**/*.{h,m,swift}" -+ s.source_files = "ios/**/*.{h,m,swift,mm}" - s.exclude_files = "ios/OnfidoSdkTests/" - s.requires_arc = true - -- s.dependency "React" -- s.dependency "Onfido", "~> 29.6.0" -+ s.dependency "Onfido", "~> 29.7.0" -+ -+ if ENV['USE_FRAMEWORKS'] != nil -+ s.pod_target_xcconfig = { -+ "OTHER_CFLAGS" => "$(inherited) -DUSE_FRAMEWORKS", -+ "OTHER_CPLUSPLUSFLAGS" => "$(inherited) -DUSE_FRAMEWORKS", -+ } -+ end -+ -+ if defined?(install_modules_dependencies()) != nil -+ install_modules_dependencies(s) -+ else -+ s.dependency "React" -+ end - end -diff --git a/node_modules/@onfido/react-native-sdk/package.json b/node_modules/@onfido/react-native-sdk/package.json -index 50a331b..754c3c0 100644 ---- a/node_modules/@onfido/react-native-sdk/package.json -+++ b/node_modules/@onfido/react-native-sdk/package.json -@@ -24,7 +24,8 @@ - ], - "testPathIgnorePatterns": [ - "/TestApp", -- "/SampleApp" -+ "/SampleApp", -+ "/FabricSample" - ], - "globals": { - "__DEV__": true -@@ -82,6 +83,14 @@ - "react-native": "0.72.6", - "typescript": "^4.6.4" - }, -+ "codegenConfig": { -+ "name": "rnonfidosdk", -+ "type": "modules", -+ "jsSrcsDir": "./js", -+ "android": { -+ "javaPackageName": "com.onfido.reactnative.sdk" -+ } -+ }, - "dependencies": { - "js-base64": "3.7.5" - }, -diff --git a/node_modules/@onfido/react-native-sdk/scripts/update-integration-versions.sh b/node_modules/@onfido/react-native-sdk/scripts/update-integration-versions.sh -index 49f9d4c..1b9f304 100755 ---- a/node_modules/@onfido/react-native-sdk/scripts/update-integration-versions.sh -+++ b/node_modules/@onfido/react-native-sdk/scripts/update-integration-versions.sh -@@ -2,16 +2,16 @@ - - PROJ_DIR=. - MANIFEST_FILE=${PROJ_DIR}/android/src/main/AndroidManifest.xml --IOS_PLUGIN_FILE=${PROJ_DIR}/ios/PluginMetadata.swift -+IOS_PLUGIN_FILE=${PROJ_DIR}/ios/PluginMetadata.m - - update_manifest() - { -- sed -i -e "s/android:value=\"[0-9]*\.[0-9]*\.[0-9]*\"/android:value=\"$2\"/g" $1 -+ sed -i '' -e "s/android:value=\"[0-9]*\.[0-9]*\.[0-9]*\"/android:value=\"$2\"/g" $1 - } - - update_plugin_file() - { -- sed -i -e "s/pluginVersion = \"[0-9]*\.[0-9]*\.[0-9]*\"/pluginVersion = \"$2\"/g" $1 -+ sed -i '' -e "s/_pluginVersion = @\"[0-9]*\.[0-9]*\.[0-9]*\"/_pluginVersion = @\"$2\"/g" $1 - } - - update_manifest ${MANIFEST_FILE} $PACKAGE_VERSION \ No newline at end of file From 74fb12b06034811925d9fc5addf631201b3ca3ca Mon Sep 17 00:00:00 2001 From: Alexey Kureev Date: Thu, 4 Sep 2025 10:23:10 +0200 Subject: [PATCH 02/14] chore(63871): update onfido (again) and generate Podfile.lock --- ios/Podfile.lock | 34 ++++++---------------------------- package-lock.json | 20 ++++++++------------ package.json | 4 ++-- 3 files changed, 16 insertions(+), 42 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 0d4f3ab27b99..fa2ea2f2021c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -422,32 +422,10 @@ PODS: - ReactCommon/turbomodule/core - Yoga - NWWebSocket (0.5.4) - - Onfido (29.7.2) - - onfido-react-native-sdk (10.6.0): - - DoubleConversion - - glog - - hermes-engine - - Onfido (~> 29.7.0) - - 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 + - Onfido (32.6.0) + - onfido-react-native-sdk (15.1.0): + - Onfido (~> 32.6.0) + - React - Plaid (5.6.0) - PromisesObjC (2.4.0) - PromisesSwift (2.4.0): @@ -3818,8 +3796,8 @@ SPEC CHECKSUMS: nanopb: fad817b59e0457d11a5dfbde799381cd727c1275 NitroModules: faec300c5f7074ec6d3255b2f6aedb94ac8a2d3d NWWebSocket: 040d22f23438cc09aaeabf537beff67699c3c76d - Onfido: f3af62ea1c9a419589c133e3e511e5d2c4f3f8af - onfido-react-native-sdk: 0245dba46f3e3a10bbaf3969fc7c947a22fb46fa + Onfido: 25d7d29890ca96e7faf79c84e2d3a33cd8fb8631 + onfido-react-native-sdk: 1cdc60cfc65e996d7544e1db1201a52cd0af4047 Plaid: c32f22ffce5ec67c9e6147eaf6c4d7d5f8086d89 PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47 PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851 diff --git a/package-lock.json b/package-lock.json index 1e0c12e4f1e6..066787507782 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,13 +30,9 @@ "@fullstory/react-native": "^1.7.6", "@gorhom/portal": "^1.0.14", "@invertase/react-native-apple-authentication": "^2.2.2", -<<<<<<< HEAD "@noble/ed25519": "^3.0.0", "@noble/hashes": "^2.0.0", - "@onfido/react-native-sdk": "10.6.0", -======= - "@onfido/react-native-sdk": "15.0.0", ->>>>>>> cd7185dafb3 (chore(63871): update @onfido/react-native and onfido-sdk-ui) + "@onfido/react-native-sdk": "15.1.0", "@pusher/pusher-websocket-react-native": "^1.3.1", "@react-native-camera-roll/camera-roll": "7.4.0", "@react-native-clipboard/clipboard": "^1.15.0", @@ -84,7 +80,7 @@ "lodash-es": "4.17.21", "lottie-react-native": "6.5.1", "mapbox-gl": "^2.15.0", - "onfido-sdk-ui": "14.53.0", + "onfido-sdk-ui": "14.53.1", "pako": "^2.1.0", "process": "^0.11.10", "pusher-js": "8.3.0", @@ -8213,9 +8209,9 @@ "license": "MIT" }, "node_modules/@onfido/react-native-sdk": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@onfido/react-native-sdk/-/react-native-sdk-15.0.0.tgz", - "integrity": "sha512-+U+G+cIIehiZBTbnoryz7KFgivXYZR8A8/YBZ1C3F3P9j4vRl5dgGS7gQjSxS5Jam+T1Z90dRAVBDq4ydfqzcQ==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/@onfido/react-native-sdk/-/react-native-sdk-15.1.0.tgz", + "integrity": "sha512-IkL+ngJ0uICHsFYV6LRntjIRLb2hYwYHHI8SkETWYfUbRg7BbUOT0u+2JwEmJsDzBDU2a61EVEZDhcAZ6nqztQ==", "license": "MIT", "dependencies": { "js-base64": "3.7.5" @@ -29661,9 +29657,9 @@ } }, "node_modules/onfido-sdk-ui": { - "version": "14.53.0", - "resolved": "https://registry.npmjs.org/onfido-sdk-ui/-/onfido-sdk-ui-14.53.0.tgz", - "integrity": "sha512-vtsMlgf6uC1Ut8pC8K3jp26ikQriqVKZx13VCp2JPZ8JOLZjIJdOk8D5bfwwlRFLySxmVIC6Jd5DJQY0LTLx0A==", + "version": "14.53.1", + "resolved": "https://registry.npmjs.org/onfido-sdk-ui/-/onfido-sdk-ui-14.53.1.tgz", + "integrity": "sha512-sukykItGNacw//y/dv70xnbxQh32lSHT5+OkSSrDhyCd57pYIiYEa+PowYVCMs6/4BNSwfzyymT51WWrdw8SLg==", "license": "SEE LICENSE in LICENSE" }, "node_modules/open": { diff --git a/package.json b/package.json index 687bed3c8df6..e97e1a908160 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@invertase/react-native-apple-authentication": "^2.2.2", "@noble/ed25519": "^3.0.0", "@noble/hashes": "^2.0.0", - "@onfido/react-native-sdk": "10.6.0", + "@onfido/react-native-sdk": "15.1.0", "@pusher/pusher-websocket-react-native": "^1.3.1", "@react-native-camera-roll/camera-roll": "7.4.0", "@react-native-clipboard/clipboard": "^1.15.0", @@ -150,7 +150,7 @@ "lodash-es": "4.17.21", "lottie-react-native": "6.5.1", "mapbox-gl": "^2.15.0", - "onfido-sdk-ui": "14.53.0", + "onfido-sdk-ui": "14.53.1", "pako": "^2.1.0", "process": "^0.11.10", "pusher-js": "8.3.0", From 6b566a59bde853d15a8367bcb44f37efbc09d3ee Mon Sep 17 00:00:00 2001 From: Alexey Kureev Date: Thu, 11 Sep 2025 13:21:46 +0200 Subject: [PATCH 03/14] fix(63871): rebase and re-install pods --- ios/NewExpensify.xcodeproj/project.pbxproj | 188 ++++++++++----------- ios/Podfile.lock | 40 ++++- 2 files changed, 128 insertions(+), 100 deletions(-) diff --git a/ios/NewExpensify.xcodeproj/project.pbxproj b/ios/NewExpensify.xcodeproj/project.pbxproj index 81290f0bb671..7d7b0311ba22 100644 --- a/ios/NewExpensify.xcodeproj/project.pbxproj +++ b/ios/NewExpensify.xcodeproj/project.pbxproj @@ -18,18 +18,18 @@ 0F749C2B3B8F4562B816DEAB /* BuildFile in Resources */ = {isa = PBXBuildFile; }; 1246A3EF20E54E7A9494C8B9 /* ExpensifyNeue-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = F4F8A052A22040339996324B /* ExpensifyNeue-Regular.otf */; }; 18D050E0262400AF000D658B /* BridgingFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18D050DF262400AF000D658B /* BridgingFile.swift */; }; + 1F7170E8E7867C00D32F03FE /* Pods_NotificationServiceExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4521D653AC9D36713686E739 /* Pods_NotificationServiceExtension.framework */; }; 26AF3C3540374A9FACB6C19E /* ExpensifyMono-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = DCF33E34FFEC48128CDD41D4 /* ExpensifyMono-Bold.otf */; }; 2A9F8CDA983746B0B9204209 /* ExpensifyNeue-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 52796131E6554494B2DDB056 /* ExpensifyNeue-Bold.otf */; }; 30581EA8AAFD4FCE88C5D191 /* ExpensifyNeue-Italic.otf in Resources */ = {isa = PBXBuildFile; fileRef = BF6A4C5167244B9FB8E4D4E3 /* ExpensifyNeue-Italic.otf */; }; 374FB8D728A133FE000D84EF /* OriginImageRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 374FB8D628A133FE000D84EF /* OriginImageRequestHandler.mm */; }; 383643682B6D4AE2005BB9AE /* DeviceCheck.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 383643672B6D4AE2005BB9AE /* DeviceCheck.framework */; }; + 388141582B58B5617B33FE99 /* Pods_NewExpensify.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E887A8466FD8FE3B8A0F396 /* Pods_NewExpensify.framework */; }; 47347EFF2DA5664A00633001 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47347EFE2DA5664A00633001 /* AppDelegate.swift */; }; 524F95D57E75496EBD14B0AA /* ExpensifyMono-BoldItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = A96F65C6624044318D21DAB1 /* ExpensifyMono-BoldItalic.otf */; }; 59164B2F48344A53975791A9 /* CustomEmojiNativeFont.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B42BBCC5FB8E4E40B1A9202C /* CustomEmojiNativeFont.ttf */; }; - 6A811C38D0C8B8E71857277E /* Pods_NewExpensify.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92BBCBF64F8C599FCC16438D /* Pods_NewExpensify.framework */; }; 7041848526A8E47D00E09F4D /* RCTStartupTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7041848426A8E47D00E09F4D /* RCTStartupTimer.m */; }; 70CF6E82262E297300711ADC /* BootSplash.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 70CF6E81262E297300711ADC /* BootSplash.storyboard */; }; - 72C5063E69A6964D19146633 /* Pods_NotificationServiceExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31A083BBEB60BA556012FDC9 /* Pods_NotificationServiceExtension.framework */; }; 7F9DD8DA2B2A445B005E3AFA /* ExpError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F9DD8D92B2A445B005E3AFA /* ExpError.swift */; }; 7FB680AE2CC94EDA006693CF /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 7FB680AD2CC94EDA006693CF /* GoogleService-Info.plist */; }; 7FB680AF2CC94EDA006693CF /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 7FB680AD2CC94EDA006693CF /* GoogleService-Info.plist */; }; @@ -84,6 +84,8 @@ /* Begin PBXFileReference section */ 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = ""; }; + 01A97F39357146A481EE9908 /* Pods-NotificationServiceExtension.releaseadhoc.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationServiceExtension.releaseadhoc.xcconfig"; path = "Target Support Files/Pods-NotificationServiceExtension/Pods-NotificationServiceExtension.releaseadhoc.xcconfig"; sourceTree = ""; }; + 07C15A37095B21E8DB8ABDB4 /* Pods-NotificationServiceExtension.debugadhoc.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationServiceExtension.debugadhoc.xcconfig"; path = "Target Support Files/Pods-NotificationServiceExtension/Pods-NotificationServiceExtension.debugadhoc.xcconfig"; sourceTree = ""; }; 083353E72B5AB22900C603C0 /* attention.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; name = attention.mp3; path = ../assets/sounds/attention.mp3; sourceTree = ""; }; 083353E82B5AB22900C603C0 /* done.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; name = done.mp3; path = ../assets/sounds/done.mp3; sourceTree = ""; }; 083353E92B5AB22900C603C0 /* receive.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; name = receive.mp3; path = ../assets/sounds/receive.mp3; sourceTree = ""; }; @@ -94,31 +96,28 @@ 0DFC45932C884E0A00B56C91 /* RCTShortcutManagerModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTShortcutManagerModule.m; sourceTree = ""; }; 0F5E534E263B73D5004CA14F /* EnvironmentChecker.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EnvironmentChecker.h; sourceTree = ""; }; 0F5E534F263B73FD004CA14F /* EnvironmentChecker.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EnvironmentChecker.m; sourceTree = ""; }; + 134836403CC8C122D1134E9C /* Pods-NotificationServiceExtension.releaseproduction.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationServiceExtension.releaseproduction.xcconfig"; path = "Target Support Files/Pods-NotificationServiceExtension/Pods-NotificationServiceExtension.releaseproduction.xcconfig"; sourceTree = ""; }; 13B07F961A680F5B00A75B9A /* New Expensify Dev.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "New Expensify Dev.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = NewExpensify/Info.plist; sourceTree = ""; }; + 14430647C56C5AD89A19FCF5 /* Pods-NotificationServiceExtension.debugdevelopment.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationServiceExtension.debugdevelopment.xcconfig"; path = "Target Support Files/Pods-NotificationServiceExtension/Pods-NotificationServiceExtension.debugdevelopment.xcconfig"; sourceTree = ""; }; 18D050DF262400AF000D658B /* BridgingFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BridgingFile.swift; sourceTree = ""; }; - 1C839668BD5515A8ADE6B15E /* Pods-NotificationServiceExtension.releaseproduction.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationServiceExtension.releaseproduction.xcconfig"; path = "Target Support Files/Pods-NotificationServiceExtension/Pods-NotificationServiceExtension.releaseproduction.xcconfig"; sourceTree = ""; }; - 24454472DB373F58A96B1B5C /* Pods-NotificationServiceExtension.debugdevelopment.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationServiceExtension.debugdevelopment.xcconfig"; path = "Target Support Files/Pods-NotificationServiceExtension/Pods-NotificationServiceExtension.debugdevelopment.xcconfig"; sourceTree = ""; }; - 289D101B1119F719AAC9EB8B /* Pods-NewExpensify.debugadhoc.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NewExpensify.debugadhoc.xcconfig"; path = "Target Support Files/Pods-NewExpensify/Pods-NewExpensify.debugadhoc.xcconfig"; sourceTree = ""; }; - 31A083BBEB60BA556012FDC9 /* Pods_NotificationServiceExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NotificationServiceExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 1DBCEBFB324A784D74DCC642 /* Pods-NewExpensify.debugadhoc.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NewExpensify.debugadhoc.xcconfig"; path = "Target Support Files/Pods-NewExpensify/Pods-NewExpensify.debugadhoc.xcconfig"; sourceTree = ""; }; 374FB8D528A133A7000D84EF /* OriginImageRequestHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = OriginImageRequestHandler.h; path = NewExpensify/OriginImageRequestHandler.h; sourceTree = ""; }; 374FB8D628A133FE000D84EF /* OriginImageRequestHandler.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = OriginImageRequestHandler.mm; path = NewExpensify/OriginImageRequestHandler.mm; sourceTree = ""; }; 383643672B6D4AE2005BB9AE /* DeviceCheck.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DeviceCheck.framework; path = System/Library/Frameworks/DeviceCheck.framework; sourceTree = SDKROOT; }; - 417E30386DDC804B3693037A /* Pods-NewExpensify.releaseproduction.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NewExpensify.releaseproduction.xcconfig"; path = "Target Support Files/Pods-NewExpensify/Pods-NewExpensify.releaseproduction.xcconfig"; sourceTree = ""; }; - 41D2EDB009CF19BA59C5181C /* Pods-NotificationServiceExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationServiceExtension.debug.xcconfig"; path = "Target Support Files/Pods-NotificationServiceExtension/Pods-NotificationServiceExtension.debug.xcconfig"; sourceTree = ""; }; 44BF435285B94E5B95F90994 /* ExpensifyNewKansas-Medium.otf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "ExpensifyNewKansas-Medium.otf"; path = "../assets/fonts/native/ExpensifyNewKansas-Medium.otf"; sourceTree = ""; }; - 46B1FE4DE317D30C25A74C15 /* Pods-NewExpensify.debugdevelopment.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NewExpensify.debugdevelopment.xcconfig"; path = "Target Support Files/Pods-NewExpensify/Pods-NewExpensify.debugdevelopment.xcconfig"; sourceTree = ""; }; + 4521D653AC9D36713686E739 /* Pods_NotificationServiceExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NotificationServiceExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 46CFEEC62CA1C2E0003D36CC /* ShareViewController.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ShareViewController.entitlements; sourceTree = ""; }; 47347EFE2DA5664A00633001 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 47347F002DA56FAC00633001 /* NewExpensify-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NewExpensify-Bridging-Header.h"; sourceTree = ""; }; - 48E7775E0D42D3E3F53A5B99 /* Pods-NotificationServiceExtension.releaseadhoc.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationServiceExtension.releaseadhoc.xcconfig"; path = "Target Support Files/Pods-NotificationServiceExtension/Pods-NotificationServiceExtension.releaseadhoc.xcconfig"; sourceTree = ""; }; 499B0DA92BE2A1C000CABFB0 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; - 4A39BBFB1A6AA6A0EB08878C /* Pods-NotificationServiceExtension.debugproduction.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationServiceExtension.debugproduction.xcconfig"; path = "Target Support Files/Pods-NotificationServiceExtension/Pods-NotificationServiceExtension.debugproduction.xcconfig"; sourceTree = ""; }; 4D20D83B0E39BA6D21761E72 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-NewExpensify/ExpoModulesProvider.swift"; sourceTree = ""; }; 52796131E6554494B2DDB056 /* ExpensifyNeue-Bold.otf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "ExpensifyNeue-Bold.otf"; path = "../assets/fonts/native/ExpensifyNeue-Bold.otf"; sourceTree = ""; }; + 67D096CE2C3CB125AAC20F11 /* Pods-NotificationServiceExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationServiceExtension.debug.xcconfig"; path = "Target Support Files/Pods-NotificationServiceExtension/Pods-NotificationServiceExtension.debug.xcconfig"; sourceTree = ""; }; + 6E887A8466FD8FE3B8A0F396 /* Pods_NewExpensify.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NewExpensify.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6FFAB4E4A2A56FFA9B6357B3 /* Pods-NewExpensify.debugdevelopment.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NewExpensify.debugdevelopment.xcconfig"; path = "Target Support Files/Pods-NewExpensify/Pods-NewExpensify.debugdevelopment.xcconfig"; sourceTree = ""; }; 7041848326A8E40900E09F4D /* RCTStartupTimer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RCTStartupTimer.h; path = NewExpensify/RCTStartupTimer.h; sourceTree = ""; }; 7041848426A8E47D00E09F4D /* RCTStartupTimer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = RCTStartupTimer.m; path = NewExpensify/RCTStartupTimer.m; sourceTree = ""; }; - 707151F8A56D2431696273AB /* Pods-NewExpensify.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NewExpensify.debug.xcconfig"; path = "Target Support Files/Pods-NewExpensify/Pods-NewExpensify.debug.xcconfig"; sourceTree = ""; }; 70CF6E81262E297300711ADC /* BootSplash.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = BootSplash.storyboard; path = NewExpensify/BootSplash.storyboard; sourceTree = ""; }; 7F3784A22C75103800063508 /* NewExpensifyDebugDevelopment.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = NewExpensifyDebugDevelopment.entitlements; path = NewExpensify/NewExpensifyDebugDevelopment.entitlements; sourceTree = ""; }; 7F3784A32C75129D00063508 /* NewExpensifyDebugAdHoc.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = NewExpensifyDebugAdHoc.entitlements; path = NewExpensify/NewExpensifyDebugAdHoc.entitlements; sourceTree = ""; }; @@ -133,15 +132,18 @@ 7FD73C9D2B23CE9500420AF3 /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = ""; }; 7FD73C9F2B23CE9500420AF3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 8B28D84EF339436DBD42A203 /* ExpensifyNeue-BoldItalic.otf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "ExpensifyNeue-BoldItalic.otf"; path = "../assets/fonts/native/ExpensifyNeue-BoldItalic.otf"; sourceTree = ""; }; - 8EFE0319D586C1078DB926FD /* Pods-NewExpensify.releaseadhoc.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NewExpensify.releaseadhoc.xcconfig"; path = "Target Support Files/Pods-NewExpensify/Pods-NewExpensify.releaseadhoc.xcconfig"; sourceTree = ""; }; - 92BBCBF64F8C599FCC16438D /* Pods_NewExpensify.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NewExpensify.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 955646B08BB776347851A5C2 /* Pods-NewExpensify.releaseproduction.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NewExpensify.releaseproduction.xcconfig"; path = "Target Support Files/Pods-NewExpensify/Pods-NewExpensify.releaseproduction.xcconfig"; sourceTree = ""; }; A96F65C6624044318D21DAB1 /* ExpensifyMono-BoldItalic.otf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "ExpensifyMono-BoldItalic.otf"; path = "../assets/fonts/native/ExpensifyMono-BoldItalic.otf"; sourceTree = ""; }; AC131FBA2CF634F20010CE80 /* BackgroundTasks.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = BackgroundTasks.framework; path = System/Library/Frameworks/BackgroundTasks.framework; sourceTree = SDKROOT; }; + AFCFBB84F5C2C2B61BCF3DDF /* Pods-NewExpensify.releaseadhoc.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NewExpensify.releaseadhoc.xcconfig"; path = "Target Support Files/Pods-NewExpensify/Pods-NewExpensify.releaseadhoc.xcconfig"; sourceTree = ""; }; + B044C64C0BB85C28BF5B01BA /* Pods-NewExpensify.releasedevelopment.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NewExpensify.releasedevelopment.xcconfig"; path = "Target Support Files/Pods-NewExpensify/Pods-NewExpensify.releasedevelopment.xcconfig"; sourceTree = ""; }; + B198C1B8869E27161EB83E88 /* Pods-NewExpensify.debugproduction.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NewExpensify.debugproduction.xcconfig"; path = "Target Support Files/Pods-NewExpensify/Pods-NewExpensify.debugproduction.xcconfig"; sourceTree = ""; }; B42BBCC5FB8E4E40B1A9202C /* CustomEmojiNativeFont.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = CustomEmojiNativeFont.ttf; path = ../assets/fonts/native/CustomEmojiNativeFont.ttf; sourceTree = ""; }; - BBE493797E97F2995E627244 /* Pods-NotificationServiceExtension.debugadhoc.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationServiceExtension.debugadhoc.xcconfig"; path = "Target Support Files/Pods-NotificationServiceExtension/Pods-NotificationServiceExtension.debugadhoc.xcconfig"; sourceTree = ""; }; + B733BD649E4A3CD0FF43A007 /* Pods-NewExpensify.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NewExpensify.debug.xcconfig"; path = "Target Support Files/Pods-NewExpensify/Pods-NewExpensify.debug.xcconfig"; sourceTree = ""; }; BF6A4C5167244B9FB8E4D4E3 /* ExpensifyNeue-Italic.otf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "ExpensifyNeue-Italic.otf"; path = "../assets/fonts/native/ExpensifyNeue-Italic.otf"; sourceTree = ""; }; D2AFB39EC1D44BF9B91D3227 /* ExpensifyNewKansas-MediumItalic.otf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "ExpensifyNewKansas-MediumItalic.otf"; path = "../assets/fonts/native/ExpensifyNewKansas-MediumItalic.otf"; sourceTree = ""; }; - D7C206AC464C89FB4899E0AD /* Pods-NotificationServiceExtension.releasedevelopment.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationServiceExtension.releasedevelopment.xcconfig"; path = "Target Support Files/Pods-NotificationServiceExtension/Pods-NotificationServiceExtension.releasedevelopment.xcconfig"; sourceTree = ""; }; + D5C92AAC5F0CCB1897A655CC /* Pods-NotificationServiceExtension.debugproduction.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationServiceExtension.debugproduction.xcconfig"; path = "Target Support Files/Pods-NotificationServiceExtension/Pods-NotificationServiceExtension.debugproduction.xcconfig"; sourceTree = ""; }; + DA6196CEE4C9ADD7FAE850A9 /* Pods-NotificationServiceExtension.releasedevelopment.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationServiceExtension.releasedevelopment.xcconfig"; path = "Target Support Files/Pods-NotificationServiceExtension/Pods-NotificationServiceExtension.releasedevelopment.xcconfig"; sourceTree = ""; }; DCF33E34FFEC48128CDD41D4 /* ExpensifyMono-Bold.otf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "ExpensifyMono-Bold.otf"; path = "../assets/fonts/native/ExpensifyMono-Bold.otf"; sourceTree = ""; }; DD7904292792E76D004484B4 /* RCTBootSplash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RCTBootSplash.h; path = NewExpensify/RCTBootSplash.h; sourceTree = ""; }; DD79042A2792E76D004484B4 /* RCTBootSplash.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RCTBootSplash.mm; path = NewExpensify/RCTBootSplash.mm; sourceTree = ""; }; @@ -155,10 +157,8 @@ E9DF872C2525201700607FDC /* AirshipConfig.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = AirshipConfig.plist; sourceTree = ""; }; ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; }; - EFA5CA89CC675CA3370CF89E /* Pods-NewExpensify.debugproduction.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NewExpensify.debugproduction.xcconfig"; path = "Target Support Files/Pods-NewExpensify/Pods-NewExpensify.debugproduction.xcconfig"; sourceTree = ""; }; F0C450E92705020500FD2970 /* colors.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = colors.json; path = ../colors.json; sourceTree = ""; }; F4F8A052A22040339996324B /* ExpensifyNeue-Regular.otf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "ExpensifyNeue-Regular.otf"; path = "../assets/fonts/native/ExpensifyNeue-Regular.otf"; sourceTree = ""; }; - F8839E9820F4C312BD1C9339 /* Pods-NewExpensify.releasedevelopment.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NewExpensify.releasedevelopment.xcconfig"; path = "Target Support Files/Pods-NewExpensify/Pods-NewExpensify.releasedevelopment.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -168,7 +168,7 @@ files = ( 383643682B6D4AE2005BB9AE /* DeviceCheck.framework in Frameworks */, AC131FBB2CF634F20010CE80 /* BackgroundTasks.framework in Frameworks */, - 6A811C38D0C8B8E71857277E /* Pods_NewExpensify.framework in Frameworks */, + 388141582B58B5617B33FE99 /* Pods_NewExpensify.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -176,7 +176,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 72C5063E69A6964D19146633 /* Pods_NotificationServiceExtension.framework in Frameworks */, + 1F7170E8E7867C00D32F03FE /* Pods_NotificationServiceExtension.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -220,8 +220,8 @@ 383643672B6D4AE2005BB9AE /* DeviceCheck.framework */, ED297162215061F000B7C4FE /* JavaScriptCore.framework */, ED2971642150620600B7C4FE /* JavaScriptCore.framework */, - 92BBCBF64F8C599FCC16438D /* Pods_NewExpensify.framework */, - 31A083BBEB60BA556012FDC9 /* Pods_NotificationServiceExtension.framework */, + 6E887A8466FD8FE3B8A0F396 /* Pods_NewExpensify.framework */, + 4521D653AC9D36713686E739 /* Pods_NotificationServiceExtension.framework */, ); name = Frameworks; sourceTree = ""; @@ -337,20 +337,20 @@ EC29677F0A49C2946A495A33 /* Pods */ = { isa = PBXGroup; children = ( - 46B1FE4DE317D30C25A74C15 /* Pods-NewExpensify.debugdevelopment.xcconfig */, - 289D101B1119F719AAC9EB8B /* Pods-NewExpensify.debugadhoc.xcconfig */, - EFA5CA89CC675CA3370CF89E /* Pods-NewExpensify.debugproduction.xcconfig */, - F8839E9820F4C312BD1C9339 /* Pods-NewExpensify.releasedevelopment.xcconfig */, - 8EFE0319D586C1078DB926FD /* Pods-NewExpensify.releaseadhoc.xcconfig */, - 417E30386DDC804B3693037A /* Pods-NewExpensify.releaseproduction.xcconfig */, - 24454472DB373F58A96B1B5C /* Pods-NotificationServiceExtension.debugdevelopment.xcconfig */, - BBE493797E97F2995E627244 /* Pods-NotificationServiceExtension.debugadhoc.xcconfig */, - 4A39BBFB1A6AA6A0EB08878C /* Pods-NotificationServiceExtension.debugproduction.xcconfig */, - D7C206AC464C89FB4899E0AD /* Pods-NotificationServiceExtension.releasedevelopment.xcconfig */, - 48E7775E0D42D3E3F53A5B99 /* Pods-NotificationServiceExtension.releaseadhoc.xcconfig */, - 1C839668BD5515A8ADE6B15E /* Pods-NotificationServiceExtension.releaseproduction.xcconfig */, - 707151F8A56D2431696273AB /* Pods-NewExpensify.debug.xcconfig */, - 41D2EDB009CF19BA59C5181C /* Pods-NotificationServiceExtension.debug.xcconfig */, + 6FFAB4E4A2A56FFA9B6357B3 /* Pods-NewExpensify.debugdevelopment.xcconfig */, + B733BD649E4A3CD0FF43A007 /* Pods-NewExpensify.debug.xcconfig */, + 1DBCEBFB324A784D74DCC642 /* Pods-NewExpensify.debugadhoc.xcconfig */, + B198C1B8869E27161EB83E88 /* Pods-NewExpensify.debugproduction.xcconfig */, + B044C64C0BB85C28BF5B01BA /* Pods-NewExpensify.releasedevelopment.xcconfig */, + AFCFBB84F5C2C2B61BCF3DDF /* Pods-NewExpensify.releaseadhoc.xcconfig */, + 955646B08BB776347851A5C2 /* Pods-NewExpensify.releaseproduction.xcconfig */, + 14430647C56C5AD89A19FCF5 /* Pods-NotificationServiceExtension.debugdevelopment.xcconfig */, + 67D096CE2C3CB125AAC20F11 /* Pods-NotificationServiceExtension.debug.xcconfig */, + 07C15A37095B21E8DB8ABDB4 /* Pods-NotificationServiceExtension.debugadhoc.xcconfig */, + D5C92AAC5F0CCB1897A655CC /* Pods-NotificationServiceExtension.debugproduction.xcconfig */, + DA6196CEE4C9ADD7FAE850A9 /* Pods-NotificationServiceExtension.releasedevelopment.xcconfig */, + 01A97F39357146A481EE9908 /* Pods-NotificationServiceExtension.releaseadhoc.xcconfig */, + 134836403CC8C122D1134E9C /* Pods-NotificationServiceExtension.releaseproduction.xcconfig */, ); path = Pods; sourceTree = ""; @@ -362,7 +362,7 @@ isa = PBXNativeTarget; buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "NewExpensify" */; buildPhases = ( - 0CB19F4D02046D8132BAA1CD /* [CP] Check Pods Manifest.lock */, + 16D2C30C4306BEA47C54D80B /* [CP] Check Pods Manifest.lock */, FD10A7F022414F080027D42C /* Start Packager */, 5CF45ABA52C0BB0D7B9D139A /* [Expo] Configure project */, 13B07F871A680F5B00A75B9A /* Sources */, @@ -370,11 +370,11 @@ 13B07F8C1A680F5B00A75B9A /* Frameworks */, 13B07F8E1A680F5B00A75B9A /* Resources */, 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, - 5E9C4526A040466B9CE57A2D /* [CP] Embed Pods Frameworks */, - FBC7D704E4E9CC08E91D7919 /* [CP] Copy Pods Resources */, - 9FF963998EFF771D82D473D2 /* [CP-User] [RNFB] Core Configuration */, - A2BE84E8C8EFD6C81A2B41F1 /* [CP-User] [RNFB] Crashlytics Configuration */, 498240F82C49553900C15857 /* Run Fullstory Asset Uploader */, + 5124824122A346BD617AD428 /* [CP] Embed Pods Frameworks */, + D687A4E020266C9380167930 /* [CP] Copy Pods Resources */, + 072FAC2AE1685E6A5862C00A /* [CP-User] [RNFB] Core Configuration */, + 31A7E8E60AE02E9F7F5A917A /* [CP-User] [RNFB] Crashlytics Configuration */, ); buildRules = ( ); @@ -391,7 +391,7 @@ isa = PBXNativeTarget; buildConfigurationList = 7FD73CAA2B23CE9500420AF3 /* Build configuration list for PBXNativeTarget "NotificationServiceExtension" */; buildPhases = ( - 0B960DEC1F581E1EB7F1342F /* [CP] Check Pods Manifest.lock */, + 87667FE2684C0D1946DE7329 /* [CP] Check Pods Manifest.lock */, 7FD73C972B23CE9500420AF3 /* Sources */, 7FD73C982B23CE9500420AF3 /* Frameworks */, 7FD73C992B23CE9500420AF3 /* Resources */, @@ -528,29 +528,20 @@ shellPath = /bin/sh; shellScript = "bash -l -c \"${PROJECT_DIR}/bundle-react-native-code-and-images.sh\"\n"; }; - 0B960DEC1F581E1EB7F1342F /* [CP] Check Pods Manifest.lock */ = { + 072FAC2AE1685E6A5862C00A /* [CP-User] [RNFB] Core Configuration */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); - inputFileListPaths = ( - ); inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-NotificationServiceExtension-checkManifestLockResult.txt", + "$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)", ); + name = "[CP-User] [RNFB] Core Configuration"; runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; + 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"; }; - 0CB19F4D02046D8132BAA1CD /* [CP] Check Pods Manifest.lock */ = { + 16D2C30C4306BEA47C54D80B /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -572,27 +563,22 @@ 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; }; - 498240F82C49553900C15857 /* Run Fullstory Asset Uploader */ = { + 31A7E8E60AE02E9F7F5A917A /* [CP-User] [RNFB] Crashlytics Configuration */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); - inputFileListPaths = ( - ); inputPaths = ( + "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}", + "$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)", ); - name = "Run Fullstory Asset Uploader"; - outputFileListPaths = ( - ); - outputPaths = ( - ); + name = "[CP-User] [RNFB] Crashlytics Configuration"; runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if [ \"$CONFIGURATION\" != \"DebugDevelopment\" ]; then\n \"${PODS_ROOT}/FullStory/tools/FullStoryCommandLine\" \"${CONFIGURATION_BUILD_DIR}/${WRAPPER_NAME}\"\nelse\n echo \"Skipping FullStory Asset Uploader phase for DebugDevelopment scheme.\"\nfi\n"; + 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#\nset -e\n\nif [[ ${PODS_ROOT} ]]; then\n echo \"info: Exec FirebaseCrashlytics Run from Pods\"\n \"${PODS_ROOT}/FirebaseCrashlytics/run\"\nelse\n echo \"info: Exec FirebaseCrashlytics Run from framework\"\n \"${PROJECT_DIR}/FirebaseCrashlytics.framework/run\"\nfi\n"; }; - 5CF45ABA52C0BB0D7B9D139A /* [Expo] Configure project */ = { + 498240F82C49553900C15857 /* Run Fullstory Asset Uploader */ = { isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; buildActionMask = 2147483647; files = ( ); @@ -600,16 +586,16 @@ ); inputPaths = ( ); - name = "[Expo] Configure project"; + name = "Run Fullstory Asset Uploader"; outputFileListPaths = ( ); outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-NewExpensify/expo-configure-project.sh\"\n"; + shellScript = "if [ \"$CONFIGURATION\" != \"DebugDevelopment\" ]; then\n \"${PODS_ROOT}/FullStory/tools/FullStoryCommandLine\" \"${CONFIGURATION_BUILD_DIR}/${WRAPPER_NAME}\"\nelse\n echo \"Skipping FullStory Asset Uploader phase for DebugDevelopment scheme.\"\nfi\n"; }; - 5E9C4526A040466B9CE57A2D /* [CP] Embed Pods Frameworks */ = { + 5124824122A346BD617AD428 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -649,34 +635,48 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NewExpensify/Pods-NewExpensify-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - 9FF963998EFF771D82D473D2 /* [CP-User] [RNFB] Core Configuration */ = { + 5CF45ABA52C0BB0D7B9D139A /* [Expo] Configure project */ = { isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; buildActionMask = 2147483647; files = ( ); + inputFileListPaths = ( + ); inputPaths = ( - "$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)", ); - name = "[CP-User] [RNFB] Core Configuration"; + name = "[Expo] Configure project"; + outputFileListPaths = ( + ); + outputPaths = ( + ); runOnlyForDeploymentPostprocessing = 0; 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"; + shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-NewExpensify/expo-configure-project.sh\"\n"; }; - A2BE84E8C8EFD6C81A2B41F1 /* [CP-User] [RNFB] Crashlytics Configuration */ = { + 87667FE2684C0D1946DE7329 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); + inputFileListPaths = ( + ); inputPaths = ( - "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}", - "$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)", + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-NotificationServiceExtension-checkManifestLockResult.txt", ); - name = "[CP-User] [RNFB] Crashlytics Configuration"; runOnlyForDeploymentPostprocessing = 0; 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#\nset -e\n\nif [[ ${PODS_ROOT} ]]; then\n echo \"info: Exec FirebaseCrashlytics Run from Pods\"\n \"${PODS_ROOT}/FirebaseCrashlytics/run\"\nelse\n echo \"info: Exec FirebaseCrashlytics Run from framework\"\n \"${PROJECT_DIR}/FirebaseCrashlytics.framework/run\"\nfi\n"; + 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; }; - FBC7D704E4E9CC08E91D7919 /* [CP] Copy Pods Resources */ = { + D687A4E020266C9380167930 /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -926,7 +926,7 @@ }; 0CBE08772C5D0872008661F8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 707151F8A56D2431696273AB /* Pods-NewExpensify.debug.xcconfig */; + baseConfigurationReference = B733BD649E4A3CD0FF43A007 /* Pods-NewExpensify.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDev; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; @@ -967,7 +967,7 @@ }; 0CBE08792C5D0872008661F8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 41D2EDB009CF19BA59C5181C /* Pods-NotificationServiceExtension.debug.xcconfig */; + baseConfigurationReference = 67D096CE2C3CB125AAC20F11 /* Pods-NotificationServiceExtension.debug.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; @@ -1054,7 +1054,7 @@ }; 13B07F941A680F5B00A75B9A /* DebugDevelopment */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 46B1FE4DE317D30C25A74C15 /* Pods-NewExpensify.debugdevelopment.xcconfig */; + baseConfigurationReference = 6FFAB4E4A2A56FFA9B6357B3 /* Pods-NewExpensify.debugdevelopment.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDev; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; @@ -1096,7 +1096,7 @@ }; 13B07F951A680F5B00A75B9A /* ReleaseDevelopment */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F8839E9820F4C312BD1C9339 /* Pods-NewExpensify.releasedevelopment.xcconfig */; + baseConfigurationReference = B044C64C0BB85C28BF5B01BA /* Pods-NewExpensify.releasedevelopment.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDev; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; @@ -1135,7 +1135,7 @@ }; 7FD73CA42B23CE9500420AF3 /* DebugDevelopment */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 24454472DB373F58A96B1B5C /* Pods-NotificationServiceExtension.debugdevelopment.xcconfig */; + baseConfigurationReference = 14430647C56C5AD89A19FCF5 /* Pods-NotificationServiceExtension.debugdevelopment.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; @@ -1222,7 +1222,7 @@ }; 7FD73CA52B23CE9500420AF3 /* DebugAdHoc */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BBE493797E97F2995E627244 /* Pods-NotificationServiceExtension.debugadhoc.xcconfig */; + baseConfigurationReference = 07C15A37095B21E8DB8ABDB4 /* Pods-NotificationServiceExtension.debugadhoc.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; @@ -1308,7 +1308,7 @@ }; 7FD73CA62B23CE9500420AF3 /* DebugProduction */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4A39BBFB1A6AA6A0EB08878C /* Pods-NotificationServiceExtension.debugproduction.xcconfig */; + baseConfigurationReference = D5C92AAC5F0CCB1897A655CC /* Pods-NotificationServiceExtension.debugproduction.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; @@ -1395,7 +1395,7 @@ }; 7FD73CA72B23CE9500420AF3 /* ReleaseDevelopment */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D7C206AC464C89FB4899E0AD /* Pods-NotificationServiceExtension.releasedevelopment.xcconfig */; + baseConfigurationReference = DA6196CEE4C9ADD7FAE850A9 /* Pods-NotificationServiceExtension.releasedevelopment.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; @@ -1475,7 +1475,7 @@ }; 7FD73CA82B23CE9500420AF3 /* ReleaseAdHoc */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 48E7775E0D42D3E3F53A5B99 /* Pods-NotificationServiceExtension.releaseadhoc.xcconfig */; + baseConfigurationReference = 01A97F39357146A481EE9908 /* Pods-NotificationServiceExtension.releaseadhoc.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; @@ -1554,7 +1554,7 @@ }; 7FD73CA92B23CE9500420AF3 /* ReleaseProduction */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1C839668BD5515A8ADE6B15E /* Pods-NotificationServiceExtension.releaseproduction.xcconfig */; + baseConfigurationReference = 134836403CC8C122D1134E9C /* Pods-NotificationServiceExtension.releaseproduction.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; @@ -1902,7 +1902,7 @@ }; CF9AF93F29EE9276001FA527 /* DebugProduction */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EFA5CA89CC675CA3370CF89E /* Pods-NewExpensify.debugproduction.xcconfig */; + baseConfigurationReference = B198C1B8869E27161EB83E88 /* Pods-NewExpensify.debugproduction.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; @@ -2033,7 +2033,7 @@ }; CF9AF94529EE927A001FA527 /* DebugAdHoc */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 289D101B1119F719AAC9EB8B /* Pods-NewExpensify.debugadhoc.xcconfig */; + baseConfigurationReference = 1DBCEBFB324A784D74DCC642 /* Pods-NewExpensify.debugadhoc.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIconAdHoc; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; @@ -2158,7 +2158,7 @@ }; CF9AF94829EE928E001FA527 /* ReleaseProduction */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 417E30386DDC804B3693037A /* Pods-NewExpensify.releaseproduction.xcconfig */; + baseConfigurationReference = 955646B08BB776347851A5C2 /* Pods-NewExpensify.releaseproduction.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; @@ -2281,7 +2281,7 @@ }; CF9AF94E29EE9293001FA527 /* ReleaseAdHoc */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8EFE0319D586C1078DB926FD /* Pods-NewExpensify.releaseadhoc.xcconfig */; + baseConfigurationReference = AFCFBB84F5C2C2B61BCF3DDF /* Pods-NewExpensify.releaseadhoc.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIconAdHoc; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; diff --git a/ios/Podfile.lock b/ios/Podfile.lock index fa2ea2f2021c..ad469b145e0e 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -2145,7 +2145,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-pdf (6.7.7): + - react-native-pdf (6.7.3): - DoubleConversion - glog - hermes-engine @@ -2825,6 +2825,30 @@ PODS: - Firebase/Performance (= 11.13.0) - React-Core - RNFBApp + - RNFlashList (1.8.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 - RNFS (2.20.0): - React-Core - RNGestureHandler (2.28.0): @@ -3189,7 +3213,7 @@ PODS: - RNSound/Core (= 0.11.2) - RNSound/Core (0.11.2): - React-Core - - RNSVG (15.9.0): + - RNSVG (15.12.1): - DoubleConversion - glog - hermes-engine @@ -3212,9 +3236,9 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - RNSVG/common (= 15.9.0) + - RNSVG/common (= 15.12.1) - Yoga - - RNSVG/common (15.9.0): + - RNSVG/common (15.12.1): - DoubleConversion - glog - hermes-engine @@ -3386,6 +3410,7 @@ DEPENDENCIES: - "RNFBApp (from `../node_modules/@react-native-firebase/app`)" - "RNFBCrashlytics (from `../node_modules/@react-native-firebase/crashlytics`)" - "RNFBPerf (from `../node_modules/@react-native-firebase/perf`)" + - "RNFlashList (from `../node_modules/@shopify/flash-list`)" - RNFS (from `../node_modules/react-native-fs`) - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) - "RNGoogleSignin (from `../node_modules/@react-native-google-signin/google-signin`)" @@ -3698,6 +3723,8 @@ EXTERNAL SOURCES: :path: "../node_modules/@react-native-firebase/crashlytics" RNFBPerf: :path: "../node_modules/@react-native-firebase/perf" + RNFlashList: + :path: "../node_modules/@shopify/flash-list" RNFS: :path: "../node_modules/react-native-fs" RNGestureHandler: @@ -3850,7 +3877,7 @@ SPEC CHECKSUMS: react-native-launch-arguments: 5f41e0abf88a15e3c5309b8875d6fd5ac43df49d react-native-netinfo: b8577cba87fbe7b7740c279ee23d25d7c5d87666 react-native-pager-view: 12c1b7b6f50efb3e5d57d62ea5c601cba0585bfd - react-native-pdf: 627c954988c313c3b72a642611ae9160669e2f32 + react-native-pdf: 1fee221a1bdb66bb5dc14718e0687dd34f33a823 react-native-performance: ed312c0ee791c50077b7ad22b01685fe5a0e3db6 react-native-plaid-link-sdk: e83dc18fa6752fcfb1a9bbe995f78a8a7c659fe1 react-native-release-profiler: 3c899b04a88a63735e74beb1d1010ec8c8616347 @@ -3898,6 +3925,7 @@ SPEC CHECKSUMS: RNFBApp: df5caad9f64b6bc87f8a0b110e6bc411fb00a12b RNFBCrashlytics: c9dbfcf63b06cf8e8c4d960719e81160b6bc2e76 RNFBPerf: c32ec64522c2e4d81d1562747809314e9050b75f + RNFlashList: 2e3ff9db752b552fdb1cdb00b8fb2a408af4c516 RNFS: 4ac0f0ea233904cb798630b3c077808c06931688 RNGestureHandler: 61d3e94abb866ee955563ddf073e405e3f541359 RNGoogleSignin: ccaa4a81582cf713eea562c5dd9dc1961a715fd0 @@ -3911,7 +3939,7 @@ SPEC CHECKSUMS: RNScreens: 0dcbe4c37daf0ec9b98bc5a655b1303e58e676ff RNShare: 1e3e15a3d2608acde2808bc35448e2344e38e15b RNSound: 6c156f925295bdc83e8e422e7d8b38d33bc71852 - RNSVG: 2aeb75970331da3a64cb89309f7fd7bd3769260a + RNSVG: 9346c68a0d5c5e4e74d82d664b745f28e6cfc1cb SDWebImage: f84b0feeb08d2d11e6a9b843cb06d75ebf5b8868 SDWebImageAVIFCoder: 00310d246aab3232ce77f1d8f0076f8c4b021d90 SDWebImageSVGCoder: 15a300a97ec1c8ac958f009c02220ac0402e936c From c3e52e162ec93c5d4f106fe1dbde9872fe98a738 Mon Sep 17 00:00:00 2001 From: Alexey Kureev Date: Thu, 11 Sep 2025 14:48:40 +0200 Subject: [PATCH 04/14] fix(63871): move submodule ref to the correct commit --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index d24cf3cd00eb..4c2b88b681b8 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit d24cf3cd00eb89016a500f42b79ad49dd07ac869 +Subproject commit 4c2b88b681b8004fcb936255c08274fe21d9f249 From aa772e625fb02529976a0e3b129f17ac45715e71 Mon Sep 17 00:00:00 2001 From: Alexey Kureev Date: Mon, 15 Sep 2025 11:38:42 +0200 Subject: [PATCH 05/14] chore(63871): update submodule --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index 4c2b88b681b8..10951dc6dcd2 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit 4c2b88b681b8004fcb936255c08274fe21d9f249 +Subproject commit 10951dc6dcd287e8e645e9de9db82ba967ebb82e From f019c60f56952bb50c11de65d2684983ce9cf4a4 Mon Sep 17 00:00:00 2001 From: Alexey Kureev Date: Mon, 15 Sep 2025 15:42:29 +0200 Subject: [PATCH 06/14] chore(63871): update submodule --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index 10951dc6dcd2..f501b901dfd5 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit 10951dc6dcd287e8e645e9de9db82ba967ebb82e +Subproject commit f501b901dfd5563a06f3eda7073bf4230efdee90 From c02c4240e79188a0a2513d0446b79bdf0d0ad948 Mon Sep 17 00:00:00 2001 From: Alexey Kureev Date: Mon, 15 Sep 2025 16:48:46 +0200 Subject: [PATCH 07/14] fix(63871): move submodule head to origin/main --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index f501b901dfd5..f91c4c3ab0f6 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit f501b901dfd5563a06f3eda7073bf4230efdee90 +Subproject commit f91c4c3ab0f6afbd7701f690233bea45582dc422 From 1bb89cecf9a790be9e874cd260f320e5582ae262 Mon Sep 17 00:00:00 2001 From: Alexey Kureev Date: Mon, 15 Sep 2025 19:55:13 +0200 Subject: [PATCH 08/14] chore(63871): update submodule --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index b439a419db12..ac87e8bde867 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit b439a419db12f6788c4005a99ea70204ebea038d +Subproject commit ac87e8bde8672a76e53f90146c56897cc8fd9b8f From e56f32ef8b13e95d9110e3df4b0ef5ab85e27395 Mon Sep 17 00:00:00 2001 From: Alexey Kureev Date: Mon, 15 Sep 2025 23:18:34 +0200 Subject: [PATCH 09/14] chore(63871): update submodule --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index 31ac626b76c5..e29efcd36930 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit 31ac626b76c551d76292dd5ea1d291f380591005 +Subproject commit e29efcd369303bad0a130e6c8b50bef27cf4a2a3 From 4f89870230ae4b299ada38bfde7d9d808f1680c0 Mon Sep 17 00:00:00 2001 From: Alexey Kureev Date: Tue, 16 Sep 2025 14:03:42 +0200 Subject: [PATCH 10/14] fix(63871): disable nfc for the latest onfido version --- src/components/Onfido/index.native.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Onfido/index.native.tsx b/src/components/Onfido/index.native.tsx index c844302bff4c..bb4feaaade94 100644 --- a/src/components/Onfido/index.native.tsx +++ b/src/components/Onfido/index.native.tsx @@ -1,4 +1,4 @@ -import {OnfidoCaptureType, OnfidoCountryCode, OnfidoDocumentType, Onfido as OnfidoSDK, OnfidoTheme} from '@onfido/react-native-sdk'; +import {OnfidoCaptureType, OnfidoCountryCode, OnfidoDocumentType, OnfidoNFCOptions, Onfido as OnfidoSDK, OnfidoTheme} from '@onfido/react-native-sdk'; import React, {useEffect} from 'react'; import {Alert, Linking, NativeModules} from 'react-native'; import {checkMultiple, PERMISSIONS, RESULTS} from 'react-native-permissions'; @@ -19,6 +19,8 @@ function Onfido({sdkToken, onUserExit, onSuccess, onError}: OnfidoProps) { OnfidoSDK.start({ sdkToken, theme: OnfidoTheme.AUTOMATIC, + // eslint-disable-next-line + nfcOption: OnfidoNFCOptions.DISABLED, flowSteps: { welcome: true, captureFace: { @@ -29,7 +31,6 @@ function Onfido({sdkToken, onUserExit, onSuccess, onError}: OnfidoProps) { countryCode: OnfidoCountryCode.USA, }, }, - disableNFC: true, }) .then(onSuccess) .catch((error: OnfidoError) => { From 71d5238b0c087ef7d40c0405af918800cb13ce9d Mon Sep 17 00:00:00 2001 From: Alexey Kureev Date: Tue, 16 Sep 2025 18:00:29 +0200 Subject: [PATCH 11/14] chore(63871): move submodule head --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index fda6fd1e0d02..fdde6fad9563 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit fda6fd1e0d0219c8452b4f7ef15080fc0059ba03 +Subproject commit fdde6fad9563f81b12aa4911b2685ef9d9e2a687 From a54a5d3c57c7453803cb5905f6440374422e4fb3 Mon Sep 17 00:00:00 2001 From: Alexey Kureev Date: Wed, 17 Sep 2025 13:26:43 +0200 Subject: [PATCH 12/14] chore(63871): update submodule head --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index 689c78049d2c..f31c396cdca0 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit 689c78049d2cb1f2819930042935e75c0ace7e42 +Subproject commit f31c396cdca0cf3ba0556bf40eb828d1473bac0a From 851300565fe707f11d1157ec831ee59c269721f2 Mon Sep 17 00:00:00 2001 From: Alexey Kureev Date: Thu, 18 Sep 2025 17:31:25 +0200 Subject: [PATCH 13/14] chore(63871): move submodule head --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index f31c396cdca0..c9920764241a 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit f31c396cdca0cf3ba0556bf40eb828d1473bac0a +Subproject commit c9920764241ad47c68442986ae4252dcf2b9a695 From d6bd59809e96f64a39a5c7104f81f680c6c314af Mon Sep 17 00:00:00 2001 From: Alexey Kureev Date: Thu, 18 Sep 2025 17:33:01 +0200 Subject: [PATCH 14/14] chore(63871): update submodule head --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index c9920764241a..2cfe884c793f 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit c9920764241ad47c68442986ae4252dcf2b9a695 +Subproject commit 2cfe884c793f0491322fcc6d1dc835cf8fae9f0e