@stephancill
All iOS apps are open source now.
Today I turned the local doordash-like app I use for grocery shopping into a CLI by having codex inspect the app downloaded from the App Store on my mac to find the relevant auth flows and API endpoints.
Had to help it figure out some requests by recording network traffic using mitm proxy, but once it had the raw data it was able to figure it out
Had my openclaw instance using it within an hour. Now I can do stuff like send it a picture of the grocery list and ask it to populate my cart or ask it to add something to my cart when I’m in the go without opening the app