lib/cocoapods-framework/xbuilder.rb in cocoapods-xcframework-0.0.8 vs lib/cocoapods-framework/xbuilder.rb in cocoapods-xcframework-0.1.0
- old
+ new
@@ -130,10 +130,10 @@
result = {}
Pathname.glob(pattern).each do |bundle|
bundle_relative_path = bundle.to_s.gsub(bundle_root, "")
plat = bundle_relative_path
result[plat] = {
- "NMCAlbumKit" => "bundle/" + bundle_relative_path + "/*"
+ "#{@spec.name}" => "bundle/" + bundle_relative_path + "/*"
}
end
result
end