-
Notifications
You must be signed in to change notification settings - Fork 461
Open
Description
📱 Device Optimization Project
This repository uses DeviceKit to provide specific optimizations for the 2026 Apple hardware lineup.
🚀 Supported Hardware
- iPhone 17e: Custom display scaling.
- M5 iPad Pro (11" & 13"): High-performance rendering mode.
🛠 Implementation
The detection logic is housed in AppDelegate.swift:
import DeviceKit
let device = Device.current
if device == .iPhone17e {
print("Applying iPhone 17e display profile...")
} else if device.isOneOf([.iPadPro11M5, .iPadPro13M5]) {
print("Activating M5 High-Performance mode.")
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels