Skip to content

Commit 336b0d2

Browse files
authored
feat: Add first class support for ParseConfig (#73)
* feat: Support ParseConfig triggers * fix build * lint * Update .codecov.yml
1 parent a6383a4 commit 336b0d2

File tree

4 files changed

+700
-351
lines changed

4 files changed

+700
-351
lines changed

.codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ coverage:
88
changes: false
99
project:
1010
default:
11-
target: 36
11+
target: 33
1212
comment:
1313
require_changes: true

Package.resolved

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"kind" : "remoteSourceControl",
4242
"location" : "https://github.com/netreconlab/Parse-Swift.git",
4343
"state" : {
44-
"revision" : "f13ad6b7ecee396e6fecb2685d3e171823ff6c3d",
45-
"version" : "5.10.3"
44+
"revision" : "48b38b15363846e0714bc632c1939f721f71f4b2",
45+
"version" : "5.11.1"
4646
}
4747
},
4848
{
@@ -95,8 +95,8 @@
9595
"kind" : "remoteSourceControl",
9696
"location" : "https://github.com/apple/swift-http-types",
9797
"state" : {
98-
"revision" : "1ddbea1ee34354a6a2532c60f98501c35ae8edfa",
99-
"version" : "1.2.0"
98+
"revision" : "ae67c8178eb46944fd85e4dc6dd970e1f3ed6ccd",
99+
"version" : "1.3.0"
100100
}
101101
},
102102
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let package = Package(
2525
),
2626
.package(
2727
url: "https://github.com/netreconlab/Parse-Swift.git",
28-
.upToNextMajor(from: "5.10.3")
28+
.upToNextMajor(from: "5.11.1")
2929
)
3030
],
3131
targets: [

0 commit comments

Comments
 (0)