mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 19:05:07 +00:00
fix(clean): use defined ICON_WARNING instead of undefined ICON_SKIP
Ref #531
This commit is contained in:
@@ -541,7 +541,7 @@ clean_dev_mobile() {
|
|||||||
# Check if simctl is accessible and working
|
# Check if simctl is accessible and working
|
||||||
if ! xcrun simctl list devices > /dev/null 2>&1; then
|
if ! xcrun simctl list devices > /dev/null 2>&1; then
|
||||||
debug_log "simctl not accessible or CoreSimulator service not running"
|
debug_log "simctl not accessible or CoreSimulator service not running"
|
||||||
echo -e " ${GRAY}${ICON_SKIP}${NC} Xcode unavailable simulators · simctl not available"
|
echo -e " ${GRAY}${ICON_WARNING}${NC} Xcode unavailable simulators · simctl not available"
|
||||||
note_activity
|
note_activity
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user