Skip to content

Commit

Permalink
Add inline comment why these need to be set.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Jan 8, 2024
1 parent fd718d5 commit 89e765b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cordova/apple/OutlineAppleLib/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ let package = Package(
name: "OutlineAppleLib",
defaultLocalization: "en",
platforms: [
// CocoaLumberjack 3.8.0 dropped support for iOS < 11 and macOS < 10.13.
// See https://github.com/CocoaLumberjack/CocoaLumberjack/releases/tag/3.8.0.
// These cannot be upgraded without also upgrading the entire project.
.iOS(.v11),
.macOS(.v10_14),
],
Expand Down

0 comments on commit 89e765b

Please sign in to comment.