Commit Graph

6 Commits

Author SHA1 Message Date
Yuki Tokuhiro 66f7a96a79 Bump VERSION 2021-10-18 14:18:48 -07:00
Mel ff81322dc3
IDPROD-2544 part2: Move AddressSectionElement to StripeUICore (#403)
* Migrated `AddressSectionElement` and friends to `StripeUICore` for use in Identity.
* Migrated `Array.stp_boundSafeObject` to `StripeCore` because this is used by `AddressSection` and it seemed like something we should make available to all of our modules (not just ones that use `StripeUICore`).
* Made title configurable in `AddressSectionElement` rather than hardcoding this to "Billing Address"
* Migrated the localized "Address" string to `StripeUICore` in anticipation for using it with the address section for Identity
2021-10-08 17:24:12 -07:00
Mel bf6d311e75
IDPROD-2518: Include resources in StripeUICore pod / SPM (#375)
* Updated path to `Resources` directory in `StripeUICore.podspec`
* Included Images for `StripeUICore` target in `Package.swift`
* Updated version of cocoapods to latest so installation tests would run locally
2021-09-21 11:57:07 -07:00
Mel 794ef2a857
IDPROD-2452 part 4: Enable localizations for StripeUICore (#354)
- Enables localization for `StripeUICore`
- Removed `Placeholder.swift` file from `StripeUICore`
2021-09-10 18:07:39 -07:00
Mel 587287afa4
IDPROD-2452 part3: StripeUICore dependencies (#353)
Adds the following dependencies:
* `StripeUICore` -> `StripeCore` (needed for localizations)
* `Stripe` -> `StripeUICore`
2021-09-10 17:25:53 -07:00
Mel cdecd9f87e
IDPROD-2452 part1: New StripeUICore module (#351)
Created an empty `StripeUICore` module and enabled Carthage, CP, and SPM. There is currently no code in this module, other than a `Placeholder.swift` file.
2021-09-08 14:33:20 -07:00