moko-resources
moko-resources copied to clipboard
Add tvOS support
trafficstars
In this PR I've tried to add tvOS targets to moko-resources project.
As mentioned in #739, the core implementation was already done in Apple generators, so I followed the approach in #648.
I've done the following:
- Added tvOS targets and source seta to extended convention and Apple main convention.
- Implemented the expected classes and methods for tvOS targets.
- Added missing mocks for tvOS "resources-test" project.
I've tried to build the tvOS target in the sample ios app, but I'm getting the error
No matching variant of dev.icerock.moko:resources:0.24.1 was found.
Maybe you can suggest how I can test the tvOS target before it is added in the release version.