Skip to content

Commit afa34a1

Browse files
authored
upgrade SPM min to OS10 (#288)
1 parent f0d6e22 commit afa34a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import PackageDescription
44
let package = Package(
55
name: "Optimizely",
66
platforms: [
7-
.iOS(.v9),
8-
.tvOS(.v9)
7+
.iOS(.v10),
8+
.tvOS(.v10)
99
],
1010
products: [
1111
.library(name: "Optimizely",

0 commit comments

Comments
 (0)