lib/cocoapods-xcframework/command/xcframework.rb in cocoapods-bb-xcframework-0.2.6 vs lib/cocoapods-xcframework/command/xcframework.rb in cocoapods-bb-xcframework-0.2.6.1
- old
+ new
@@ -62,9 +62,10 @@
super
help! 'A Pod name is required.' unless @name
end
def run
+ UI.puts "argvs @name:#{@name} @source:#{@source} @spec_sources:#{@spec_sources}"
frameworker = Frameworker.new(@name, @source, @spec_sources, @subspecs, @configuration, @force, @use_modular_headers, @enable_bitcode, @symbols, @support_maccatalyst, @support_dynamic)
frameworker.run
end
end
end