ObjFW  Check-in [9135c5fcb8]

Overview
Comment:Change -[contentsOfURLAtPath:] to return URLs

Returning strings is confusing for many as Foundation returns URLs here,
and URLs are often easier to work with during directory enumeration
anyway (no need to constantly append the current item to the base path).

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9135c5fcb85c1edb35893acf238672dafd159c35f0f1f10561f865588ff0a3e2
User & Date: js on 2021-04-04 18:46:33
Other Links: manifest | tags
Context
2021-04-05
21:31
ofhttp: Fix finding ObjOpenSSL opportunistically check-in: e37212ea80 user: js tags: trunk
16:30
Add support for UNIX socket addresses check-in: 1db6618bb9 user: js tags: unix-sockets
2021-04-04
18:46
Change -[contentsOfURLAtPath:] to return URLs check-in: 9135c5fcb8 user: js tags: trunk
13:25
Rename +[pluginFromFile:] to +[pluginWithPath:] check-in: 45f8195351 user: js tags: trunk
Changes