Skip to content

Commit

Permalink
Merge pull request #152 from microsoft/release/1.8.1
Browse files Browse the repository at this point in the history
Release 1.8.1
  • Loading branch information
MatkovIvan committed Nov 6, 2020
2 parents 0e2e27e + 44b1ca5 commit de6b8f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# PLCrashReporter Change Log

## Version 1.8.1

* Re-build Apple Silicon binaries with [Xcode 12.2 Release Candidate](https://developer.apple.com/news/releases/?id=11052020h) to [be able to](https://developer.apple.com/news/releases/?id=11052020i) submit the applications that use the framework as a binary to the App Store.

___

## Version 1.8.0

* Drop support of old versions of iOS and macOS. The minimal version is iOS 9 and macOS 10.9 now.
Expand Down
4 changes: 2 additions & 2 deletions CrashReporter.xcodeproj/project.pbxproj
Expand Up @@ -3971,7 +3971,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.8.0;
CURRENT_PROJECT_VERSION = 1.8.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down Expand Up @@ -4037,7 +4037,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.8.0;
CURRENT_PROJECT_VERSION = 1.8.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down
2 changes: 1 addition & 1 deletion PLCrashReporter.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'PLCrashReporter'
spec.version = '1.8.0'
spec.version = '1.8.1'
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 de6b8f9

Please sign in to comment.