DOC: Update instructions to run the macOS app

This commit is contained in:
Marcos Rodriguez Velez 2024-01-18 08:22:11 -04:00
parent ab94a3ddaa
commit 5d05340985
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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"],
}