cocoapods-dykit 0.5.0 → 0.5.1

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: 6d50192e3b4c57f120562c570c09233e5c136fc3
4
- data.tar.gz: 55dd23036fc2133373d475c030a2ce719b3d7e2f
3
+ metadata.gz: 0e6b89a602513ffe23491da557535215da43389a
4
+ data.tar.gz: 927d959462205bf53cb1a67a4e56c522e59f3032
5
5
  SHA512:
6
- metadata.gz: '0187263a409376917babb7c5760dc3a6c1c8c3a1536c9ff4cf9015dc920c79ee7fde8d8eec210f838e9cbb81dcf5fd0f279a8afa35c02bf3f5956027d4df7a01'
7
- data.tar.gz: 7c99321bb40f86095567a911c5a5a255d02ea032a3cd2d46cc4faae84b32dc28e70ee75b302228b90e238337918c82dd6beb0ac9e9e6a2e6a4cf49c6ad0d968e
6
+ metadata.gz: 62e314862e2aec73211e1fa70b68dc39ab4de0f25e408a4e1d96824107ad4e4d2c9221f24cfad11061acb27f45f54a169d4061db3e6a538826b3045ab5a128ad
7
+ data.tar.gz: e94255b9b6974ad050077ff71f2cb9a6eddbb94f3b098e6bc2d576c61e5b8b4c0a8d64f604673ba873d2410e7a651cc9b90a64bac29cb145d447ae0bb715afea
@@ -1,3 +1,3 @@
1
1
  module CocoapodsDylint
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
data/lib/validator.rb CHANGED
@@ -480,7 +480,7 @@ module Pod
480
480
  app_project.root_object.attributes['TargetAttributes'] = {app_project.targets[0].uuid => {"ProvisioningStyle" => "Manual"}}
481
481
  target = app_project.targets[0]
482
482
  info_plist_path = validation_dir + 'Info.plist'
483
- info_plist = Pod::Generator::InfoPlistFile.new(target, :bundle_package_type => :appl)
483
+ info_plist = Pod::Generator::InfoPlistFile.new('1.0', :ios, :bundle_package_type => :appl)
484
484
  f = File.new(info_plist_path, 'w+')
485
485
  f.write(info_plist.generate)
486
486
  f.close
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.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 黄露洋
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-20 00:00:00.000000000 Z
11
+ date: 2018-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods