awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nomad-cli avatar

nomad-cli/shenzhenArchived

0
View on GitHub↗
4,633 stars·483 forks·Ruby·MIT·4 vues

Shenzhen

Shenzhen est une interface de ligne de commande et une suite d'outils conçue pour automatiser la construction, l'empaquetage et la distribution d'applications iOS. Elle fournit un système pour compiler le code source en paquets d'installation distribuables et télécharger ces archives vers des services de test et des app stores.

Le projet inclut un inspecteur de profil de provisionnement utilisé pour extraire et afficher les informations d'identité et les droits intégrés à partir des archives d'installation. Cela permet la vérification des permissions de l'application et des capacités de signature pendant le processus d'automatisation.

L'ensemble d'outils gère le pipeline complet de la source au déploiement, couvrant la compilation binaire, l'assemblage des paquets d'installation et l'orchestration des outils système externes pour gérer la distribution à distance.

Features

  • iOS App Distribution - Automates the packaging and distribution of iOS applications into IPA files for mobile devices and testing servers.
  • iOS IPA Packers - Bundles compiled binaries and assets into the standard iOS IPA folder structure for device installation.
  • iOS Packaging Tools - Compiles source code into distributable IPA installation packages for deployment on iOS devices.
  • iOS Build Pipelines - Automates the process of generating distributable archives and installation files via a command line interface.
  • IPA Build CLIs - Provides a command line interface for compiling source code into distributable iOS installation packages.
  • Xcode Build Automation - Wraps the xcodebuild tool to automate the compilation of source code into binary archives.
  • App Packaging Automations - Automates the packaging and delivery process for mobile applications.
  • Profile Parsers - Extracts identity and entitlement data from binary files to verify app signing and permissions.
  • Binary Distribution Automations - Provides secure uploads of compiled application binaries to remote testing services and app stores.
  • Archive Inspectors - Extracts and displays embedded identity information and entitlements from iOS installation archives.
  • Entitlement Inspectors - Analyzes provisioning profiles and entitlements within archives to verify app identity and permissions.
  • Identity Inspectors - Extracts and displays embedded identity information and entitlements from installation archives.

Historique des stars

Graphique de l'historique des stars pour nomad-cli/shenzhenGraphique de l'historique des stars pour nomad-cli/shenzhen

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Shenzhen

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Shenzhen.
  • aefyr/saiAvatar de Aefyr

    Aefyr/SAI

    3,430Voir sur GitHub↗

    SAI is a binary package bundler and application manager designed for Android and iOS. It functions as an installer and export tool that packages application source files and metadata into a proprietary format for portable distribution and backup. The project features a rootless application deployment pipeline, allowing the installation of third-party packages on mobile devices without requiring system-level root access. It includes a split archive reconstructor to reassemble fragmented application files into complete installation directories during deployment. The tool covers Android split A

    Java
    Voir sur GitHub↗3,430
  • facebook/xctoolAvatar de facebook

    facebook/xctool

    6,868Voir sur GitHub↗

    xctool is a command line wrapper for xcodebuild designed for iOS and macOS continuous integration. It functions as a parallel test runner, build log processor, and report generator to automate the build and test pipeline for Apple platforms. The tool distributes test bundles across multiple CPU cores to reduce execution time and provides the ability to run targeted subsets of tests by filtering for specific schemes, classes, or methods. It simplifies build management by allowing command line arguments to be persisted and loaded from JSON configuration files. It transforms verbose build logs

    Objective-C
    Voir sur GitHub↗6,868
  • cameroncooke/xcodebuildmcpAvatar de cameroncooke

    cameroncooke/xcodebuildmcp

    5,917Voir sur GitHub↗

    xcodebuildmcp is a Model Context Protocol server that exposes Xcode build, test, and device management tools for AI coding agents to automate iOS and macOS development workflows. It operates as a background daemon per workspace, communicating tool requests and responses over standard input/output using JSON-RPC messages, and streams progress and results as newline-delimited JSON objects for machine parsing. The project provides an interactive setup wizard and file-based client configuration to install skill files into predefined directories for supported AI coding clients. It manages the full

    TypeScript
    Voir sur GitHub↗5,917
  • carthage/carthageAvatar de Carthage

    Carthage/Carthage

    15,174Voir sur GitHub↗

    Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It functions as a Git-based framework manager and binary distribution tool used to fetch, build, and manage external libraries. The project distinguishes itself by supporting the production and distribution of platform-independent binary frameworks and static libraries. It utilizes Git tags and submodules to lock specific versions of external libraries and provides mechanisms to distribute prebuilt binaries via zipped release archives. The system covers dependency resolution and version

    Swift
    Voir sur GitHub↗15,174
Voir les 24 alternatives à Shenzhen→

Questions fréquentes

Que fait nomad-cli/shenzhen ?

Shenzhen est une interface de ligne de commande et une suite d'outils conçue pour automatiser la construction, l'empaquetage et la distribution d'applications iOS. Elle fournit un système pour compiler le code source en paquets d'installation distribuables et télécharger ces archives vers des services de test et des app stores.

Quelles sont les fonctionnalités principales de nomad-cli/shenzhen ?

Les fonctionnalités principales de nomad-cli/shenzhen sont : iOS App Distribution, iOS IPA Packers, iOS Packaging Tools, iOS Build Pipelines, IPA Build CLIs, Xcode Build Automation, App Packaging Automations, Profile Parsers.

Quelles sont les alternatives open-source à nomad-cli/shenzhen ?

Les alternatives open-source à nomad-cli/shenzhen incluent : aefyr/sai — SAI is a binary package bundler and application manager designed for Android and iOS. It functions as an installer and… facebook/xctool — xctool is a command line wrapper for xcodebuild designed for iOS and macOS continuous integration. It functions as a… cameroncooke/xcodebuildmcp — xcodebuildmcp is a Model Context Protocol server that exposes Xcode build, test, and device management tools for AI… carthage/carthage — Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It… dantheman827/ios-app-signer — This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS… getsentry/xcodebuildmcp — XcodeBuildMCP is a Model Context Protocol server and development tool bridge that provides AI agents with the ability…