Darron Schall
Darron Schall
No, changing the case of the filename doesn't yield better results. `Opensans-Bold.ttf` requires the same Swift code `MR.fontsOpensans().bold` currently, instead of nesting the font name under a top-level `MR.fonts`.
After more research into this, I don't think this is necessarily a moko-resources bug. I think it's an artifact of how the K/N compiler converts the code. My generated font-related...
This might be by design? Per the documentation at https://developers.google.com/maps/documentation/android-sdk/infowindows#custom_info_windows the info window content is not designed to be interactive. > Note: The info window that is drawn is _not_...
Regarding #211 getting merged into this issue - One of things I find helpful is differentiating Settings vs. SecureSettings in my apps. Having these two containers make is less likely...
@omargda The error message indicates the issue: ``` No simulator runtime version from [, , , ] available to use with iphonesimulator SDK version ``` Double-check that the correct simulator...