Skip to content

Commit

Permalink
chore(XCode): Update to XCode 14.3 & iOS 16.4 (#292)
Browse files Browse the repository at this point in the history
* Update to XCode 14.3 & iOS 16.4

* Fix tests

* Upgrade swift
  • Loading branch information
amegias authored Jul 24, 2023
1 parent 7703029 commit 843436d
Show file tree
Hide file tree
Showing 74 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ PRODUCT_BUNDLE_IDENTIFIER = com.telefonica.mistica.enterprise

// Swift

SWIFT_VERSION = 5.5
SWIFT_VERSION = 5.8
2 changes: 1 addition & 1 deletion Sources/SupportFiles/Mistica.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ CODE_SIGN_IDENTITY =

// Swift

SWIFT_VERSION = 5.5
SWIFT_VERSION = 5.8
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 843436d

Please sign in to comment.