From 1f3ddea54550dfc6f4a2d52d5004dce3fa0fe99a Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sat, 13 Nov 2021 13:22:48 +0500 Subject: [PATCH] ci: use xcode 12.4 --- apps/mobile/codemagic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/codemagic.yaml b/apps/mobile/codemagic.yaml index 6e68f5a68..4ac70f38b 100644 --- a/apps/mobile/codemagic.yaml +++ b/apps/mobile/codemagic.yaml @@ -14,7 +14,7 @@ workflows: BUNDLE_ID: "org.streetwriters.notesnook" # <-- Put your Bundle Id here e.g com.domain.myapp APP_STORE_APP_ID: 1544027013 # <-- Put the app id number here. This is found in App Store Connect > App > General > App Information node: latest - xcode: 12.5 + xcode: 12.4 cocoapods: default scripts: - name: Install npm dependencies