Skip to content

Commit 389a980

Browse files
committed
fixed build error
1 parent e4fe0c3 commit 389a980

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/DIContainer/Scanner/MachOLoader/MachOLoader+SystemImagePath.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Created by minsOne on 1/8/25.
66
//
77

8+
#if DEBUG
89
extension MachOLoader {
910
func isSystemImage(_ imageName: String) -> Bool {
1011
let systemImagePaths: [String] = [
@@ -17,3 +18,4 @@ extension MachOLoader {
1718
return systemImagePaths.contains { imageName.contains($0) }
1819
}
1920
}
21+
#endif

0 commit comments

Comments
 (0)