From 224f9153398da7d7b91405ebc77a18b2f286d7e4 Mon Sep 17 00:00:00 2001 From: Levi Bostian Date: Mon, 18 Mar 2024 11:50:56 -0500 Subject: [PATCH] fix: do not bundle .md files in cocoapods deployments Fixes: https://linear.app/customerio/issue/MBL-180/[bug]-resolve-md-file-causing-compilation-issues-for-ios-customers Customers experience compilation errors in their iOS/RN/Flutter/Expo apps due to customer's apps trying to parse .md files that are bundled with our SDK in production releases. The issue is resolved by an update to the native iOS SDK cocoapods files. This change points to the latest cocoapods release to use these changes. commit-id:a6f2ba6a --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34ee177c..ac78824f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "react-native": "src/index", "source": "src/index", "expoVersion": "", - "cioNativeiOSSdkVersion": "= 2.12.3", + "cioNativeiOSSdkVersion": "= 2.12.5", "files": [ "src", "lib",