-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`.appendingPathComponent()` on `URL` is deprecated as of iOS 18.0, but the replacement, `.appending(path:directoryHint:)`, is only available as of iOS 16.0. The code now builds with the new call if available, and the old call if not.
- Loading branch information
1 parent
1a9e0b9
commit 1586042
Showing
1 changed file
with
73 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters