-
I really like the new color asset feature in Xcode 9, but annoyed that I can't use them in previous versions of iOS. I don't want to maintain xcasset colors AND a static colors file.
I plan to impl…
-
The `children()` function of Path uses under the hood
[contentsOfDirectory(atPath:)](https://developer.apple.com/documentation/foundation/filemanager/1414584-contentsofdirectory) that states:
> Th…
fdiaz updated
7 years ago
-
I haven't used brew and brew update since a while, I installed it along this [HowTo](http://coolestguidesontheplanet.com/installing-homebrew-os-x-yosemite-10-10-package-manager-unix-apps/)
`brew doct…
-
Using swiftgen 5.1.2 on High Sierra with a computer using APFS results in the generated enums being in non-alphabetical ordering. This is outlined in PathKit https://github.com/kylef/PathKit/pull/37
…
g-Off updated
7 years ago
-
Hello guys,
I wanted to know if there is a solution to change the default name l10n to something else,
Because i read the documentation, but I didn't find the answer :/
thanks
-
It would be nice to have Sourcery in Homebrew.
Since it's part of the dev tooling, and not the build itself (arguably), I'd prefer not to use CocoaPods for this, but would still be nice to have eas…
radex updated
6 years ago
-
Started to have this error:
```
UIImage+Asset.swift:46:84: error: Superfluous Disable Command Violation: SwiftLint rule 'type_name' did not trigger a violation in the disabled region. Please remov…
-
Let's track @mitchellkrogza reported issue! :)
> Doesn't run on macOS due to a sed issue after running `tool -i`
>
> `sed: 1: "/Users/myusername/funceble/ ...": invalid command code m`
-
I have a .clr files for my iOS project which contains color in sRGB color space (which is used by iOS). But SwiftGen converts these color into [`NSCalibratedColorSpace`](https://github.com/SwiftGen/Sw…
-
line 74
`Cannot convert value of type 'String' to expected argument type 'NSImage.Name'`
line 90
`Cannot convert value of type 'String' to expected argument type 'NSImage.Name'`
In Swift 4 thes…