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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e6b89a602513ffe23491da557535215da43389a
4
- data.tar.gz: 927d959462205bf53cb1a67a4e56c522e59f3032
3
+ metadata.gz: 16bd383324c6991bf7c697138264ec8286b4be63
4
+ data.tar.gz: 4aeb969c00319d04cd1400d448c2195625eaa33e
5
5
  SHA512:
6
- metadata.gz: 62e314862e2aec73211e1fa70b68dc39ab4de0f25e408a4e1d96824107ad4e4d2c9221f24cfad11061acb27f45f54a169d4061db3e6a538826b3045ab5a128ad
7
- data.tar.gz: e94255b9b6974ad050077ff71f2cb9a6eddbb94f3b098e6bc2d576c61e5b8b4c0a8d64f604673ba873d2410e7a651cc9b90a64bac29cb145d447ae0bb715afea
6
+ metadata.gz: 2dc160a91674b14aa4db6a8d4f68ebc064d5f760b6e39ff8eba872bd6984cab9202831132ff7f5f3c57d3ff04be72b543f105d0332409f1fbabe00ef67782b59
7
+ data.tar.gz: 3d178c43188b461944a947ec0261205533034d79de2a45c0ccdaf8024c937676b88d946accdb13416c7f00b51f02d03afc4bc8048a1af24fbe473ec129aeed16
@@ -1,3 +1,3 @@
1
1
  module CocoapodsDylint
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
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.1
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-04-24 00:00:00.000000000 Z
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: