2 dépôts
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 is a system utility for macOS designed to unlock and apply unsupported screen resolutions. It functions as a display resolution manager that enables users to set their screens to high-density resolutions not natively available in standard system settings. The tool specifically manages Retina display scaling by enabling high-density pixel modes. This ensures the user interface remains sharp while increasing the usable workspace through the use of custom resolution overrides. These capabilities are provided via a menu bar interface that interacts with low-level system frameworks to modify
Interacts with low-level CoreGraphics frameworks to request custom display modes and pixel densities.