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.
1 parent 3a45738 commit f1a7dd2Copy full SHA for f1a7dd2
.github/workflows/swift.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Test URLPatternExample
23
run: |
24
xcodebuild \
25
- -project ./URLPatternExample/URLPatternExample.xcodeproj \
+ -project URLPatternExample/URLPatternExample.xcodeproj \
26
-scheme URLPatternExample \
27
-destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \
28
test
0 commit comments