Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Feature] Use mergeable libraries to reduce launch time in release mode. #3553

Open
jesus-mg-ios opened this issue May 1, 2024 · 1 comment
Labels
kind:improvement triaged Issue has been reviewed by Stripe and is being tracked internally

Comments

@jesus-mg-ios
Copy link

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

Use mergeable libraries to reduce launch time in release mode (https://developer.apple.com/documentation/xcode/configuring-your-project-to-use-mergeable-libraries)

Describe alternatives you've considered

Static xcframework with stripe asset bundle could be a suitable way for people using the below version of Xcode 15

Additional context

@davidme-stripe
Copy link
Contributor

Hello, thanks for filing this! We'll track this issue to enable support for this on our pre-built libraries. For now, I think both Swift Package Manager and Cocoapods build static libraries by default. This should provide you with the same runtime benefits as mergeable libraries.

@davidme-stripe davidme-stripe added the triaged Issue has been reviewed by Stripe and is being tracked internally label May 1, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
kind:improvement triaged Issue has been reviewed by Stripe and is being tracked internally
Projects
None yet
Development

No branches or pull requests

2 participants