fastlane-plugin-google_sheet_localize 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49eed9cc0e4f96365e6d529f49e7b6a6b5a6271283d665cb57352e422e1ac2c6
|
4
|
+
data.tar.gz: 79bf7132bcb483b6a6d807b8d304a917e437afd3eade322fa71f05765ebc217c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab721931067e164440a3d5564c1c1e564a9087814342d8729f2c0d83669e32ecf30b3a7947894696616be130a6d144e0eed6d9d6eb9e6bdd50b0c2de238ad4e0
|
7
|
+
data.tar.gz: 6ce7baf4d52d2705c5bc8718a5c833a8b58949c5be11e9a0fd7185423059cd4bf070adfd7aead1c648c7448e1405db1f36aa35140e087d3d3b7482b0de76ae95
|
@@ -11,7 +11,7 @@ module Fastlane
|
|
11
11
|
session = ::GoogleDrive::Session.from_service_account_key(params[:service_account_path])
|
12
12
|
spreadsheet_id = "https://docs.google.com/spreadsheets/d/#{params[:sheet_id]}"
|
13
13
|
tabs = params[:tabs]
|
14
|
-
|
14
|
+
platform = params[:platform]
|
15
15
|
path = params[:localization_path]
|
16
16
|
|
17
17
|
spreadsheet = session.spreadsheet_by_url(spreadsheet_id)
|