BlueWallet/scripts/maccatalystpatches/applypatchesformaccatalyst.sh

7 lines
448 B
Bash
Raw Normal View History

echo "Applying patch for package.json"
sed -i '' '/react-native-tor/d' ./package.json
2020-11-15 00:54:57 -05:00
echo "Re-installing node_modules"
npm i
echo ""
2021-07-09 00:04:50 -04:00
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."