angryip/ipscan

Apple notarization must be passed and app bundle must be signed

开放

#218 创建于 2019年12月26日

 (14 条评论) (0 个反应) (0 位负责人)Java (700 个派生)batch import
help wanted

仓库指标

星标
 (3,730 个星标)
PR 合并指标
 (平均合并 22天 7小时) (30 天内合并 6 个 PR)

描述

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

贡献者指南