Skip to content

Commit

Permalink
Update makefile with iPhone 15
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroruizponce committed Oct 17, 2023
1 parent bec795e commit 622857f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 622857f

Please sign in to comment.