awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • microsoft/react-native-code-pushMicrosoft का अवतार

    Microsoft/react-native-code-push

    9,133GitHub पर देखें↗

    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
    GitHub पर देखें↗9,133
  • majd/ipatoolmajd का अवतार

    majd/ipatool

    8,645GitHub पर देखें↗

    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
    GitHub पर देखें↗8,645
  • symfony/http-kernelsymfony का अवतार

    symfony/http-kernel

    8,121GitHub पर देखें↗

    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
    GitHub पर देखें↗8,121
  1. Home
  2. Mobile Development
  3. Bundle Path Resolution

सब-टैग एक्सप्लोर करें

  • 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.