provisioningprofiles

package
v0.0.0-...-7ddf3b1 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2023 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrintProfiles

func PrintProfiles(profiles []ProvisioningProfile)

Types

type ProvisioningProfile

type ProvisioningProfile struct {
	Filename     string
	Name         string
	Created      time.Time
	Expires      time.Time
	AppID        string
	TeamID       string
	Entitlements map[string]interface{}
	Path         string
}

func CreateProvisioningProfile

func CreateProvisioningProfile(filename string) (ProvisioningProfile, error)

func GetProfile

func GetProfile(name string) (ProvisioningProfile, error)

func GetProfiles

func GetProfiles() []ProvisioningProfile

Convert the swift code to Go code

func (ProvisioningProfile) GetEntitlements

func (profile ProvisioningProfile) GetEntitlements() map[string]interface{}

func (ProvisioningProfile) RemoveGetTaskAllow

func (profile ProvisioningProfile) RemoveGetTaskAllow()

func (ProvisioningProfile) Update

func (profile ProvisioningProfile) Update(trueAppID string)

Jump to

Keyboard shortcuts

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