mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
7 lines
148 B
Makefile
7 lines
148 B
Makefile
ifeq ($(APPLE_PLATFORM),ios-simulator)
|
|
.PHONY: %_run
|
|
%_run: $(BUILD_DIR)/%.app
|
|
$(call rule_label,XCRUN)
|
|
$(Q) xcrun simctl install booted $^
|
|
endif
|