-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes and nullability in `KSCrash.h` * Update `KSCrashAppTransitionState` API * Swiftify KSCrashReportFields * Remove boilerplate in ReportFields * Rename to `sharedInstance` in `KSCrashAppStateTracker` * Swiftify `KSCrash.h` * Swiftify `KSCrashAppMemory.h` * Swiftify `KSCrashAppMemoryTracker.h` * Swiftify `KSCrashAppStateTracker.h` * Swiftify `KSCrashAppTransitionState.h` * Swiftify `KSCrashConfiguration.h` * Swiftify `KSCrashMonitorType.h` * Swiftify `KSCrashReportFields.h` * Swiftify `KSCrashReportFilter.h` * Swiftify `KSCrashReportWriter.h` * Fix Integer types * Swiftify `KSCrashReportFilterAlert.h` * Swiftify `KSCrashReportFilterAppleFmt.h` * Swiftify `KSCrashReportFilterBasic.h` * Swiftify `KSCrashReportFilterGZip.h` * Remove duplicate declaration in `KSCrashReportFilterBasic.m` * Swiftify `KSCrashReportFilterJSON.h` * Swiftify `KSCrashReportFilterSets.h` * Swiftify `KSCrashReportFilterStringify.h` * Swiftify `Sinks` * Swiftify `Installations` * Use `instancetype` everywhere. Use ARC property specifiers * Fix failing tests and nullability warnings * Refactor filter assignment to use direct ivar access and remove unnecessary copy Co-authored-by: Nikolay Volosatov <code@bamx23.com> * Adjust NS_SWIFT_NAME macro placement for clarity Co-authored-by: Nikolay Volosatov <code@bamx23.com> * Refactor property attributes: switch from retain to copy/strong for appropriate types Co-authored-by: Nikolay Volosatov <code@bamx23.com> * Fix formatting issue in sinkWithURL: method declaration * Update `NS_SWIFT_NAME` attributes to more descriptive names across Installations --------- Co-authored-by: Nikolay Volosatov <code@bamx23.com>
- Loading branch information
Showing
52 changed files
with
1,012 additions
and
694 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.