mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
ADD: Instructions for Mac Catalyst
This commit is contained in:
parent
51a3c27354
commit
b99be822e3
1 changed files with 8 additions and 0 deletions
|
@ -78,6 +78,14 @@ In another terminal window within the BlueWallet folder:
|
|||
npx react-native run-ios
|
||||
```
|
||||
|
||||
* To run on macOS using Mac Catalyst:
|
||||
|
||||
```
|
||||
./scripts/maccatalystpatches/applypatchesformaccatalyst.sh
|
||||
```
|
||||
|
||||
You will need to enable Mac in Deployment Info using Xcode. If you are running macOS Catalina, you might need to remove all iOS 14 Widget targets.
|
||||
|
||||
|
||||
## TESTS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue