angryip/ipscan

Apple notarization must be passed and app bundle must be signed

Ouverte

#218 ouverte le 26 déc. 2019

 (14 commentaires) (0 réaction) (0 personne assignée)Java (700 forks)batch import
help wanted

Métriques du dépôt

Stars
 (3 730 étoiles)
Métriques de merge PR
 (Merge moyen 22j 7h) (6 PRs mergées en 30 j)

Description

Apple will restrict running non-AppStore software on Macs from February 2019 unless it has passed 'notarization'.

Ideally, travis-ci should be used for automatic sending of binaries to Apple on new releases, as it can only be done from OS X.

Apple has provided this info:

"You can notarize and sign from the terminal on a Mac (using codesign and xcrun altool) or by ssh’ing into a Mac."

https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow?preferredLanguage=occ

Guide contributeur