Zet - How do I get a list of iOS supported apps in the device-app-builder container?

How do I get a list of iOS supported apps in the device-app-builder container?

With ripgrep and awk from the drains root

rg "iosBundle" shared/client/apps/ --files-with-matches | awk -F/ '{print $4}' | sort | uniq

Output:

CentralBedford-Tree
CheshireWGully-Drainage
CheshireWGully-Gully
CheshireWGully-Survey
KentGully-Drainage
KentGully-DrainageWaterAuth
KentGully-GullyOnly
KentGully-LinearSurvey
KentGully-Monitoring
KentGully-RepairTeam
KentGully-SensorSurv
KentGully-Survey
TSArb
WokingTree
WokingTree-Contractor

#drains