首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
macos
IOS转行ing
创建于2024-06-24
订阅专栏
收集macos开发过程中遇到的问题
暂无订阅
共4篇文章
创建于2024-06-24
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
macos 添加证书到keychain
macos 添加证书到keychain openssl 查看证书的命令 验证证书是否可信 添加证书可能失败,通过下面的命令查看 authd 进程负责授权密码框的功能,如果弹不出授权密码框,可以排查au
macos 读取keychain中证书的方法
``` func loadCertificate(from filepath: String) -> SecCertificate? { do { // 读取证书文件内容到String let pem
Creating distribution-signed code for macOS
1. Configure your entitlements A code signature can include entitlements — key-value pairs that gran
Diagnosing Issues with Entitlements
参考链接 [Diagnosing Issues with Entitlements](https://developer.apple.com/documentation/bundleresources