cocoapods-bb-bin 0.2.7.7 → 0.2.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 217315f984f26fe6b5bb54b5ff7ea34540a5491538dad31354f0a8fe45fc4461
4
- data.tar.gz: cfc58c78844c655c12f1c960e6214b289c4a1de18720c3e068c378362efc9b4d
3
+ metadata.gz: 84bf4571176537307e5bc8491dda9a6eb94279e6318e85c5742432293b407618
4
+ data.tar.gz: 3b0906031d36c6b0424112211ce3b1c85bbcb0bba012163a1db0de6a3172a62f
5
5
  SHA512:
6
- metadata.gz: 4f480f0c44b4fbea3bfecd457e457f121ffb4f00b5be885151b012e2bf29d979da17558c865bc73241a839a6b6dc5cc67de5cd2d3246800fc089d94f3a36f1f2
7
- data.tar.gz: 00c443843972dcffcc043578586f3fb462bf7acac5a2d8b6946109ae83dede1c4df7d214c930b909d354c5cc92a98fd855f8582970392285d83512eef9900cae
6
+ metadata.gz: 4b1a1aaf32b2b1def695e463b32f8196f7c24016169aeb82f2e3a9d307e9ac919cde253a65322e999bfb1830562a9f4796bfab1d9d9fe41c3619ebcde5929f68
7
+ data.tar.gz: a96e9d85cdf91be6c4c9fdd123b99858391a050f55e91c2987f1c5866f2760c5cd82ed852b4f648021bf283bcd47727317debed47a63f5bc34359de99e781e9e
@@ -1,6 +1,7 @@
1
+ require 'cocoapods'
1
2
 
2
3
  module CBin
3
- VERSION = '0.2.7.7'
4
+ VERSION = '0.2.7.8'
4
5
  end
5
6
 
6
7
  module Pod
@@ -22,9 +22,9 @@ module Pod
22
22
  alias old_add_swift_library_compatibility_header_phase add_swift_library_compatibility_header_phase
23
23
 
24
24
  def add_swift_library_compatibility_header_phase(native_target)
25
- UI.warn("========= swift add_swift_library_compatibility_header_phase")
25
+ # UI.warn("========= swift add_swift_library_compatibility_header_phase")
26
26
  if $ARGV[1] == "auto"
27
- UI.warn("========= auto swift add_swift_library_compatibility_header_phase")
27
+ # UI.warn("========= auto swift add_swift_library_compatibility_header_phase")
28
28
 
29
29
  if custom_module_map
30
30
  raise Informative, 'Using Swift static libraries with custom module maps is currently not supported. ' \
@@ -80,7 +80,7 @@ module Pod
80
80
  ${BUILT_PRODUCTS_DIR}/Swift\ Compatibility\ Header/${PRODUCT_MODULE_NAME}-Swift.h
81
81
  )
82
82
  else
83
- UI.warn("========= null swift add_swift_library_compatibility_header_phase")
83
+ # UI.warn("========= null swift add_swift_library_compatibility_header_phase")
84
84
  old_add_swift_library_compatibility_header_phase(native_target)
85
85
  end
86
86
 
@@ -1,6 +1,7 @@
1
1
  require 'cocoapods'
2
-
3
- if Pod.match_version?('~> 1.4')
2
+ require 'cocoapods-bb-bin/gem_version.rb'
3
+ puts "=====native===:#{Pod::VERSION}".green
4
+ # if Pod.match_version?('~> 1.4')
4
5
  require 'cocoapods-bb-bin/native/podfile'
5
6
  require 'cocoapods-bb-bin/native/installation_options'
6
7
  require 'cocoapods-bb-bin/native/specification'
@@ -21,4 +22,4 @@ if Pod.match_version?('~> 1.4')
21
22
  require 'cocoapods-bb-bin/native/target_validator'
22
23
  require 'cocoapods-bb-bin/native/push' # 支持modulemap & swift与oc工程混编
23
24
 
24
- end
25
+ # end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-bb-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7.7
4
+ version: 0.2.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - humin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-18 00:00:00.000000000 Z
11
+ date: 2023-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel