I'm developing iOS app by using Expo.
When I tried to add UDID to DeployGate, an error below was thrown.
$ dg add-devices
This command is only for iOS project
Expo make it easy to build iOS app by exp build:ios command. This is extremely useful.
Since it builds ios app even without .xcodeprojfile, however, the project directory is not regard as an Xcode project.
So far, deploygate-cli doesn't seem to support Expo.
I would be happy it support development on Expo.