Skip to content

Commit

Permalink
Release 1.12.0 (#346)
Browse files Browse the repository at this point in the history
Changelist:
- Make crash report size configurable.
  • Loading branch information
IlyaBausovAkvelon authored Feb 21, 2025
1 parent 58ddf9e commit 8c61e5e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

___

Expand Down
4 changes: 2 additions & 2 deletions CrashReporter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion PLCrashReporter.podspec
Original file line number Diff line number Diff line change
@@ -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.'

Expand Down

0 comments on commit 8c61e5e

Please sign in to comment.