2 repository-uri
Low-level programming utilities specifically for macOS and iOS applications.
Distinct from iOS Development: Shortlist candidates are too narrow (audio) or too broad (general iOS dev); this focuses on system-level block management.
Explore 2 awesome GitHub repositories matching mobile development · Apple Platform Low-Level Development. Refine with filters or upvote what's useful.
BlocksKit is a low-level utility library for Apple platform development, specifically designed for managing the execution flow and memory of blocks within macOS and iOS applications. It provides a collection of helper functions to simplify the use of blocks in Objective-C and C, reducing boilerplate code and addressing inherent technical limitations. The library focuses on bridging Objective-C blocks with legacy C-based APIs by providing compatible wrapper structures and function-pointer emulation. It enables the passing of blocks through system interfaces that require strict C-style callback
Provides low-level utility for managing execution flow and memory of blocks within macOS and iOS applications.
RDM este un utilitar de sistem pentru macOS conceput pentru a debloca și aplica rezoluții de ecran neoficiale. Acesta funcționează ca un manager de rezoluție care permite utilizatorilor să seteze ecranele la rezoluții de înaltă densitate, indisponibile nativ în setările standard ale sistemului. Instrumentul gestionează specific scalarea ecranelor Retina prin activarea modurilor de pixeli de înaltă densitate. Acest lucru asigură claritatea interfeței utilizatorului, crescând în același timp spațiul de lucru utilizabil prin utilizarea unor override-uri de rezoluție personalizate. Aceste capabilități sunt oferite printr-o interfață în bara de meniu care interacționează cu framework-urile de sistem de nivel jos pentru a modifica setările hardware și a ocoli limitările native ale sistemului.
Interacts with low-level CoreGraphics frameworks to request custom display modes and pixel densities.