Mathijs Kadijk

Results 61 comments of Mathijs Kadijk

I don't have a sample project right now. Would be very nice to have so good suggestion! On your concrete error above, could you show your CDK related code? Maybe...

Not sure if I agree that push notifications are fire and forget. There are 2 reasons why it's important to read what Apple is responding; 1. Apple can return an...

Agreed, nice idea! I don't have the time and incentive to implement this right now. But leave it open until somebody has the time to implement this in the library....

I'm not sure how many people would benefit from supporting bundles, if you have a pure Swift project you can just use frameworks and generate a `R.generated.swift` file within the...

Together with @tomlokhorst I looked into bundle support. Also relates to CocoaPods w/bundles as discussed in #295. We think R.swift should detect the bundle by itself, since bundles are also...

We're aiming to stay close to the behavior of Apples API. Is R.swift currently behaving different than using a plain call to `NSLocalizedString` would? I think `NSLocalizedString` would also return...

Interesting to use SPM in this way, think we need to write it in a bit more compact way and not make it the default yet. Also when we add...

Thanks for sharing your use case & info! I'm wondering how your `xcconfig` looks like and how it picks between the `xcassets`, knowing a bit more about that setup might...

Good to know, basically the feature request would be for R.swift to respect the excluded/included source file names. Turns out there was another issue about this that was closed by...

Correct that R.swift doesn't know about schemes, it just gets info about the currently running build. I think that's fine for this use case. Your `Target1` and `Target2` asset catalogs...