소스 검색

Use better iOS check

Bepis 4 년 전
부모
커밋
796f3a33a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 			}