Skip to content

Commit 39ed44c

Browse files
authored
Merge pull request #592 from mixpanel/zihe-bump-ios-11
bump the versions to ios11, tvOS11, macOS1013 and watchOS4
2 parents edc8cbb + c319a65 commit 39ed44c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import PackageDescription
55
let package = Package(
66
name: "Mixpanel",
77
platforms: [
8-
.iOS(.v9),
9-
.tvOS(.v9),
10-
.macOS(.v10_10),
11-
.watchOS(.v3)
8+
.iOS(.v11),
9+
.tvOS(.v11),
10+
.macOS(.v10_13),
11+
.watchOS(.v4)
1212
],
1313
products: [
1414
.library(name: "Mixpanel", targets: ["Mixpanel"])

0 commit comments

Comments
 (0)