From a6f20fd0603ef306cdc5f098008a071f61f001d7 Mon Sep 17 00:00:00 2001 From: mansi-square Date: Mon, 27 May 2024 13:49:26 +0530 Subject: [PATCH] added reanimated in pods --- .../ios/Podfile.lock | 25 +++++++++++++++++ .../project.pbxproj | 28 +++++++++++++++---- 2 files changed, 48 insertions(+), 5 deletions(-) diff --git a/react-native-in-app-payments-quickstart/ios/Podfile.lock b/react-native-in-app-payments-quickstart/ios/Podfile.lock index d314bdd..56dfa13 100644 --- a/react-native-in-app-payments-quickstart/ios/Podfile.lock +++ b/react-native-in-app-payments-quickstart/ios/Podfile.lock @@ -1185,6 +1185,27 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga + - RNReanimated (3.11.0): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.01.01.00) + - RCTRequired + - RCTTypeSafety + - React-Codegen + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga - RNSquareInAppPayments (1.6.3): - React - SquareBuyerVerificationSDK (= 1.6.3) @@ -1251,6 +1272,7 @@ DEPENDENCIES: - React-utils (from `../node_modules/react-native/ReactCommon/react/utils`) - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) + - RNReanimated (from `../node_modules/react-native-reanimated`) - RNSquareInAppPayments (from `../node_modules/react-native-square-in-app-payments`) - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) @@ -1370,6 +1392,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon" RNGestureHandler: :path: "../node_modules/react-native-gesture-handler" + RNReanimated: + :path: "../node_modules/react-native-reanimated" RNSquareInAppPayments: :path: "../node_modules/react-native-square-in-app-payments" Yoga: @@ -1430,6 +1454,7 @@ SPEC CHECKSUMS: React-utils: 3285151c9d1e3a28a9586571fc81d521678c196d ReactCommon: f42444e384d82ab89184aed5d6f3142748b54768 RNGestureHandler: 2282cfbcf86c360d29f44ace393203afd5c6cff7 + RNReanimated: 7ad0f08a845cb60955ee5d461d2156d7b9707118 RNSquareInAppPayments: 69e4c6d6be92bc7f94cca947fc91264dc8f8343b SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d SquareBuyerVerificationSDK: d325f473a724cfa5684a837296a307152ca52854 diff --git a/react-native-in-app-payments-quickstart/ios/RNInAppPaymentsQuickstart.xcodeproj/project.pbxproj b/react-native-in-app-payments-quickstart/ios/RNInAppPaymentsQuickstart.xcodeproj/project.pbxproj index 49f7aa1..65059d7 100644 --- a/react-native-in-app-payments-quickstart/ios/RNInAppPaymentsQuickstart.xcodeproj/project.pbxproj +++ b/react-native-in-app-payments-quickstart/ios/RNInAppPaymentsQuickstart.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 46; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ @@ -261,21 +261,29 @@ }; 4574BDB937B7D93FB3DBACE8 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; + buildActionMask = 8; files = ( ); inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-RNInAppPaymentsQuickstart/Pods-RNInAppPaymentsQuickstart-frameworks.sh", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/SquareBuyerVerificationSDK/SquareBuyerVerificationSDK.framework/SquareBuyerVerificationSDK", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/SquareInAppPaymentsSDK/SquareInAppPaymentsSDK.framework/SquareInAppPaymentsSDK", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SquareBuyerVerificationSDK.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SquareInAppPaymentsSDK.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework", ); - runOnlyForDeploymentPostprocessing = 0; + runOnlyForDeploymentPostprocessing = 1; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RNInAppPaymentsQuickstart/Pods-RNInAppPaymentsQuickstart-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; 54553DFF54BD7138AACCB48D /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; buildActionMask = 2147483647; files = ( ); @@ -349,7 +357,14 @@ DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = RNInAppPaymentsQuickstart/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + LIBRARY_SEARCH_PATHS = ( + "$(SDKROOT)/usr/lib/swift", + "$(inherited)", + ); OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -375,7 +390,10 @@ ); INFOPLIST_FILE = RNInAppPaymentsQuickstart/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); LIBRARY_SEARCH_PATHS = ( "$(SDKROOT)/usr/lib/swift", "$(inherited)",