cocoapods-imy-hycan-bin 0.1.5 → 0.1.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a24508219bfb23dd16b17f5fbf34f856cbb7a390af649f1082479cad6d5d2fa
|
4
|
+
data.tar.gz: 1dcbdbc4d732e34e49a4f453d192f6a5160de08c22237432d8a4f6a076d199c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a1d4b0b5df9f6636acf23ba15ba9a3da7993f6cd2a8da4c5b4568758d170945c1e989854f26f914ba596377cfc301615c9e96a4b243a6d4117114f8b70feae3
|
7
|
+
data.tar.gz: 697ef0838537c0354045bc17eda7b431c353d531985f8a0ef9ddc962affb25af2e416f80485dd7759eb093ea908877ab773bb9992b7d41dfdeef60e17e3e57c4
|
@@ -191,7 +191,7 @@ module Pod
|
|
191
191
|
UI.warn project.build_configurations
|
192
192
|
project.build_configurations.each do |x|
|
193
193
|
UI.warn x
|
194
|
-
x.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = true #设置生成swift inter
|
194
|
+
x.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'NO'#true #设置生成swift inter
|
195
195
|
end
|
196
196
|
project.save
|
197
197
|
end
|
@@ -217,9 +217,9 @@ module CBin
|
|
217
217
|
def xcodebuild(defines = '', args = '', build_dir = 'build', build_model = 'Debug')
|
218
218
|
|
219
219
|
unless File.exist?("Pods.xcodeproj") #cocoapods-generate v2.0.0
|
220
|
-
command = "xcodebuild #{defines} #{args} BUILD_LIBRARY_FOR_DISTRIBUTION=
|
220
|
+
command = "xcodebuild #{defines} #{args} BUILD_LIBRARY_FOR_DISTRIBUTION=NO CONFIGURATION_BUILD_DIR=#{File.join(File.expand_path("..", build_dir), File.basename(build_dir))} clean build -configuration #{build_model} -target #{target_name} -project ./Pods/Pods.xcodeproj 2>&1"
|
221
221
|
else
|
222
|
-
command = "xcodebuild #{defines} #{args} BUILD_LIBRARY_FOR_DISTRIBUTION=
|
222
|
+
command = "xcodebuild #{defines} #{args} BUILD_LIBRARY_FOR_DISTRIBUTION=NO CONFIGURATION_BUILD_DIR=#{build_dir} clean build -configuration #{build_model} -target #{target_name} -project ./Pods.xcodeproj 2>&1"
|
223
223
|
end
|
224
224
|
|
225
225
|
UI.message "command = #{command}"
|
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.
|
4
|
+
version: 0.1.6
|
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-
|
11
|
+
date: 2021-11-24 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.
|
177
|
-
signing_key:
|
176
|
+
rubygems_version: 3.1.1
|
177
|
+
signing_key:
|
178
178
|
specification_version: 4
|
179
179
|
summary: copy of cocoapods-imy--bin
|
180
180
|
test_files: []
|