Release 1.12.2

This commit is contained in:
Djordje Dimitrijev
2025-11-07 15:14:52 +01:00
parent 578f69e8d3
commit 91c7100f9a
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# PLCrashReporter Change Log
## Version 1.12.2
* **[Fix]** Do not include trailing zero byte in process_path https://github.com/microsoft/plcrashreporter/pull/351
## Version 1.12.0
* **[Improvement]** Make crash report size configurable.

View File

@@ -4030,7 +4030,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.12.0;
CURRENT_PROJECT_VERSION = 1.12.2;
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.12.0;
CURRENT_PROJECT_VERSION = 1.12.2;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;

View File

@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.cocoapods_version = '>= 1.10'
spec.name = 'PLCrashReporter'
spec.version = '1.12.0'
spec.version = '1.12.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.'