mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update applypatchesformaccatalyst.sh
This commit is contained in:
parent
b614d0ea11
commit
b1ec328a61
@ -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.
|
Loading…
Reference in New Issue
Block a user