LennyPackagingScript

package
v0.0.0-...-a12e8e2 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Info_Build = BuildInfo{}
	Targets    = []string{}/* 150 elements not displayed */

)

Functions

func Packaging

func Packaging(from string, to string)

func PackagingFrom

func PackagingFrom(target string)

func PackagingTarget

func PackagingTarget(target string)

func RemoteTransfer

func RemoteTransfer(info BuildInfo) error

Types

type AppIconConfig

type AppIconConfig struct {
	Images []AppIconContentConfig `json:"images"`
}

type AppIconContentConfig

type AppIconContentConfig struct {
	Size     string `json:"size"`
	Idiom    string `json:"idiom"`
	FileName string `json:"filename"`
	Scale    string `json:"scale"`
}

type ApplicationBundleInfo

type ApplicationBundleInfo struct {
	LennyBundleTargetName                        string                   `plist:"LennyBundleTargetName"`
	CFBundleDevelopmentRegion                    string                   `plist:"CFBundleDevelopmentRegion"`
	CFBundleDisplayName                          string                   `plist:"CFBundleDisplayName"`
	CFBundleExecutable                           string                   `plist:"CFBundleExecutable"`
	CFBundleIdentifier                           string                   `plist:"CFBundleIdentifier"`
	CFBundleInfoDictionaryVersion                string                   `CFBundleInfoDictionaryVersion"`
	CFBundleName                                 string                   `plist:"CFBundleName"`
	CFBundlePackageType                          string                   `plist:"CFBundlePackageType"`
	CFBundleShortVersionString                   string                   `plist:"CFBundleShortVersionString"`
	CFBundleSignature                            string                   `plist:"CFBundleSignature"`
	CFBundleURLTypes                             []map[string]interface{} `plist:"CFBundleURLTypes"`
	CFBundleVersion                              string                   `plist:"CFBundleVersion"`
	LSApplicationCategoryType                    bool                     `plist:"LSApplicationCategoryType"`
	LSApplicationQueriesSchemes                  []string                 `plist:"LSApplicationQueriesSchemes"`
	LSRequiresIPhoneOS                           bool                     `plist:"LSRequiresIPhoneOS"`
	NSAppTransportSecurity                       map[string]interface{}   `plist:"NSAppTransportSecurity"`
	NSAppleMusicUsageDescription                 string                   `plist:"NSAppleMusicUsageDescription"`
	NSBluetoothPeripheralUsageDescription        string                   `plist:"NSBluetoothPeripheralUsageDescription"`
	NSCalendarsUsageDescription                  string                   `plist:"NSCalendarsUsageDescription"`
	NSCameraUsageDescription                     string                   `plist:"NSCameraUsageDescription"`
	NSContactsUsageDescription                   string                   `plist:"NSContactsUsageDescription"`
	NSHealthShareUsageDescription                string                   `plist:"NSHealthShareUsageDescription"`
	NSHealthUpdateUsageDescription               string                   `plist:"NSHealthUpdateUsageDescription"`
	NSLocationAlwaysAndWhenInUseUsageDescription string                   `plist:"NSLocationAlwaysAndWhenInUseUsageDescription"`
	NSLocationAlwaysUsageDescription             string                   `plist:"NSLocationAlwaysUsageDescription"`
	NSLocationUsageDescription                   string                   `plist:"NSLocationUsageDescription"`
	NSLocationWhenInUseUsageDescription          string                   `plist:"NSLocationWhenInUseUsageDescription"`
	NSMicrophoneUsageDescription                 string                   `plist:"NSMicrophoneUsageDescription"`
	NSMotionUsageDescription                     string                   `plist:"NSMotionUsageDescription"`
	NSPhotoLibraryAddUsageDescription            string                   `plist:"NSPhotoLibraryAddUsageDescription"`
	NSPhotoLibraryUsageDescription               string                   `plist:"NSPhotoLibraryUsageDescription"`
	NSRemindersUsageDescription                  string                   `plist:"NSRemindersUsageDescription"`
	UIBackgroundModes                            []string                 `plist:"UIBackgroundModes"`
	UIRequiredDeviceCapabilities                 []string                 `plist:"UIRequiredDeviceCapabilities"`
	UIStatusBarHidden                            bool                     `plist:"UIStatusBarHidden"`
	UIStatusBarStyle                             string                   `plist:"UIStatusBarStyle"`
	UISupportedInterfaceOrientations             []string                 `plist:"UISupportedInterfaceOrientations"`
	UIViewControllerBasedStatusBarAppearance     bool                     `plist:"UIViewControllerBasedStatusBarAppearance"`
	Com_openinstall_APP_KEY                      string                   `plist:"com.openinstall.APP_KEY"`
}

type ApplicationConfigInfo

type ApplicationConfigInfo struct {
	Application_TargetName       string `json:"TargetName"`
	Application_DisplayName      string `json:"DisplayName"`
	Application_BundleIdentifier string `json:"BundleIdentifier"`
	Application_Version          string `json:"Version"`
	Application_BuildVersion     string `json:"Build"`
}

type ApplicationConfigs

type ApplicationConfigs struct {
	Configs []ApplicationConfigInfo `json:"Configs"`
}

type BuildInfo

type BuildInfo struct {
	Scheme      string `json:scheme`
	Path        string `json:"path"`
	WorkSpace   string `json:workspace`
	ArchPath    string `json:"archPath"`
	ExportPath  string `json:"exportPath"`
	Config      string `json:"config"`
	ApiToken    string `json:"apiToken"`
	TargetName  string `json:"target_name"`
	TargetIndex int    `json:"target_index"`
}

type LaunchImageConfig

type LaunchImageConfig struct {
	Images []LaunchImageContentConfig `json:"images"`
}

type LaunchImageContentConfig

type LaunchImageContentConfig struct {
	Extent               string `json:"extent"`
	Idiom                string `json:"idiom"`
	Subtype              string `json:"subtype"`
	FileName             string `json:"filename"`
	MinimumSystemVersion string `json:"minimum-system-version"`
	Orientation          string `json:"orientation"`
	Scale                string `json:"scale"`
}

type PbxprojConfig

type PbxprojConfig struct {
	Objects    map[string]dict `plist:"objects""`
	RootObject string          `plist:"rootObject"`
}

Jump to

Keyboard shortcuts

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