Skip to content

Commit

Permalink
Merge pull request #123 from microsoft/release/1.7.2
Browse files Browse the repository at this point in the history
Bump version to 1.7.2
  • Loading branch information
MatkovIvan authored Aug 18, 2020
2 parents ec31c6c + f1a35b5 commit 6b7ca9a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# PLCrashReporter Change Log

## Version 1.7.2

* Fix building on Xcode 12 beta.
* Use memory mapping to reduce live reports memory pressure.
* Remove "CrashReporter Key: TODO" from text report output.
* Add `[PLCrashReporter]` prefix for all log messages.

___

## Version 1.7.1

* Fix crash on old operating systems: macOS 10.11, iOS 9 and tvOS 9 (and older).
Expand Down
4 changes: 2 additions & 2 deletions CrashReporter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3798,7 +3798,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.7.1;
CURRENT_PROJECT_VERSION = 1.7.2;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down Expand Up @@ -3864,7 +3864,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.7.1;
CURRENT_PROJECT_VERSION = 1.7.2;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down
2 changes: 1 addition & 1 deletion PLCrashReporter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'PLCrashReporter'
spec.version = '1.7.1'
spec.version = '1.7.2'
spec.summary = 'Reliable, open-source crash reporting for iOS, macOS and tvOS.'
spec.description = 'PLCrashReporter is a reliable open source library that provides an in-process live crash reporting framework for use on iOS, macOS and tvOS. The library detects crashes and generates reports to help your investigation and troubleshooting with the information of application, system, process, thread, etc. as well as stack traces.'

Expand Down

0 comments on commit 6b7ca9a

Please sign in to comment.