We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ecb65 commit ccf8a75Copy full SHA for ccf8a75
.github/workflows/codeql.yml
@@ -106,7 +106,7 @@ jobs:
106
xcodebuild -project swift_sample.xcodeproj \
107
-scheme swift_sample \
108
-sdk iphonesimulator \
109
- -destination 'platform=iOS Simulator,name=Any iOS Device' \
+ -destination "platform=iOS Simulator,name=Any iOS Simulator Device" \
110
clean build \
111
CODE_SIGN_IDENTITY="" \
112
CODE_SIGNING_REQUIRED=NO \
0 commit comments