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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3fbc2909b1ba793ab136102f3dc32a43933583aea5201101b7244477983f4d8f
|
|
4
|
+
data.tar.gz: 7000cf94bab5c7848e9034ca4e7481336707983e377181c64492478f8be92ff6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d979e9d7adc9e3974bb15672cb0d1352dd1497e212f2c2cbfb3e91e33dfce87d8bd02402dc321ced5cea16eaf4e7837cdae0e8bffce45ef09c89c29df14b7c9
|
|
7
|
+
data.tar.gz: 376ca189a8d2e2a1808715f42aaa92c85d3ab5bbbb119e6cd969746a7cb204cd24c22936beb30fa279d31995673e32e8980d439df7cffe4dbc75c672c2ed2a55
|
|
@@ -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
|
|
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-
|
|
11
|
+
date: 2025-11-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|