Skip to content

Commit cd051b5

Browse files
committed
Update docs/contributing.md
1 parent 7a01a43 commit cd051b5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/contributing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,17 @@ You need to closes all React Native packager (make sure `8081` or `8088` port no
4545
### Packaging app
4646

4747
```bash
48-
$ yarn run pack-macos
48+
$ yarn run pack-macos # Use --notarize to notarize app
4949
# On macOS: brew install fakeroot dpkg rpm
5050
$ yarn run pack-linux
5151
# On macOS: brew install wine mono
5252
$ yarn run pack-windows
5353
$ yarn run pack # all
5454
```
5555

56-
If you want to build binaries yourself, please remove [../electron/update.js](electron/update.js) (and [electon/main.js usage](electon/main.js)), `osx-sign` in [../scripts/package-macos.sh](scripts/package-macos.sh).
56+
If you want to build binaries yourself, please remove [../electron/update.js](electron/update.js) (and [electon/main.js usage](electon/main.js)).
57+
58+
For macOS, note that if your app binary is not code signed, you will often get a firewall prompt from React DevTools server.
5759

5860
### [Optional] Prerequisites for packaging Linux / Windows app on macOS
5961

0 commit comments

Comments
 (0)