diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d4ae91cb..37fd738a0 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/CrashReporter.xcodeproj/project.pbxproj b/CrashReporter.xcodeproj/project.pbxproj index af82b3b61..d302cc9c9 100644 --- a/CrashReporter.xcodeproj/project.pbxproj +++ b/CrashReporter.xcodeproj/project.pbxproj @@ -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; @@ -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; diff --git a/PLCrashReporter.podspec b/PLCrashReporter.podspec index b07c5a090..828145144 100644 --- a/PLCrashReporter.podspec +++ b/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.'