Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazelbuild/rules_apple
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.2
Choose a base ref
...
head repository: bazelbuild/rules_apple
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.3.3
Choose a head ref
  • 8 commits
  • 38 files changed
  • 7 contributors

Commits on Nov 21, 2025

  1. Remove xctestrunner patches (#2823)

    These landed upstream
    keith authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    d2a931d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a9762a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Support NSExtensionMain entry point for tvos_extension (#2815)

    ### What has changed
    - Adds a param to `tvos_extension` that lets the user select entry point
    for the extension (either `TVExtensionMain` or `NSExtensionMain`).
    - Adds tests for the change.
    
    ### Why it was changed
    - Modern tvOS extensions are loaded via Foundation's `NSExtensionMain`
    - I reported the issue here:
    #2812
    markvasiv authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    11e5606 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Ensure the app bundle is writable before signing an app bundle "in pl…

    …ace" in dossier codesigning. (#2835)
    
    PiperOrigin-RevId: 566315443
    (cherry picked from commit c4cbd82)
    
    Co-authored-by: Nicholas Levin <[email protected]>
    brentleyjones and nglevin authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    636a4de View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Don't set the Apple Configuration Distinguisher. This is not necessar…

    …y, and it is a no-op now. (#2836)
    
    PiperOrigin-RevId: 585665894
    (cherry picked from commit 4d95005)
    
    Co-authored-by: Nicholas Levin <[email protected]>
    brentleyjones and nglevin authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    510c9de View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. Remove need to have --watchos_cpus defined when building iOS applic…

    …ations with watchOS apps (#2838)
    adincebic authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    714f607 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Fix icon processing for tvOS and visionOS (#2841)

    #2804 introduced in issue
    where comparisons with `platform_type` are always negative.
    `platform_type` is of type `apple_platform_type` and cannot be compared
    with `string` directly.
    mjburghard authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    5f04d16 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. Configuration menu
    Copy the full SHA
    9c9f156 View commit details
    Browse the repository at this point in the history
Loading