我的共享扩展未显示在保管箱扩展中

My share extension does not show up among the dropbox extensions

我的扩展程序的 plist 中有以下内容

    <key>NSExtension</key>
    <dict>
            <key>NSExtensionAttributes</key>
            <dict>
                    <key>NSExtensionActivationRule</key>
                    <dict>
                            <key>NSExtensionActivationSupportsFileURLWithMaxCount</key>
                            <integer>1</integer>
                            <key>NSExtensionActivationSupportsImageWithMaxCount</key>
                            <integer>1</integer>
                    </dict>
            </dict>
            <key>NSExtensionMainStoryboard</key>
            <string>MainInterface</string>
            <key>NSExtensionPointIdentifier</key>
            <string>com.apple.share-services</string>
    </dict>

所以我的扩展出现在照片和 Snapchat 中,但没有出现在 Dropbox 中。 我应该调整什么才能在 Dropbox 共享选项中列出?

以及丢失密钥 is/was 的文档:

https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/AppExtensionKeys.html#//apple_ref/doc/uid/TP40014212-SW11