Skip to content

Commit

Permalink
Fix iOS Swift reference: 15.5 doesn't have a type property.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Dec 10, 2024
1 parent 26ff5ad commit 39fd37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/cordova/apple/OutlineAppleLib/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package = Package(
// 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(.v15_5),
.iOS("15.5"),
.macOS(.v12),
],
products: [
Expand Down

0 comments on commit 39fd37b

Please sign in to comment.