Documentation
¶
Index ¶
- func CheckAfcService(ctx context.Context, id string) error
- func CheckDeveloperMode(ctx context.Context, id string) (bool, error)
- func DeleteApp(id uint) (bool, error)
- func GetApp(id uint) (*model.InstalledApp, error)
- func GetAppList() ([]model.InstalledApp, error)
- func GetDeviceMountImageInfo(ctx context.Context, id string) (*model.UsbmuxdImage, error)
- func GetEnableAppList() ([]model.InstalledApp, error)
- func GetEnableAppListByUDID(udid string) ([]model.InstalledApp, error)
- func GetServiceStatus() []model.ServiceStatus
- func GetValidName(name string) string
- func HandleInstallMessage(c *websocket.Conn)
- func HandleLoginMessage(c *websocket.Conn)
- func HandlePairMessage(c *websocket.Conn)
- func HandleScanMessage(c *websocket.Conn)
- func MountDeveloperDiskImage(ctx context.Context, id string) error
- func SaveApp(app model.InstalledApp) (*model.InstalledApp, error)
- func SetLanguage(lang string)
- func UpdateAppRefreshResult(app model.InstalledApp) error
- func UpdateCoreADI() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckDeveloperMode ¶ added in v0.2.5
func GetAppList ¶
func GetAppList() ([]model.InstalledApp, error)
func GetDeviceMountImageInfo ¶ added in v0.3.0
func GetEnableAppList ¶
func GetEnableAppList() ([]model.InstalledApp, error)
func GetEnableAppListByUDID ¶ added in v0.3.0
func GetEnableAppListByUDID(udid string) ([]model.InstalledApp, error)
func GetServiceStatus ¶
func GetServiceStatus() []model.ServiceStatus
func GetValidName ¶
func HandleInstallMessage ¶ added in v0.2.1
func HandleLoginMessage ¶ added in v0.3.0
func HandlePairMessage ¶ added in v0.2.1
func HandleScanMessage ¶ added in v0.3.0
func SaveApp ¶
func SaveApp(app model.InstalledApp) (*model.InstalledApp, error)
func SetLanguage ¶
func SetLanguage(lang string)
func UpdateAppRefreshResult ¶
func UpdateAppRefreshResult(app model.InstalledApp) error
func UpdateCoreADI ¶ added in v0.3.2
func UpdateCoreADI() error
UpdateCoreADI downloads the latest Apple Music APK and saves it to DataDir/PlumeImpactor/lib
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.