Skip to content

Commit

Permalink
Update to XCode 14.3 & iOS 16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amegias committed Jul 20, 2023
1 parent 13556ea commit 8730ead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: help setup format test simulator archive export clean skinGeneratorSetup colorPaletteGeneration cornerRadiusGeneration fontWeightsGeneration skin

# Simulator
OS_VERSION := 16.2
OS_VERSION := 16.4
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 Expand Up @@ -36,7 +36,7 @@ BRAND_FILES:= $(Movistar) $(Blau) $(O2) $(Vivo) $(VivoNew) # List of all the bra

# Xcode
ifneq ($(origin GITHUB_ACTION),undefined)
export DEVELOPER_DIR=/Applications/Xcode-14.2.app/Contents/Developer
export DEVELOPER_DIR=/Applications/Xcode-14.3.app/Contents/Developer
endif

# TokenGenerator func to be used in all token generators.
Expand Down Expand Up @@ -137,7 +137,7 @@ colorPaletteGeneration: skinGeneratorSetup getMisticaDesignTokenFiles

cornerRadiusGeneration: skinGeneratorSetup getMisticaDesignTokenFiles
$(call tokenGenerator,CornerRadiusTokenGenerator,CornerRadius)

fontWeightsGeneration: skinGeneratorSetup getMisticaDesignTokenFiles
$(call tokenGenerator,FontWeightsTokenGenerator,FontWeights)

Expand Down

0 comments on commit 8730ead

Please sign in to comment.