这是我从Apple Notes应用程序复制的文档类型,该应用程序支持在其图标上放置文件夹:
<dict>
<key>CFBundleTypeName</key>
<string>General files and folders</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSItemContentTypes</key>
<array>
<string>public.folder</string>
</array>
</dict>
委托设置正确,否则
applicationWillFinishLaunching
根本不会被召唤。
-
application(_ sender: NSApplication, openFile filename: String) -> Bool
-
application(_ sender: NSApplication, openFiles filenames: [String])
没有成功。我只是不能让码头图标接受一个下降。我错过了什么?
更新:
Debug
构建到
/Applications