Skip to content

Commit

Permalink
Of course it's now available from Leopard...
Browse files Browse the repository at this point in the history
And 10.6 was Snow Leopard. And 10.7 was Lion. Then Mountain Lion...
  • Loading branch information
dinesharjani committed Jul 10, 2024
1 parent 1da9c25 commit 89a6acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Managers/SuitManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public class SuitManager: McuManager {
let roles = response.manifests.compactMap(\.role)
self.roleIndex = 0
self.roles = roles
if #available(iOS 13.0, macOS 10.5, *) {
if #available(iOS 13.0, macOS 10.15, *) {
let rolesList = ListFormatter.localizedString(byJoining: roles.map(\.description))
self.logDelegate?.log("Received Response with Roles: \(rolesList)", ofCategory: .suit, atLevel: .debug)
}
Expand Down

0 comments on commit 89a6acd

Please sign in to comment.