Hi!
We are working in a project with iOS support. We’re developing a feature that requires to add an App Extension.
We’ve sucessfully added the extension to the generated xcode project, after checking how the XCodeProject.cs file works when generating the project file.
We also need to add some public framework dependencies to the Extension, not the main project, and the available framework collections seem to target only the main project.
Is there any way to this?
Thanks.