cocoapods-lint-onlyx64 0.1.0 → 0.1.1

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: c4f56b32e657508627fea03c83e0bd0c3a1871c8a5d4a30c2961d0496dffb130
4
- data.tar.gz: d53dc83d077c464f4bcd70d4915133c9558e005b507e356cb5d929a4a4ebff56
3
+ metadata.gz: 2e35cf8f00617aca2b411d4764a0c0ca1f7f8014cd59f01ecd2adadf4d94ada5
4
+ data.tar.gz: 367d4483c8fce6c369ac9b8da57c636f7ea7582d188076315d1e85c2026a2263
5
5
  SHA512:
6
- metadata.gz: 0a8a579a4b9166beb709a9b439d7318351944dc0545e52847cf761a0cabd9dc6d46e07e886740348ecc45b8d975adb465949bf0a4298c029d5567a03fa123658
7
- data.tar.gz: 1e78c1e4ec58143b4a08d6ffe416fe3d0e08da2375c8f26bf4bc764c8846d068ad08f2a22fd109ba7384d0b0e43e960b9f41f054b134cdd4c5939a5b60395f7c
6
+ metadata.gz: fa9de2583b1f147b864a8a659809aeee774cca9a5276d4f099c4295022cbcedb2e854a884d26d9d7c89d542c0b330de07233fbbcecaddc0361c4e92d82c8a337
7
+ data.tar.gz: f776db784f41922181951e2a91e70e2cabac9103c3e76e229ad713e8e93c89ce1aee1cb199596b2087fa4d31aa6d941259d9feec932054c98dc55ca4443fa3f8
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # cocoapods-lint-onlyx64
2
2
 
3
- A description of cocoapods-lint-onlyx64.
3
+ 屏蔽Cocoapods在Xcode12下的验证arm64模拟器架构问题,使用--onlyx64后将只验证x86-64架构。
4
4
 
5
5
  ## Installation
6
6
 
@@ -10,4 +10,4 @@ A description of cocoapods-lint-onlyx64.
10
10
 
11
11
  $ pod lib lint xxx --onlyx64
12
12
  $ pod spec lint xxx --onlyx64
13
- $ pod repo push xxx --onlyx64
13
+ $ pod repo/trunk push xxx --onlyx64
@@ -56,7 +56,7 @@ module Pod
56
56
  ['--no-subspecs', 'Lint skips validation of subspecs'],
57
57
  ['--no-clean', 'Lint leaves the build directory intact for inspection'],
58
58
  ['--fail-fast', 'Lint stops on the first failing platform or subspec'],
59
- ['', 'Lint uses static libraries to install the spec'],
59
+ ['--use-libraries', 'Lint uses static libraries to install the spec'],
60
60
  ['--use-modular-headers', 'Lint uses modular headers during installation'],
61
61
  ["--sources=#{Pod::TrunkSource::TRUNK_REPO_URL}", 'The sources from which to pull dependent pods ' \
62
62
  "(defaults to #{Pod::TrunkSource::TRUNK_REPO_URL}). Multiple sources must be comma-delimited"],
@@ -1,3 +1,3 @@
1
1
  module CocoapodsLintOnlyx64
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-lint-onlyx64
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - nakahira
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-06 00:00:00.000000000 Z
11
+ date: 2021-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
94
  requirements: []
95
- rubygems_version: 3.1.2
95
+ rubygems_version: 3.0.3
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: A longer description of cocoapods-lint-onlyx64.