cocoapods-privacy 0.0.3 → 0.0.4

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: 2dd33a12851ad8910f340c85839e7110e567c04ee2531b8cdb29042a53c16fcc
4
- data.tar.gz: 2867496cf2297f46178f88eaba4f1a85531a8dcbd1ea3f95c3d033a89908710f
3
+ metadata.gz: 64e41974c11a4cce1a54f6d7de0cc2d414199e0f5ec4c67c81957390b2146bf3
4
+ data.tar.gz: d0c27ba90d2b5afe6f3da91840891a530f48f5ee6df28a5d1b68974fb4e83572
5
5
  SHA512:
6
- metadata.gz: c6601692be2b397a4bbdd8680448799de88a80680be198403849b4453821327f9b017a667f1b5d9606d4ed4d24ca1fd49f1e8a93c767a42a36225932d4d4da09
7
- data.tar.gz: f03fae4e472d36e6ef2ab02c962a4be841af1c219335de250d01fb8e66292389394f4640e43c52497abc8948b343adb3e3cf86823362417f933af59efe8ed411
6
+ metadata.gz: 67a8d37e7962e500accfbda1adfbc6b7ee5c70384d133fe6111fe02ee9e678a44c66aca0636d7617d76874378c6964c081e26cfee5acab871fc8a852090344f9
7
+ data.tar.gz: 1787aadcd2206e1ca494f8e77f1cfa1c3a75d02c7b893d2aaadbf38b4160b5d4b95cd9b46ed9d3dda4e8a94a0826d0d6a78224d3a9a4e429b720dbc0e151c3aa
@@ -1,3 +1,3 @@
1
1
  module CocoapodsPrivacy
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -65,7 +65,7 @@ module Pod
65
65
  def install!
66
66
  privacy_origin_install!()
67
67
 
68
- if !(Pod::Config.instance.is_privacy || !Pod::Config.instance.privacy_folds.empty?)
68
+ if !(Pod::Config.instance.is_privacy || (Pod::Config.instance.privacy_folds && !Pod::Config.instance.privacy_folds.empty?))
69
69
  return
70
70
  end
71
71
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-privacy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - youhui