mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
6 lines
448 B
Bash
Executable file
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."
|