Skip to content

Commit

Permalink
feat: Add first class support for ParseConfig (#73)
Browse files Browse the repository at this point in the history
* feat: Support ParseConfig triggers

* fix build

* lint

* Update .codecov.yml
  • Loading branch information
cbaker6 authored Jul 21, 2024
1 parent a6383a4 commit 336b0d2
Show file tree
Hide file tree
Showing 4 changed files with 700 additions and 351 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ coverage:
changes: false
project:
default:
target: 36
target: 33
comment:
require_changes: true
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/netreconlab/Parse-Swift.git",
"state" : {
"revision" : "f13ad6b7ecee396e6fecb2685d3e171823ff6c3d",
"version" : "5.10.3"
"revision" : "48b38b15363846e0714bc632c1939f721f71f4b2",
"version" : "5.11.1"
}
},
{
Expand Down Expand Up @@ -95,8 +95,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-http-types",
"state" : {
"revision" : "1ddbea1ee34354a6a2532c60f98501c35ae8edfa",
"version" : "1.2.0"
"revision" : "ae67c8178eb46944fd85e4dc6dd970e1f3ed6ccd",
"version" : "1.3.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
),
.package(
url: "https://github.com/netreconlab/Parse-Swift.git",
.upToNextMajor(from: "5.10.3")
.upToNextMajor(from: "5.11.1")
)
],
targets: [
Expand Down
Loading

0 comments on commit 336b0d2

Please sign in to comment.