fastlane-plugin-unsetinfoplistvalue 0.1.1 → 0.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f88ca743532e710b9428cd118dde0f9eee7b6dd
|
4
|
+
data.tar.gz: c80481423bf716fe4639d83242ade54564f2f7ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6d0688666820dfa6e2fb73f0b454d65a7c118cbae050b2279295301adc8d94d595df068e8b1c23f73186674627d05f0ee21ef8662cc4178a45a8f3ea8be705e
|
7
|
+
data.tar.gz: 2afbeb0b41f73dff0cc52abaf2da32f434d43116865b33dd37e3d4a3b0d88b4cc51420ae635e9ad9be31fab629c0a064f69099027d4baa71dd247c92169f4931
|
@@ -1,7 +1,7 @@
|
|
1
1
|
require 'fastlane/plugin/unsetinfoplistvalue/version'
|
2
2
|
|
3
3
|
module Fastlane
|
4
|
-
module
|
4
|
+
module Unsetinfoplistvalue
|
5
5
|
# Return all .rb files inside the "actions" and "helper" directory
|
6
6
|
def self.all_classes
|
7
7
|
Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-unsetinfoplistvalue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Cordero
|
@@ -145,7 +145,7 @@ files:
|
|
145
145
|
- LICENSE
|
146
146
|
- README.md
|
147
147
|
- lib/fastlane/plugin/unsetinfoplistvalue.rb
|
148
|
-
- lib/fastlane/plugin/unsetinfoplistvalue/actions/
|
148
|
+
- lib/fastlane/plugin/unsetinfoplistvalue/actions/unset_info_plist_value_action.rb
|
149
149
|
- lib/fastlane/plugin/unsetinfoplistvalue/helper/unsetinfoplistvalue_helper.rb
|
150
150
|
- lib/fastlane/plugin/unsetinfoplistvalue/version.rb
|
151
151
|
homepage: https://github.com/zattoo/fastlane-plugin-unsetinfoplistvalue
|