Keith Smiley
Keith Smiley
There are some 'disabled in oss' tests that we should fix or delete https://github.com/bazelbuild/rules_apple/search?q=disabled+in+oss&unscoped_q=disabled+in+oss
With Xcode 11 Apple quietly added a new tool called xcsigningtool that allows you to sign an app without adding the certificate to the global keychain. Usage: ``` % xcrun...
Right now in some configurations the [script](https://github.com/bazelbuild/rules_apple/blob/10b0699496e438435d74b68f27b2b86355d913a9/apple/internal/templates/ios_sim.template.py) creates a simulator for running and deletes it afterwards. This is annoying if you're attempting to iterate on a change. I imagine most...
Currently if you have this dependency layout: ``` FooTests (ios_unit_test) -> Foo (swift_library) -> FooResources (apple_resource_bundle) BarTests (ios_unit_test) -> Bar (swift_library) -> Foo (from above) ``` When you build both...
Tests can come from a few places: 1. `--test_env` 2. `test_environment` on a test runner (as of https://github.com/bazelbuild/rules_apple/pull/682) 3. `env` on a test target This validates the order of these...
Currently this is super broken