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,133在 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
    在 GitHub 上查看↗9,133
  • majd/ipatoolmajd 的头像

    majd/ipatool

    8,645在 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
    在 GitHub 上查看↗8,645
  • symfony/http-kernelsymfony 的头像

    symfony/http-kernel

    8,121在 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
    在 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.