Skip to content

Commit

Permalink
Avoid including example assets in the pod (otherwise two assets.car f…
Browse files Browse the repository at this point in the history
…iles end up in DropDownMenuKitAssets bundle)
  • Loading branch information
qmathe committed Mar 5, 2023
1 parent b4adbac commit 213d21e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DropDownMenuKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/qmathe/DropDownMenuKit.git", :tag => "1.0" }
s.source_files = "*.swift", "*.{h,m}"
s.public_header_files = "*.h"
s.resource_bundles = { "DropDownMenuKitAssets" => ["*.xcassets"] }
# Each xcassets directory must be in a distinct resource bundle (otherwise multiple assets.car end up in the same bundle)
s.resource_bundles = { "DropDownMenuKitAssets" => ["DropDownMenuKit.xcassets"] }
end

0 comments on commit 213d21e

Please sign in to comment.