Mathijs Kadijk

Results 67 comments of Mathijs Kadijk

Just noticed that R.swift doesn't pickup identifiers defined in user defined runtime attributes like this one: ```xml ```

Derp, turns out classes from the app under test are not available to the UITest target. It is a completely separate thing. Linking the generated file to the UITest target...

Seems not to be possible to link, but still think it's useful to generate SwiftDoc like this (at least for strings): `/// - See also: Auth.strings:13` That makes it easier...

There actually is a Homebrew formula exactly for this purpose: https://formulae.brew.sh/formula/rswift @tomasharkema created this formula he didn't publish the 5.0.0.alpha releases yet, but I hope as soon as we have...

Yeah, fine by me to automate the Homebrew release also in fastlane. But would be good to have this in a separate lane so it will not affect the normal...

Interesting idea, thanks for the suggestion! We should describe how this behaviour works and it shouldn't be confusing for users, but the example looks quite elegant. @tomlokhorst what do you...

Seems that `.ttc` fonts are supported by iOS so it would be nice to include this in the future. Lets keep the issue open as a reminder.

No one is working on this currently, could be that just whitelisting the extension is enough, I've just not tried it. Please feel free to look into this. If you...

Please don't close the issue, since the issue list also acts as a list of features we could implement when we have time.

Interesting idea, but I think it needs some design. Some thoughts: For unwind segues it looks like we don't know at compile time to what view controller we will unwind...