cocoapods-aqara-localzedLoader 0.0.10 → 0.1.0

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: ca66c069a60268e820de61841a1822c4b0dd5451d3d11722737b6fd07a8ee7f7
4
- data.tar.gz: 91b69746652c5f93f4ef4f15da3f6b9e5dc4caf5d614b599292de9c474248db8
3
+ metadata.gz: 3fbc2909b1ba793ab136102f3dc32a43933583aea5201101b7244477983f4d8f
4
+ data.tar.gz: 7000cf94bab5c7848e9034ca4e7481336707983e377181c64492478f8be92ff6
5
5
  SHA512:
6
- metadata.gz: 10e9b060a91aed917cbfc26d792d6848b447973c2589183a3f02c47eefa2ee8a559a949a1233e96b18856ebfcf211939772a28b4a9840b34736922323c6548c0
7
- data.tar.gz: fdf67d56ffd37644df469557c9da0452ce446f7c9058aeea23b41de231d0d057ce2ab48b087a7b243c55e2d9d3acd41ae1c78e5ddeb91c58026fafd10e37e19b
6
+ metadata.gz: 1d979e9d7adc9e3974bb15672cb0d1352dd1497e212f2c2cbfb3e91e33dfce87d8bd02402dc321ced5cea16eaf4e7837cdae0e8bffce45ef09c89c29df14b7c9
7
+ data.tar.gz: 376ca189a8d2e2a1808715f42aaa92c85d3ab5bbbb119e6cd969746a7cb204cd24c22936beb30fa279d31995673e32e8980d439df7cffe4dbc75c672c2ed2a55
@@ -1,3 +1,3 @@
1
1
  module Localzedloader
2
- VERSION = "0.0.10"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -229,7 +229,9 @@ class BundleGenerater
229
229
  if copy_info_plist
230
230
  puts "InfoPlist多语言拷贝到目录:#{info_plist_path}"
231
231
  end
232
-
232
+ if crowdin
233
+ system("crowdin upload --config #{project_path}/AqaraHome/Common/crowdin.yml --branch iOS_Localizable")
234
+ end
233
235
  end
234
236
  #对多语言的value进行处理
235
237
  def self.handleValue(value='',stringElement = nil)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-aqara-localzedLoader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - zhaoxifan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-25 00:00:00.000000000 Z
11
+ date: 2025-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler