You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to the official Stripe SDK. However, because Swift Package Manager checks out the entire git repo, this takes a significant amount of time. To mitigate that issue Stripe provides a much lighter weight repo with the same releases at: https://github.com/stripe/stripe-ios-spm with the same tagged releases. Changing the dependency to that repo will speed up compilation within our CI/CD pipeline.
The text was updated successfully, but these errors were encountered:
Package.swift includes a dependency:
to the official Stripe SDK. However, because Swift Package Manager checks out the entire git repo, this takes a significant amount of time. To mitigate that issue Stripe provides a much lighter weight repo with the same releases at: https://github.com/stripe/stripe-ios-spm with the same tagged releases. Changing the dependency to that repo will speed up compilation within our CI/CD pipeline.
The text was updated successfully, but these errors were encountered: