cocoapods-fy-bin 0.2.0 → 0.2.2

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: a2a5f9b07f4f41b6fd981b01979e452cc5607c8d4ba00d4d30ab6140588da65b
4
- data.tar.gz: c44222b77d5643fa84a4ca4fd12d4a67e08e0725a056677a2591749223c80395
3
+ metadata.gz: 83385deb51078791c39ba4968f989f6a468bb8da5605dce88f9fa9a69fb65000
4
+ data.tar.gz: 78d9204eed0956a83025a228b8aac72d562ef9f351c1ebc9c91b55120004e68b
5
5
  SHA512:
6
- metadata.gz: bb6617bb25aabf1003770ff85a8ed6a2939965a8cea4fb5751a98249c87b4107e2e82793fa8e42c9811b6f7f45fa09534ff861af2eb9c8f9d39ba32170b81111
7
- data.tar.gz: '08327f9a68dfdf31e4c33a0a54df73cc85c07fc73cc9b35df301cc8ab6b0f1ee5fc77ec7aeda8a13da64f4e415c9cb4fee00120d0d412f2a7d43dd026ad1b82d'
6
+ metadata.gz: 6ebaed0b8a01c84b64eff0897159a7301a1656c1e88ea66b20fcef790d17494e68df96a738d0a157601226dd238935076472650b1c1dfefac9f89fe96b84b1c7
7
+ data.tar.gz: 7c20988186ac2e2e3211d9307f1f5779451539c1b4e0b17632de7a34089f46f9c4ff06b3b3e19c8e65f5db726ab9f9f1f01c9a9dd74b58d4e212cc332d5ff34b
@@ -103,7 +103,7 @@ module Pod
103
103
 
104
104
  def run_archive
105
105
  argvs = [
106
- "--sources=#{sources_option(@code_dependencies, @sources)},https://github.com/CocoaPods/Specs.git,https://gitlab.fuyoukache.com/iosThird/FYSpecs.git,https://gitlab.fuyoukache.com/iosThird/swiftThird/FYSwiftSpecs.git",
106
+ "--sources=#{sources_option(@code_dependencies, @sources)},https://github.com/CocoaPods/Specs.git,https://gitlab.fuyoukache.com/iosThird/FYSpecs.git",
107
107
  @additional_args
108
108
  ]
109
109
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CBin
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.2'
4
4
  end
5
5
 
6
6
  module Pod
@@ -178,6 +178,7 @@ module CBin
178
178
  defines += "GCC_PREPROCESSOR_DEFINITIONS='$(inherited)'"
179
179
  defines += " SWIFT_ACTIVE_COMPILATION_CONDITIONS='$(inherited)' "
180
180
  defines += @spec.consumer(@platform).compiler_flags.join(' ')
181
+ defines += " CODE_SIGN_IDENTITY='' "
181
182
  # options = ios_build_options
182
183
  # if is_debug_model
183
184
  archs = ios_architectures
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-fy-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - dr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-08 00:00:00.000000000 Z
11
+ date: 2022-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel