Skip to content

Commit

Permalink
fix deprecated code (#999)
Browse files Browse the repository at this point in the history
fix deprecated code

> [!WARNING]
> `sandbox` is deprecated: renamed to `development`
  • Loading branch information
zunda-pixel authored Aug 20, 2024
1 parent c2f2b32 commit 5e2c31f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/advanced/apns.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let apnsConfig = APNSClientConfiguration(
keyIdentifier: "<#key identifier#>",
teamIdentifier: "<#team identifier#>"
),
environment: .sandbox
environment: .development
)
app.apns.containers.use(
apnsConfig,
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/apns.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let apnsConfig = APNSClientConfiguration(
keyIdentifier: "<#key identifier#>",
teamIdentifier: "<#team identifier#>"
),
environment: .sandbox
environment: .development
)
app.apns.containers.use(
apnsConfig,
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/apns.nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let apnsConfig = APNSClientConfiguration(
keyIdentifier: "<#key identifier#>",
teamIdentifier: "<#team identifier#>"
),
environment: .sandbox
environment: .development
)
app.apns.containers.use(
apnsConfig,
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/apns.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let apnsConfig = APNSClientConfiguration(
keyIdentifier: "<#key identifier#>",
teamIdentifier: "<#team identifier#>"
),
environment: .sandbox
environment: .development
)
app.apns.containers.use(
apnsConfig,
Expand Down

0 comments on commit 5e2c31f

Please sign in to comment.