ref▌
37 indexed skills · max 10 per page
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-typography-ref
charleswiltgen/axiom · Productivity
Complete reference for typography on Apple platforms including San Francisco font system, text styles, Dynamic Type, tracking, leading, and internationalization 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-storekit-ref
charleswiltgen/axiom · Productivity
StoreKit 2 is Apple's modern in-app purchase framework with async/await APIs, automatic receipt validation, and SwiftUI integration. This reference covers every API, iOS 18.4 enhancements, and comprehensive WWDC 2025 code examples.
axiom-sqlitedata-ref
charleswiltgen/axiom · Productivity
Advanced query patterns and schema composition techniques for SQLiteData by Point-Free. Built on GRDB and StructuredQueries.