diff --git a/README.md b/README.md index 7b3335399..8fe408961 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tsconfig.json b/tsconfig.json index 0fe39dc22..7459d9ed6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"], }