google-signin-unity icon indicating copy to clipboard operation
google-signin-unity copied to clipboard

managing multiple GoogleService-info.plist files

Open charleyshin opened this issue 4 years ago • 1 comments

I have 3 diffrerent ios branch of

  1. dev (for internal testflight test) / bundle id = com.xxx.dev
  2. staging (for external testflight test) / bundle id = com.xxx.staging
  3. production (for public distribution) / bundle id = com.xxx

It means I have 3 different version of Google-service.plist files for "single" project (for ios)

But , only Assets/Goggle-service.plist file is copied to Xcode project

What is the best way to solve this problem? Also, I can't find source code of copyng /Assets/Google-service.plist to Xcode projectg root. in your plugin. (Can you let me know?) Thanks

charleyshin avatar Feb 16 '21 01:02 charleyshin

Maybe when CI/CD phase, you can create script and copy and replace appropriate Google-service.plist file to the Assets/Google-service.plist.

elitcenk avatar Jun 17 '22 11:06 elitcenk