BlueWallet/scripts/maccatalystpatches/applypatchesformaccatalyst.sh
2021-07-09 00:04:50 -04:00

6 lines
448 B
Bash
Executable file

echo "Applying patch for package.json"
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 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."