iOS - Is AEPMobileServices available via SPM? - need to track deep links
I need to track deep links. Our team is using SPM (swift package manager).
In the sample app, I can see "AEPMobileServices" is being used for that, and also, in the past I've used it.
According to the docs, "MobileServices" is what I have to use:
https://aep-sdks.gitbook.io/docs/using-mobile-extensions/adobe-analytics-mobile-services#deep-link-tracking
On the other hand, I cannot find it in the list of public repos for iOS:
https://github.com/orgs/adobe/repositories?q=aepsdk+iOS&type=all&language=&sort=
How can I access to "MobileService"? Is that even possible?
