I am working on a Mac app which works with iCloud KVS & CloudKit container of my iOS app which is already in production. All works fine when I run the app from Xcode directly. However, I need to Archive > Export and move it to the /Applications folder because it seems (?) that's the only way how the system picks up Safari Extension Companion. Otherwise, when running straight from Xcode or exporting just as a Mac app (without codesigning), safari.extension.companion always returns null in my extension code.Now, on one hand, when exporting the app, I need to choose Developer ID codesigning as noted in Safari Extension programming guide.On another hand, Developer ID doesn't support iCloud capability which is reserved for Development-codesigning and so I am supposed to export it as a Development build as noted in CloudKit programming guide.But how do I export a build of my app including both of these capabilities?When I export using Development codesigning, I can't launc