Commit 22b2d43
authored
Make APNSError.reason public again (#174)
This commit restores public access to the `APNSError.reason` property,
because it's needed for library users handling APNs errors. (The status
code is not an viable alternative, as there are multiple different error
reasons for one status code.)
The `reason` property was unintentionally set to private in commit
ecf0f44 (Breakout APNSwift into packages (#170)). Notably, the
associated type ErrorReason remained public.1 parent 0bb74ee commit 22b2d43
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
0 commit comments