Wendy Liga

Results 18 issues of Wendy Liga

## Checklist - [x] All tests are passed. - [x] Added tests. - [x] Documented the code using [Xcode markup](https://developer.apple.com/library/mac/documentation/Xcode/Reference/xcode_markup_formatting_ref). - [x] Searched [existing pull requests](https://github.com/ra1028/DifferenceKit/pulls) for ensure not duplicated....

From this issue https://github.com/yonaskolb/XcodeGen/issues/937, we need some way to hide/show `Scheme`. By recent addition to `tuist's xcodeproj` https://github.com/tuist/XcodeProj/pull/565, we are now able to create `XCSchemeManagement`. to handle this, I am...

### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...

status: needs-attention

seems now, based on the latest rules_apple, there's an improvement to add code coverage to `ios_unit_test` https://github.com/bazelbuild/rules_apple/pull/1223 is there any plan to make it compatible with Xcode code coverage reading?

extending https://github.com/bazelbuild/rules_apple/pull/1390 Allows HTML coverage results to be created in$TEST_UNDECLARED_OUTPUTS_DIR when passing --test_env=COVERAGE_PRODUCE_HTML=TRUE the HTML code coverage will show the source code, and which line unit test hit or not...

Will like to request to add a rule to generate apple's DocC documentation. I would like to contribute it myself, but I am having a hard time translating it to...

did bazel support running testing with spesific case only? I know `xcodebuild` has this option called `-only-testing`, which can be used by passing an array of `Test Bundle/Test Suite/Test Cases`....

running this rule on bazel 5.0.0, will return empty `.cfg`, any plan to update the rule? ``` dep[apple_common.Objc].module_map ``` this will return `[]`

**ArgumentParser version:** `1.1.2`. **Swift version:** ``` swift-driver version: 1.45.2 Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) Target: arm64-apple-macosx12.0 ``` ### Checklist - [ ] If possible, I've reproduced the issue using...

enhancement

looking for using several binder for texture like setting the background color to `ASDisplayNode`, is there any reason why you don't include it here? I will really happy to contribute...