Skip to content

Commit bbcfeaf

Browse files
committed
oops
Signed-off-by: Joseph Mattello <[email protected]>
1 parent c5ff14c commit bbcfeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AltServer/AnisetteDataManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private extension AnisetteDataManager
116116
let requestUUID = UUID().uuidString
117117
self.anisetteDataCompletionHandlers[requestUUID] = completion
118118

119-
let isMailRunning = NSWorkspace.shared.runningApplications.map { $0.bundleIdentifier }.contains { "com.apple.mail" }
119+
let isMailRunning = NSWorkspace.shared.runningApplications.map { $0.bundleIdentifier }.contains { $0 == "com.apple.mail" }
120120

121121
if !isMailRunning, let mailApp = FileManager.default.urls(for: .applicationDirectory,in: .systemDomainMask).first?.appendingPathComponent("Mail.app") {
122122
NSWorkspace.shared.open(mailApp)

0 commit comments

Comments
 (0)