fix deprecated code (#999)

fix deprecated code

> [!WARNING]
> `sandbox` is deprecated: renamed to `development`
This commit is contained in:
zunda 2024-08-20 20:35:42 +09:00 committed by GitHub
parent c2f2b32aaf
commit 5e2c31f3e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ let apnsConfig = APNSClientConfiguration(
keyIdentifier: "<#key identifier#>",
teamIdentifier: "<#team identifier#>"
),
environment: .sandbox
environment: .development
)
app.apns.containers.use(
apnsConfig,

View File

@ -48,7 +48,7 @@ let apnsConfig = APNSClientConfiguration(
keyIdentifier: "<#key identifier#>",
teamIdentifier: "<#team identifier#>"
),
environment: .sandbox
environment: .development
)
app.apns.containers.use(
apnsConfig,

View File

@ -48,7 +48,7 @@ let apnsConfig = APNSClientConfiguration(
keyIdentifier: "<#key identifier#>",
teamIdentifier: "<#team identifier#>"
),
environment: .sandbox
environment: .development
)
app.apns.containers.use(
apnsConfig,

View File

@ -48,7 +48,7 @@ let apnsConfig = APNSClientConfiguration(
keyIdentifier: "<#key identifier#>",
teamIdentifier: "<#team identifier#>"
),
environment: .sandbox
environment: .development
)
app.apns.containers.use(
apnsConfig,