Skip to content

Releases: backtrace-labs/plcrashreporter

1.11.2-rc1

17 Oct 17:47
Compare
Choose a tag to compare
1.11.2-rc1-6b77fceb

Update build_frameworks.sh

Version 1.5.4

27 Sep 22:47
3185f91
Compare
Choose a tag to compare

Update the default symbolication strategy to symbolicate error reports locally.

Version 1.5.3

17 May 23:09
72a8161
Compare
Choose a tag to compare
  • Add protobuf-c.{ch} and generated data access classes from *.proto files to simplify library usage and remove the dependency on protobuf-c when installing the library via Git Submodules.
  • Add Homebrew Bundle to manage non-Ruby dependencies from Homebrew.
  • Add XcodeGen to generate the Xcode project file. This way, project all customizations are contained within a single project.yml file.
  • Add bootstrap, setup, cibuild, and deploy scripts to encapsulate standard routines. Each of these scripts is responsible for a unit of work. This way, they can be called from other scripts. This not only cleans up a lot of duplicated effort, it means contributors can do the things they need to do, without having extensive fundamental knowledge of how the project works.
  • Add README.md file to describe setting up and building processes.
  • Move source and test files to corresponding Sources and Tests respectively.

Version 1.5.2

04 Feb 20:04
ec8fda1
Compare
Choose a tag to compare
  • Disable logging when added as a Cocoapod
  • Merge 1.4.0 version from microsoft/master branch.
    • Remove Catch dependency
    • Remove google-toolbox-for-mac dependency
    • Remove async_stl, AsyncAllocator, AsyncPageAllocator, DynamicLoader
    • Rename PLCR_CPP_BEGIN_ASYNC_NS/PLCR_CPP_END_ASYNC_NS namespace to PLCR_CPP_BEGIN_NS/PLCR_CPP_END_NS
    • Remove PLCrashReporterErrorNotFound enum case