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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ cd platforms/swift && ./Scripts/lint fix
100
100
101
101
### Public API surface
102
102
103
-
The library's public API is tracked via committed baselines under `platforms/swift/api/`, one JSON file per module (`ShopifyCheckoutProtocol.json`, `ShopifyCheckoutKit.json`, `ShopifyAcceleratedCheckouts.json`). They are produced by `xcrun swift-api-digester -dump-sdk` against the built `.swiftmodule` files. The unified `Breaking Changes` CI workflow runs `dev swift api check` on every PR that touches Swift sources and fails if the digester output for any module diverges from its committed baseline.
103
+
The library's public API is tracked via committed baselines under `platforms/swift/api/`, one JSON file per module (`EmbeddedCheckoutProtocol.json`, `ShopifyCheckoutKit.json`, `ShopifyAcceleratedCheckouts.json`). They are produced by `xcrun swift-api-digester -dump-sdk` against the built `.swiftmodule` files. The unified `Breaking Changes` CI workflow runs `dev swift api check` on every PR that touches Swift sources and fails if the digester output for any module diverges from its committed baseline.
104
104
105
105
If your change intentionally modifies the public API:
|`@shopify/checkout-kit-react-native`|`4.0.0-alpha.2`| npm `next` dist-tag | Alpha | React Native wrapper for the iOS and Android native SDKs. |[React Native](platforms/react-native/README.md)|
34
34
|`@shopify/checkout-kit`|`4.0.0-alpha.2`| npm `next` dist-tag | Alpha | Web component for opening Shopify checkout from a web page. |[Web](platforms/web/README.md)|
35
-
|`ShopifyCheckoutProtocol`| Source package | Swift Package Manager | Internal/supporting | Swift client for Embedded Checkout Protocol messages. |[Protocol Swift](protocol/languages/swift/README.md)|
35
+
|`EmbeddedCheckoutProtocol`| Source package | Swift Package Manager | Internal/supporting | Swift client for Embedded Checkout Protocol messages. |[Protocol Swift](protocol/languages/swift/README.md)|
36
36
37
37
Swift, Android, and React Native rows show the planned first Checkout Kit alpha releases. Web is already published as `4.0.0-alpha.2`.
0 commit comments