package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Mar 17, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package altool wraps xcrun altool for app upload and validation.
-
func ListApps(ctx context.Context, providerID, apiKey, apiIssuer string) (string, error)
-
func UploadApp(ctx context.Context, filePath, apiKey, apiIssuer string) (string, error)
-
func ValidateApp(ctx context.Context, filePath, apiKey, apiIssuer string) (string, error)
ListApps lists apps for a provider via altool.
UploadApp uploads an .ipa or .pkg to App Store Connect via altool.
ValidateApp validates an .ipa or .pkg before uploading.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.