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



289
290
291
292
293
294
295
# File 'lib/cocoapods-jxedt/binary/Intergation.rb', line 289

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



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

alias_method :old_install_xcframework_args, :install_xcframework_args