ref▌
37 indexed skills · max 10 per page
axiom-network-framework-ref
charleswiltgen/axiom · Productivity
Network.framework is Apple's modern networking API that replaces Berkeley sockets, providing smart connection establishment, user-space networking, built-in TLS support, and seamless mobility. Introduced in iOS 12 (2018) with NWConnection and evolved in iOS 26 (2025) with NetworkConnection for structured concurrency.
axiom-axe-ref
charleswiltgen/axiom · Productivity
AXe is a CLI tool for interacting with iOS Simulators using Apple's Accessibility APIs and HID functionality. Single binary, no daemon required.
axiom-icloud-drive-ref
charleswiltgen/axiom · Cloud
Purpose: Comprehensive reference for file-based iCloud sync using ubiquitous containers Availability: iOS 5.0+ (basic), iOS 8.0+ (iCloud Drive), iOS 11.0+ (modern APIs) Context: File-based cloud storage, not database (use CloudKit for structured data)
axiom-core-location-ref
charleswiltgen/axiom · Productivity
Comprehensive API reference for modern Core Location (iOS 17+).
axiom-file-protection-ref
charleswiltgen/axiom · Productivity
Purpose: Comprehensive reference for file encryption and data protection APIs Availability: iOS 4.0+ (all protection levels), latest enhancements in iOS 26 Context: Built on iOS Data Protection architecture using hardware encryption
axiom-xctrace-ref
charleswiltgen/axiom · Productivity
Command-line interface for Instruments profiling. Enables headless performance analysis without GUI.
axiom-energy-ref
charleswiltgen/axiom · Productivity
Complete API reference for iOS energy optimization, with code examples from WWDC sessions and Apple documentation.
axiom-textkit-ref
charleswiltgen/axiom · Productivity
Complete reference for TextKit 2 covering architecture, migration from TextKit 1, Writing Tools integration, and SwiftUI TextEditor with AttributedString through iOS 26.
axiom-app-intents-ref
charleswiltgen/axiom · Productivity
Comprehensive guide to App Intents framework for exposing app functionality to Siri, Apple Intelligence, Shortcuts, Spotlight, and other system experiences. Replaces older SiriKit custom intents with modern Swift-first API.
axiom-sqlitedata-ref
charleswiltgen/axiom · Productivity
Advanced query patterns and schema composition techniques for SQLiteData by Point-Free. Built on GRDB and StructuredQueries.