mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
Jakub Sokołowski
af2ec66e0c
This introduces an automated MacOS notarization process for Jenkins CI. The process involves: * Uploading the signed DMG file to the notary service * Checking periodically if the scanning process has completed * Stapling the successful scan ticket to the DMG file This is done by the `scripts/notarize-macos-pkg.sh` via the `make notarize-macos` target. The whole process is described in more details in `docs/macos_notarization.md`. Depends on: https://github.com/status-im/status-jenkins-lib/pull/27 Resolves: https://github.com/status-im/status-desktop/issues/2169 Signed-off-by: Jakub Sokołowski <jakub@status.im>
32 lines
385 B
Plaintext
32 lines
385 B
Plaintext
/Status
|
|
/data
|
|
noBackup/
|
|
.idea
|
|
*.pro.user
|
|
*.pro.autosave
|
|
*.qml.autosave
|
|
.update.timestamp
|
|
.vscode
|
|
bin/
|
|
/bottles/
|
|
pkg/
|
|
vendor/.nimble
|
|
*.AppImage
|
|
tmp
|
|
nimcache
|
|
.DS_Store
|
|
nim-status-client*.tgz
|
|
node_modules
|
|
npm-debug.log*
|
|
npm-shrinkwrap.json
|
|
/package/
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
yarn.lock
|
|
TODO
|
|
resources.rcc
|
|
resources.qrc
|
|
status-react-translations/
|
|
/.update.timestamp
|
|
notarization.log
|