From f2ae68c3d6be108a79dbd49f393ace81ef4f5c0b Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Sun, 11 Jun 2023 11:17:55 -0500 Subject: [PATCH] Update applypatchesformaccatalyst.sh --- scripts/maccatalystpatches/applypatchesformaccatalyst.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/maccatalystpatches/applypatchesformaccatalyst.sh b/scripts/maccatalystpatches/applypatchesformaccatalyst.sh index f53daf092..9550b3274 100755 --- a/scripts/maccatalystpatches/applypatchesformaccatalyst.sh +++ b/scripts/maccatalystpatches/applypatchesformaccatalyst.sh @@ -7,8 +7,6 @@ sed -i '' 's/"patches": "patch -p1 < scripts\/react-native-tor.patch; patch -p1 rm -fr node_modules echo "Re-installing node_modules" npm i -echo "Applying patch for LDK Podfile" -sed -i '' 's/LDKFramework.xcframework/LDKFramework-maccatalyst.xcframework/g' ./node_modules/rn-ldk/rn-ldk.podspec echo "Deleting torrific.js and lightning-ldk-wallet.ts content" cp scripts/maccatalystpatches/torrific.js blue_modules/torrific.js cp scripts/maccatalystpatches/lightning-ldk-wallet.ts class/wallets/lightning-ldk-wallet.ts