Andrés Cecilia Luque
Andrés Cecilia Luque
This will allow to edit the source code of the project and make a pull request from your own project. (When using swift_seedname_prefix the names of the files are changed...
Hi: In order to get compile time checks on the resources and localization files used in my app, I do the following: 1- I create a standalone library called `Resources`....
Please, document `setShouldResizeFrames()` in the Readme. It is the only way to adapt the gif size to the screen scale (in case of the retina displays). And it is one...
I have declared an operator as follows: ``` infix operator ??= { } func ??= (inout lhs: T, rhs: T?) -> Void { guard let value = rhs else {...
So it can be adjusted to different device screens. Thanks!
Hi: I am using xcconfig files to inject build settings to the xcode project. I managed to remove all build settings from the project except for `SDKROOT` by doing: ```...
Hi: I have been looking to add a folder as `folder reference` in the root of my project. I have seen this is possible with source files, but could not...
Hi: When running `xcodebuild archive ... | xcpretty` in my build server I realised that the build was spending a lot of time in the step `Running script [CP] Check...
## Bug Report Rome version: 0.23.3.64 OS: catalina 10.15.7 I am experiencing what seem like Rome cutting sometimes its output. For example, see below Rome log: ``` ... Google Engine:...