Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge the Xcode-10.1 Bazel work into master #330

Merged
merged 2 commits into from
May 1, 2019

Commits on May 1, 2019

  1. Build Bluepill with Bazel and add a test runner (MobileNativeFoundati…

    …on#327)
    
    This change makes Bluepill usable with the Bazel build system
    by providing an ios_bluepill_test_runner() rule compatible with
    rules_apple's ios_test_runner() rule.
    
    Besides the major refactoring of code:
    
    * Fix a bug where the environment variables set in the config
    file passed to bluepill weren't being propagated to bp.
    * Fix a bug where bluepill was not doing the weak_linking setup
    trick so if multiple versions of Xcode were being used, it wasn't
    clear which private framework it ended up loading.
    ob authored May 1, 2019
    Configuration menu
    Copy the full SHA
    867a9e6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'xcode-10.1'

    ob committed May 1, 2019
    Configuration menu
    Copy the full SHA
    b6710dc View commit details
    Browse the repository at this point in the history