pindo 5.2.2 → 5.2.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: 7c2661db4329460e129f8991d5dd81f01f341cc4b4d2d8fe98474ec5501ceef0
4
- data.tar.gz: dd9727246984781d88c85d2b7442845261552c1e5eec07e3f049c45c7630c432
3
+ metadata.gz: 235be197b7b9f5717b54477a778d7b27387ce4b12d72f3d4cf4bccb7f8267df3
4
+ data.tar.gz: 619ee059cd180a87cd699417f7a0b3021ee88223ca82565dad183edcbb2df5e7
5
5
  SHA512:
6
- metadata.gz: cb87c6296195cc7bc34db428a358800f380a2b6abee912088bb209e176cc2414988315e838f0dd6b7caf18fe8c48744a5754c7e996166582986c38eb469c77d6
7
- data.tar.gz: 682de2c7b676c65e4a836be1b2bfe4988a6c0547fa3d8dc97c77d415f504b07adad7f176ad958d2aaedaef398ee8dbe246e53bf10ded800c2b65d31d80a9d613
6
+ metadata.gz: 317f3cc6730620555bfe942315f75261cb91c52706820d65aa81ce76d1abb2ab0fd4861fe0392ed085a3567d4c3307cfd64bd64f3ded724efd776c9011ee3bcd
7
+ data.tar.gz: fd961b915306b88886c1ae987774da7fc535e55c54f9599221ce5e342ab14182177ea555895de3a9d2277864f28de78935075ee31b99552c7fbb4ab7384a7d2b
@@ -88,7 +88,7 @@ module Pindo
88
88
 
89
89
  build_helper = Pindo::BuildHelper.share_instance
90
90
  if @args_upload_flag
91
- is_need_add_tag,tag_action_parms = build_helper.check_is_need_add_tag?(pindo_project_dir, auto_mode: true)
91
+ is_need_add_tag,tag_action_parms = build_helper.check_is_need_add_tag?(pindo_project_dir)
92
92
  if is_need_add_tag
93
93
  Pindo::Command::Dev::Tag::run(tag_action_parms)
94
94
  end
@@ -108,7 +108,7 @@ module Pindo
108
108
  pindo_project_dir = Dir.pwd
109
109
  build_helper = Pindo::BuildHelper.share_instance
110
110
  if @args_upload_flag
111
- is_need_add_tag,tag_action_parms = build_helper.check_is_need_add_tag?(pindo_project_dir, auto_mode: true)
111
+ is_need_add_tag,tag_action_parms = build_helper.check_is_need_add_tag?(pindo_project_dir)
112
112
  if is_need_add_tag
113
113
  Pindo::Command::Dev::Tag::run(tag_action_parms)
114
114
  end
@@ -220,7 +220,7 @@ module Pindo
220
220
  #bundle id去除. 特殊字符串,保留全小写
221
221
  bundleid_scheme_valeu = bundleid_scheme_name.gsub(/[^a-zA-Z0-9]/, '').downcase
222
222
 
223
- if !bundleid_scheme_name.nil? || bundleid_scheme_name.empty? || !info_plist_dict["CFBundleURLTypes"].any? { |item| item["CFBundleURLName"] == bundleid_scheme_valeu }
223
+ if !bundleid_scheme_name.nil? && !bundleid_scheme_name.empty? && !info_plist_dict["CFBundleURLTypes"].any? { |item| item["CFBundleURLName"] == bundleid_scheme_valeu }
224
224
  item0 = {}
225
225
  item0["CFBundleTypeRole"] = "Editor"
226
226
  item0["CFBundleURLName"] = bundleid_scheme_valeu
@@ -78,7 +78,7 @@ module Pindo
78
78
  end
79
79
  build_helper = Pindo::BuildHelper.share_instance
80
80
  if @args_upload_flag
81
- is_need_add_tag,tag_action_parms = build_helper.check_is_need_add_tag?(pindo_project_dir, auto_mode: true)
81
+ is_need_add_tag,tag_action_parms = build_helper.check_is_need_add_tag?(pindo_project_dir)
82
82
  if is_need_add_tag
83
83
  Pindo::Command::Dev::Tag::run(tag_action_parms)
84
84
  end
@@ -78,7 +78,7 @@ module Pindo
78
78
 
79
79
  if @args_upload_flag
80
80
  build_helper = Pindo::BuildHelper.share_instance
81
- is_need_add_tag,tag_action_parms = build_helper.check_is_need_add_tag?(pindo_project_dir, auto_mode: true)
81
+ is_need_add_tag,tag_action_parms = build_helper.check_is_need_add_tag?(pindo_project_dir)
82
82
  if is_need_add_tag
83
83
  Pindo::Command::Dev::Tag::run(tag_action_parms)
84
84
  end
@@ -88,7 +88,7 @@ module Pindo
88
88
 
89
89
  build_helper = Pindo::BuildHelper.share_instance
90
90
  if @args_upload_flag
91
- is_need_add_tag,tag_action_parms = build_helper.check_is_need_add_tag?(pindo_project_dir, auto_mode: true)
91
+ is_need_add_tag,tag_action_parms = build_helper.check_is_need_add_tag?(pindo_project_dir)
92
92
  if is_need_add_tag
93
93
  Pindo::Command::Dev::Tag::run(tag_action_parms)
94
94
  end
@@ -87,7 +87,7 @@ module Pindo
87
87
 
88
88
  if @args_upload_flag
89
89
  build_helper = Pindo::BuildHelper.share_instance
90
- is_need_add_tag,tag_action_parms = build_helper.check_is_need_add_tag?(pindo_project_dir, auto_mode: true)
90
+ is_need_add_tag,tag_action_parms = build_helper.check_is_need_add_tag?(pindo_project_dir)
91
91
  if is_need_add_tag
92
92
  Pindo::Command::Dev::Tag::run(tag_action_parms)
93
93
  end
@@ -110,7 +110,7 @@ module Pindo
110
110
  build_helper = Pindo::BuildHelper.share_instance
111
111
 
112
112
  if @args_upload_flag
113
- is_need_add_tag,tag_action_parms = build_helper.check_is_need_add_tag?(pindo_project_dir, auto_mode: true)
113
+ is_need_add_tag,tag_action_parms = build_helper.check_is_need_add_tag?(pindo_project_dir)
114
114
  if is_need_add_tag
115
115
  Pindo::Command::Dev::Tag::run(tag_action_parms)
116
116
  end
data/lib/pindo/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Pindo
2
2
 
3
- VERSION = "5.2.2"
3
+ VERSION = "5.2.4"
4
4
 
5
5
 
6
6
  class VersionCheck
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pindo
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.2
4
+ version: 5.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - wade