TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/claration/Impactor/llms.txt
Use this file to discover all available pages before exploring further.
plume_core crate provides the foundational functionality for interacting with Apple’s authentication and developer services. It handles Apple ID authentication, certificate management, and communication with Apple’s Developer API.
Overview
This crate contains two primary modules:- auth - Apple ID authentication and token management
- developer - Apple Developer API client for managing apps, devices, and provisioning
Re-exports
The crate re-exports commonly used types from dependencies:Utility types
Represents a code signing certificate with private key and metadata
Parser and manipulator for Mach-O executable files
Parser for Apple provisioning profiles (.mobileprovision files)
Error type
All operations returnResult<T, plume_core::Error> where the error type is defined as:
HTTP client
Next steps
Authentication
Learn about Apple ID authentication
Developer API
Manage apps and provisioning profiles