Bruno Scheele
Bruno Scheele
It looks like r.swift generates invalid code if you have 0 resources for it to parse. That will currently result in the following `R.swift.generated` file; ```swift // // This is...
# Summary Initializing a `String` or `StringResource` with a regular `String` key would allow for 'as safe as possible' support for dynamic keys. # Description In quite some apps, some...
After cloning the project, it's not possible to build it yet. The analytics code causes compiler errors, because the AWS frameworks are not included. It's probably better to add some...
I'm trying to make have a `release` label for any PRs that are to be merged in a release branch (e.g. `release/1.0.1`). However, this doesn't appear to be working, as...