Skip to content

Commit 7e0f368

Browse files
Fix compilation issue with the stripe_ios package when using SPM (#2207)
* fix: compilation issue with the stripe_ios package when using SPM * chore: bump stripe_ios version
1 parent 67d39e3 commit 7e0f368

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

packages/stripe/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 12.0.2
2+
- fix compilation issue with the stripe_ios package when using SPM
3+
14
## 12.0.1
25
- fix compilation issue with the stripe_android package
36

packages/stripe/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_stripe
22
description: Flutter library for Stripe. Supports PaymentSheets, Apple & Google Pay, SCA, PSD2 and much more.
3-
version: 12.0.1
3+
version: 12.0.2
44
homepage: https://github.com/flutter-stripe/flutter_stripe
55
repository: https://github.com/flutter-stripe/flutter_stripe
66

@@ -23,7 +23,7 @@ dependencies:
2323
sdk: flutter
2424
meta: ^1.8.0
2525
stripe_android: ^12.0.1
26-
stripe_ios: ^12.0.0
26+
stripe_ios: ^12.0.1
2727
stripe_platform_interface: ^12.0.0
2828
dev_dependencies:
2929
flutter_test:

packages/stripe_ios/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 12.0.1
2+
- fix compilation issue with the stripe_ios package when using SPM
3+
14
## 12.0.0
25

36
**Breaking changes**

packages/stripe_ios/ios/stripe_ios/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/stripe_ios/ios/stripe_ios/Sources/stripe_ios/Stripe Sdk/StripeSdkImpl+Embedded.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import Foundation
99
@_spi(EmbeddedPaymentElementPrivateBeta) @_spi(ExperimentalAllowsRemovalOfLastSavedPaymentMethodAPI) @_spi(CustomerSessionBetaAccess) @_spi(STP) @_spi(CustomPaymentMethodsBeta) import StripePaymentSheet
10+
import UIKit
1011

1112
@objc(StripeSdkImpl)
1213
extension StripeSdkImpl {

packages/stripe_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stripe_ios
22
description: Stripe platform implementation for iOS
3-
version: 12.0.0
3+
version: 12.0.1
44
repository: https://github.com/flutter-stripe/flutter_stripe
55
homepage: https://pub.dev/packages/flutter_stripe
66

0 commit comments

Comments
 (0)