Skip to content

Commit

Permalink
fix: exclude idtech xcframework headers
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvidas committed Jun 25, 2024
1 parent a3668aa commit 90a734e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Fattmerchant.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '12.0'
s.swift_versions = ['5']
s.source_files = "fattmerchant-ios-sdk/**/*.{h,m,swift}"
s.exclude_files = "fattmerchant-ios-sdk/Vendor/IDtech.xcframework.**.*.h"
s.library = 'sqlite3'
s.frameworks =
'UIKit',
Expand Down

0 comments on commit 90a734e

Please sign in to comment.