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: master
Choose a base ref
...
head repository: diesel-engineer/rules_apple
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 8 files changed
  • 1 contributor

Commits on Mar 9, 2021

  1. Add ENABLE_CODE_COVERAGE test env

    Expose Coverage options
    Expose LLVM_PROFILE_FILE to ios simulator
    Bump xctestrunner to new version 0.2.11
    Add defines for thining assets using actool
    Fix ios simulator execute script: When app not installed before
    Fix simulator cannot install new app container, maybe a bug in simctl
    Fix simulator launch script
    Fix escaping sim_device
    Fix simulator reset everytime
    KhaNH3 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    10d0a5a View commit details
    Browse the repository at this point in the history
  2. Dont open coverage report html automatically

    KhaNH committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    2185a60 View commit details
    Browse the repository at this point in the history
  3. Add COVERAGE_HTML_REPORT_ALL_MODULES

    KhaNH committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    745b524 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    KhaNH committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    1b242be View commit details
    Browse the repository at this point in the history
  5. Fix code coverage filter regex

    KhaNH committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    44951c8 View commit details
    Browse the repository at this point in the history
  6. Add --optimization flag to actool

    KhaNH committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    ffa90e8 View commit details
    Browse the repository at this point in the history
  7. Add ability to run tests on real devices

    KhaNH3 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    e6a601d View commit details
    Browse the repository at this point in the history
  8. Fix code coverage for tests with test host

    KhaNH3 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    4c8a4e3 View commit details
    Browse the repository at this point in the history
  9. Support produce ios static framework for swift_library with multiple …

    …swift dependencies
    
    Ignore ".framework/Resources.bundle" when processing static framework import
    KhaNH3 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    c8e00d0 View commit details
    Browse the repository at this point in the history
  10. Fix out of disk space

    KhaNH3 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    f4573c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Migrate _ios_static_framework_swift

    KhaNH3 committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    880fb5f View commit details
    Browse the repository at this point in the history
Loading