We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9063b2 + a63c21e commit 3f1a972Copy full SHA for 3f1a972
.github/workflows/tests.yml
@@ -2,9 +2,9 @@ name: Tests runner
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ void ]
6
pull_request:
7
8
9
jobs:
10
build:
Sources/ModalView/ModalView.swift
@@ -6,7 +6,8 @@
// Copyright © 2019 Denis Chaschin. All rights reserved.
//
-#if canImport(SwiftUI) && canImport(Combine)
+#if canImport(SwiftUI) && canImport(Combine) && (arch(arm64) || arch(x86_64))
+// arm64 and x86_64 used for compatibility with Xcode 13. More context here: https://stackoverflow.com/a/61954608
11
12
import SwiftUI
13
0 commit comments