2 مستودعات
Integration with Apple's native system frameworks to access device-specific metadata and hardware.
Distinguishing note: None of the candidates cover the specific act of leveraging Apple system frameworks for device metadata retrieval within a mobile development context.
Explore 2 awesome GitHub repositories matching mobile development · iOS Framework Integrations. Refine with filters or upvote what's useful.
This project is a cross-platform mobile device information library designed to retrieve hardware, software, and network specifications from iOS and Android devices. It serves as a tool for accessing unique device identifiers, hardware models, and processor architectures to distinguish individual mobile devices. The library provides specialized capabilities for mobile hardware identification and operating system metadata retrieval, including build numbers and API levels. It also functions as a system state monitor for real-time tracking of battery levels, charging status, and network connectiv
Leverages CocoaTouch and other Apple system frameworks to retrieve device metadata and hardware characteristics.
WinObjC is an implementation of the Objective-C language runtime and object model for the Windows operating system. Its primary purpose is to enable the execution of Objective-C code and iOS APIs on Windows to support the porting of iOS applications. The project features a native API bridge that maps Objective-C system framework calls to native Windows API functions. It includes a toolchain to convert Xcode project targets and workspaces into Visual Studio formats and translates visual storyboard design files into active on-screen interface elements. The codebase covers binary interoperabili
Provides compatible versions of core iOS system libraries to support application logic on Windows.