diff --git a/App.tsx b/App.tsx index eb75a09..985f3be 100644 --- a/App.tsx +++ b/App.tsx @@ -3,7 +3,6 @@ import Navigation from './app/navigation'; import SettingsProvider from './app/settings/SettingsProvider'; import AppBackground from './app/components/appBackground/AppBackground'; -import useGemiusSetup from './app/util/useGemiusSetup'; import {Provider} from 'react-redux'; import {PersistGate} from 'redux-persist/integration/react'; import {initialWindowMetrics, SafeAreaProvider} from 'react-native-safe-area-context'; @@ -30,7 +29,6 @@ const App: React.FC = () => { useNotificationsPermission(); useAppTrackingPermission(); useGoogleAnalyticsSetup(); - useGemiusSetup(); return ( diff --git a/android/build.gradle b/android/build.gradle index 3c869b2..5ac6ddb 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,9 +21,8 @@ buildscript { classpath("com.facebook.react:react-native-gradle-plugin") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin") - classpath 'com.google.gms:google-services:4.3.15' - classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9' - + classpath 'com.google.gms:google-services:4.4.2' + classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.0' } } diff --git a/app/util/useGemiusSetup.ts b/app/util/useGemiusSetup.ts index 30d7929..2b34983 100644 --- a/app/util/useGemiusSetup.ts +++ b/app/util/useGemiusSetup.ts @@ -1,4 +1,3 @@ -import {useEffect} from 'react'; import {Platform} from 'react-native'; import Gemius from 'react-native-gemius-plugin'; import { @@ -8,15 +7,11 @@ import { GEMIUS_VIEW_SCRIPT_ID, } from '../constants'; -const useGemiusSetup = () => { - useEffect(() => { - const appVersion = require('../../package.json').version; - console.log('App version: ', appVersion); - Gemius.setAppInfo(GEMIUS_APP_NAME, appVersion, GEMIUS_HIT_COLLECTOR_HOST, GEMIUS_VIEW_SCRIPT_ID); +export const setupGemius = () => { + const appVersion = require('../../package.json').version; + console.log('App version: ', appVersion); + Gemius.setAppInfo(GEMIUS_APP_NAME, appVersion, GEMIUS_HIT_COLLECTOR_HOST, GEMIUS_VIEW_SCRIPT_ID); - const playerId = 'lrt-player-' + Platform.OS; - Gemius.setPlayerInfo(playerId, GEMIUS_HIT_COLLECTOR_HOST, GEMIUS_PLAYER_SCRIPT_ID); - }, []); + const playerId = 'lrt-player-' + Platform.OS; + Gemius.setPlayerInfo(playerId, GEMIUS_HIT_COLLECTOR_HOST, GEMIUS_PLAYER_SCRIPT_ID); }; - -export default useGemiusSetup; diff --git a/index.js b/index.js index 5ba15f2..c8ca6b6 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,9 @@ // Setup RN Gesture handler import 'react-native-gesture-handler'; +import {setupGemius} from './app/util/useGemiusSetup'; +setupGemius(); + // Setup CarPlay if (Platform.OS === 'ios') { require('./app/car/CarPlay'); diff --git a/ios/Podfile b/ios/Podfile index 9357eac..c026ad3 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -62,7 +62,7 @@ target 'lrtApp' do pod 'react-native-google-cast', :git => 'https://github.com/Danesz/react-native-google-cast.git', branch: 'feature/guestmode_apple_silicon' #THIS IS A WORKAROUND FOR ARCHIVE BUILD BECAUSE OF FCMImageNotification - pod 'GoogleUtilities', '~> 7.12.0' + pod 'GoogleUtilities', '~> 7.13.3' use_react_native!( :path => config[:reactNativePath], @@ -93,8 +93,8 @@ end target 'FCMImageNotification' do use_frameworks! :linkage => :static + pod 'Firebase/Messaging', '~> 10.24.0' #This was added manually #Change version if needed, just copy from Podfile.lock - pod 'Firebase/Messaging', '~> 10.20.0' - pod 'GoogleUtilities', '~> 7.12.0' + pod 'GoogleUtilities', '~> 7.13.3' end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 2734bd5..d935f0c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -956,71 +956,72 @@ PODS: - BVLinearGradient (2.8.3): - React-Core - DoubleConversion (1.1.6) - - FBLazyVector (0.73.7) - - FBReactNativeSpec (0.73.7): + - FBLazyVector (0.73.8) + - FBReactNativeSpec (0.73.8): - RCT-Folly (= 2022.05.16.00) - - RCTRequired (= 0.73.7) - - RCTTypeSafety (= 0.73.7) - - React-Core (= 0.73.7) - - React-jsi (= 0.73.7) - - ReactCommon/turbomodule/core (= 0.73.7) - - Firebase/Analytics (10.20.0): + - RCTRequired (= 0.73.8) + - RCTTypeSafety (= 0.73.8) + - React-Core (= 0.73.8) + - React-jsi (= 0.73.8) + - ReactCommon/turbomodule/core (= 0.73.8) + - Firebase/Analytics (10.24.0): - Firebase/Core - - Firebase/Core (10.20.0): + - Firebase/Core (10.24.0): - Firebase/CoreOnly - - FirebaseAnalytics (~> 10.20.0) - - Firebase/CoreOnly (10.20.0): - - FirebaseCore (= 10.20.0) - - Firebase/Crashlytics (10.20.0): + - FirebaseAnalytics (~> 10.24.0) + - Firebase/CoreOnly (10.24.0): + - FirebaseCore (= 10.24.0) + - Firebase/Crashlytics (10.24.0): - Firebase/CoreOnly - - FirebaseCrashlytics (~> 10.20.0) - - Firebase/Firestore (10.20.0): + - FirebaseCrashlytics (~> 10.24.0) + - Firebase/Firestore (10.24.0): - Firebase/CoreOnly - - FirebaseFirestore (~> 10.20.0) - - Firebase/Messaging (10.20.0): + - FirebaseFirestore (~> 10.24.0) + - Firebase/Messaging (10.24.0): - Firebase/CoreOnly - - FirebaseMessaging (~> 10.20.0) - - FirebaseAnalytics (10.20.0): - - FirebaseAnalytics/AdIdSupport (= 10.20.0) + - FirebaseMessaging (~> 10.24.0) + - FirebaseAnalytics (10.24.0): + - FirebaseAnalytics/AdIdSupport (= 10.24.0) - FirebaseCore (~> 10.0) - FirebaseInstallations (~> 10.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.11) - GoogleUtilities/MethodSwizzler (~> 7.11) - GoogleUtilities/Network (~> 7.11) - "GoogleUtilities/NSData+zlib (~> 7.11)" - - nanopb (< 2.30910.0, >= 2.30908.0) - - FirebaseAnalytics/AdIdSupport (10.20.0): + - nanopb (< 2.30911.0, >= 2.30908.0) + - FirebaseAnalytics/AdIdSupport (10.24.0): - FirebaseCore (~> 10.0) - FirebaseInstallations (~> 10.0) - - GoogleAppMeasurement (= 10.20.0) + - GoogleAppMeasurement (= 10.24.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.11) - GoogleUtilities/MethodSwizzler (~> 7.11) - GoogleUtilities/Network (~> 7.11) - "GoogleUtilities/NSData+zlib (~> 7.11)" - - nanopb (< 2.30910.0, >= 2.30908.0) - - FirebaseAppCheckInterop (10.25.0) - - FirebaseCore (10.20.0): + - nanopb (< 2.30911.0, >= 2.30908.0) + - FirebaseAppCheckInterop (10.27.0) + - FirebaseCore (10.24.0): - FirebaseCoreInternal (~> 10.0) - GoogleUtilities/Environment (~> 7.12) - GoogleUtilities/Logger (~> 7.12) - - FirebaseCoreExtension (10.20.0): + - FirebaseCoreExtension (10.27.0): - FirebaseCore (~> 10.0) - - FirebaseCoreInternal (10.25.0): + - FirebaseCoreInternal (10.27.0): - "GoogleUtilities/NSData+zlib (~> 7.8)" - - FirebaseCrashlytics (10.20.0): + - FirebaseCrashlytics (10.24.0): - FirebaseCore (~> 10.5) - FirebaseInstallations (~> 10.0) + - FirebaseRemoteConfigInterop (~> 10.23) - FirebaseSessions (~> 10.5) - GoogleDataTransport (~> 9.2) - GoogleUtilities/Environment (~> 7.8) - - nanopb (< 2.30910.0, >= 2.30908.0) + - nanopb (< 2.30911.0, >= 2.30908.0) - PromisesObjC (~> 2.1) - - FirebaseFirestore (10.20.0): + - FirebaseFirestore (10.24.0): - FirebaseCore (~> 10.0) - FirebaseCoreExtension (~> 10.0) - - FirebaseFirestoreInternal (~> 10.17) + - FirebaseFirestoreInternal (= 10.24.0) - FirebaseSharedSwift (~> 10.0) - - FirebaseFirestoreInternal (10.25.0): + - FirebaseFirestoreInternal (10.24.0): - abseil/algorithm (~> 1.20240116.1) - abseil/base (~> 1.20240116.1) - abseil/container/flat_hash_map (~> 1.20240116.1) @@ -1035,12 +1036,12 @@ PODS: - gRPC-Core (~> 1.62.0) - leveldb-library (~> 1.22) - nanopb (< 2.30911.0, >= 2.30908.0) - - FirebaseInstallations (10.25.0): + - FirebaseInstallations (10.27.0): - FirebaseCore (~> 10.0) - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/UserDefaults (~> 7.8) - PromisesObjC (~> 2.1) - - FirebaseMessaging (10.20.0): + - FirebaseMessaging (10.24.0): - FirebaseCore (~> 10.0) - FirebaseInstallations (~> 10.0) - GoogleDataTransport (~> 9.3) @@ -1048,76 +1049,89 @@ PODS: - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/Reachability (~> 7.8) - GoogleUtilities/UserDefaults (~> 7.8) - - nanopb (< 2.30910.0, >= 2.30908.0) - - FirebaseSessions (10.24.0): + - nanopb (< 2.30911.0, >= 2.30908.0) + - FirebaseRemoteConfigInterop (10.27.0) + - FirebaseSessions (10.27.0): - FirebaseCore (~> 10.5) - FirebaseCoreExtension (~> 10.0) - FirebaseInstallations (~> 10.0) - GoogleDataTransport (~> 9.2) - - GoogleUtilities/Environment (~> 7.10) + - GoogleUtilities/Environment (~> 7.13) + - GoogleUtilities/UserDefaults (~> 7.13) - nanopb (< 2.30911.0, >= 2.30908.0) - PromisesSwift (~> 2.1) - - FirebaseSharedSwift (10.25.0) + - FirebaseSharedSwift (10.27.0) - fmt (6.2.1) - glog (0.3.5) - google-cast-sdk-dynamic-xcframework (4.8.0) - - GoogleAppMeasurement (10.20.0): - - GoogleAppMeasurement/AdIdSupport (= 10.20.0) + - GoogleAppMeasurement (10.24.0): + - GoogleAppMeasurement/AdIdSupport (= 10.24.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.11) - GoogleUtilities/MethodSwizzler (~> 7.11) - GoogleUtilities/Network (~> 7.11) - "GoogleUtilities/NSData+zlib (~> 7.11)" - - nanopb (< 2.30910.0, >= 2.30908.0) - - GoogleAppMeasurement/AdIdSupport (10.20.0): - - GoogleAppMeasurement/WithoutAdIdSupport (= 10.20.0) + - nanopb (< 2.30911.0, >= 2.30908.0) + - GoogleAppMeasurement/AdIdSupport (10.24.0): + - GoogleAppMeasurement/WithoutAdIdSupport (= 10.24.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.11) - GoogleUtilities/MethodSwizzler (~> 7.11) - GoogleUtilities/Network (~> 7.11) - "GoogleUtilities/NSData+zlib (~> 7.11)" - - nanopb (< 2.30910.0, >= 2.30908.0) - - GoogleAppMeasurement/WithoutAdIdSupport (10.20.0): + - nanopb (< 2.30911.0, >= 2.30908.0) + - GoogleAppMeasurement/WithoutAdIdSupport (10.24.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.11) - GoogleUtilities/MethodSwizzler (~> 7.11) - GoogleUtilities/Network (~> 7.11) - "GoogleUtilities/NSData+zlib (~> 7.11)" - - nanopb (< 2.30910.0, >= 2.30908.0) + - nanopb (< 2.30911.0, >= 2.30908.0) - GoogleDataTransport (9.4.1): - GoogleUtilities/Environment (~> 7.7) - nanopb (< 2.30911.0, >= 2.30908.0) - PromisesObjC (< 3.0, >= 1.2) - - GoogleUtilities (7.12.0): - - GoogleUtilities/AppDelegateSwizzler (= 7.12.0) - - GoogleUtilities/Environment (= 7.12.0) - - GoogleUtilities/ISASwizzler (= 7.12.0) - - GoogleUtilities/Logger (= 7.12.0) - - GoogleUtilities/MethodSwizzler (= 7.12.0) - - GoogleUtilities/Network (= 7.12.0) - - "GoogleUtilities/NSData+zlib (= 7.12.0)" - - GoogleUtilities/Reachability (= 7.12.0) - - GoogleUtilities/SwizzlerTestHelpers (= 7.12.0) - - GoogleUtilities/UserDefaults (= 7.12.0) - - GoogleUtilities/AppDelegateSwizzler (7.12.0): + - GoogleUtilities (7.13.3): + - GoogleUtilities/AppDelegateSwizzler (= 7.13.3) + - GoogleUtilities/Environment (= 7.13.3) + - GoogleUtilities/ISASwizzler (= 7.13.3) + - GoogleUtilities/Logger (= 7.13.3) + - GoogleUtilities/MethodSwizzler (= 7.13.3) + - GoogleUtilities/Network (= 7.13.3) + - "GoogleUtilities/NSData+zlib (= 7.13.3)" + - GoogleUtilities/Privacy (= 7.13.3) + - GoogleUtilities/Reachability (= 7.13.3) + - GoogleUtilities/SwizzlerTestHelpers (= 7.13.3) + - GoogleUtilities/UserDefaults (= 7.13.3) + - GoogleUtilities/AppDelegateSwizzler (7.13.3): - GoogleUtilities/Environment - GoogleUtilities/Logger - GoogleUtilities/Network - - GoogleUtilities/Environment (7.12.0): + - GoogleUtilities/Privacy + - GoogleUtilities/Environment (7.13.3): + - GoogleUtilities/Privacy - PromisesObjC (< 3.0, >= 1.2) - - GoogleUtilities/ISASwizzler (7.12.0) - - GoogleUtilities/Logger (7.12.0): + - GoogleUtilities/ISASwizzler (7.13.3): + - GoogleUtilities/Privacy + - GoogleUtilities/Logger (7.13.3): - GoogleUtilities/Environment - - GoogleUtilities/MethodSwizzler (7.12.0): + - GoogleUtilities/Privacy + - GoogleUtilities/MethodSwizzler (7.13.3): - GoogleUtilities/Logger - - GoogleUtilities/Network (7.12.0): + - GoogleUtilities/Privacy + - GoogleUtilities/Network (7.13.3): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" + - GoogleUtilities/Privacy - GoogleUtilities/Reachability - - "GoogleUtilities/NSData+zlib (7.12.0)" - - GoogleUtilities/Reachability (7.12.0): + - "GoogleUtilities/NSData+zlib (7.13.3)": + - GoogleUtilities/Privacy + - GoogleUtilities/Privacy (7.13.3) + - GoogleUtilities/Reachability (7.13.3): - GoogleUtilities/Logger - - GoogleUtilities/SwizzlerTestHelpers (7.12.0): + - GoogleUtilities/Privacy + - GoogleUtilities/SwizzlerTestHelpers (7.13.3): - GoogleUtilities/MethodSwizzler - - GoogleUtilities/UserDefaults (7.12.0): + - GoogleUtilities/UserDefaults (7.13.3): - GoogleUtilities/Logger + - GoogleUtilities/Privacy - "gRPC-C++ (1.62.5)": - "gRPC-C++/Implementation (= 1.62.5)" - "gRPC-C++/Interface (= 1.62.5)" @@ -1196,9 +1210,9 @@ PODS: - gRPC-Core/Privacy (= 1.62.5) - gRPC-Core/Interface (1.62.5) - gRPC-Core/Privacy (1.62.5) - - hermes-engine (0.73.7): - - hermes-engine/Pre-built (= 0.73.7) - - hermes-engine/Pre-built (0.73.7) + - hermes-engine (0.73.8): + - hermes-engine/Pre-built (= 0.73.8) + - hermes-engine/Pre-built (0.73.8) - leveldb-library (1.22.5) - libevent (2.1.12) - libwebp (1.3.2): @@ -1243,26 +1257,26 @@ PODS: - fmt (~> 6.2.1) - glog - libevent - - RCTRequired (0.73.7) - - RCTTypeSafety (0.73.7): - - FBLazyVector (= 0.73.7) - - RCTRequired (= 0.73.7) - - React-Core (= 0.73.7) - - React (0.73.7): - - React-Core (= 0.73.7) - - React-Core/DevSupport (= 0.73.7) - - React-Core/RCTWebSocket (= 0.73.7) - - React-RCTActionSheet (= 0.73.7) - - React-RCTAnimation (= 0.73.7) - - React-RCTBlob (= 0.73.7) - - React-RCTImage (= 0.73.7) - - React-RCTLinking (= 0.73.7) - - React-RCTNetwork (= 0.73.7) - - React-RCTSettings (= 0.73.7) - - React-RCTText (= 0.73.7) - - React-RCTVibration (= 0.73.7) - - React-callinvoker (0.73.7) - - React-Codegen (0.73.7): + - RCTRequired (0.73.8) + - RCTTypeSafety (0.73.8): + - FBLazyVector (= 0.73.8) + - RCTRequired (= 0.73.8) + - React-Core (= 0.73.8) + - React (0.73.8): + - React-Core (= 0.73.8) + - React-Core/DevSupport (= 0.73.8) + - React-Core/RCTWebSocket (= 0.73.8) + - React-RCTActionSheet (= 0.73.8) + - React-RCTAnimation (= 0.73.8) + - React-RCTBlob (= 0.73.8) + - React-RCTImage (= 0.73.8) + - React-RCTLinking (= 0.73.8) + - React-RCTNetwork (= 0.73.8) + - React-RCTSettings (= 0.73.8) + - React-RCTText (= 0.73.8) + - React-RCTVibration (= 0.73.8) + - React-callinvoker (0.73.8) + - React-Codegen (0.73.8): - DoubleConversion - FBReactNativeSpec - glog @@ -1277,11 +1291,11 @@ PODS: - React-rncore - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-Core (0.73.7): + - React-Core (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-Core/Default (= 0.73.7) + - React-Core/Default (= 0.73.8) - React-cxxreact - React-hermes - React-jsi @@ -1291,7 +1305,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/CoreModulesHeaders (0.73.7): + - React-Core/CoreModulesHeaders (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -1305,7 +1319,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/Default (0.73.7): + - React-Core/Default (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -1318,23 +1332,23 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/DevSupport (0.73.7): + - React-Core/DevSupport (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-Core/Default (= 0.73.7) - - React-Core/RCTWebSocket (= 0.73.7) + - React-Core/Default (= 0.73.8) + - React-Core/RCTWebSocket (= 0.73.8) - React-cxxreact - React-hermes - React-jsi - React-jsiexecutor - - React-jsinspector (= 0.73.7) + - React-jsinspector (= 0.73.8) - React-perflogger - React-runtimescheduler - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTActionSheetHeaders (0.73.7): + - React-Core/RCTActionSheetHeaders (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -1348,7 +1362,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTAnimationHeaders (0.73.7): + - React-Core/RCTAnimationHeaders (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -1362,7 +1376,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTBlobHeaders (0.73.7): + - React-Core/RCTBlobHeaders (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -1376,7 +1390,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTImageHeaders (0.73.7): + - React-Core/RCTImageHeaders (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -1390,7 +1404,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTLinkingHeaders (0.73.7): + - React-Core/RCTLinkingHeaders (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -1404,7 +1418,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTNetworkHeaders (0.73.7): + - React-Core/RCTNetworkHeaders (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -1418,7 +1432,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTSettingsHeaders (0.73.7): + - React-Core/RCTSettingsHeaders (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -1432,7 +1446,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTTextHeaders (0.73.7): + - React-Core/RCTTextHeaders (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -1446,7 +1460,7 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTVibrationHeaders (0.73.7): + - React-Core/RCTVibrationHeaders (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -1460,11 +1474,11 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-Core/RCTWebSocket (0.73.7): + - React-Core/RCTWebSocket (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-Core/Default (= 0.73.7) + - React-Core/Default (= 0.73.8) - React-cxxreact - React-hermes - React-jsi @@ -1474,33 +1488,33 @@ PODS: - React-utils - SocketRocket (= 0.6.1) - Yoga - - React-CoreModules (0.73.7): + - React-CoreModules (0.73.8): - RCT-Folly (= 2022.05.16.00) - - RCTTypeSafety (= 0.73.7) + - RCTTypeSafety (= 0.73.8) - React-Codegen - - React-Core/CoreModulesHeaders (= 0.73.7) - - React-jsi (= 0.73.7) + - React-Core/CoreModulesHeaders (= 0.73.8) + - React-jsi (= 0.73.8) - React-NativeModulesApple - React-RCTBlob - - React-RCTImage (= 0.73.7) + - React-RCTImage (= 0.73.8) - ReactCommon - SocketRocket (= 0.6.1) - - React-cxxreact (0.73.7): + - React-cxxreact (0.73.8): - boost (= 1.83.0) - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.7) - - React-debug (= 0.73.7) - - React-jsi (= 0.73.7) - - React-jsinspector (= 0.73.7) - - React-logger (= 0.73.7) - - React-perflogger (= 0.73.7) - - React-runtimeexecutor (= 0.73.7) - - React-debug (0.73.7) - - React-Fabric (0.73.7): + - React-callinvoker (= 0.73.8) + - React-debug (= 0.73.8) + - React-jsi (= 0.73.8) + - React-jsinspector (= 0.73.8) + - React-logger (= 0.73.8) + - React-perflogger (= 0.73.8) + - React-runtimeexecutor (= 0.73.8) + - React-debug (0.73.8) + - React-Fabric (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1511,20 +1525,20 @@ PODS: - React-Core - React-cxxreact - React-debug - - React-Fabric/animations (= 0.73.7) - - React-Fabric/attributedstring (= 0.73.7) - - React-Fabric/componentregistry (= 0.73.7) - - React-Fabric/componentregistrynative (= 0.73.7) - - React-Fabric/components (= 0.73.7) - - React-Fabric/core (= 0.73.7) - - React-Fabric/imagemanager (= 0.73.7) - - React-Fabric/leakchecker (= 0.73.7) - - React-Fabric/mounting (= 0.73.7) - - React-Fabric/scheduler (= 0.73.7) - - React-Fabric/telemetry (= 0.73.7) - - React-Fabric/templateprocessor (= 0.73.7) - - React-Fabric/textlayoutmanager (= 0.73.7) - - React-Fabric/uimanager (= 0.73.7) + - React-Fabric/animations (= 0.73.8) + - React-Fabric/attributedstring (= 0.73.8) + - React-Fabric/componentregistry (= 0.73.8) + - React-Fabric/componentregistrynative (= 0.73.8) + - React-Fabric/components (= 0.73.8) + - React-Fabric/core (= 0.73.8) + - React-Fabric/imagemanager (= 0.73.8) + - React-Fabric/leakchecker (= 0.73.8) + - React-Fabric/mounting (= 0.73.8) + - React-Fabric/scheduler (= 0.73.8) + - React-Fabric/telemetry (= 0.73.8) + - React-Fabric/templateprocessor (= 0.73.8) + - React-Fabric/textlayoutmanager (= 0.73.8) + - React-Fabric/uimanager (= 0.73.8) - React-graphics - React-jsi - React-jsiexecutor @@ -1533,7 +1547,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/animations (0.73.7): + - React-Fabric/animations (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1552,7 +1566,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/attributedstring (0.73.7): + - React-Fabric/attributedstring (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1571,7 +1585,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/componentregistry (0.73.7): + - React-Fabric/componentregistry (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1590,7 +1604,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/componentregistrynative (0.73.7): + - React-Fabric/componentregistrynative (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1609,7 +1623,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components (0.73.7): + - React-Fabric/components (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1620,17 +1634,17 @@ PODS: - React-Core - React-cxxreact - React-debug - - React-Fabric/components/inputaccessory (= 0.73.7) - - React-Fabric/components/legacyviewmanagerinterop (= 0.73.7) - - React-Fabric/components/modal (= 0.73.7) - - React-Fabric/components/rncore (= 0.73.7) - - React-Fabric/components/root (= 0.73.7) - - React-Fabric/components/safeareaview (= 0.73.7) - - React-Fabric/components/scrollview (= 0.73.7) - - React-Fabric/components/text (= 0.73.7) - - React-Fabric/components/textinput (= 0.73.7) - - React-Fabric/components/unimplementedview (= 0.73.7) - - React-Fabric/components/view (= 0.73.7) + - React-Fabric/components/inputaccessory (= 0.73.8) + - React-Fabric/components/legacyviewmanagerinterop (= 0.73.8) + - React-Fabric/components/modal (= 0.73.8) + - React-Fabric/components/rncore (= 0.73.8) + - React-Fabric/components/root (= 0.73.8) + - React-Fabric/components/safeareaview (= 0.73.8) + - React-Fabric/components/scrollview (= 0.73.8) + - React-Fabric/components/text (= 0.73.8) + - React-Fabric/components/textinput (= 0.73.8) + - React-Fabric/components/unimplementedview (= 0.73.8) + - React-Fabric/components/view (= 0.73.8) - React-graphics - React-jsi - React-jsiexecutor @@ -1639,7 +1653,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/inputaccessory (0.73.7): + - React-Fabric/components/inputaccessory (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1658,7 +1672,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/legacyviewmanagerinterop (0.73.7): + - React-Fabric/components/legacyviewmanagerinterop (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1677,7 +1691,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/modal (0.73.7): + - React-Fabric/components/modal (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1696,7 +1710,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/rncore (0.73.7): + - React-Fabric/components/rncore (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1715,7 +1729,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/root (0.73.7): + - React-Fabric/components/root (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1734,7 +1748,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/safeareaview (0.73.7): + - React-Fabric/components/safeareaview (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1753,7 +1767,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/scrollview (0.73.7): + - React-Fabric/components/scrollview (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1772,7 +1786,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/text (0.73.7): + - React-Fabric/components/text (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1791,7 +1805,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/textinput (0.73.7): + - React-Fabric/components/textinput (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1810,7 +1824,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/unimplementedview (0.73.7): + - React-Fabric/components/unimplementedview (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1829,7 +1843,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/view (0.73.7): + - React-Fabric/components/view (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1849,7 +1863,7 @@ PODS: - React-utils - ReactCommon/turbomodule/core - Yoga - - React-Fabric/core (0.73.7): + - React-Fabric/core (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1868,7 +1882,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/imagemanager (0.73.7): + - React-Fabric/imagemanager (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1887,7 +1901,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/leakchecker (0.73.7): + - React-Fabric/leakchecker (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1906,7 +1920,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/mounting (0.73.7): + - React-Fabric/mounting (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1925,7 +1939,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/scheduler (0.73.7): + - React-Fabric/scheduler (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1944,7 +1958,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/telemetry (0.73.7): + - React-Fabric/telemetry (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1963,7 +1977,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/templateprocessor (0.73.7): + - React-Fabric/templateprocessor (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -1982,7 +1996,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/textlayoutmanager (0.73.7): + - React-Fabric/textlayoutmanager (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -2002,7 +2016,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/uimanager (0.73.7): + - React-Fabric/uimanager (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog @@ -2021,42 +2035,42 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-FabricImage (0.73.7): + - React-FabricImage (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly/Fabric (= 2022.05.16.00) - - RCTRequired (= 0.73.7) - - RCTTypeSafety (= 0.73.7) + - RCTRequired (= 0.73.8) + - RCTTypeSafety (= 0.73.8) - React-Fabric - React-graphics - React-ImageManager - React-jsi - - React-jsiexecutor (= 0.73.7) + - React-jsiexecutor (= 0.73.8) - React-logger - React-rendererdebug - React-utils - ReactCommon - Yoga - - React-graphics (0.73.7): + - React-graphics (0.73.8): - glog - RCT-Folly/Fabric (= 2022.05.16.00) - - React-Core/Default (= 0.73.7) + - React-Core/Default (= 0.73.8) - React-utils - - React-hermes (0.73.7): + - React-hermes (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - RCT-Folly/Futures (= 2022.05.16.00) - - React-cxxreact (= 0.73.7) + - React-cxxreact (= 0.73.8) - React-jsi - - React-jsiexecutor (= 0.73.7) - - React-jsinspector (= 0.73.7) - - React-perflogger (= 0.73.7) - - React-ImageManager (0.73.7): + - React-jsiexecutor (= 0.73.8) + - React-jsinspector (= 0.73.8) + - React-perflogger (= 0.73.8) + - React-ImageManager (0.73.8): - glog - RCT-Folly/Fabric - React-Core/Default @@ -2065,31 +2079,31 @@ PODS: - React-graphics - React-rendererdebug - React-utils - - React-jserrorhandler (0.73.7): + - React-jserrorhandler (0.73.8): - RCT-Folly/Fabric (= 2022.05.16.00) - React-debug - React-jsi - React-Mapbuffer - - React-jsi (0.73.7): + - React-jsi (0.73.8): - boost (= 1.83.0) - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-jsiexecutor (0.73.7): + - React-jsiexecutor (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-cxxreact (= 0.73.7) - - React-jsi (= 0.73.7) - - React-perflogger (= 0.73.7) - - React-jsinspector (0.73.7) - - React-logger (0.73.7): + - React-cxxreact (= 0.73.8) + - React-jsi (= 0.73.8) + - React-perflogger (= 0.73.8) + - React-jsinspector (0.73.8) + - React-logger (0.73.8): - glog - - React-Mapbuffer (0.73.7): + - React-Mapbuffer (0.73.8): - glog - React-debug - react-native-carplay (2.3.0): @@ -2106,32 +2120,32 @@ PODS: - react-native-google-cast/RNGoogleCast (4.6.2): - PromisesObjC - React - - react-native-pager-view (6.2.3): + - react-native-pager-view (6.3.1): - glog - RCT-Folly (= 2022.05.16.00) - React-Core - react-native-render-html (6.3.4): - React-Core - - react-native-safe-area-context (4.10.1): + - react-native-safe-area-context (4.10.4): - React-Core - react-native-slider (4.5.2): - glog - RCT-Folly (= 2022.05.16.00) - React-Core - - react-native-theoplayer (7.2.0): + - react-native-theoplayer (7.4.0): - google-cast-sdk-dynamic-xcframework (~> 4.8) - React-Core - - THEOplayer-Integration-GoogleCast/Base (~> 7.2) - - THEOplayerSDK-core (~> 7.2) + - THEOplayer-Integration-GoogleCast/Base (~> 7.4) + - THEOplayerSDK-core (~> 7.4) - react-native-track-player (4.1.1): - React-Core - SwiftAudioEx (= 1.1.0) - - react-native-webview (13.8.4): + - react-native-webview (13.10.3): - glog - RCT-Folly (= 2022.05.16.00) - React-Core - - React-nativeconfig (0.73.7) - - React-NativeModulesApple (0.73.7): + - React-nativeconfig (0.73.8) + - React-NativeModulesApple (0.73.8): - glog - hermes-engine - React-callinvoker @@ -2141,10 +2155,10 @@ PODS: - React-runtimeexecutor - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-perflogger (0.73.7) - - React-RCTActionSheet (0.73.7): - - React-Core/RCTActionSheetHeaders (= 0.73.7) - - React-RCTAnimation (0.73.7): + - React-perflogger (0.73.8) + - React-RCTActionSheet (0.73.8): + - React-Core/RCTActionSheetHeaders (= 0.73.8) + - React-RCTAnimation (0.73.8): - RCT-Folly (= 2022.05.16.00) - RCTTypeSafety - React-Codegen @@ -2152,7 +2166,7 @@ PODS: - React-jsi - React-NativeModulesApple - ReactCommon - - React-RCTAppDelegate (0.73.7): + - React-RCTAppDelegate (0.73.8): - RCT-Folly - RCTRequired - RCTTypeSafety @@ -2166,7 +2180,7 @@ PODS: - React-RCTNetwork - React-runtimescheduler - ReactCommon - - React-RCTBlob (0.73.7): + - React-RCTBlob (0.73.8): - hermes-engine - RCT-Folly (= 2022.05.16.00) - React-Codegen @@ -2176,7 +2190,7 @@ PODS: - React-NativeModulesApple - React-RCTNetwork - ReactCommon - - React-RCTFabric (0.73.7): + - React-RCTFabric (0.73.8): - glog - hermes-engine - RCT-Folly/Fabric (= 2022.05.16.00) @@ -2194,7 +2208,7 @@ PODS: - React-runtimescheduler - React-utils - Yoga - - React-RCTImage (0.73.7): + - React-RCTImage (0.73.8): - RCT-Folly (= 2022.05.16.00) - RCTTypeSafety - React-Codegen @@ -2203,14 +2217,14 @@ PODS: - React-NativeModulesApple - React-RCTNetwork - ReactCommon - - React-RCTLinking (0.73.7): + - React-RCTLinking (0.73.8): - React-Codegen - - React-Core/RCTLinkingHeaders (= 0.73.7) - - React-jsi (= 0.73.7) + - React-Core/RCTLinkingHeaders (= 0.73.8) + - React-jsi (= 0.73.8) - React-NativeModulesApple - ReactCommon - - ReactCommon/turbomodule/core (= 0.73.7) - - React-RCTNetwork (0.73.7): + - ReactCommon/turbomodule/core (= 0.73.8) + - React-RCTNetwork (0.73.8): - RCT-Folly (= 2022.05.16.00) - RCTTypeSafety - React-Codegen @@ -2218,7 +2232,7 @@ PODS: - React-jsi - React-NativeModulesApple - ReactCommon - - React-RCTSettings (0.73.7): + - React-RCTSettings (0.73.8): - RCT-Folly (= 2022.05.16.00) - RCTTypeSafety - React-Codegen @@ -2226,25 +2240,25 @@ PODS: - React-jsi - React-NativeModulesApple - ReactCommon - - React-RCTText (0.73.7): - - React-Core/RCTTextHeaders (= 0.73.7) + - React-RCTText (0.73.8): + - React-Core/RCTTextHeaders (= 0.73.8) - Yoga - - React-RCTVibration (0.73.7): + - React-RCTVibration (0.73.8): - RCT-Folly (= 2022.05.16.00) - React-Codegen - React-Core/RCTVibrationHeaders - React-jsi - React-NativeModulesApple - ReactCommon - - React-rendererdebug (0.73.7): + - React-rendererdebug (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - RCT-Folly (= 2022.05.16.00) - React-debug - - React-rncore (0.73.7) - - React-runtimeexecutor (0.73.7): - - React-jsi (= 0.73.7) - - React-runtimescheduler (0.73.7): + - React-rncore (0.73.8) + - React-runtimeexecutor (0.73.8): + - React-jsi (= 0.73.8) + - React-runtimescheduler (0.73.8): - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) @@ -2255,79 +2269,79 @@ PODS: - React-rendererdebug - React-runtimeexecutor - React-utils - - React-utils (0.73.7): + - React-utils (0.73.8): - glog - RCT-Folly (= 2022.05.16.00) - React-debug - - ReactCommon (0.73.7): - - React-logger (= 0.73.7) - - ReactCommon/turbomodule (= 0.73.7) - - ReactCommon/turbomodule (0.73.7): + - ReactCommon (0.73.8): + - React-logger (= 0.73.8) + - ReactCommon/turbomodule (= 0.73.8) + - ReactCommon/turbomodule (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.7) - - React-cxxreact (= 0.73.7) - - React-jsi (= 0.73.7) - - React-logger (= 0.73.7) - - React-perflogger (= 0.73.7) - - ReactCommon/turbomodule/bridging (= 0.73.7) - - ReactCommon/turbomodule/core (= 0.73.7) - - ReactCommon/turbomodule/bridging (0.73.7): + - React-callinvoker (= 0.73.8) + - React-cxxreact (= 0.73.8) + - React-jsi (= 0.73.8) + - React-logger (= 0.73.8) + - React-perflogger (= 0.73.8) + - ReactCommon/turbomodule/bridging (= 0.73.8) + - ReactCommon/turbomodule/core (= 0.73.8) + - ReactCommon/turbomodule/bridging (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.7) - - React-cxxreact (= 0.73.7) - - React-jsi (= 0.73.7) - - React-logger (= 0.73.7) - - React-perflogger (= 0.73.7) - - ReactCommon/turbomodule/core (0.73.7): + - React-callinvoker (= 0.73.8) + - React-cxxreact (= 0.73.8) + - React-jsi (= 0.73.8) + - React-logger (= 0.73.8) + - React-perflogger (= 0.73.8) + - ReactCommon/turbomodule/core (0.73.8): - DoubleConversion - fmt (~> 6.2.1) - glog - hermes-engine - RCT-Folly (= 2022.05.16.00) - - React-callinvoker (= 0.73.7) - - React-cxxreact (= 0.73.7) - - React-jsi (= 0.73.7) - - React-logger (= 0.73.7) - - React-perflogger (= 0.73.7) + - React-callinvoker (= 0.73.8) + - React-cxxreact (= 0.73.8) + - React-jsi (= 0.73.8) + - React-logger (= 0.73.8) + - React-perflogger (= 0.73.8) - RNCAsyncStorage (1.23.1): - React-Core - RNFastImage (8.6.3): - React-Core - SDWebImage (~> 5.11.1) - SDWebImageWebPCoder (~> 0.8.4) - - RNFBAnalytics (18.9.0): - - Firebase/Analytics (= 10.20.0) + - RNFBAnalytics (19.3.0): + - Firebase/Analytics (= 10.24.0) - React-Core - RNFBApp - - RNFBApp (18.9.0): - - Firebase/CoreOnly (= 10.20.0) + - RNFBApp (19.3.0): + - Firebase/CoreOnly (= 10.24.0) - React-Core - - RNFBCrashlytics (18.9.0): - - Firebase/Crashlytics (= 10.20.0) - - FirebaseCoreExtension (= 10.20.0) + - RNFBCrashlytics (19.3.0): + - Firebase/Crashlytics (= 10.24.0) + - FirebaseCoreExtension - React-Core - RNFBApp - - RNFBFirestore (18.9.0): - - Firebase/Firestore (= 10.20.0) + - RNFBFirestore (19.3.0): + - Firebase/Firestore (= 10.24.0) - nanopb (< 2.30910.0, >= 2.30908.0) - React-Core - RNFBApp - - RNFBMessaging (18.9.0): - - Firebase/Messaging (= 10.20.0) - - FirebaseCoreExtension (= 10.20.0) + - RNFBMessaging (19.3.0): + - Firebase/Messaging (= 10.24.0) + - FirebaseCoreExtension - React-Core - RNFBApp - RNFlashList (1.6.4): - React-Core - - RNGestureHandler (2.15.0): + - RNGestureHandler (2.16.2): - glog - RCT-Folly (= 2022.05.16.00) - React-Core @@ -2343,13 +2357,14 @@ PODS: - RCT-Folly (= 2022.05.16.00) - React-Core - ReactCommon/turbomodule/core - - RNScreens (3.30.1): + - RNScreens (3.31.1): - glog - RCT-Folly (= 2022.05.16.00) - React-Core + - React-RCTImage - RNShare (10.2.1): - React-Core - - RNSVG (14.2.0): + - RNSVG (15.3.0): - React-Core - SDWebImage (5.11.1): - SDWebImage/Core (= 5.11.1) @@ -2359,8 +2374,8 @@ PODS: - SDWebImage/Core (~> 5.10) - SocketRocket (0.6.1) - SwiftAudioEx (1.1.0) - - THEOplayer-Integration-GoogleCast/Base (7.3.0) - - THEOplayerSDK-core (7.3.0) + - THEOplayer-Integration-GoogleCast/Base (7.5.0) + - THEOplayerSDK-core (7.5.0) - Yoga (1.14.0) DEPENDENCIES: @@ -2369,9 +2384,9 @@ DEPENDENCIES: - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) - FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`) - - Firebase/Messaging (~> 10.20.0) + - Firebase/Messaging (~> 10.24.0) - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) - - GoogleUtilities (~> 7.12.0) + - GoogleUtilities (~> 7.13.3) - hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`) - libevent (~> 2.1.12) - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) @@ -2459,6 +2474,7 @@ SPEC REPOS: - FirebaseFirestoreInternal - FirebaseInstallations - FirebaseMessaging + - FirebaseRemoteConfigInterop - FirebaseSessions - FirebaseSharedSwift - fmt @@ -2496,7 +2512,7 @@ EXTERNAL SOURCES: :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec" hermes-engine: :podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec" - :tag: hermes-2024-02-20-RNv0.73.5-18f99ace4213052c5e7cdbcd39ee9766cd5df7e4 + :tag: hermes-2024-04-29-RNv0.73.8-644c8be78af1eae7c138fa4093fb87f0f4f8db85 RCT-Folly: :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec" RCTRequired: @@ -2644,30 +2660,31 @@ SPEC CHECKSUMS: BoringSSL-GRPC: 1e2348957acdbcad360b80a264a90799984b2ba6 BVLinearGradient: 880f91a7854faff2df62518f0281afb1c60d49a3 DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953 - FBLazyVector: 9f533d5a4c75ca77c8ed774aced1a91a0701781e - FBReactNativeSpec: 40b791f4a1df779e7e4aa12c000319f4f216d40a - Firebase: 10c8cb12fb7ad2ae0c09ffc86cd9c1ab392a0031 - FirebaseAnalytics: a2731bf3670747ce8f65368b118d18aa8e368246 - FirebaseAppCheckInterop: 5da5ce93e8797a215e3f677fb0654b74e736c8b8 - FirebaseCore: 28045c1560a2600d284b9c45a904fe322dc890b6 - FirebaseCoreExtension: 0659f035b88c5a7a15a9763c48c2e6ca8c0a2977 - FirebaseCoreInternal: 910a81992c33715fec9263ca7381d59ab3a750b7 - FirebaseCrashlytics: 81530595edb6d99f1918f723a6c33766a24a4c86 - FirebaseFirestore: 21be9ea244830f6cac15464550c2975c43f9dffc - FirebaseFirestoreInternal: 04b8afa77b4e5b84e86ab5ad985193e9573239fa - FirebaseInstallations: 91950fe859846fff0fbd296180909dd273103b09 - FirebaseMessaging: 06c414a21b122396a26847c523d5c370f8325df5 - FirebaseSessions: 2651b464e241c93fd44112f995d5ab663c970487 - FirebaseSharedSwift: 0274086954b1b2d5fd7e829eccc587044d72a4ba + FBLazyVector: df34a309e356a77581809834f6ec3fbe7153f620 + FBReactNativeSpec: bbe8b686178e5ce03d1d8a356789f211f91f31b8 + Firebase: 91fefd38712feb9186ea8996af6cbdef41473442 + FirebaseAnalytics: b5efc493eb0f40ec560b04a472e3e1a15d39ca13 + FirebaseAppCheckInterop: 0dd062c9926a76332ca5711dbed6f1a9ac540b54 + FirebaseCore: 11dc8a16dfb7c5e3c3f45ba0e191a33ac4f50894 + FirebaseCoreExtension: 4ec89dd0c6de93d6becde32122d68b7c35f6bf5d + FirebaseCoreInternal: 4b297a2d56063dbea2c1d0d04222d44a8d058862 + FirebaseCrashlytics: af38ea4adfa606f6e63fcc22091b61e7938fcf66 + FirebaseFirestore: 6df1bc70a56c15921286ff2a3096fa2d350b8823 + FirebaseFirestoreInternal: d9a6e08e9bb4016ce7c0b3544f1cf7abcd7cf26f + FirebaseInstallations: 766dabca09fd94aef922538aaf144cc4a6fb6869 + FirebaseMessaging: 4d52717dd820707cc4eadec5eb981b4832ec8d5d + FirebaseRemoteConfigInterop: c55a739f5ab121792776e191d9fd437dc624a541 + FirebaseSessions: 2fdf949f9e58295a57703ae8f2efc44f9fa3aa16 + FirebaseSharedSwift: a03fe7a59ee646fef71099a887f774fe25d745b8 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2 google-cast-sdk-dynamic-xcframework: d1323732742c979b2d7e5b061cbe665915981f3d - GoogleAppMeasurement: bb3c564c3efb933136af0e94899e0a46167466a8 + GoogleAppMeasurement: f3abf08495ef2cba7829f15318c373b8d9226491 GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a - GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34 + GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15 "gRPC-C++": e725ef63c4475d7cdb7e2cf16eb0fde84bd9ee51 gRPC-Core: eee4be35df218649fe66d721a05a7f27a28f069b - hermes-engine: 39589e9c297d024e90fe68f6830ff86c4e01498a + hermes-engine: b12d9bb1b7cee546f5e48212e7ea7e3c1665a367 leveldb-library: e8eadf9008a61f9e1dde3978c086d2b6d9b9dc28 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009 @@ -2675,79 +2692,79 @@ SPEC CHECKSUMS: PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47 PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851 RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0 - RCTRequired: 77f73950d15b8c1a2b48ba5b79020c3003d1c9b5 - RCTTypeSafety: ede1e2576424d89471ef553b2aed09fbbcc038e3 - React: 2ddb437e599df2f1bffa9b248de2de4cfa0227f0 - React-callinvoker: 10fc710367985e525e2d65bcc3a73d536c992aea - React-Codegen: 84c733096531d1caa6098973eb71eb852b4b66fa - React-Core: c771634f2ed0c59bef0bcd3d85d6f2c3af91eb96 - React-CoreModules: 97e5860e7e2d8549a5a357c2e0b115e93f25e5e7 - React-cxxreact: 62fcadb4e0d38175f8f220d9c970c5dbeed2eae4 - React-debug: 9bd4a362330d85b4f5d14e3d170b090713dc7fcf - React-Fabric: 134c3ac43c57c1bef8ae0f365e28c1af021a48d5 - React-FabricImage: 83120dee7e289412d646caa0924a6d17381da27a - React-graphics: 435c668cfe2a91fea54197c1c1baa49a56a5a255 - React-hermes: 938f6b4c585b3f98d9b65bfd9b84ebeb29e4db2b - React-ImageManager: 5fc7a18c64c3b198ba24579fdfefa77672986262 - React-jserrorhandler: 817d449297b9f4bf2b36c87ca0c689c64c0f2310 - React-jsi: 5fa3dfbe4f1d6b1fb08650cb877c340ddb70066d - React-jsiexecutor: d7e1aa9e9aefff1e6aee2beea13eb98be431a67f - React-jsinspector: f356e49aa086380d3a4892708ca173ad31ac69c1 - React-logger: 7b19bdfb254772a0332d6cd4d66eceb0678b6730 - React-Mapbuffer: 401b164386595138c3ee5c2106ff117d54c3ba22 + RCTRequired: 0c7f03a41ee32dec802c74c341e317a4165973d5 + RCTTypeSafety: 57698bb7fcde424922e201dab377f496a08a63e3 + React: 64c0c83924460a3d34fa5857ca2fd3ed2a69b581 + React-callinvoker: c0129cd7b8babac64b3d3515e72a8b2e743d261e + React-Codegen: caf0c378d10ad8eaf0df4ad703e52b0092b12fe1 + React-Core: 607dac2a3cc5962c3d9612d79907ac28296c3f13 + React-CoreModules: af9d2eca18c26b319157df21d5ea9eef7d5d4ad2 + React-cxxreact: 91453f3e345b7c7b9286a9b3a04d01d402f7aa5a + React-debug: d5fb540b62f21497e4540be4158a1b555d3f4505 + React-Fabric: 11d615dc6c8368d445bcf4d53adf4fa43f2a2a9b + React-FabricImage: c8431a0f4aed20d1baa7df0ed43e029bea56050f + React-graphics: b35a661b4a1416ea76a18b769451925a5c79503b + React-hermes: 7155160dabef04a20a41b817fbea764039833de0 + React-ImageManager: 69cbe2a69c3c3aa15080927362e5f707077ffb24 + React-jserrorhandler: 11ecd2d8b5d3adb1a5008ab9309e286b38995e6a + React-jsi: da0ebd65e8da907855a7ca4e3dfeb45f5d671886 + React-jsiexecutor: e0623342677d9c9f18c8b42121a70a9671c2b80b + React-jsinspector: 1729acf5ffe2d4439d698da25fddf0c75d07d1a1 + React-logger: 60afd40b183e8e6642bfd0108f1a1ad360cc665e + React-Mapbuffer: 780a8ecda636bf19e5e2bfdbbb937e898ff39d7f react-native-carplay: c0327ae947e4a12c7d66315d54254fdf87a982ec react-native-gemius-plugin: 003b164539125055787a816a7b65976b19bf4a27 react-native-google-cast: d7bdfd1a0eeba84afde03b9722351ec29543e74c - react-native-pager-view: 3796df305c59c352a26811ead0f6ea78acac1886 + react-native-pager-view: 0bcba39275cec9d1a50535c3c8c29924c66b67e7 react-native-render-html: 984dfe2294163d04bf5fe25d7c9f122e60e05ebe - react-native-safe-area-context: dcab599c527c2d7de2d76507a523d20a0b83823d + react-native-safe-area-context: 399a5859f6acbdf67f671c69b53113f535f3b5b0 react-native-slider: 9cfd2f0af9efe89a3ed372fcda8eca65109aa94c - react-native-theoplayer: 35f2377bd174f967a98a8948056316138d84aa20 + react-native-theoplayer: 534aa9b81b2e1ac91fcfbe72cc6b30323906d358 react-native-track-player: 82ef1756ffeea61140fea17519ecd6d64ec3cf3e - react-native-webview: 3bfbca2a3ae90e753573e5cc4c64d3ba4b5eec59 - React-nativeconfig: 1c018931dcd44532a5df80426c4387d71f66c737 - React-NativeModulesApple: fe9afa0c30c58c6e7f01ad34cd5012e7e42a8cad - React-perflogger: 68ec84e2f858a3e35009aef8866b55893e5e0a1f - React-RCTActionSheet: 348c4c729fdfb874f6937abbea90355ecaa6977c - React-RCTAnimation: 9fb1232af37d25d03415af2e0b8ab3b585ed856d - React-RCTAppDelegate: e0d41ac7fc71b5badb381c70ba585951ba7c8d2a - React-RCTBlob: 70b608915d20ffd397f8ba52278bee7e73f16994 - React-RCTFabric: 0b0c4fde89b6a9d9473bed0892eb8533c965281c - React-RCTImage: 520fe02462804655e39b6657996e47277e6f0115 - React-RCTLinking: fb46b9dfea24f4a876163f95769ab279851e0b65 - React-RCTNetwork: dd4396889c20fa8872d4028a4d08f2d2888e2c7f - React-RCTSettings: a7d6fe4b52b98c08b12532a42a18cb12a1667d0a - React-RCTText: df7267a4bc092429fcf285238fbe67a89406ff44 - React-RCTVibration: df03af479dc7ec756e2ca73eb6ce2fa3da6b2888 - React-rendererdebug: 0cfc1a279c7bde67a9935f6b0405b0cd018fd912 - React-rncore: c8f2a19e6f5406916029e267f13362373f2991d6 - React-runtimeexecutor: b7f307017d54701cf3a4ae41c7558051e0660658 - React-runtimescheduler: 7c3d11d18ec8c4f53921056cc8890f38f968854c - React-utils: e11de3f63640028dbeae517196b104b918b0e9b5 - ReactCommon: 4bd3f9d15757585ef4077479e5c578bc5b8bbc7b + react-native-webview: af5750ca782633c6c730a015946fb921497b4e7b + React-nativeconfig: b42fe8e97a8d164aebeb6821a27076406b64fbb9 + React-NativeModulesApple: a641fb50cd15f37522f5f5cd7e09fd85789219d2 + React-perflogger: f9367428cf475f4606b5965c1d5a71781bb95299 + React-RCTActionSheet: 39b3248276c7f98e455aebb0cdd473a35c6d5082 + React-RCTAnimation: 10eee15d10e420f56b4014efd4d7fb7f064105fc + React-RCTAppDelegate: d58a00ce3178b077984f9cbb90c6191d73c9b3a7 + React-RCTBlob: 67bd0b38c39f59ec77dcbab01217a7b9dd338446 + React-RCTFabric: 660a326b222e197eebef9c303212ffafcda17ee3 + React-RCTImage: e9c7790c25684ec5b64b4c92def4d6b95b225826 + React-RCTLinking: d3d3ea5596c9f30fa0e8138e356258fca1f2ccaf + React-RCTNetwork: b52bcb51f559535612957f20b4ca28ff1438182f + React-RCTSettings: 6763f9d5210ce3dae6f892a0546c06738014025b + React-RCTText: 6b8365ef043d3fc01848bb8de48ee9e67ba3bc47 + React-RCTVibration: aa85a228a382b66e8844c2f94cd3e734fa96d07a + React-rendererdebug: bd9e657da8ad510e0826fc1b8d8137aa3def7c37 + React-rncore: 096d2305fa1d0e05023ec5f79bdeb00b0b296aa0 + React-runtimeexecutor: 1fb11b17da6dcf79da6f301ab54fcb51545bab6e + React-runtimescheduler: 7d2310716ec342ca23efe5f0b4a971a16df72eec + React-utils: ca47876d5d2e394bce2db961782fff82e2c2db88 + ReactCommon: 3d00f797f20b7cc9a85a5a00c4faf5da183bfe09 RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c RNFastImage: 5c9c9fed9c076e521b3f509fe79e790418a544e8 - RNFBAnalytics: ec290267aac57446c10b491293373ac86357f575 - RNFBApp: 9b25191f7a5e72c185b7e43fffb0d906869c4659 - RNFBCrashlytics: 28f83084ae8a4b9e6ad128e3a644c28bb5e16007 - RNFBFirestore: be3b76650231721bad4e9b28bf3a09a3ce62f8bb - RNFBMessaging: 99621af036e0aa85506390f77d79c9e6353aacca + RNFBAnalytics: bb0047a8843d13fc7ecc9fb834fc80e969c1851f + RNFBApp: de81f7eb68c1e6107574f2b102b0dee92a9862fa + RNFBCrashlytics: 06ccc1939384332a99a9c5f86e76f90154f2caa5 + RNFBFirestore: ed29ba9f6fda6341b660d78fd333d39af5641d91 + RNFBMessaging: bcceb47d52080700672f4a46aa9096d9754a988f RNFlashList: b521ebdd7f9352673817f1d98e8bdc0c8cf8545b - RNGestureHandler: 2e3251b41d462552997c61afd680220d019fea65 + RNGestureHandler: bbb04bccfd972fc228f7307815ccd11f47324605 RNNotifee: 8e2d3df3f0e9ce8f5d1fe4c967431138190b6175 RNPermissions: 60d60ce58c13537514288f285910c8b1cd12908d RNReanimated: 3c15d836bc232658f355d404b17e2a3f9046fe6c - RNScreens: 97a2a32820e632c5978d75250afa397ed9053910 + RNScreens: f0e300a3be13eff48f8afb0b5c6fc558c9369b03 RNShare: 0fad69ae2d71de9d1f7b9a43acf876886a6cb99c - RNSVG: 963a95f1f5d512a13d11ffd50d351c87fb5c6890 + RNSVG: a48668fd382115bc89761ce291a81c4ca5f2fd2e SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 SwiftAudioEx: f6aa653770f3a0d3851edaf8d834a30aee4a7646 - THEOplayer-Integration-GoogleCast: de755badc3ddf821ad28a1d4a45ba6a93e91964c - THEOplayerSDK-core: 555b10929fe7b4b173583d913eb71899fb914d64 - Yoga: 07db09965bc46c4902e20d3ae6990d95e53af8a8 + THEOplayer-Integration-GoogleCast: 2f2cb49221e0c5b7b92ec09d542c8400420d17bb + THEOplayerSDK-core: b701dd19841b8850522eec6f5944e9ac5cab7b94 + Yoga: 428500217b7b2dba1074041bd3ccf0cad3555925 -PODFILE CHECKSUM: 9493fc77c771d21ee19ad6f5b0421cd33a066f3a +PODFILE CHECKSUM: f031dd6ff9f9e552b7777ce95ec402bddda6b591 COCOAPODS: 1.15.2 diff --git a/ios/PrivacyInfo.xcprivacy b/ios/PrivacyInfo.xcprivacy index 41b8317..0bcec17 100644 --- a/ios/PrivacyInfo.xcprivacy +++ b/ios/PrivacyInfo.xcprivacy @@ -1,37 +1,38 @@ - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryFileTimestamp - NSPrivacyAccessedAPITypeReasons - - C617.1 - - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryUserDefaults - NSPrivacyAccessedAPITypeReasons - - CA92.1 - - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategorySystemBootTime - NSPrivacyAccessedAPITypeReasons - - 35F9.1 - - - - NSPrivacyCollectedDataTypes - - NSPrivacyTracking - - - + + NSPrivacyCollectedDataTypes + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategorySystemBootTime + NSPrivacyAccessedAPITypeReasons + + 35F9.1 + + + + NSPrivacyTracking + + + \ No newline at end of file diff --git a/ios/lrtApp.xcodeproj/project.pbxproj b/ios/lrtApp.xcodeproj/project.pbxproj index aeafcd3..92bbb0d 100644 --- a/ios/lrtApp.xcodeproj/project.pbxproj +++ b/ios/lrtApp.xcodeproj/project.pbxproj @@ -23,6 +23,7 @@ 9C78266B2B5887FD00B7183B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C78266A2B5887FD00B7183B /* AppDelegate.swift */; }; 9C78266E2B588AD800B7183B /* PhoneScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C78266C2B588AD800B7183B /* PhoneScene.swift */; }; 9C78266F2B588AD800B7183B /* CarScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C78266D2B588AD800B7183B /* CarScene.swift */; }; + 9C808A8E2C19AEAE00C5A257 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 9C808A8D2C19AEAE00C5A257 /* PrivacyInfo.xcprivacy */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -89,6 +90,7 @@ 9C78266A2B5887FD00B7183B /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = lrtApp/AppDelegate.swift; sourceTree = ""; }; 9C78266C2B588AD800B7183B /* PhoneScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PhoneScene.swift; path = lrtApp/PhoneScene.swift; sourceTree = ""; }; 9C78266D2B588AD800B7183B /* CarScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CarScene.swift; path = lrtApp/CarScene.swift; sourceTree = ""; }; + 9C808A8D2C19AEAE00C5A257 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; 9CB19FE32B0EAC2B00F49E23 /* lrtAppRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = lrtAppRelease.entitlements; path = lrtApp/lrtAppRelease.entitlements; sourceTree = ""; }; AC9213B230A625445486065B /* Pods_FCMImageNotification.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FCMImageNotification.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B444A0B5A3869DA4136C766C /* Pods_lrtApp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_lrtApp.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -152,6 +154,7 @@ 13B07FB61A68108700A75B9A /* Info.plist */, 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, 9C7826692B5887FD00B7183B /* lrtApp-Bridging-Header.h */, + 9C808A8D2C19AEAE00C5A257 /* PrivacyInfo.xcprivacy */, ); name = lrtApp; sourceTree = ""; @@ -326,7 +329,7 @@ 9C6632F22B839B1100E82A8E /* Sources */, 9C6632F32B839B1100E82A8E /* Frameworks */, 9C6632F42B839B1100E82A8E /* Resources */, - 67ECA109283BD40B0658EFFF /* [CP] Copy Pods Resources */, + 360B587772330D3EA0A010EC /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -408,6 +411,7 @@ 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, 6F35ABBC254AC514009EE240 /* GoogleService-Info.plist in Resources */, 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, + 9C808A8E2C19AEAE00C5A257 /* PrivacyInfo.xcprivacy in Resources */, 30DF8C0F1DC54C25996EA68C /* PlayfairDisplay-Regular.ttf in Resources */, 9C0CA4ED28291CF100E1601F /* logo2.png in Resources */, 20564F7D1ABD4A148FCB3E78 /* SourceSansPro-LightItalic.ttf in Resources */, @@ -505,23 +509,29 @@ 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; }; - 67ECA109283BD40B0658EFFF /* [CP] Copy Pods Resources */ = { + 360B587772330D3EA0A010EC /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-FCMImageNotification/Pods-FCMImageNotification-resources.sh", + "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore_Privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal_Privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations_Privacy.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging_Privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport_Privacy.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities_Privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises_Privacy.bundle", ); name = "[CP] Copy Pods Resources"; outputPaths = ( + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseCore_Privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseCoreInternal_Privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseInstallations_Privacy.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseMessaging_Privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleDataTransport_Privacy.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleUtilities_Privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FBLPromises_Privacy.bundle", ); runOnlyForDeploymentPostprocessing = 0; @@ -596,10 +606,16 @@ inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-lrtApp/Pods-lrtApp-resources.sh", "${PODS_CONFIGURATION_BUILD_DIR}/BoringSSL-GRPC/openssl_grpc.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore_Privacy.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension_Privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal_Privacy.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics/FirebaseCrashlytics_Privacy.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseFirestore/FirebaseFirestore_Privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseFirestoreInternal/FirebaseFirestoreInternal_Privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations_Privacy.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging_Privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport_Privacy.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities_Privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises_Privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises_Privacy.bundle", "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage/RNCAsyncStorage_resources.bundle", @@ -614,10 +630,16 @@ name = "[CP] Copy Pods Resources"; outputPaths = ( "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/openssl_grpc.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseCore_Privacy.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseCoreExtension_Privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseCoreInternal_Privacy.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseCrashlytics_Privacy.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseFirestore_Privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseFirestoreInternal_Privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseInstallations_Privacy.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseMessaging_Privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleDataTransport_Privacy.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleUtilities_Privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FBLPromises_Privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Promises_Privacy.bundle", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNCAsyncStorage_resources.bundle", @@ -787,7 +809,7 @@ CODE_SIGN_ENTITLEMENTS = lrtApp/lrtApp.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 102; + CURRENT_PROJECT_VERSION = 103; DEVELOPMENT_TEAM = TGMUP98888; ENABLE_BITCODE = NO; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64"; @@ -821,7 +843,7 @@ CODE_SIGN_ENTITLEMENTS = lrtApp/lrtAppRelease.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 102; + CURRENT_PROJECT_VERSION = 103; DEVELOPMENT_TEAM = TGMUP98888; INFOPLIST_FILE = lrtApp/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; diff --git a/package.json b/package.json index bf6f662..2d107ae 100644 --- a/package.json +++ b/package.json @@ -18,47 +18,47 @@ "@notifee/react-native": "^7.8.2", "@react-native-async-storage/async-storage": "^1.22.1", "@react-native-community/slider": "^4.5.0", - "@react-native-firebase/analytics": "^18.9.0", - "@react-native-firebase/app": "^18.9.0", - "@react-native-firebase/crashlytics": "^18.9.0", - "@react-native-firebase/firestore": "^18.9.0", - "@react-native-firebase/messaging": "^18.9.0", - "@react-navigation/drawer": "^6.6.7", - "@react-navigation/elements": "^1.3.22", - "@react-navigation/native": "^6.1.10", - "@react-navigation/stack": "^6.3.21", + "@react-native-firebase/analytics": "^19.3.0", + "@react-native-firebase/app": "^19.3.0", + "@react-native-firebase/crashlytics": "^19.3.0", + "@react-native-firebase/firestore": "^19.3.0", + "@react-native-firebase/messaging": "^19.3.0", + "@react-navigation/drawer": "^6.6.15", + "@react-navigation/elements": "^1.3.30", + "@react-navigation/native": "^6.1.17", + "@react-navigation/stack": "^6.3.29", "@shopify/flash-list": "^1.6.4", "@theoplayer/react-native-ui": "^0.7.2", "axios": "0.27.2", "axios-logger": "2.6.1", - "chartbeat-react-native-sdk": "^0.0.21", + "chartbeat-react-native-sdk": "^0.0.22", "lodash": "^4.17.21", "moment": "^2.30.1", "proxy-memoize": "^2.0.5", "react": "18.2.0", - "react-native": "0.73.7", + "react-native": "0.73.8", "react-native-autoheight-webview": "^1.6.5", - "react-native-awesome-gallery": "^0.3.8", + "react-native-awesome-gallery": "^0.3.9", "react-native-carplay": "2.3.0", "react-native-event-listeners": "^1.0.7", "react-native-fast-image": "^8.6.3", "react-native-gemius-plugin": "./react-native-gemius-plugin", - "react-native-gesture-handler": "2.15.0", + "react-native-gesture-handler": "2.16.2", "react-native-google-cast": "4.8.0", "react-native-linear-gradient": "^2.8.3", "react-native-modal": "^13.0.1", - "react-native-pager-view": "6.2.3", + "react-native-pager-view": "6.3.1", "react-native-permissions": "^3.10.1", "react-native-reanimated": "^3.5.4", "react-native-render-html": "^6.3.4", - "react-native-safe-area-context": "^4.8.2", - "react-native-screens": "3.30.1", - "react-native-share": "^10.1.0", - "react-native-svg": "^14.1.0", + "react-native-safe-area-context": "^4.10.4", + "react-native-screens": "3.31.1", + "react-native-share": "^10.2.1", + "react-native-svg": "^15.3.0", "react-native-tab-view": "^3.5.2", - "react-native-theoplayer": "^7.2.0", + "react-native-theoplayer": "^7.4.0", "react-native-track-player": "^4.1.1", - "react-native-webview": "13.8.4", + "react-native-webview": "13.10.3", "react-navigation-collapsible": "6.2.0", "react-redux": "^8.1.3", "redux": "^4.2.1",