Class: Pod::JxedtPrebuildInstaller
- Defined in:
- lib/cocoapods-jxedt/binary/helper/prebuild_installer.rb
Overview
rubocop:disable Metrics/ClassLength
Instance Method Summary collapse
Methods inherited from Installer
#create_pod_installer, #old_create_pod_installer, #prebuild_pod_names, #prebuilt_pod_targets
Instance Method Details
#installation_options ⇒ Object
4 5 6 7 8 9 |
# File 'lib/cocoapods-jxedt/binary/helper/prebuild_installer.rb', line 4 def # Skip integrating user targets for prebuild Pods project. ||= Pod::Installer::InstallationOptions.new( super.to_h.merge(:integrate_targets => false) ) end |