You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up CI for multiple Swift versions, macOS versions, and architectures (x86_64 & arm64).
Increased minimum Swift version to 5.9.
Initial refactoring of the NSObject method for installing hooks, introducing the new signature: NSObject.addHook(for:methodSignature:hookSignature:implementation:)
Deprecated previous NSObject hook methods. Particularly, the class-level method was deprecated to avoid confusion, as hooking class methods isn’t supported.
The implementation builder block now returns a non-optional value, removing a workaround previously needed for an older Swift compiler issue.