10 2020 档案

摘要:1.添加URLSchema白名单 在info.plist文件中添加白名单,icon的图片文件格式 icon.icns 阅读全文
posted @ 2020-10-10 10:06 sundaysmac 阅读(336) 评论(0) 推荐(0)
摘要:如何让App icon不显示在Dock中 有些App不需要在Dock中有图标,比如时钟之类,只需要在status bar中显示就可以了。我们可以在info.plist加上如下设置Application is agent (UIElement)=YES即可。 如果只在NSStatusBar中显示,不再 阅读全文
posted @ 2020-10-10 09:31 sundaysmac 阅读(288) 评论(0) 推荐(0)
摘要:苹果开发官方文档 苹果开发官方文档 https://developer.apple.com/library/archive/navigation/#section=Platforms&topic=iOS https://developer.apple.com/documentation/ 阅读全文
posted @ 2020-10-10 09:17 sundaysmac 阅读(555) 评论(0) 推荐(0)
摘要:MacOS 开发 — 最近打开文件(Security-scoped bookmark) Mac OS X APP在开发完成,上线的时候必须支持sandbox[https://blog.csdn.net/heroguo_jp/article/details/54862223] 当设置完成SandBox 阅读全文
posted @ 2020-10-10 09:16 sundaysmac 阅读(875) 评论(0) 推荐(0)
摘要:https://github.com/shpakovski/MASShortcut 阅读全文
posted @ 2020-10-08 21:37 sundaysmac 阅读(148) 评论(0) 推荐(0)