出于某种原因,如果我将文件拖放到我的应用程序图标上......除非应用程序当前正在运行,否则它不起作用。
这是 CFBundleDocumentTypes 的当前 Info.plist 条目
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>*</string>
</array>
<key>CFBundleTypeName</key>
<string>NSFilenamesPboardType</string>
<key>CFBundleTypeRole</key>
<string>None</string>
</dict>
</array>
想法,意见,提示,技巧?