We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a487cfb + 040d239 commit eb30537Copy full SHA for eb30537
Sources/MachOKit/FatFile.swift
@@ -127,6 +127,11 @@ extension FatFile {
127
/// Each Mach-O file is initialized using the architecture's
128
/// file offset within the fat container.
129
///
130
+ /// - Important: Not every architecture entry in a fat binary is
131
+ /// guaranteed to contain a directly parseable Mach-O
132
+ /// image. In some cases, the embedded payload may be
133
+ /// an archive container instead.
134
+ ///
135
/// - Returns: An array of `MachOFile` instances, one for each
136
/// architecture in the fat binary.
137
/// - Throws: Any error thrown while initializing a `MachOFile`.
0 commit comments