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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
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)