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



283
284
285
286
287
288
289
# File 'lib/cocoapods-jxedt/binary/Intergation.rb', line 283

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



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

alias_method :old_install_xcframework_args, :install_xcframework_args