feat: mount ios developer image

This commit is contained in:
debugtalk
2022-10-10 18:09:13 +08:00
parent ab3b2704db
commit ef8f7ec6c4
7 changed files with 108 additions and 15 deletions
+3 -2
View File
@@ -66,8 +66,9 @@ func (device *Device) ToFormat() string {
}
var listDevicesCmd = &cobra.Command{
Use: "devices",
Short: "List all iOS devices",
Use: "devices",
Short: "List all iOS devices",
PersistentPreRun: func(cmd *cobra.Command, args []string) {},
RunE: func(cmd *cobra.Command, args []string) error {
devices, err := uixt.IOSDevices(udid)
if err != nil {