 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
    const ( DefaultXcodePath = "/usr/bin/xcodebuild" DefaultXcrunPath = "/usr/bin/xcrun" ErrFmtCreateConfigFile = `failed to create xcelerate config file: %w` ErrFmtEncodeConfigFile = `failed to encode xcelerate config file: %w` ErrFmtCreateFolder = `failed to create .xcelerate folder (%s): %w` ErrNoAuthConfig = "read auth config: %w" )
      View Source
      
  
const ( BinDir = "bin" ErrFmtDetermineHome = `could not determine home: %w` )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
	ProxyVersion           string                 `json:"proxyVersion"`
	ProxySocketPath        string                 `json:"proxySocketPath"`
	CLIVersion             string                 `json:"cliVersion"`
	WrapperVersion         string                 `json:"wrapperVersion"`
	OriginalXcodebuildPath string                 `json:"originalXcodebuildPath"`
	OriginalXcrunPath      string                 `json:"originalXcrunPath"`
	BuildCacheEnabled      bool                   `json:"buildCacheEnabled"`
	BuildCacheEndpoint     string                 `json:"buildCacheEndpoint"`
	PushEnabled            bool                   `json:"pushEnabled"`
	DebugLogging           bool                   `json:"debugLogging,omitempty"`
	Silent                 bool                   `json:"silent,omitempty"`
	XcodebuildTimestamps   bool                   `json:"xcodebuildTimestamps,omitempty"`
	AuthConfig             common.CacheAuthConfig `json:"authConfig,omitempty"`
}
    func DefaultConfig ¶
func DefaultConfig() Config
func ReadConfig ¶
 Click to show internal directories. 
   Click to hide internal directories.