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
chore(deps): update dependency stripe-ios to v23.27.0 (#1009)
Required syncing the `PaymentSheet` files with the latest upstream
version. That's the bulk of the line of code changes in this PR.
Demonstrates the "dependency checking of directories is unsound"
warning:
```console
$ cd examples/stripe_example
$ bazel build //... --action_env=BAZEL_FORCE_REBUILD="$(date)"
WARNING: PaymentSheetExample/BUILD.bazel:36:16: input 'Stripe3DS2/Stripe3DS2/Resources/Stripe3DS2.xcassets' to //PaymentSheet/PaymentSheetExample:iosapp is a directory; dependency checking of directories is unsound
WARNING: PaymentSheetExample/BUILD.bazel:36:16: input 'StripeUICore/StripeUICore/Resources/StripeUICore.xcassets' to //PaymentSheet/PaymentSheetExample:iosapp is a directory; dependency checking of directories is unsound
WARNING: PaymentSheetExample/BUILD.bazel:36:16: input 'StripePaymentsUI/StripePaymentsUI/Resources/StripePaymentsUI.xcassets' to //PaymentSheet/PaymentSheetExample:iosapp is a directory; dependency checking of directories is unsound
WARNING: PaymentSheetExample/BUILD.bazel:36:16: input 'StripePaymentSheet/StripePaymentSheet/Resources/StripePaymentSheet.xcassets' to //PaymentSheet/PaymentSheetExample:iosapp is a directory; dependency checking of directories is unsound
```
---------
Co-authored-by: Chuck Grindel <[email protected]>
0 commit comments