A few bash scripts to help with building ios apps
Node.js native addon build tool
Codesign Electron macOS apps
Kerberos library for Node.js
A collection of functions for deploying apps on iOS or macOS
libnut is an N-API module for desktop automation with node
libnut is an N-API module for desktop automation with node
libnut is an N-API module for desktop automation with node
NW.js (node-webkit) native addon build tool
parser for xcodeproj/project.pbxproj files
Interact with Xcode
Appium driver for iOS using XCUITest for backend
Generate Apple Targets with Expo Prebuild
Parser and DOM over the xcode pbxproj
libnut is an N-API module for desktop automation with node
libnut is an N-API module for desktop automation with node
XTerm Widget for Blessed Curses Environment
libnut is an N-API module for desktop automation with node
Parse, manipulate, and serialize Xcode .pbxproj files (WASM build)
Canvas graphics API backed by Cairo
Native filesystem access for react-native
XcodeBuildMCP is a Model Context Protocol server that provides tools for Xcode project management, simulator management, and app utilities.
pbxproj parser
CMake.js - a Node.js native addon build tool
Makr reads the config.yaml file in the current directory to generate a Makefile capable of building, testing, and distributing Xcode projects and workspaces.
Tool that allows to generate graphical visualization of xcode build process (targets) For usages examples run: xcode-build-times
A command-line tool that reorganizes your Xcode project folder to match your Xcode groups Synx parses your .xcodeproj to build the same group structure out on the file system.
Tool for building Objective-C code without the use of Xcode
yolo is a RubyGem which provides a Ruby interface to Continuous Integration build tools. yolo is currently geared towards the Xcode toolchain and iOS development.
Ryb is a clean and extensible Ruby library and tool that generates build files for Visual Studio, XCode, Make, and Ninja.
A tool for generating reports from Xcode results bundle. Analyze results bundle directory created by Xcode during building, testing, running and generates HTML report with results.
Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it’s like Hoe but for Cocoa apps. Package up your OS X/Cocoa applications into Custom DMGs, generate Sparkle XML, and upload. Instead of hours, its only 30 seconds to release each new version of an application. Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it's like Hoe but for Cocoa apps. The main feature is a powerful rake task "rake appcast" which builds a release of your application, creates a DMG package, generates a Sparkle XML file, and posts the package and XML file to your remote host via rsync. All rake tasks: rake appcast # Create dmg, update appcast file, and upload to host rake build # Build Xcode Release rake dmg # Create the dmg file for appcasting rake feed # Create/update the appcast file rake upload # Upload the appcast file to the host
Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it’s like Hoe but for Cocoa apps. Package up your OS X/Cocoa applications into Custom DMGs, generate Sparkle XML, and upload. Instead of hours, its only 30 seconds to release each new version of an application. Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it's like Hoe but for Cocoa apps. The main feature is a powerful rake task "rake appcast" which builds a release of your application, creates a DMG package, generates a Sparkle XML file, and posts the package and XML file to your remote host via rsync. All rake tasks: rake build # Build Xcode Release rake dmg[automount] # Create the dmg file for appcasting (`rake dmg`, or `rake dmg[automount]` to automatically mount the dmg) rake feed # Create/update the appcast file rake upload # Upload the appcast file to the host rake version:bump:major # Bump the gemspec by a major version. rake version:bump:minor # Bump the gemspec by a minor version. rake version:bump:patch # Bump the gemspec by a patch version. rake version:current # Display the current version