utils

package
v0.0.0-...-155e634 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2020 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExportOutputDir

func ExportOutputDir(sourceDirPth, destinationDirPth, envKey string) error

ExportOutputDir ...

func ExportOutputDirAsZip

func ExportOutputDirAsZip(sourceDirPth, destinationPth, envKey string) error

ExportOutputDirAsZip ...

func ExportOutputFile

func ExportOutputFile(sourcePth, destinationPth, envKey string) error

ExportOutputFile ...

func ExportOutputFileContent

func ExportOutputFileContent(content, destinationPth, envKey string) error

ExportOutputFileContent ...

func GetDefaultProvisioningProfile

func GetDefaultProvisioningProfile() (profileutil.ProvisioningProfileInfoModel, error)

GetDefaultProvisioningProfile ...

func OpenArchivableProject

func OpenArchivableProject(pth, schemeName, configurationName string) (*xcodeproj.XcodeProj, *xcscheme.Scheme, string, error)

OpenArchivableProject ...

Types

type ByBundleIDLength

type ByBundleIDLength []profileutil.ProvisioningProfileInfoModel

ByBundleIDLength ...

func (ByBundleIDLength) Len

func (s ByBundleIDLength) Len() int

Len ..

func (ByBundleIDLength) Less

func (s ByBundleIDLength) Less(i, j int) bool

Less ...

func (ByBundleIDLength) Swap

func (s ByBundleIDLength) Swap(i, j int)

Swap ...

type CodeSignGroupItem

type CodeSignGroupItem struct {
	Certificate        certificateutil.CertificateInfoModel
	BundleIDProfileMap map[string]profileutil.ProvisioningProfileInfoModel
}

CodeSignGroupItem ...

func ResolveCodeSignGroupItems

func ResolveCodeSignGroupItems(bundleIDs []string, exportMethod exportoptions.Method, profiles []profileutil.ProvisioningProfileInfoModel, certificates []certificateutil.CertificateInfoModel) []CodeSignGroupItem

ResolveCodeSignGroupItems ...

type Platform

type Platform string

Platform ...

func BuildableTargetPlatform

func BuildableTargetPlatform(
	xcodeProj *xcodeproj.XcodeProj,
	scheme *xcscheme.Scheme,
	configurationName string,
	provider TargetBuildSettingsProvider,
) (Platform, error)

BuildableTargetPlatform ...

type TargetBuildSettingsProvider

type TargetBuildSettingsProvider interface {
	TargetBuildSettings(xcodeProj *xcodeproj.XcodeProj, target, configuration string, customOptions ...string) (serialized.Object, error)
}

TargetBuildSettingsProvider ...

type XcodeBuild

type XcodeBuild struct {
}

XcodeBuild ...

func (XcodeBuild) TargetBuildSettings

func (x XcodeBuild) TargetBuildSettings(xcodeProj *xcodeproj.XcodeProj, target, configuration string, customOptions ...string) (serialized.Object, error)

TargetBuildSettings ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL