Skip to content

v2.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jul 16:04

Full Changelog: https://github.com/jaywcjlove/StoreKitHelper/commits/v2.8.0

Expose internal bundled resources externally via Bundle.module.
For host apps to access localized strings or other assets bundled within StoreKitHelper.

import StoreKitHelper

let bundle = StoreKitResources.bundle
let title = bundle.localizedString(
    forKey: "some.key",
    value: "default text",
    table: nil
)