Sha256: 30e4724c6dbae0873bbfb44dee9898e5b38539635bdeea36ef8d57728ec52e99

Contents?: true

Size: 377 Bytes

Versions: 4

Compression:

Stored size: 377 Bytes

Contents

module Pod
    class JxedtPrebuildInstaller < Installer # rubocop:disable Metrics/ClassLength
        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
    end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cocoapods-jxedt-0.0.17 lib/cocoapods-jxedt/binary/helper/prebuild_installer.rb
cocoapods-jxedt-0.0.16 lib/cocoapods-jxedt/binary/helper/prebuild_installer.rb
cocoapods-jxedt-0.0.15 lib/cocoapods-jxedt/binary/helper/prebuild_installer.rb
cocoapods-jxedt-0.0.14 lib/cocoapods-jxedt/binary/helper/prebuild_installer.rb