From 703d2408bdbea52b7917a191824cb4848f81a5d6 Mon Sep 17 00:00:00 2001 From: Thomas Vidas Date: Tue, 25 Jun 2024 12:13:03 -0400 Subject: [PATCH] fix: preseve info.plist in idtech xcframework folder --- Fattmerchant.podspec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Fattmerchant.podspec b/Fattmerchant.podspec index 003b1bd..8eb894e 100644 --- a/Fattmerchant.podspec +++ b/Fattmerchant.podspec @@ -18,7 +18,9 @@ Pod::Spec.new do |s| s.swift_versions = ['5'] s.source_files = "fattmerchant-ios-sdk/**/*.{h,m,swift}" s.public_header_files = "fattmerchant-ios-sdk/Vendor/ChipDnaMobile/*.h" - s.preserve_paths = "fattmerchant-ios-sdk/Vendor/ChipDnaMobile/BBPOSFrameworks" + s.preserve_paths = + "fattmerchant-ios-sdk/Vendor/ChipDnaMobile/IDTech.xcframework", + "fattmerchant-ios-sdk/Vendor/ChipDnaMobile/BBPOSFrameworks" s.library = 'sqlite3' s.frameworks = 'UIKit',