We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb14817 commit 6ac2af4Copy full SHA for 6ac2af4
1 file changed
src/Support/Views/AppView.swift
@@ -287,6 +287,7 @@ struct AppView: View {
287
savePanel.allowedContentTypes = [.propertyList]
288
savePanel.nameFieldStringValue = "nl.root3.support.plist"
289
savePanel.canCreateDirectories = true
290
+ savePanel.directoryURL = .downloadsDirectory
291
292
if savePanel.runModal() == .OK, let url = savePanel.url {
293
try data.write(to: url)
@@ -347,6 +348,7 @@ struct AppView: View {
347
348
savePanel.allowedContentTypes = [.init(filenameExtension: "mobileconfig")!]
349
savePanel.nameFieldStringValue = "nl.root3.support.mobileconfig"
350
351
352
353
354
try profileData.write(to: url)
0 commit comments