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
)