We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84d67f commit 31333c8Copy full SHA for 31333c8
1 file changed
.github/workflows/build.yaml
@@ -20,5 +20,5 @@ jobs:
20
run: /usr/bin/xcodebuild -version
21
22
- name: Build and Test iOS
23
- run: xcodebuild clean build -project UltraKiosk.xcodeproj -scheme "UltraKiosk" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPad (A16),OS=18.6" ONLY_ACTIVE_ARCH=YES SWIFT_TREAT_WARNINGS_AS_ERRORS=YES OTHER_SWIFT_FLAGS="-D ED_SKIP_SWIFT_FORMAT"
+ run: xcodebuild clean build -project UltraKiosk.xcodeproj -scheme "UltraKiosk" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPad (A16),OS=18.6" ONLY_ACTIVE_ARCH=YES SWIFT_TREAT_WARNINGS_AS_ERRORS=NO OTHER_SWIFT_FLAGS="-D ED_SKIP_SWIFT_FORMAT"
24
0 commit comments