scripts: fail hard and early

This commit is contained in:
2026-07-04 20:15:47 +02:00
parent 2c1626cf5a
commit 3fa5bb3840
3 changed files with 7 additions and 3 deletions
BIN
View File
Binary file not shown.
+3 -1
View File
@@ -1,4 +1,6 @@
#!/bin/sh
#!/usr/bin/env sh
set -eu
xcodebuild archive \
-scheme ImageViewer \
+4 -2
View File
@@ -1,7 +1,9 @@
#!/bin/sh
#!/usr/bin/env sh
set -eu
APP_NAME='ImageViewer'
SIM_DEVICE='iPad (10th generation)'
SIM_DEVICE='iPad (A16)'
SCHEME='ImageViewer'
SIMULATOR='iOS Simulator'
COMPANY='ImageViewer'