awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
XcodesOrg avatar

XcodesOrg/xcodes

0
View on GitHub↗
4,694 Stars·173 Forks·Swift·MIT·4 Aufrufe

Xcodes

xcodes ist ein Kommandozeilen-Dienstprogramm für die Verwaltung von macOS-Toolchains, das speziell für die Installation und Verwaltung mehrerer Xcode-Versionen entwickelt wurde. Es automatisiert den Prozess der Suche nach verfügbaren Releases, das Herunterladen spezifischer Versionen der Entwicklungsumgebung und die Konfiguration der zugehörigen Geräte-Runtimes.

Das Tool verwaltet Software-Lebenszyklen, indem es Benutzern ermöglicht, durch Aktualisierungen symbolischer Links zwischen aktiven Versionen zu wechseln und lokale Installationen durch Identifizierung und Entfernung spezifischer Versionen zu verwalten. Es handhabt den sicheren Zugriff auf Download-Server durch das Speichern und Löschen von Apple ID-Anmeldeinformationen im System-Schlüsselbund.

Das Dienstprogramm umfasst Funktionen zum Filtern verfügbarer Software nach Prozessorarchitektur und zum Generieren von Shell-Completion-Skripten, um die Interaktion über die Kommandozeile zu beschleunigen.

Features

  • Toolchain Administration - Provides a command-line interface for managing multiple Xcode installations and system paths on macOS.
  • iOS Workflow Automations - Automates the setup of Xcode tools and device runtimes for iOS application development.
  • API-Based Version Resolution - Fetches available Xcode versions and download metadata via remote HTTP API requests.
  • IDE Version Management - Allows installing and switching between multiple Xcode versions to ensure project compatibility.
  • Runtime Version Switching - Toggles the active system path to switch between different installed versions of Xcode.
  • Symbolic Link Managers - Changes the active Xcode version by updating system-level symbolic links.
  • IDE Installation Management - Downloads and installs specific Xcode versions to designated directories using secure authentication.
  • Automated Archive Unpacking - Automates the downloading, verifying, and unpacking of Xcode archives into specified directories.
  • Tool Version Discovery - Retrieves and displays a list of all installable Xcode versions from remote manifests.
  • OS Runtime Installers - Downloads and configures specific operating system runtimes required for testing apps on various devices.
  • Installed Version Removal - Identifies currently installed Xcode versions and removes specific versions to free up system space.
  • macOS Keychain Credential Stores - Securely stores Apple ID authentication tokens within the native macOS keychain.

Star-Verlauf

Star-Verlauf für xcodesorg/xcodesStar-Verlauf für xcodesorg/xcodes

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht xcodesorg/xcodes?

xcodes ist ein Kommandozeilen-Dienstprogramm für die Verwaltung von macOS-Toolchains, das speziell für die Installation und Verwaltung mehrerer Xcode-Versionen entwickelt wurde. Es automatisiert den Prozess der Suche nach verfügbaren Releases, das Herunterladen spezifischer Versionen der Entwicklungsumgebung und die Konfiguration der zugehörigen Geräte-Runtimes.

Was sind die Hauptfunktionen von xcodesorg/xcodes?

Die Hauptfunktionen von xcodesorg/xcodes sind: Toolchain Administration, iOS Workflow Automations, API-Based Version Resolution, IDE Version Management, Runtime Version Switching, Symbolic Link Managers, IDE Installation Management, Automated Archive Unpacking.

Welche Open-Source-Alternativen gibt es zu xcodesorg/xcodes?

Open-Source-Alternativen zu xcodesorg/xcodes sind unter anderem: robotsandpencils/xcodesapp — XcodesApp is a management utility for controlling Apple development toolsets. It serves as a version manager and… jenv/jenv — Manage your Java environment. moonrepo/moon — Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It… lra/mackup — Mackup is a dotfile backup manager and application settings backup tool designed to keep software configuration files… creationix/nvm — nvm is a Node.js version manager implemented as a POSIX bash script. It serves as a shell environment manager and… cytopia/devilbox — Devilbox is a containerized development environment that provides a reproducible suite of web servers, databases, and…

Open-Source-Alternativen zu Xcodes

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Xcodes.
  • robotsandpencils/xcodesappAvatar von RobotsAndPencils

    RobotsAndPencils/XcodesApp

    8,432Auf GitHub ansehen↗

    XcodesApp is a management utility for controlling Apple development toolsets. It serves as a version manager and runtime installer used to download, install, and switch between multiple versions of Xcode and their associated platform runtimes. The tool provides a way to browse available versions, release notes, and system compatibility requirements from official release channels. It utilizes accelerated connections to download specific versions of the development environment and its corresponding operating system runtimes and hardware variants. Users can assign a specific installed version a

    Swift
    Auf GitHub ansehen↗8,432
  • jenv/jenvAvatar von jenv

    jenv/jenv

    6,621Auf GitHub ansehen↗

    Manage your Java environment

    Shell
    Auf GitHub ansehen↗6,621
  • moonrepo/moonAvatar von moonrepo

    moonrepo/moon

    3,687Auf GitHub ansehen↗

    Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.

    Rustbuild-systembuild-toolbun
    Auf GitHub ansehen↗3,687
  • creationix/nvmAvatar von creationix

    creationix/nvm

    93,948Auf GitHub ansehen↗

    nvm is a Node.js version manager implemented as a POSIX bash script. It serves as a shell environment manager and runtime orchestrator for installing, switching, and managing multiple versions of the Node.js runtime on POSIX systems. The tool allows for the automation of runtime switching by reading configuration files in project directories to select the required version. It supports the management of long-term support releases and the migration of global packages between different installed versions of the runtime. The project covers broader capabilities including runtime management throug

    Shell
    Auf GitHub ansehen↗93,948
Alle 30 Alternativen zu Xcodes anzeigen→