From 18a516db3bd6c37db0a81791ec17374d0832d8a1 Mon Sep 17 00:00:00 2001 From: Frank Rotermund Date: Tue, 4 Jul 2023 08:24:45 +0200 Subject: [PATCH] MESSENGER-4884 update build files --- Podfile | 2 +- Riot/target-bum-beta.yml | 1 + Riot/target-bum-open.yml | 1 + Riot/target-messenger.yml | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 8c2e287b8..cfe833f72 100644 --- a/Podfile +++ b/Podfile @@ -43,7 +43,7 @@ when String # specific MatrixSDK released version $matrixSDKVersionSpec = $matrixSDKVersion end -$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v0.26.10_bwi_4889' } +$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v0.26.12_bwi_beta' } # Method to import the MatrixSDK def import_MatrixSDK diff --git a/Riot/target-bum-beta.yml b/Riot/target-bum-beta.yml index 3a39d7c17..5b81b5d6b 100644 --- a/Riot/target-bum-beta.yml +++ b/Riot/target-bum-beta.yml @@ -49,6 +49,7 @@ targets: - package: Lottie - package: WysiwygComposer - package: DeviceKit + - package: DTCoreText configFiles: Debug: Debug.xcconfig diff --git a/Riot/target-bum-open.yml b/Riot/target-bum-open.yml index 60bbc951b..344536c2d 100644 --- a/Riot/target-bum-open.yml +++ b/Riot/target-bum-open.yml @@ -49,6 +49,7 @@ targets: - package: Lottie - package: WysiwygComposer - package: DeviceKit + - package: DTCoreText configFiles: Debug: Debug.xcconfig diff --git a/Riot/target-messenger.yml b/Riot/target-messenger.yml index 654c4a78c..1453c1edc 100644 --- a/Riot/target-messenger.yml +++ b/Riot/target-messenger.yml @@ -49,6 +49,7 @@ targets: - package: Lottie - package: WysiwygComposer - package: DeviceKit + - package: DTCoreText configFiles: Debug: Debug.xcconfig