From b1220ec3847b797788c5e9bdd04f86392c611b21 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Sat, 18 Sep 2021 17:18:24 +0200 Subject: [PATCH] Changed iOS Build Version --- Borepin/Borepin.iOS/Borepin.iOS.csproj | 1 + FabAccessAPI/Auth.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Borepin/Borepin.iOS/Borepin.iOS.csproj b/Borepin/Borepin.iOS/Borepin.iOS.csproj index fb9bb5c..dc82457 100644 --- a/Borepin/Borepin.iOS/Borepin.iOS.csproj +++ b/Borepin/Borepin.iOS/Borepin.iOS.csproj @@ -55,6 +55,7 @@ SdkOnly -all --optimize=experimental-xforms-product-type + none diff --git a/FabAccessAPI/Auth.cs b/FabAccessAPI/Auth.cs index db71786..4639c87 100644 --- a/FabAccessAPI/Auth.cs +++ b/FabAccessAPI/Auth.cs @@ -108,7 +108,7 @@ namespace FabAccessAPI public class Auth { #region Log - private static readonly log4net.ILog _Log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); + //private static readonly log4net.ILog _Log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); #endregion private IAuthenticationSystem _authCap;