Results 127 issues of Chuck Grindel

The current [README.md](/README.md) states that the following should work: ```sh bazel run -- @buildifier_prebuilt//:buildozer ARGS ``` However, this will not work correctly. Bazel will execute the command in a sandbox,...

Related to #573 - Add `isEnabled` and `isDisabled` helpers to `XcodeScheme.BuildFor.Value`. - Add `enableIfNotIDisabled()` to `XcodeScheme.BuildFor.Value`. - Add logic to set `analyzing` for all targets. - Add logic to set...

Related to #573, #592 The mode is described in [the custom-xcode-schmes design document](https://github.com/buildbuddy-io/rules_xcodeproj/blob/main/doc/design/custom-xcode-schemes.md#introduction-of-scheme-autogeneration-mode).

feature request
good first issue

Today, `rules_xcodeproj` generates an Xcode scheme for each target. It would be useful for clients to be able to define and configure the Xcode schemes as one can do in...

feature request

Some companies/projects provide shared code snippets checked in to source control. Right now, we perform a separate step to copy the code snippets to the appropriate location. ```sh cp -R...

feature request

The specs for the `ios_app` example differ when generated using Bazel 5.0.0 and 6.0.0-pre.20220223.1. See below for an example. To enable testing with a different version of Bazel, we can...

cleanup

## Goals - Provide assurances to `rules_xcodeproj` contributors that changes to the underlying rules work. - Allow clients of `rules_xcodeproj` to test the schemes for configured projects. - Execute a...

feature request

There are a number of `# buildifier: disable=bzl-visibility` directives sprinkled throughout the codebase. The primary issue is that by convention code under `private` or `internal` directories should not be accessible...

cleanup

The project aims to define a matrix of Bazel versions and Xcode versions that work with `rules_xcodeproj`. The integration tests should exercise a basic set of functionality for each supported...

cleanup

The current code defaults to `9999` to never have it warn.

feature request