Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WritePlist ¶
Types ¶
type LSHandler ¶
type LSHandler struct { LSHandlerContentType string `plist:"LSHandlerContentType,omitempty"` LSHandlerPreferredVersions map[string]string `plist:"LSHandlerPreferredVersions,omitempty"` LSHandlerRoleViewer string `plist:"LSHandlerRoleViewer,omitempty"` LSHandlerRoleAll string `plist:"LSHandlerRoleAll,omitempty"` LSHandlerURLScheme string `plist:"LSHandlerURLScheme,omitempty"` }
type Plist ¶
type Plist struct {
LSHandlers []LSHandler `plist:"LSHandlers"`
}
func (*Plist) AddLSHandlers ¶
func (*Plist) CleanHandlers ¶
func (p *Plist) CleanHandlers()
Click to show internal directories.
Click to hide internal directories.