Skip to content

Commit

Permalink
Merge pull request #2115 from microsoft/v-ivmatk/plcr-1.7.1
Browse files Browse the repository at this point in the history
Update PLCrashReporter to 1.7.1
  • Loading branch information
MatkovIvan committed Jun 30, 2020
2 parents be7097c + 9513c23 commit 913ec4f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Version 3.3.1 (Under development)

### App Center Crashes

* **[Fix]** Update PLCrashReporter to 1.7.1 that fixes a crash on old operating systems (macOS <=10.11.x and iOS 9.x).

___

## Version 3.3.0
Expand All @@ -26,6 +30,10 @@ Add support for Mac Catalyst to App Center Analytics and App Center Crashes. Als
* **[Feature]** Add support for Mac Catalyst.
* **[Improvement]** Update PLCrashReporter to 1.7.0.

## Known issues

* Crashes module doesn't work on old operating systems: macOS <=10.11.x and iOS 9.x

___

## Version 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
targets: ["AppCenterCrashes"])
],
dependencies: [
.package(url: "https://github.com/microsoft/plcrashreporter.git", .upToNextMinor(from: "1.7.0")),
.package(url: "https://github.com/microsoft/plcrashreporter.git", .upToNextMinor(from: "1.7.1")),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"git": {
"name": "PLCrashReporter",
"repositoryUrl": "https://github.com/microsoft/plcrashreporter.git",
"commitHash": "78fa8a55f21bae7a798dd0cca83a15899962fd2f"
"commitHash": "22d0ec938ee3d9c9b8d761ae386516984e69c6c2"
}
}
},
Expand Down

0 comments on commit 913ec4f

Please sign in to comment.