Skip to content

Commit

Permalink
Merge pull request #214 from microsoft/release/1.10.0
Browse files Browse the repository at this point in the history
Bump version to 1.10.0
  • Loading branch information
DmitriyKirakosyan authored Sep 9, 2021
2 parents b6ce522 + d42b3b8 commit 1136252
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PLCrashReporter Change Log

## Version 1.9.1
## Version 1.10.0

* **[Fix]** Fix error `Undefined symbols for architecture arm64` while building PLCrashReporter for simulator on Xcode 12.4 and higher.
* **[Fix]** Fix Cycle in dependencies error happening when building project from sources multiple times.
Expand Down
4 changes: 2 additions & 2 deletions CrashReporter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4354,7 +4354,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.9.0;
CURRENT_PROJECT_VERSION = 1.10.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down Expand Up @@ -4419,7 +4419,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.9.0;
CURRENT_PROJECT_VERSION = 1.10.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,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'PLCrashReporter'
spec.version = '1.9.0'
spec.version = '1.10.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 1136252

Please sign in to comment.