Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
192 changes: 122 additions & 70 deletions Sentry.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class Invocation: Loggable {
try initialize()
}

// swiftlint:disable:next function_body_length
private func initialize() throws {
/// `NSMethodSignature *methodSignature = [target methodSignatureForSelector: selector]`
let methodSignature: NSObject
Expand Down
File renamed without changes.
Loading