Google.IOSResolver.IOSResolver C# (CSharp) Method

IOSResolver() static private method

Initialize the module.
static private IOSResolver ( ) : GooglePlayServices
return GooglePlayServices
    static IOSResolver() {
        // NOTE: We can't reference the UnityEditor.iOS.Xcode module in this
        // method as the Mono runtime in Unity 4 and below requires all
        // dependencies of a method are loaded before the method is executed
        // so we install the DLL loader first then try using the Xcode module.
        RemapXcodeExtension();
        InitializeTargetName();
    }