Skip to content

Commit

Permalink
Set iOS minimum version to 11 instead for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Jan 8, 2024
1 parent 4ac0de8 commit 4e97a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cordova/apple/OutlineAppleLib/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "OutlineAppleLib",
defaultLocalization: "en",
platforms: [
.iOS("13.1"),
.iOS(.v11),
.macOS(.v10_14),
],
products: [
Expand Down

0 comments on commit 4e97a86

Please sign in to comment.