Skip to content

Commit

Permalink
Merge pull request #75 from Concordium/bump-ios-version
Browse files Browse the repository at this point in the history
changed minimum iOS version
  • Loading branch information
ZhannaKom authored Nov 20, 2024
2 parents f6d2f60 + 1529797 commit de9e51d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [1.0.2] - 2024-11-20

### Changed

- version of the supported iOS platform and swift-tools version.

## [1.0.1] - 2024-11-12

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.6
// swift-tools-version: 5.7

import Foundation
import PackageDescription
Expand All @@ -7,7 +7,7 @@ let package = Package(
name: "Concordium",
platforms: [
// To be kept in sync with README.
.iOS(.v15),
.iOS(.v16),
.macOS(.v10_15),
],
products: [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This SDK is intended to replace this old library, but hasn't yet reached full fe

### Supported platforms

- iOS 15+
- iOS 16+
- macOS 10.15+ (macOS 12+ to build)

## Usage
Expand Down

0 comments on commit de9e51d

Please sign in to comment.