Mathijs Kadijk

Results 66 comments of Mathijs Kadijk

We're really looking in the Xcodeproj file and the environment so we pick up only the files that are really available. That makes R.swift work with quite some complex setups,...

Agree with @tomlokhorst that this would be a nice feature to have. Should not be too hard to implement, manually mapping versions will require some maintenance but think we can...

I like the idea of picking up the output file automatically, have to think a bit deeper about edge cases like `generateUITestFile` indeed. But less things you have to configure...

If this makes us work more like Apples own API I would include this, but I think we're in line with `NSLocalizedString` now. We can discuss this further in https://github.com/mac-cain13/R.swift/issues/563

I think we should revive this PR. Not aiming fully automatic installation through CocoaPods, but to help with the integration. What I'm imagining: 1. Install R.swift using your favorite tool...

Started on this earlier and discovered the following: - Projectfile does contain a resource tags list with all tags, but this list is not kept up to date correctly by...

Very good point, what we need to do this: - Detect when something is a different version of a localized nib (not sure if the projectfile makes that clear) -...

I've looked a bit further into this issue and detecting localization variants seems quite easy, so we know what files are localized versions of each other. I'm not completely sure...

I'm very sorry to hear you ran into this while adding localization. I can see how that is a annoying thing to do. There is a local branch on my...

This is implemented in R.swift 5.1.0.alpha.1, but we still need to document it.