cocoapods-imy-hycan-bin 0.1.1 → 0.1.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: 50c510c6c93d0e7a24d5c2fbd53ea4b4b78250465740ab5a477012e89e14d395
4
- data.tar.gz: f11e12899943da4f45ff9765b0ace087b6e3f2b759f45acfe8d7c1b653240d04
3
+ metadata.gz: 0d4523f89eb1a3ed62361890fabd4ac58dfd03e26820befdbac341f0640a3651
4
+ data.tar.gz: 32a0b41422297a2e855a7efd473f88e75edaab4e20af6172099768c59df7a792
5
5
  SHA512:
6
- metadata.gz: 9d373eb17e12fadaa8afb5d9e94b6ea7c9bc764af88965648faa90fb224602452f42ae8b0b841281716fee8eda2b124b89779011d190c9ee5b69d3a22bef88f8
7
- data.tar.gz: bc80f75603b46f66529f9015450320386f3b95c6c7605707a8e00e35c4d4b980f7ee7298a3a6916bbf95bf425449714efc415b55570229a51f7666df182f7903
6
+ metadata.gz: 800cc4ff7c882f95b8194d14b0fef6ba66a58f5ff263639b802a0220c1a4095496bd255b9e53685028e440ef088364c2bc517e857d66da7741389e0600e09f06
7
+ data.tar.gz: cf1cbce049b2a203d5f999df64e1da316525724b42ed9e6cfeece233b980d47708958f92e1de2da01443a2a0315d4f0c0ff52d8d6a0c09f27aa00bedb314eb0d
@@ -142,7 +142,7 @@ module CBin
142
142
  end
143
143
 
144
144
  def ios_build_options
145
- "ARCHS=\'#{ios_architectures.join(' ')}\' OTHER_CFLAGS=\'-fembed-bitcode -Qunused-arguments\'"
145
+ "ARCHS=\'#{ios_architectures.join(' ')}\' OTHER_CFLAGS=\'-fembed-bitcode -Qunused-arguments\' ENABLE_BITCODE=\'NO\'"
146
146
  end
147
147
 
148
148
  def ios_architectures
@@ -158,7 +158,7 @@ module CBin
158
158
  # iphone5,iphone5s以下的模拟器
159
159
  # >x86_64
160
160
  # iphone6以上的模拟器
161
- archs = %w[arm64 armv7]
161
+ archs = %w[arm64]
162
162
  # archs = %w[x86_64 arm64 armv7s i386]
163
163
  # @vendored_libraries.each do |library|
164
164
  # archs = `lipo -info #{library}`.split & archs
@@ -183,7 +183,7 @@ module CBin
183
183
  archs = ios_architectures
184
184
  # archs = %w[arm64 armv7 armv7s]
185
185
  archs.map do |arch|
186
- xcodebuild(defines, "ARCHS=\'#{arch}\' OTHER_CFLAGS=\'-fembed-bitcode -Qunused-arguments\'","build-#{arch}",@build_model)
186
+ xcodebuild(defines, "ENABLE_BITCODE=\'NO\' ARCHS=\'#{arch}\' OTHER_CFLAGS=\'-fembed-bitcode -Qunused-arguments\'","build-#{arch}",@build_model)
187
187
  end
188
188
  # else
189
189
  # xcodebuild(defines,options)
@@ -2,7 +2,7 @@ module Cocoapods
2
2
  module Imy
3
3
  module Hycan
4
4
  module Bin
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-imy-hycan-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - fengjx
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-29 00:00:00.000000000 Z
11
+ date: 2021-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel
@@ -158,7 +158,7 @@ metadata:
158
158
  allowed_push_host: https://rubygems.org
159
159
  homepage_uri: https://github.com/Cellphoness/cocoapods-imy-hycan-bin
160
160
  source_code_uri: https://github.com/Cellphoness/cocoapods-imy-hycan-bin.git
161
- post_install_message:
161
+ post_install_message:
162
162
  rdoc_options: []
163
163
  require_paths:
164
164
  - lib
@@ -173,8 +173,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  - !ruby/object:Gem::Version
174
174
  version: '0'
175
175
  requirements: []
176
- rubygems_version: 3.1.1
177
- signing_key:
176
+ rubygems_version: 3.1.4
177
+ signing_key:
178
178
  specification_version: 4
179
179
  summary: copy of cocoapods-imy--bin
180
180
  test_files: []