Пример #1
0
 protected override bool DoesTangleFileExist()
 {
     return(ObfuscationGenerator.DoesGooglePlayTangleClassExist());
 }
 void ObfuscateSecrets(bool includeGoogle)
 {
     ObfuscationGenerator.ObfuscateSecrets(includeGoogle: includeGoogle,
                                           appleError: ref m_AppleError, googleError: ref m_GoogleError,
                                           googlePlayPublicKey: m_GooglePlayPublicKey);
 }
Пример #3
0
 protected override void ObfuscateKeys()
 {
     m_ErrorMessage = ObfuscationGenerator.ObfuscateGoogleSecrets(GetGoogleKey());
 }