fastlane-plugin-google_sheet_localize 0.1.92 → 0.1.93
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: e2ad00bedfe9238091de213b45a6d0768fe73726617706eab01431158d8c17fb
|
|
4
|
+
data.tar.gz: 6992b264d322fcf3a109d58874a79c445beb8764555cb5ba68e2caf6935dfe31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e57723968d2eb62bf0a3d640d35d812ed85c8688dc178e5dc05469473c4651809aabfc5a756e38257ff4c82eb3d27589ab35a959f0f620010608f4f3b3219dcc
|
|
7
|
+
data.tar.gz: a5beedb586901a8406f5c8f9e46da209c4cfc866dbf23f86adbe3fc386998154e375673057596a3256e12d539599cbe35a3929335da4ee295aba415f05456e99
|
|
@@ -206,9 +206,8 @@ module Fastlane
|
|
|
206
206
|
|
|
207
207
|
File.open(pluralsFilepath, "w") do |f|
|
|
208
208
|
|
|
209
|
-
f.write("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<plist version=\"1.0\">\n<dict>")
|
|
210
|
-
f.write("<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n")
|
|
211
209
|
f.write("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n")
|
|
210
|
+
f.write("<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n")
|
|
212
211
|
f.write("<plist version=\"1.0\">\n")
|
|
213
212
|
|
|
214
213
|
line = ""
|