INNER CODE UNIT · Go

newIOSCommand

gameknife/gkNextEngine · tools/gnb/cmd/gnb/main.go:921

func newIOSCommand(ctx appContext) *cobra.Command {
	root := &cobra.Command{
		Use:   "ios",
		Short: "Build the CMake-generated iOS device app",
		Args:  cobra.NoArgs,
		RunE: func(cmd *cobra.Command, args []string) error {
			return cmd.Help()
		},
	}

	buildOpts := cmakerun.BuildOptions{}
	teamID := ""
	verbose := false
	build := &cobra.Command{
		Use:   "build",
		Short: "Build gkNextRenderer for an arm64 iOS device",
		Args:  cobra.NoArgs,
		RunE: func(cmd *cobra.Command, args []string) error {

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…