cocoapods-bb-bin 0.2.7.7 → 0.2.7.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 217315f984f26fe6b5bb54b5ff7ea34540a5491538dad31354f0a8fe45fc4461
4
- data.tar.gz: cfc58c78844c655c12f1c960e6214b289c4a1de18720c3e068c378362efc9b4d
3
+ metadata.gz: 64f16d05e05f3b13fa2546b1c5cc2ecd065bb6f1b9bfc06b41dfb033d0668b80
4
+ data.tar.gz: 5057b90eef36df11e2163e0669b6f5d3456e602bf890e07fdc10c719e8b404a3
5
5
  SHA512:
6
- metadata.gz: 4f480f0c44b4fbea3bfecd457e457f121ffb4f00b5be885151b012e2bf29d979da17558c865bc73241a839a6b6dc5cc67de5cd2d3246800fc089d94f3a36f1f2
7
- data.tar.gz: 00c443843972dcffcc043578586f3fb462bf7acac5a2d8b6946109ae83dede1c4df7d214c930b909d354c5cc92a98fd855f8582970392285d83512eef9900cae
6
+ metadata.gz: 12c4dd03418b86dad8a8e80f19322b4960c7e3c15cafea1f510d40390185d7d413801990a38e4ee68b137d701242952fd344bb0985d696020bc1feeb42aec240
7
+ data.tar.gz: '056097447b647990379c0c1d9381a326446f5d952468691553a7365323017b3fb1c6ad33697e7b3f08e108e4a1e6da8b56f6f2f3f6d3b18f07d526361379520b'
@@ -1,6 +1,7 @@
1
+ require 'cocoapods'
1
2
 
2
3
  module CBin
3
- VERSION = '0.2.7.7'
4
+ VERSION = '0.2.7.9'
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.9
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