Documentation ¶
Index ¶
Constants ¶
View Source
const ( IOSAssetsDir = "ios_assets" AndroidAssetsDir = "android_assets" IOSPlistFile = "app.plist" AppIconFile = "appicon.png" VersionJsonFile = "version.json" IndexHTMLFile = "index.html" IPAExt = ".ipa" APKExt = ".apk" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MobileApp ¶
type MobileApp struct { *ipapk.AppInfo UploadDate string DownloadURL string PlistURL htmltemp.URL IndexURL string File string Changelogs []Changelog }
AppFile contains common fields of APK and IPA file
func (MobileApp) GenerateAssets ¶
GenerateAssets creates the site assets that will be uploaded along with the ipa or apk file
Click to show internal directories.
Click to hide internal directories.