Skip to content

Commit

Permalink
Upsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Jan 8, 2024
1 parent 56eaaa8 commit 8343f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Spezi/Spezi/View+Spezi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ extension View {
simulateLifecycle: LifecycleSimulationOptions = .disabled,
@ModuleBuilder _ modules: () -> ModuleCollection
) -> some View {
let _ = precondition(
precondition(
ProcessInfo.processInfo.isPreviewSimulator,
"The Spezi previewWith(standard:_:) modifier can only used within Xcode preview processes."
)
Expand Down

0 comments on commit 8343f1f

Please sign in to comment.