Skip to content

Commit

Permalink
Update to iOS 16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amegias committed Feb 7, 2023
1 parent d3c7b49 commit a9bd368
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
@@ -1,7 +1,7 @@
.PHONY: help setup format test simulator archive export clean

# Simulator
OS_VERSION := 16.0
OS_VERSION := 16.2
DEVICE_NAME := iPhone 14
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 a9bd368

Please sign in to comment.