Michael Sewell
Michael Sewell
I'm using Money through Cocoapods. ``` pod 'Money', :git => 'https://github.com/danthorpe/Money.git', :branch => 'swift/3.0' ``` Using the latest `swift/3.0` branch commit (44199cde8ecbeeca09ae9d54c7ccc982bfbe8d8c) lets me build Money in my Swift 3...
Adding to this issue with a piece of code that actually causes SwiftLint to not only produce un-compilable code, but actually choke (`bus error`) when autocorrecting using the `literal_expression_end_indentation`: ```bash...
> Your solution still requires to include placeholder(s) in the key. This would be a bummer for multi-platform projects that use online translation tools like PhraseApp or POEditor and share...
Can't say that I'm a fan of changing the .strings file itself, although I'm sure that solution would work for some people/projects. For my use case the .strings file is...