fastlane-plugin-google_sheet_localize 0.1.70 → 0.1.71

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: 0dfa2a219ac082e82396cdae16ac7c8ea8e654f95377ebc582ea94e434c07291
4
- data.tar.gz: ab82435711da1921a8754d90a9fe136b4be55e085cf57f3f043c12c1421c4f63
3
+ metadata.gz: 6d39216784efa647478e422659a77e6e3d1dcf1d7fcf4fc2560e541dd1f0f9d2
4
+ data.tar.gz: 144b97afe4c6afb624283bd5657893523b9b89e44d6a0f84ee7ffc2a8c29acd8
5
5
  SHA512:
6
- metadata.gz: 97a37611e46a2c0d43b7aedbb6cee6586800f3c5d2a9b28f59769246f920f0d6e97a057c0676b2512b06c28b232673becee51ff273e2c41b5d39356d4608d342
7
- data.tar.gz: 1bdb85c9cd23afe3a9236077b73e6777ed7b892c7c181b51bce4b66d087074ad40cfefe8fd441e03cb0c184ba7c97cf8b33c57a4fe3191231ddafc485dca6c49
6
+ metadata.gz: 7f31d65df1f0423fcc421c3d7738a303c25a7a22a02fb2fd118639d3b5f4a146321645470b36acdc4d5d54f05641cd2277b5576ca2de2968fa3b94033dc7688c
7
+ data.tar.gz: e11de4088833461f54e01ccb2ba0c406ef364865baa8715c961b569875b81331b151905783ff3b631d4133386aad5f62d51d58f6e89424ded8dd961d4cfbea4b
data/README.md CHANGED
@@ -19,6 +19,10 @@ to use our plugin you have to duplicate this google sheet: https://docs.google.c
19
19
  Google Drive access token:
20
20
  https://medium.com/@osanda.deshan/getting-google-oauth-access-token-using-google-apis-18b2ba11a11a
21
21
 
22
+ * The language_titles (the columns which should be exported)
23
+ * The default_language (If a string is not present in a specific language, this is the fallback)
24
+ * The base_language (The language which is placed in the base values folder)
25
+
22
26
  ## Example
23
27
 
24
28
  ```ruby
@@ -104,7 +104,7 @@ module Fastlane
104
104
  }
105
105
 
106
106
  File.open(swiftFilepath, "w") do |f|
107
- f.write("import Foundation\n\n// swiftlint:disable file_length\n// swiftlint:disable type_body_length\npublic struct Localization {\n")
107
+ f.write("import Foundation\n\n// swiftlint:disable all\npublic struct Localization {\n")
108
108
  filteredItems.each { |item|
109
109
 
110
110
  identifier = item['identifierIos']
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GoogleSheetLocalize
3
- VERSION = "0.1.70"
3
+ VERSION = "0.1.71"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-google_sheet_localize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.70
4
+ version: 0.1.71
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario Hahn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-06 00:00:00.000000000 Z
11
+ date: 2019-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google_drive