How do I configure my iOS Swift project to be part of my App Group? Can't find where to set this in Xcode.
I have created my App Group Identifier within: developer.apple.com/account/resources/certificates/ ..
I want all the files generated by the app to be accessible by my other apps, that will all be assigned to same App Group.
(This is development only; not for public distribution.)