Skip to content

Commit

Permalink
fix: preseve info.plist in idtech xcframework folder
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvidas committed Jun 25, 2024
1 parent d67c3ca commit 703d240
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Fattmerchant.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 703d240

Please sign in to comment.