Skip to content

Commit

Permalink
chore: PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-coye committed Nov 23, 2023
1 parent da9d4a3 commit f074d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ struct SyncInstallProfileTutorialView: View {
@InjectService var platformDetector: PlatformDetectable
let url: URL
if platformDetector.isMac {
url = DeeplinkConstants.macProfiles
url = DeeplinkConstants.macSecurityAndPrivacy
} else {
url = DeeplinkConstants.iosPreferences
}
Expand Down
2 changes: 1 addition & 1 deletion MailCore/Utils/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import SwiftSoup
import SwiftUI

public enum DeeplinkConstants {
public static let macProfiles = URL(string: "x-apple.systempreferences:com.apple.preference.security")!
public static let macSecurityAndPrivacy = URL(string: "x-apple.systempreferences:com.apple.preference.security")!
public static let iosPreferences = URL(string: "App-prefs:")!
}

Expand Down

0 comments on commit f074d95

Please sign in to comment.