Description
I'm trying to creating bindings to the iOS camera api via the AVFoundation framework but once I initialize the camera, I'm unable to run the app on my phone. I assumed it was because I needed to include specific keys in my Info.plist but it's not standard xml and once I convert it, the signature gets invalidated and I'm no longer able to install the app on my phone so I'm not sure if editing that would cause the same issue.
I've heard gomobile bind lets you control the Info.plist but it does not build a single app like the build command does and it doesnt like the main package either. I've heard it's only for building libraries to be used in your swift code which is not what im trying to do.
Is there anyway to make gomobile build with my own provided Info.plist? Or is there anyway to edit it without breaking the signature?