Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

First Release Candidate for Version 1.2.3

Latest
Compare
Choose a tag to compare
@ElektrojungeAtWork ElektrojungeAtWork released this 05 Dec 18:28
· 44 commits to develop since this release
cb35978
  • Add preview support for the arm64e CPU architecture.
  • Support for arm64e devices that run an arm64 slice (which is the default for apps that were compiled with Xcode 10 or earlier).

The following changes were introduced with PLCrashReporter 1.2.2 or later and have been used in production for at least 1 year now:

  • Make sure PLCrashReporter builds fine using Xcode 8.3.2.
  • Add support for tvOS apps.
  • Remove support for armv6 CPU architecture as it is no longer supported in Xcode 8.
  • Improve namespacing to avoid symbol collisions when integrating PLCrashReporter.
  • Fix a crash that occurred on macOS where PLCrashReporter would be caught in an endless loop handling signals. 855964a
  • Make it possible to not add an uncaught exception handler, a scenario that is important when using PLCrashReporter inside managed runtimes, i.e. for a Xamarin app. This not a breaking change and behavior will not change if you use PLCrashReporter. 597165a
  • Drop support for macOS 10.6.