From 8c61e5e38e9f737dd68512ed1ea5ab081244ad65 Mon Sep 17 00:00:00 2001 From: Ilya Bausov <69856845+IlyaBausovAkvelon@users.noreply.github.com> Date: Fri, 21 Feb 2025 18:34:07 +0100 Subject: [PATCH] Release 1.12.0 (#346) Changelist: - Make crash report size configurable. --- CHANGELOG.md | 7 ++++++- CrashReporter.xcodeproj/project.pbxproj | 4 ++-- PLCrashReporter.podspec | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cda8bd63..025c9894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # PLCrashReporter Change Log +## Version 1.12.0 + +* **[Improvement]** Make crash report size configurable. + +___ + ## Version 1.11.3 * **[Improvement]** Update target iOS and tvOS version to 12.0. * **[Improvement]** Support Xcode 16 build. * **[Fix]** Fix endless loop when PLCrashReporter was set up during `load`. -* **[Improvement]** Make crash report size configurable. ___ diff --git a/CrashReporter.xcodeproj/project.pbxproj b/CrashReporter.xcodeproj/project.pbxproj index 04c1fa8d..cb3d086a 100644 --- a/CrashReporter.xcodeproj/project.pbxproj +++ b/CrashReporter.xcodeproj/project.pbxproj @@ -4030,7 +4030,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.11.3; + CURRENT_PROJECT_VERSION = 1.12.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -4097,7 +4097,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.11.3; + CURRENT_PROJECT_VERSION = 1.12.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; diff --git a/PLCrashReporter.podspec b/PLCrashReporter.podspec index c0d3e56e..14837038 100644 --- a/PLCrashReporter.podspec +++ b/PLCrashReporter.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.cocoapods_version = '>= 1.10' spec.name = 'PLCrashReporter' - spec.version = '1.11.3' + spec.version = '1.12.0' 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.'