This commit is contained in:
dorofeevs 2021-12-09 11:12:35 +03:00
Родитель 5999269ba6
Коммит ba69bc5d42
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# PLCrashReporter Change Log
## Version 1.10.1 (Under development)
## Version 1.10.1
* **[Improvement]** Specified minimum cocoapods version in podspec to 1.10.0
* **[Improvement]** Mark `PLCrashReporter.crashReportPath` method as public.

Просмотреть файл

@ -4354,7 +4354,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.10.0;
CURRENT_PROJECT_VERSION = 1.10.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
@ -4419,7 +4419,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.10.0;
CURRENT_PROJECT_VERSION = 1.10.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;

Просмотреть файл

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