3 مستودعات
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.
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.
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.
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.