Procházet zdrojové kódy

Use better iOS check

Bepis před 4 roky
rodič
revize
796f3a33a9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      BepInEx.Preloader/Platform.cs

+ 1 - 1
BepInEx.Preloader/Platform.cs

@@ -98,7 +98,7 @@ namespace BepInEx.Preloader
             {
                 current = Platform.Android;
             }
-			else if (Is(current, Platform.Unix) && Directory.Exists("/Applications") && Directory.Exists("/System"))
+			else if (Is(current, Platform.Unix) && Directory.Exists("/System/Library/AccessibilityBundles"))
 			{
 				current = Platform.iOS;
 			}