Sounds like BS to me, considering that 3rd party logs like MacDive support the Shearwaters - which means that either Shearwater is willing to share, or Mares/SSI app folks aren't willing to figure it out. I seriously doubt that they need access to the source code in any case - they would need the download interface documentation (how to talk to the computer thru bluetooth)
As someone who has been dabbling with these kind of things, let me clear this out for you all.
It is very unlikely for SSI to support other dive computers, because the app itself is owned by SSI and Mares. This same idea also applies with Garmin, Suunto, etc.
As my app is a part of Suunto and Garmin partner program; they do have SDK to do so, where Suunto basically just import your dives from their Suunto app (not dive computer). And for Garmin, they do have FIT SDK, but their API does not allow. Since these both uses FIT SDK to import, you can't really import the gas and decompression info, it is so limited.
The dive computer bluetooth connection is actually the hardest part, not everyone have the balls to get into libdivecomputer repo (the documentation is pretty outdated, and Jef noticed this but there are examples that if you want to use it, you have to dig in), all these time the ones who are maintaining are probably Jef, Sven, Greg, and sometimes Nick because they all have their own third-party apps. It took me 2+ months to create a swift framework (for iOS applications) for libdivecomputer integration [it is called
libdc-swift, if you want to check].
Yes, these things can be quite time consuming to maintain. I bet SSI doesn't have full-time app developers and uses a vendor. So it can be "MORE" slow if they did consider this. Same goes for PADI app.