Skip to content

Commit 72bfcb8

Browse files
author
Tarik Eshaq
authored
Bumps minimum iOS version to 14 (#123)
LGTM! 🚢
1 parent 1047be1 commit 72bfcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let focusChecksum = "8e28e7ba4bf7ceca4672af662680486127ed190e242ef8d43982233ea7c
1010
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/117.0/FocusRustComponents.xcframework.zip"
1111
let package = Package(
1212
name: "MozillaRustComponentsSwift",
13-
platforms: [.iOS(.v11)],
13+
platforms: [.iOS(.v14)],
1414
products: [
1515
.library(name: "MozillaAppServices", targets: ["MozillaAppServices"]),
1616
.library(name: "FocusAppServices", targets: ["FocusAppServices"]),

0 commit comments

Comments
 (0)