Maksym Grebenets
Maksym Grebenets
Currently the sample is built in what seems to be Debug configuration. Having support for Release vs Debug would be of great help. E.g. Release is build with optimizations like...
It would be great to have bitcode support added to the sample. From the research I had earlier, it's the `-fembed-bitcode` flag that has to be added to compiler and...
More like a feature request. It would be nice to have a homebrew tap with formula for this tool, to be able to install it via HOmebrew.
Hi there I have more of a feature request. I really love how I get to manage gists with Lepton and I use it for making small edits and so...
Hi all. Here's a scenario a colleague of mine has discovered just recently. About a week after we integrated `swift4` template for storyboards. Let's say I have view controller `VC`....
Hi there So I'm facing the issue which is actually very common for all other linters and formatters, such as SwiftLint and SwiftFormat. I've created a file called `.iblinter.yml` in...
Where does buck cache server store the actual cache? Also, can I configure the path? I'm looking at running 2 cache servers (on different ports) on the same machine. The...
Hi. I happen to use XcodeEditor, but not directly. I am using Calabash for iOS for automation tests, and calabash is using XcodeEditor. They have `calabash-ios setup` command, which does...
`id-denylist` is language-inclusive replacement for `id-blacklist`. It's supported in latest ESLint and plugins but not by gulp-eslint yet.
Add an opinionated rule that enforces all xcconfig imports to be declared before any variable declarations. For example, the following would **not** be OK: ``` #include "A.xcconfig" VAR = A...