CodeSigner 简介:
CodeSigner for Mac苹果删除了TNT的证书,因此应用程序将在7月12日之后崩溃。目前的解决方案是自己签名。
使用方法:
打开终端运行
codesign –force –deep –sign – /Applications/name.app
需要安装Xcode命令行工具
xcode-select –install
在您选择的终端仿真器中,macOS GUI将为您提供安装Xcode(来自Mac App Store)或CLT的选项。如果您安装Xcode,请至少启动一次以完成安装并同意许可。
或者,您可以使用CodeSigner签署一些应用程序。
安装说明:
- 将CodeSigner.app复制到应用程序路径中,推荐:〜/Applications/Utilities/
- 如果三方文件管理器,请双击CodeSigner.workflow,将出现一个标题为Quick Action Installer的窗口,询问您是否要安装它,单击安装。您可以在“系统偏好设置”>“键盘”>“快捷键”>“服务”>“文件和文件夹”>“CodeSigner”中指定键盘快捷键
- 如果您还希望能够在终端仿真器中手动运行CodeSigner,请执行以下操作:codesigner /Applications/Parallels \ Desktop.app
- 将codesigner shell脚本复制到$PATH中,例如在/usr/local/bin/目录
- 在Mojave上,请允许CodeSigner控制系统事件,这是GUI提示通过AppleScript工作所必需的
官方简介:
Apple removed TNT’s certificate, so the app will crash after July 12th. The current solution is to sign it yourself.
Run in Terminal
codesign --force --deep --sign - /Applications/name.app
Requisite: Xcode or the Apple Command Line Tools
To install, execute
xcode-select --install
in the terminal emulator of your choice, and the macOS GUI will give you the option to install Xcode (from the Mac App Store) or the CLTs. If you install Xcode, launch it at least once to complete the installation and agree to the license.
Alternatively, you can use CodeSigner to sign some apps.
Installation instructions:
- Copy CodeSigner.app into one of your applications paths; recommended: ~/Applications/Utilities/
- If you are using macOS Finder or a similar application with Services support as your main file manager, double-click the CodeSigner workflow: a window titled Quick Action Installer will appear asking you if you want to install it; click Install. You can assign a keyboard shortcut to the Quick Action in System Preferences > Keyboard > Shortcuts > Services > Files and Folders > CodeSigner
- If you also want the ability to manually run CodeSigner in a terminal emulator—example:
codesigner /Applications/Parallels\ Desktop.app
- —copy the codesigner shell script into your $PATH, e.g. /usr/local/bin/
- On Mojave please allow CodeSigner to control System Events; this is necessary for GUI prompts to work via AppleScript
下载列表
版本 | 语言 | 更新时间 | 应用大小 | 下载 |
0.9.3 beta 4 - TNT | 英文 | 2019-07-15 | 4.1 MB | 点击下载 |