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.