Skip to content

Commit

Permalink
move IDTech.bundle to source file
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Leighton committed Jun 22, 2022
1 parent 6c7ee05 commit 5f324bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RNCardConnectReactLibrary.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Pod::Spec.new do |s|
s.authors = { "Brijesh Singh" => "[email protected]" }
s.platforms = { :ios => "9.0" }
s.source = { :git => "https://github.com/BigRoomStudios/react-native-card-connect.git", :tag => "#{s.version}" }
s.source_files = "ios/*.{h,m}"
s.source_files = "ios/*.{h,m}", "ios/BoltMobileSDK.framework/IDTech.bundle"
s.requires_arc = true
s.dependency "React"
s.ios.vendored_frameworks = "**/ios/BoltMobileSDK.framework", "**/ios/BoltMobileSDK.framework/IDTech.bundle"
s.ios.vendored_frameworks = "**/ios/BoltMobileSDK.framework"
end

0 comments on commit 5f324bb

Please sign in to comment.