import GoogleService-Info.plist via command line into flutter project

Good Morning



Guys I have a little problem in my hands I created an automation process where based on a base project I create new custom flutter projects by client so far this automation is working very well, but I use Firebase for push notifications, as far as I managed to get up to work in the project correctly I need to manually import in xcode if I do it works properly, but I need to do this import via command line does anyone know how I proceed to achieve the same result?



I didn't find an option in xcodebuild for this and I need to do this to archive my app and then export the ipa file for upload to apple store.

Replies

I am trying to do the same thing. Is it possible to add files to targets when using xcodebuild command?