We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fe0c3 commit 389a980Copy full SHA for 389a980
Sources/DIContainer/Scanner/MachOLoader/MachOLoader+SystemImagePath.swift
@@ -5,6 +5,7 @@
5
// Created by minsOne on 1/8/25.
6
//
7
8
+#if DEBUG
9
extension MachOLoader {
10
func isSystemImage(_ imageName: String) -> Bool {
11
let systemImagePaths: [String] = [
@@ -17,3 +18,4 @@ extension MachOLoader {
17
18
return systemImagePaths.contains { imageName.contains($0) }
19
}
20
21
+#endif
0 commit comments