Keith Smiley

Results 1357 comments of Keith Smiley

Things have changed a lot since this original issue, but I think it would make sense for us to support this somehow

I'm not sure we want to add a dependency on rules_go directly, but maybe we could depend on a binary from github releases?

Hearing from some folks that this is an Xcode bug that was _supposed_ to be fixed in 13.0 beta 5 but was not, and happens with xcodebuild as well. If...

Checkout https://developer.apple.com/documentation/xcode/using-the-latest-code-signature-format It looks like your value of `CodeDirectory v=20400` is mentioned to be "the old format" (it should be `20500`). Based on this doc I _think_ all you have...

We've found we have to leave this enabled for UI Test targets since Xcode used this info to implicitly sign the synthesized runner application

Can you verify if UI tests work with this change or not?

Related: https://github.com/bazelbuild/tulsi/pull/157