- CI: Makefile and CI bug-fixes

This commit is contained in:
Magesh K
2025-02-22 20:30:56 +05:30
parent 348a24d885
commit 359b38609b
2 changed files with 2 additions and 1 deletions

View File

@@ -213,7 +213,6 @@ boot-sim-async:
echo "Simulator 'iPhone 16 Pro' is already booted."; \
else \
echo "Booting simulator 'iPhone 16 Pro' asynchronously..."; \
# Dispatch boot in the background
xcrun simctl boot "iPhone 16 Pro" & \
echo "Simulator boot command dispatched."; \
fi