From 622857fa4703c9355950456d4754838821f7b1e2 Mon Sep 17 00:00:00 2001 From: Alejandro Ruiz Ponce Date: Tue, 17 Oct 2023 17:17:30 +0200 Subject: [PATCH] Update makefile with iPhone 15 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a859ea6..04003c70 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Simulator OS_VERSION := 17.0 -DEVICE_NAME := iPhone 14 +DEVICE_NAME := iPhone 15 SIMULATOR_NAME := $(DEVICE_NAME) ($(OS_VERSION)) GET_INSTALLED_SIMULATOR_NAME := $(shell xcrun simctl list | grep -o "$(SIMULATOR_NAME)" | head -1)