Update applypatchesformaccatalyst.sh

This commit is contained in:
Marcos Rodriguez Vélez 2021-07-09 00:04:50 -04:00
parent 060f86bead
commit ece7475f0d

View file

@ -3,4 +3,4 @@ sed -i '' '/react-native-tor/d' ./package.json
echo "Re-installing node_modules"
npm i
echo ""
echo "react-native-tor is not currently compatible with Mac Catalyst. You will need to remove all references from torrific.js. After this, you should now be able to compile BlueWallet using Mac Catalyst on XCode. If you are running macOS Catalina, you will need to remove the iOS 14 Widgets from the project targets."
echo "react-native-tor is not currently compatible with Mac Catalyst. You will need to remove all references from torrific.js. After this, you should be able to compile BlueWallet using Mac Catalyst on XCode. If you are running macOS Catalina, you will need to remove the iOS 14 Widgets from the project targets."