awesome-repositories.com

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

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorii

3 repository-uri

Awesome GitHub RepositoriesBundle Path Resolution

Logic for determining the filesystem path of the active application bundle, prioritizing remote updates over embedded binaries.

Distinct from Module Bundling: Distinct from module bundling or import resolution; it handles the runtime selection of the active binary vs remote bundle.

Explore 3 awesome GitHub repositories matching mobile development · Bundle Path Resolution. Refine with filters or upvote what's useful.

Awesome Bundle Path Resolution GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • microsoft/react-native-code-pushAvatar Microsoft

    Microsoft/react-native-code-push

    9,133Vezi pe GitHub↗

    This project is a dynamic code delivery system and over-the-air update client for cross-platform mobile frameworks. It enables the distribution of JavaScript bundles and remote assets directly to devices, allowing updates to be applied without requiring a full application store release. The system provides infrastructure for staged rollouts, A/B testing, and remote hotfix deployment by directing specific user segments or percentages to different code versions. It ensures stability through a client-side rollback manager that automatically reverts to a previous stable version if a new update ca

    Determines the active code location by prioritizing downloaded updates over the embedded binary bundle.

    C
    Vezi pe GitHub↗9,133
  • majd/ipatoolAvatar majd

    majd/ipatool

    8,645Vezi pe GitHub↗

    ipatool is a command-line utility for searching, licensing, and downloading encrypted IPA application packages from the Apple App Store. It provides a terminal interface for managing account authentication and retrieving application metadata and version history for mobile and TV operating system apps. The tool enables the acquisition of legal licenses for specific applications using unique bundle identifiers. It resolves the relationship between application identifiers and available version numbers to facilitate the sourcing of specific software versions. The system covers application archiv

    Resolves the relationship between application bundle identifiers and their corresponding version records in the store.

    Goappleappstorecli
    Vezi pe GitHub↗8,645
  • symfony/http-kernelAvatar symfony

    symfony/http-kernel

    8,121Vezi pe GitHub↗

    HttpKernel is the core kernel component of the Symfony framework that orchestrates the complete HTTP request-response lifecycle. It provides an event-driven pipeline that converts an incoming HTTP request into a matching response by dispatching lifecycle events for early interception, controller resolution, error handling, response modification, and deferred tasks. The kernel automatically resolves the PHP callable that handles a request and injects its arguments using reflection and request attributes. It dispatches attribute-specific events for each PHP attribute found on a controller, enab

    Resolves logical paths like @BundleName/path into physical filesystem paths for configs, templates, and other bundle resources.

    PHPcomponentphpsymfony
    Vezi pe GitHub↗8,121
  1. Home
  2. Mobile Development
  3. Bundle Path Resolution

Explorează sub-etichetele

  • Bundle-ID ResolversLogic for mapping unique application bundle identifiers to specific store version records. **Distinct from Bundle Path Resolution:** Focuses on mapping a Bundle-ID to a store version, not resolving a filesystem path on a device.