Skip to content

Commit 4ff6dae

Browse files
authored
Update minimum iOS requirement to v9
This is a workaround for https://bugs.swift.org/browse/SR-13579
1 parent b6b213c commit 4ff6dae

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
@@ -3,7 +3,7 @@ import PackageDescription
33

44
let package = Package(
55
name: "SegmentFirebase",
6-
platforms: [.macOS(.v10_10), .iOS(.v8)],
6+
platforms: [.macOS(.v10_10), .iOS(.v9)],
77
products: [.library(name: "SegmentFirebase", targets: ["SegmentFirebase"])],
88
dependencies: [
99
.package(name: "Segment", url: "https://github.com/segmentio/analytics-ios.git", from: "4.1.2"),

0 commit comments

Comments
 (0)