Update cgmanifest.json and swift package
This commit is contained in:
Родитель
0f4ae5f2fc
Коммит
29cf1c30a2
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче