Explorar o código

Use better iOS check

Bepis %!s(int64=4) %!d(string=hai) anos
pai
achega
796f3a33a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 			}