Skip to content

Commit 7b7e11c

Browse files
Fix compilation on macOS
1 parent eaae151 commit 7b7e11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCMaps/Shared/DocumentLaunchExperience.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct DocumentLaunchScene: Scene {
1414

1515
var body: some Scene {
1616
#if os(macOS)
17-
DocumentLaunchView(Self.appName, creating: CartographyMapFile(withManifest: .sampleFile)) {
17+
DocumentLaunchView(MCMapsApp.appName, creating: CartographyMapFile(withManifest: .sampleFile)) {
1818
EmptyView()
1919
} background: {
2020
Image(.packMcmeta)

0 commit comments

Comments
 (0)