codesigndoc

package
v0.0.0-...-f6d6d29 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2022 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildXcodeArchive

func BuildXcodeArchive(xcodeCmd xcode.CommandModel, handleBuildLog func(string) error) (archivePath string, err error)

BuildXcodeArchive builds an Xcode archive.

func CodesigningFilesForXCodeProject

func CodesigningFilesForXCodeProject(archivePath string, certificatesOnly bool, isAskForPassword bool) (models.Certificates, []models.ProvisioningProfile, error)

CodesigningFilesForXCodeProject ...

func CollectCodesignFiles

func CollectCodesignFiles(archivePath string, certificatesOnly bool) ([]certificateutil.CertificateInfoModel, []profileutil.ProvisioningProfileInfoModel, error)

CollectCodesignFiles collects the codesigning files required to create an xcode archive and filers them for the specified export method.

Types

type Archive

type Archive interface {
	BundleIDEntitlementsMap() map[string]plistutil.PlistData
	IsXcodeManaged() bool
	SigningIdentity() string
	BundleIDProfileInfoMap() map[string]profileutil.ProvisioningProfileInfoModel
}

Archive ...

Jump to

Keyboard shortcuts

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