Class: Pod::Generator::CopyXCFrameworksScript

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-jxedt/binary/Intergation.rb

Instance Method Summary collapse

Instance Method Details

#install_xcframework_args(xcframework, slices) ⇒ Object



278
279
280
281
282
283
284
# File 'lib/cocoapods-jxedt/binary/Intergation.rb', line 278

def install_xcframework_args(xcframework, slices)
  args = old_install_xcframework_args(xcframework, slices)
  xcconfig_configuration_alias = Jxedt.config.xcconfig_configuration_alias
  match_configuration = Jxedt.config.support_configurations.join('|')
  args.gsub!(/#{xcconfig_configuration_alias}-(#{match_configuration})/, "#{xcconfig_configuration_alias}-${CONFIGURATION}")
  args
end

#old_install_xcframework_argsObject



277
# File 'lib/cocoapods-jxedt/binary/Intergation.rb', line 277

alias_method :old_install_xcframework_args, :install_xcframework_args