You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,18 @@ env NODE_ENV="development" npm run watch
28
28
env NODE_ENV="development" npm start
29
29
```
30
30
31
-
## macOS Code Signing
31
+
## macOS Code Signing and Notarization
32
32
33
33
In order to sign the app for macOS App Store, you need to:
34
34
35
35
- import the developer CSAs (Worldwide Developer Relations, Developer ID) from https://www.apple.com/certificateauthority/
36
36
- import "Developer ID Application:" from Certificates page in Apple Developer portal
37
37
- download QuickDAV-Distribute profile from Apple Developer portal and place in this directory
38
-
- create `.env` file with `APPLEID` and `APPLEIDPASS` (an app specific password from https://appleid.apple.com/account/manage).
38
+
- create `.env` file with `APPLEID` and `APPLEIDPASS` (an app specific password from https://appleid.apple.com/account/manage) and `TEAMID` (from https://developer.apple.com/account#MembershipDetailsCard).
0 commit comments