cocoapods-dykit 0.5.1 → 0.5.2
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 +4 -4
- data/lib/pod/gem_version.rb +1 -1
- data/lib/validator.rb +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16bd383324c6991bf7c697138264ec8286b4be63
|
|
4
|
+
data.tar.gz: 4aeb969c00319d04cd1400d448c2195625eaa33e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2dc160a91674b14aa4db6a8d4f68ebc064d5f760b6e39ff8eba872bd6984cab9202831132ff7f5f3c57d3ff04be72b543f105d0332409f1fbabe00ef67782b59
|
|
7
|
+
data.tar.gz: 3d178c43188b461944a947ec0261205533034d79de2a45c0ccdaf8024c937676b88d946accdb13416c7f00b51f02d03afc4bc8048a1af24fbe473ec129aeed16
|
data/lib/pod/gem_version.rb
CHANGED
data/lib/validator.rb
CHANGED
|
@@ -490,6 +490,7 @@ module Pod
|
|
|
490
490
|
c.build_settings['PROVISIONING_PROFILE_SPECIFIER'] = 'match Development *'
|
|
491
491
|
c.build_settings['CODE_SIGN_IDENTITY'] = 'iPhone Developer'
|
|
492
492
|
c.build_settings['DEVELOPMENT_TEAM'] = 'KW288R5J73'
|
|
493
|
+
c.build_settings['ENABLE_BITCODE'] = false
|
|
493
494
|
end
|
|
494
495
|
app_project.save
|
|
495
496
|
app_project.recreate_user_schemes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-dykit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 黄露洋
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cocoapods
|
|
@@ -105,3 +105,4 @@ summary: Validates the Pod using the files in the working directory without simu
|
|
|
105
105
|
test_files:
|
|
106
106
|
- spec/command/dylint_spec.rb
|
|
107
107
|
- spec/spec_helper.rb
|
|
108
|
+
has_rdoc:
|