Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "codesigndoc", Short: "Your friendly iOS Code Signing Doctor", Long: `Your friendly iOS Code Signing Doctor codesigndoc collects all the code signing files required for Xcode Archive and IPA export or Xcode Build For Testing action.`, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { log.SetEnableDebugLog(enableVerboseLog) log.Debugf("EnableDebugLog: %v", enableVerboseLog) return nil }, }
RootCmd represents the base command when called without any subcommands.
Functions ¶
Types ¶
type ArchiveError ¶
type ArchiveError struct {
// contains filtered or unexported fields
}
ArchiveError ...
type BuildForTestingError ¶
type BuildForTestingError struct {
// contains filtered or unexported fields
}
BuildForTestingError ...
Click to show internal directories.
Click to hide internal directories.