Mahmood Tahir
                                            Mahmood Tahir
                                        
                                    It would be great to use [aria2](https://aria2.github.io/) to download Xcode faster when using fastlane
The default behavior of moving the xip file to the trash after it is installed makes sense but I think it would be beneficial to add an option to delete...
Adds options `--select` and `--update` to `install` command. Details --- * Uses #181 as base because without that the `--select` option will always ask user for password even if the...
If the currently requested xcode is already selected, there is no need to prompt the user to give sudo permissions and re-select the path. We can just avoid the step...
We can use other things using fastlane and FASTLANE_SESSION to authenticate for CI. Is there a way to do that through environment variables?
Hey I'm wondering if it is possible to read the documentation comments for a property and add it to the resulting file For example I have a file like this...
In `assertSnapshot` it would be nice to have an option to opt out of recording altogether even with record mode turned on or missing snapshot. **Use Case** Having a test...
Adding a set of public properties to use as default for all tests. Allows configuration of these properties on a global level - `precision` - `perceptualPrecision` - `timeout` - `snapshotSubdirectory`...
Without it the Mirror for AnyHashable has a style of nil so it just uses string interpolation and doesn't dump properly
The library offers a default conformance of `CustomDumpRepresentable` for `NSAttributedString` that only dumps the string value. https://github.com/pointfreeco/swift-custom-dump/blob/819d9d370cd721c9d87671e29d947279292e4541/Sources/CustomDump/Conformances/Foundation.swift#L77 This removes all the attributes from the dump That information might be relevant...