awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repository-uri

Awesome GitHub RepositoriesiOS Packaging Tools

Utilities for generating and signing iOS application packages for distribution.

Explore 8 awesome GitHub repositories matching development tools & productivity · iOS Packaging Tools. Refine with filters or upvote what's useful.

Awesome iOS Packaging Tools GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • localsend/localsendAvatar localsend

    localsend/localsend

    83,448Vezi pe GitHub↗

    LocalSend is a cross-platform utility designed for secure, peer-to-peer file transfers between devices on the same local network. By establishing direct, encrypted communication channels, the application enables users to share files without relying on external servers, cloud storage, or active internet connectivity. The project distinguishes itself through a unified codebase that supports native-looking interfaces across desktop and mobile operating systems. It utilizes automated peer discovery to identify available devices on a subnet and employs end-to-end encryption to ensure data integrit

    Utility for generating and signing mobile application packages for Apple devices.

    Dartdartfile-sharingflutter
    Vezi pe GitHub↗83,448
  • libgdx/libgdxAvatar libgdx

    libgdx/libgdx

    24,816Vezi pe GitHub↗

    LibGDX is a Java-based framework designed for cross-platform game development, enabling the creation and deployment of 2D and 3D games across desktop, mobile, and web environments from a single codebase. It functions as a comprehensive library that abstracts hardware-accelerated graphics, audio, input, and file system access, providing a unified interface for developers to manage game logic and application lifecycles. The framework distinguishes itself through a high-performance architecture that prioritizes efficiency and native interoperability. It utilizes a batch-oriented graphics pipelin

    Generates IPA files for submission and distribution through the Apple App Store.

    Java2d3dandroid
    Vezi pe GitHub↗24,816
  • opa334/trollstoreAvatar opa334

    opa334/TrollStore

    21,573Vezi pe GitHub↗

    TrollStore is an application installer for iOS that enables the deployment of unsigned software on restricted mobile devices. By bypassing standard code signature verification and security sandbox requirements, it allows users to install and execute applications that originate from outside official distribution channels. The utility functions as an entitlement injection tool, modifying application metadata during installation to grant elevated system permissions. It achieves this by injecting developer certificates into software bundles and utilizing kernel-level modifications to permit the e

    Deploys software packages directly onto restricted mobile devices by bypassing standard code signature verification.

    Objective-C
    Vezi pe GitHub↗21,573
  • vcmi/vcmiAvatar vcmi

    vcmi/vcmi

    5,692Vezi pe GitHub↗

    vcmi is an open-source game engine for Heroes of Might and Magic III that recreates the gameplay, logic, and rendering of the original strategy game. It serves as a cross-platform game runtime supporting Windows, Linux, macOS, Android, and iOS, providing a turn-based strategy simulator for strategic world map navigation and tactical combat. The project is built as a moddable game framework, featuring a data-driven modding system and a sandboxed Lua scripting integration. These allow for the definition of custom gameplay logic, spell effects, and the addition of new factions, characters, and a

    Provides utilities for generating and signing iOS application packages for distribution.

    C++
    Vezi pe GitHub↗5,692
  • theos/theosAvatar theos

    theos/theos

    4,867Vezi pe GitHub↗

    Theos este un toolchain de dezvoltare mobilă cross-platform și un sistem de build conceput pentru compilarea și împachetarea software-ului pentru sistemele de operare mobile. Funcționează ca un kit de tweak-uri de sistem și un framework de runtime hooking, permițând dezvoltatorilor să creeze modificări care alterează comportamentul intern al mediilor OS mobile. Proiectul se distinge prin furnizarea unei sintaxe de preprocesor specializate care generează apeluri API de nivel scăzut, eliminând codul boilerplate necesar de obicei pentru hooking-ul funcțiilor și metodelor. Permite swizzling-ul dinamic al metodelor de runtime și extensiile de clasă, permițând dezvoltatorilor să intercepteze metodele de sistem existente și să le înlocuiască cu implementări personalizate, menținând în același timp capacitatea de a apela funcționalitatea originală. Toolchain-ul acoperă o gamă largă de capabilități, inclusiv orchestrarea build-ului multi-arhitectură pentru diverse procesoare și simulatoare, și generarea de pachete de instalare multi-format precum deb, ipa, pkg și rpm. Include suport dedicat pentru dezvoltarea în medii rootless prin rezoluția căilor la momentul compilării și ajustări ale link-urilor bibliotecilor. Sistemul de build este gestionat prin Makefile-uri și suportă o varietate de șabloane de scaffolding pentru proiecte pentru a automatiza configurarea inițială a dezvoltării.

    Provides specialized tools for generating and packaging software for various versions of the iOS operating system.

    Makefilebuild-systemioslinux
    Vezi pe GitHub↗4,867
  • nomad-cli/shenzhenAvatar nomad-cli

    nomad-cli/shenzhen

    4,633Vezi pe GitHub↗

    Shenzhen este o interfață de linie de comandă și o suită de instrumente concepute pentru a automatiza compilarea, ambalarea și distribuirea aplicațiilor iOS. Oferă un sistem pentru compilarea codului sursă în pachete de instalare distribuibile și încărcarea acelor arhive către servicii de testare și magazine de aplicații. Proiectul include un inspector de profil de provisioning utilizat pentru a extrage și afișa informațiile de identitate încorporate și drepturile din arhivele de instalare. Acest lucru permite verificarea permisiunilor aplicației și a capabilităților de semnare în timpul procesului de automatizare. Setul de instrumente gestionează întregul pipeline de la sursă la implementare, acoperind compilarea binară, asamblarea pachetelor de instalare și orchestrarea instrumentelor de sistem externe pentru a gestiona distribuția la distanță.

    Compiles source code into distributable IPA installation packages for deployment on iOS devices.

    Ruby
    Vezi pe GitHub↗4,633
  • alonemonkey/frida-ios-dumpAvatar AloneMonkey

    AloneMonkey/frida-ios-dump

    3,874Vezi pe GitHub↗

    frida-ios-dump is a tool that extracts decrypted IPA files from jailbroken iOS devices using the Frida instrumentation framework. It functions as a memory dumper and extraction utility to obtain application binaries directly from device memory. The project enables the retrieval of decrypted application files using either a display name or a bundle identifier. It combines these dumped binaries with extracted metadata and assets to assemble a standard distributable application package. The tool covers a technical surface including process injection, dynamic library hooking, and memory-based bi

    Exports installed iOS application files into portable bundles for archival and analysis.

    JavaScript
    Vezi pe GitHub↗3,874
  • aefyr/saiAvatar Aefyr

    Aefyr/SAI

    3,430Vezi pe 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

    Creates and manages app bundles with embedded metadata and icons for iOS distribution.

    Java
    Vezi pe GitHub↗3,430
  1. Home
  2. Development Tools & Productivity
  3. Build Tooling
  4. iOS Packaging Tools

Explorează sub-etichetele

  • Unsigned iOS Deployment ToolsUtilities for deploying unsigned software packages directly onto restricted mobile devices. **Distinct from iOS Packaging Tools:** Distinct from general iOS packaging tools: focuses on bypassing signature verification for unsigned app deployment.
  • iOS Application Backup ToolsUtilities for exporting installed iOS application files into portable bundles for archival. **Distinct from iOS Packaging Tools:** Focuses on backing up existing installed apps, whereas iOS Packaging Tools focus on generating and signing new packages for distribution.