Update cgmanifest.json and swift package

This commit is contained in:
Dmitriy Kirakosyan 2021-09-10 12:52:15 +03:00
Родитель 0f4ae5f2fc
Коммит 29cf1c30a2
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -23,7 +23,7 @@ let package = Package(
targets: ["AppCenterCrashes"])
],
dependencies: [
.package(url: "https://github.com/microsoft/plcrashreporter.git", .upToNextMinor(from: "1.9.0")),
.package(url: "https://github.com/microsoft/plcrashreporter.git", .upToNextMinor(from: "1.10.0")),
],
targets: [
.target(

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

@ -28,7 +28,7 @@ let package = Package(
targets: ["AppCenterDistribute"]),
],
dependencies: [
.package(url: "https://github.com/microsoft/PLCrashReporter.git", .upToNextMinor(from: "1.9.0")),
.package(url: "https://github.com/microsoft/PLCrashReporter.git", .upToNextMinor(from: "1.10.0")),
],
targets: [
.target(

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

@ -6,7 +6,7 @@
"git": {
"name": "PLCrashReporter",
"repositoryUrl": "https://github.com/microsoft/plcrashreporter.git",
"commitHash": "d747ab5de269cd44022bbe96ff9609d8626694ab"
"commitHash": "274f1bad559c4f7ad9f754ee8007d837f136b1bc"
}
}
},