diff --git a/src/entity/application.go b/src/entity/application.go index f867f0a..1bf9c6d 100644 --- a/src/entity/application.go +++ b/src/entity/application.go @@ -25,10 +25,10 @@ import ( type Application struct { CFBundleShortVersionString string `json:"shortVersion,omitempty"` - CFBundleVersion string `json:"version"` - CFBundleDisplayName string `json:"name"` - CFBundleIdentifier string `json:"bundleId"` - IconBase64 string `json:"iconBase64,omitempty"` + CFBundleVersion string `json:"version"` + CFBundleDisplayName string `json:"name"` + CFBundleIdentifier string `json:"bundleId"` + IconBase64 string `json:"iconBase64,omitempty"` } type AppList struct {