Releases: microsoft/plcrashreporter
Releases · microsoft/plcrashreporter
1.11.2
1.11.1
1.11.0
1.10.2
Version 1.10.2
- [Fix] Config ignored
shouldRegisterUncaughtExceptionHandler
parameter in constructor. - [Improvement] Update
protobuf-c
to version 1.4.0. - [Improvement] Fix Xcode 13 deprecated build settings that might broke incremental builds (it drops workaround for Xcode's 12.0-12.4 bug). It only affects projects that use PLCrashReporter as sources.
1.10.1
1.10.0
Version 1.10.0
- [Fix] Fix error
Undefined symbols for architecture arm64
while building PLCrashReporter for simulator on Xcode 12.4 and higher. - [Fix] Fix Cycle in dependencies error happening when building project from sources multiple times.
- [Feature] Distribute XCFramework via Cocoapods and Carthage. The XCFramework will contain static libs only.
- [Fix] Include plcrashutil in all release archives.
1.9.0
1.8.1
Version 1.8.1
- Re-build Apple Silicon binaries with Xcode 12.2 Release Candidate to be able to submit the applications that use the framework as a binary to the App Store.
1.8.0
Version 1.8.0
- Drop support of old versions of iOS and macOS. The minimal version is iOS 9 and macOS 10.9 now.
- Add Apple Silicon support. Note that
arm64
for iOS and tvOS simulators is available only in xcframework or SwiftPM. - Support saving custom data in crash report, see
PLCrashReporter.customData
property. - Fix exported symbols list for applying
PLCRASHREPORTER_PREFIX
prefix. - Fix Xcode 12 compatibility if the framework is used from sources.
- Fix getting the subtype of device architecture on iOS 14.
- Fix crash on collecting register values on
arm64e
devices with iOS 14.