google-signin-unity
google-signin-unity copied to clipboard
managing multiple GoogleService-info.plist files
I have 3 diffrerent ios branch of
- dev (for internal testflight test) / bundle id = com.xxx.dev
- staging (for external testflight test) / bundle id = com.xxx.staging
- 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
Maybe when CI/CD phase, you can create script and copy and replace appropriate Google-service.plist file to the Assets/Google-service.plist.