Sha256: 30793c383961b3c9b1196836da5076027478d8d7e9ebb0301b4382f6f4c73263
Contents?: true
Size: 848 Bytes
Versions: 2
Compression:
Stored size: 848 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require 'pathname' ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', Pathname.new(__FILE__).realpath) bundle_binstub = File.expand_path('bundle', __dir__) if File.file?(bundle_binstub) if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/ load(bundle_binstub) else abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run. Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.") end end require 'rubygems' require 'bundler/setup' ARGV.replace %w[install] load Gem.bin_path('cocoapods', 'pod') exec 'bazelisk', '--ignore_all_rc_files', 'build', '--verbose_failures', '--cpu=ios_x86_64', '--experimental_worker_allow_json_protocol', '...'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-bazel-0.1.5 | bin/pod_install_bazel_build |
cocoapods-bazel-0.1.4 | bin/pod_install_bazel_build |