Skip to content

Commit 901d1ea

Browse files
authored
build: lower min required macOS version (#52)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR - Lowers the required macOS version to 11. ### Related Issues Nope. ### Notes SDK doesn't use any API available only in macOS 12. Also, the current min required version for iOS is 14, released in the same year as macOS 11 (2020). And we are planning to use open-feature, but our app targets are too low 😅. Signed-off-by: Vitalii Budnik <[email protected]>
1 parent a21214e commit 901d1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
name: "OpenFeature",
88
platforms: [
99
.iOS(.v14),
10-
.macOS(.v12),
10+
.macOS(.v11),
1111
],
1212
products: [
1313
.library(

0 commit comments

Comments
 (0)