Skip to content

Commit da4136a

Browse files
committed
SFSymbol 6 + Swift Testing
1 parent 1e24c27 commit da4136a

File tree

6 files changed

+6229
-3334
lines changed

6 files changed

+6229
-3334
lines changed

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.10
1+
// swift-tools-version:6.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -7,11 +7,11 @@ let package = Package(
77
name: "SymbolPicker",
88
defaultLocalization: "en",
99
platforms: [
10-
.iOS(.v15),
11-
.macCatalyst(.v15),
12-
.macOS(.v12),
13-
.tvOS(.v15),
14-
.watchOS(.v8),
10+
.iOS(.v16),
11+
.macCatalyst(.v16),
12+
.macOS(.v13),
13+
.tvOS(.v16),
14+
.watchOS(.v9),
1515
.visionOS(.v1),
1616
],
1717
products: [

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ SymbolPicker provides a simple and cross-platform interface for picking a SFSymb
1818

1919
### Requirements
2020

21-
* iOS 15.0+ / macOS 12.0+ / watchOS 8.0+ / tvOS 15.0+ / visionOS 1.0+
22-
* Xcode 14.0+
23-
* Swift 5.5+
21+
* iOS 16.0+ / macOS 13.0+ / watchOS 9.0+ / tvOS 16.0+ / visionOS 1.0+
22+
* Xcode 16.0+
23+
* Swift 6.0+
2424

2525
### Installation
2626

2727
SymbolPicker is available as a Swift Package. Add this repo to your project through Xcode GUI or `Package.swift`.
2828

2929
```swift
3030
dependencies: [
31-
.package(url: "https://github.com/xnth97/SymbolPicker.git", .upToNextMajor(from: "1.5.0"))
31+
.package(url: "https://github.com/xnth97/SymbolPicker.git", .upToNextMajor(from: "1.6.0"))
3232
]
3333
```
3434

0 commit comments

Comments
 (0)