feat: mount ios developer image

This commit is contained in:
debugtalk
2022-10-10 17:33:34 +08:00
parent 1edef81da8
commit f1ada82452
7 changed files with 108 additions and 15 deletions

View File

@@ -11,9 +11,8 @@ import (
)
var iosRootCmd = &cobra.Command{
Use: "ios",
Short: "simple utils for ios device management",
PersistentPreRun: func(cmd *cobra.Command, args []string) {},
Use: "ios",
Short: "simple utils for ios device management",
}
func getDevice(udid string) (giDevice.Device, error) {