parser for xcodeproj/project.pbxproj files
Node.js native addon build tool
parser for xcodeproj/project.pbxproj files
Interact with Xcode
Codesign Electron macOS apps
pbxproj parser
Runs typescript type checker and linter on separate process.
pbxproj parser
Shiki's fork of `vscode-textmate`
Generate Apple Targets with Expo Prebuild
Parser and DOM over the xcode pbxproj
TypeScript definitions for xcode
Parse, manipulate, and serialize Xcode .pbxproj files (WASM build)
Native filesystem access for react-native
Notarize your Electron app
Updated fork of react-native-star-prnt to maintain compatibility and functionality with Star Micronics Bluetooth/LAN printers
Validate JSON
A react-native component to use context menu's (UIMenu) on iOS 13/14+
A PDF generation library for Node.js
Appium API for dealing with iOS devices
This package is part of the [React Native CLI](../../README.md). It contains commands for managing iOS part of React Native app.
This fork contains fully working blank screenshot on IOS13+ including screen recording
This repository provides native TensorFlow execution in backend JavaScript applications under the Node.js runtime, accelerated by the TensorFlow C binary under the hood. It provides the same API as [TensorFlow.js](https://js.tensorflow.org/api/latest/).
An advanced font engine for Node and the browser
A Fork of fastlane-plugin-xcresult_to_junit: Produces junit xml files from Xcode 11+ xcresult files
Forked from the mattgreen/nitron gem, this provides an intuitive way to query and persist data in CoreData, while letting you use the powerful Xcode data modeler and versioning tools for schema definitions.
Fork of bundled mkmf.rb, should work as drop in replacement. Modifications: * GDB and XCode path compatibility: relative path specified by mkmf (../../../../ext/<target>/...) confuses source-to-debug correspondence. The downside to this is that mkmfmf specifies absolute paths, which means that the project will have to be recompiled for debugging from an alternate location. This can be disabled by adding a use_relative_paths block. * CURRENTLY NOT WORKING: Sub-directory support for source code: all .c, .m, .cc, .cxx., .cpp files and if the filesystem is case sensitive, all .C files are automatically included, and any directories with .h files are added to INCFLAGS. * Automatically uses CC from ENV if set