rules_xcodeproj icon indicating copy to clipboard operation
rules_xcodeproj copied to clipboard

Bazel rules for generating Xcode projects.

Results 233 rules_xcodeproj issues
Sort by recently updated
recently updated
newest added

https://github.com/bazelbuild/rules_apple/blob/master/doc/rules-macos.md#macos_xpc_service

feature request
good first issue

- [x] `ios_ui_test` - [ ] `tvos_ui_test` (need to check, might be supported) - [ ] `watchos_ui_test` (need to check, might be supported)

feature request
good first issue

[Core Objective-C Rules](https://bazel.build/reference/be/objective-c): - [ ] [`apple_static_library`](https://github.com/buildbuddy-io/rules_xcodeproj/issues/213) - [ ] [`objc_library`](https://github.com/buildbuddy-io/rules_xcodeproj/issues/69) - [ ] [`objc_import`](https://github.com/buildbuddy-io/rules_xcodeproj/issues/73)

feature request

[Core C / C++ Rules](https://bazel.build/reference/be/c-cpp): - [ ] https://github.com/buildbuddy-io/rules_xcodeproj/issues/82 - [ ] https://github.com/buildbuddy-io/rules_xcodeproj/issues/85 - [ ] https://github.com/buildbuddy-io/rules_xcodeproj/issues/86 - [ ] https://github.com/buildbuddy-io/rules_xcodeproj/issues/83 - [ ] https://github.com/buildbuddy-io/rules_xcodeproj/issues/84

feature request

- Check if it's already supported, and if not, make required changes - Add example - Add fixture test

feature request

- [ ] Add example and fixture test: https://github.com/buildbuddy-io/rules_xcodeproj/pull/133 - [ ] Support `includes` - [ ] Support `linkshared` - [ ] Support `linkstatic` - [ ] Support `local_defines` -...

feature request

- [x] Add example and fixture test: https://github.com/buildbuddy-io/rules_xcodeproj/pull/133 - [ ] Support `alwayslink` - [x] Support `defines` - [ ] Support `include_prefix` - [x] Support `includes`: #310 - [ ]...

feature request

## Describe the bug https://app.buildbuddy.io/invocation/981b7de5-9764-4c47-af1b-f951b8aa54ed?role=CI_RUNNER

bug

This avoids errors when attempting to build/test from the parent workspace.

cleanup