Skip to content

Commit

Permalink
fix: remove duplicate bridging headers and manually specify headers
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvidas committed Jun 25, 2024
1 parent 5e66fc1 commit 8992e2f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 84 deletions.
5 changes: 3 additions & 2 deletions Fattmerchant.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ Pod::Spec.new do |s|
}
s.source = {
:git => 'https://github.com/fattmerchantorg/Fattmerchant-iOS-SDK.git',
:tag => s.version
:branch => "release/#{s.version}"
}
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/ChipDnaMobile/IDTech.xcframework/**.*.h"
s.public_header_files = "fattmerchant-ios-sdk/Vendor/ChipDnaMobile/*.h"
s.exclude_files = "fattmerchant-ios-sdk/Vendor/ChipDnaMobile/IDTech.xcframework/**/*.h"
s.library = 'sqlite3'
s.frameworks =
'UIKit',
Expand Down
2 changes: 0 additions & 2 deletions fattmerchant-ios-sdk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
D702B7D023C8F80200B8AB79 /* PaymentMethodType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5993C2672077B6B6004DDA9F /* PaymentMethodType.swift */; };
D702B7D123C8F80200B8AB79 /* Networking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5993C2592076BD16004DDA9F /* Networking.swift */; };
D71B6F91239E971A007FB7C4 /* ChipDnaDriver.swift in Sources */ = {isa = PBXBuildFile; fileRef = D71B6F90239E971A007FB7C4 /* ChipDnaDriver.swift */; };
D71B6F93239E9892007FB7C4 /* chipdna-bridging-header.h in Headers */ = {isa = PBXBuildFile; fileRef = D71B6F92239E9892007FB7C4 /* chipdna-bridging-header.h */; settings = {ATTRIBUTES = (Public, ); }; };
D71DDE7E28979D9F00D4C42E /* String+Blank.swift in Sources */ = {isa = PBXBuildFile; fileRef = D71DDE7D28979D9F00D4C42E /* String+Blank.swift */; };
D71DDE7F28979D9F00D4C42E /* String+Blank.swift in Sources */ = {isa = PBXBuildFile; fileRef = D71DDE7D28979D9F00D4C42E /* String+Blank.swift */; };
D73BBCF2244D697F0052B525 /* GetConnectedMobileReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D73BBCF1244D697F0052B525 /* GetConnectedMobileReader.swift */; };
Expand Down Expand Up @@ -687,7 +686,6 @@
5966544825003B8800A56943 /* CardApplication.h in Headers */,
5966544425003B8800A56943 /* CCCardSchemeIdEnum.h in Headers */,
5966544D25003B8800A56943 /* Merchant.h in Headers */,
D71B6F93239E9892007FB7C4 /* chipdna-bridging-header.h in Headers */,
5966544325003B8800A56943 /* DeviceStatus.h in Headers */,
5966544125003B8800A56943 /* JailbreakChecker.h in Headers */,
5966543D25003B8800A56943 /* CCParameters.h in Headers */,
Expand Down
29 changes: 0 additions & 29 deletions fattmerchant-ios-sdk/chipdna-bridging-header.h

This file was deleted.

51 changes: 0 additions & 51 deletions fattmerchant-ios-sdk/fattmerchant_ios_sdk.h

This file was deleted.

0 comments on commit 8992e2f

Please sign in to comment.