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 e037023 commit 38067d6Copy full SHA for 38067d6
Documentation/Porting.md
@@ -172,8 +172,10 @@ to load that information:
172
+ }
173
+ let sb = SectionBounds(
174
+ imageAddress: UnsafeRawPointer(bitPattern: UInt(refNum)),
175
-+ start: handle.pointee!,
176
-+ size: GetHandleSize(handle)
++ buffer: UnsafeRawBufferPointer(
++ start: handle.pointee,
177
++ count: GetHandleSize(handle)
178
++ )
179
+ )
180
+ result.append(sb)
181
+ } while noErr == GetNextResourceFile(refNum, &refNum))
0 commit comments