connecting to the vapor server running on Mac using iPhone
Edit you Run
scheme in Xcode and put --hostname 0.0.0.0 --port 8080
into Arguments Passed On Launch
Then launch you server and try to reach it by http://<the ip of your Mac on local network>:8080
NOTE: 0.0.0.0
means that your server will listen on all network interfaces
Add the keyword 'serve' for vapor 4.