Update applypatchesformaccatalyst.sh

This commit is contained in:
Marcos Rodriguez Velez 2023-04-24 20:00:09 -05:00 committed by Overtorment
parent b614d0ea11
commit b1ec328a61

View File

@ -14,5 +14,8 @@ cp scripts/maccatalystpatches/torrific.js blue_modules/torrific.js
cp scripts/maccatalystpatches/lightning-ldk-wallet.ts class/wallets/lightning-ldk-wallet.ts
echo "Updating Podfile"
cd ios && pod update && cd ..
echo "Remove Settings.bundle from Xcode project as its only meant for iOS"
rm -rf /ios/Settings.bundle
sed -i '' '/Settings.bundle/d' ios/BlueWallet.xcodeproj/project.pbxproj
echo ""
echo "NOTE: react-native-tor and rn-dlk are not currently compatible with Mac Catalyst.