From 8730eadb3fc0592f347071b1a6436921dcfa8ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Megi=CC=81as?= Date: Thu, 20 Jul 2023 13:27:00 +0200 Subject: [PATCH] Update to XCode 14.3 & iOS 16.4 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9b263f86..7c17c39f 100644 --- a/Makefile +++ b/Makefile @@ -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) @@ -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. @@ -137,7 +137,7 @@ colorPaletteGeneration: skinGeneratorSetup getMisticaDesignTokenFiles cornerRadiusGeneration: skinGeneratorSetup getMisticaDesignTokenFiles $(call tokenGenerator,CornerRadiusTokenGenerator,CornerRadius) - + fontWeightsGeneration: skinGeneratorSetup getMisticaDesignTokenFiles $(call tokenGenerator,FontWeightsTokenGenerator,FontWeights)