Class: Pod::JxedtPrebuildInstaller

Inherits:
Installer
  • Object
show all
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_optionsObject



4
5
6
7
8
9
# File 'lib/cocoapods-jxedt/binary/helper/prebuild_installer.rb', line 4

def installation_options
    # Skip integrating user targets for prebuild Pods project.
    @installation_options ||= Pod::Installer::InstallationOptions.new(
        super.to_h.merge(:integrate_targets => false)
    )
end