fastlane-plugin-google_sheet_localize 0.3.0 → 0.3.01
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: 0bbdcdc2aee2cfbde8fd2d71b3fb6434b4ab89f3d4f06874f1ec4280b7552d0a
|
4
|
+
data.tar.gz: d1694eb3e8c6e9ddba4665695fbbff4258a558876d960e61669a9801bca32bea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d1a589112adbc403954849f5eba06639be29c20a09220ca8e48c9119cecc251edd4fd25c9c104b7a6c3e6fd642113d0d56208bb8b6af7f3a724dc3b6d7573e5
|
7
|
+
data.tar.gz: 97235ca2f9ba9702be9fac0b591898de2fbab1194e7cf76f8313e13c5e9c4428121a3721970225e753ec18933d3729ce785a3e497268fec4daf9a3d612689981
|
@@ -461,7 +461,7 @@ module Fastlane
|
|
461
461
|
if destinationPath.include?(".bundle")
|
462
462
|
|
463
463
|
bundle = %Q(let bundleUrl = Bundle(for: LocalizationHelper.self).url(forResource: "#{destinationPath.split('/').last.gsub(".bundle", "")}", withExtension: "bundle")
|
464
|
-
\n\t\tlet bundle = Bundle(url: bundleUrl!))
|
464
|
+
\n\t\tlet bundle = Bundle(url: bundleUrl!)!)
|
465
465
|
end
|
466
466
|
|
467
467
|
return %Q(
|