ru.pocketbyte.locolaser.mobile.IosSwiftResourcesConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resource-mobile Show documentation
Show all versions of resource-mobile Show documentation
Implementation of platform for LocoLaser tool to work with Android and iOS platforms.
package ru.pocketbyte.locolaser.mobile
import ru.pocketbyte.locolaser.mobile.resource.IosSwiftResources
class IosSwiftResourcesConfig : IosBaseClassResourcesConfig() {
companion object {
const val TYPE = "ios_swift"
}
override val type = TYPE
override val resources
get() = IosSwiftResources(resourcesDir!!, resourceName!!, tableName, filter)
}