From 39fd37b582736fe805489853d8d750cf0161b156 Mon Sep 17 00:00:00 2001 From: sbruens Date: Tue, 10 Dec 2024 11:15:22 -0500 Subject: [PATCH] Fix iOS Swift reference: `15.5` doesn't have a type property. --- client/src/cordova/apple/OutlineAppleLib/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cordova/apple/OutlineAppleLib/Package.swift b/client/src/cordova/apple/OutlineAppleLib/Package.swift index ba3cc419d2..ba502d5d6c 100644 --- a/client/src/cordova/apple/OutlineAppleLib/Package.swift +++ b/client/src/cordova/apple/OutlineAppleLib/Package.swift @@ -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: [