So I need to add Notification Service Extension to my Unity project Due to how Unity projects work (new Xcode project is generated each time application is built) I need to have an automated way to add this extension every time
I thought about generating it once through Xcode, and just copying those files into my Unity project. But I'm unsure if that's enough. When adding the extension Xcode generates a folder with 3 files (header, definition and info). Are those files enough? Or is there something else going on that I didn't notice?