Skip to content

Commit

Permalink
Merge pull request #14 from checkout/release/candidate
Browse files Browse the repository at this point in the history
Release version 1.0.0-beta-2
  • Loading branch information
okhan-okbay-cko authored Feb 7, 2025
2 parents f4bc464 + 1b4ed25 commit 7733be0
Show file tree
Hide file tree
Showing 33 changed files with 22,464 additions and 20,903 deletions.
10 changes: 10 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.

#### 1.x Releases

## [1.0.0-beta-2](https://github.com/checkout/checkout-ios-components/releases/tag/1.0.0-beta-2)

Released on 07.02.2025

Updates:

- **Improved Dependencies & Integration** – Improved dependencies and made integration easier.
- **Signed XCFramework** – XCFramework is now signed so you can verify the source safely.
- **Locale Fixes** – Fixed locale strings so that they always match the payment session counterpart.

## [1.0.0-beta-1](https://github.com/checkout/checkout-ios-components/releases/tag/1.0.0-beta-1)

Released on 30.01.2025
Expand Down
6 changes: 0 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ let package = Package(
]
),
],
dependencies: [
.package(
url: "https://github.com/checkout/NetworkClient-iOS.git",
branch: "main"
),
],
targets: [
.binaryTarget(
name: "CheckoutComponentsSDK",
Expand Down
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- [Integration](#integration)
- [Swift Package Manager](#swift-package-manager)
- [Setting Up the Sample App](#setting-up-the-sample-app)
- [Dependencies](#dependencies)
- [Changelog](#changelog)

## Minimum Requirements
Expand Down Expand Up @@ -71,17 +70,6 @@ If you've never used it before, get started with Apple's step by step guide into
>**⚠️ Important** <br>
> The secret key is embedded in the Sample Application **only** for demonstration purposes. Never include a secret key in your production application. Instead, always use your backend API to generate a payment session securely.
## Dependencies

Ensure the Sample Application includes the `NetworkClient` package dependency:

- Repository: <kbd>[NetworkClient-iOS](https://github.com/checkout/NetworkClient-iOS) ↗️</kbd>
- Branch: `main`
- Add `NetworkClient-iOS` to the application target using `main` branch.
- Change `CheckoutNetworkFakeClient` target to `None`

<img width=50% src="./.github/media/network-client-1.png">

## Changelog

Find our <kbd>[CHANGELOG](./.github/CHANGELOG.md) ↗️</kbd>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 7733be0

Please sign in to comment.