mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
DOC: Update instructions to run the macOS app
This commit is contained in:
parent
ab94a3ddaa
commit
5d05340985
@ -80,10 +80,11 @@ npx react-native run-ios
|
||||
* To run on macOS using Mac Catalyst:
|
||||
|
||||
```
|
||||
npm run maccatalystpatches
|
||||
npm i
|
||||
npx pod-install
|
||||
```
|
||||
|
||||
Once the patches are applied, open Xcode and select "My Mac" as destination.
|
||||
Open ios/BlueWallet.xcworkspace. Once the project loads, select the scheme/target BlueWallet-NoLDK. Click Run.
|
||||
|
||||
## TESTS
|
||||
|
||||
|
@ -14,5 +14,5 @@
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"extends": "@tsconfig/react-native/tsconfig.json",
|
||||
"exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js", "components/react-native-draggable-flatlist", "scripts/maccatalystpatches"],
|
||||
"exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js", "components/react-native-draggable-flatlist"],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user