Panajev
Panajev
As mentioned in the comments in this test PR ( https://github.com/f-meloni/danger-swift-xcodesummary/pull/20 ), I was not seeing the errors being recorded in Xcode Summary as expected nor the build to fail...
Allows the convenience API to maintain the same contract as the regular initialiser, but pass the JSON file instead of the stringified JSON object. The regular initialiser has default values...
Hello @krzysztofzablocki With Xcode 10.2, compiling for and running on an iOS 12.2 device I got the following crash occurring: ``` objc [1138]: Swift class extensions and categories on Swift...
Finding this tool useful @s4cha and wanted to contribute a bit since I am using it in projects now :). I have added a **swiftlint** configuration file, a script that...
**Background** One of the biggest drawbacks of Apple's [On Demand Resources](https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/On_Demand_Resources_Guide/index.html), especially for single codebase white labeled applications with a multitude of content that is meant for ODR and possibly...
Hello everyone :), Our native team was in need to programmatically manage ODR tags in an Xcode project and found this project to be the best foundation for this we...
Allow the API user to specify how the view should behave when touched and to block touches from dismissing it until specified otherwise. Added the ability to provide autoresizingmask and...
In order not to have Clang's compiler (LLVM clang not LLVM-GCC) complain about this singleton utility in its latest releases (Xcode 4.1 and Xcode 4.2), I have to make some...
I used Cocos2D as an external static library to test this. Instructions on how to obtain the complete library package (CocosLib + CocosTools + Utilities), build it, and install it...
Hello @nicklockwood , We have noticed the following transformation as result of the preferKeyPath option being activated: where the compiler error presented is: **Key path value type 'Game' cannot be...