fastlane-plugin-xliff_en_gen 0.2.0 → 0.3.0
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d54fa6a0a1f79f46b1429f3bcbad0d5031b84d26
|
4
|
+
data.tar.gz: 377f6155db4039190bc39f0697b664c035ccdeec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15e8f13048d26b9ce725cf4c5df858de42ac24280fab733b1a98b00e1de1f1ce74f08ee66b9ce7296052b9ba58586b55ba61da2035eef77fe70cfd8e7a808a87
|
7
|
+
data.tar.gz: 90d54ea86d4fcd61767e3cd77f0fd521a0a8315095ae3f2d3bdd191cc93e333fd373ec9fd696a885498b1b6a834de5af3b2b7a843387bc2f81546c8dede3d8b0
|
@@ -100,7 +100,7 @@ module Fastlane
|
|
100
100
|
optional: false,
|
101
101
|
type: String,
|
102
102
|
verify_block: proc do |value|
|
103
|
-
UI.user_error!("Please use the path to the project") if value.end_with? ".xcodeproj"
|
103
|
+
UI.user_error!("Please use the path to the project") if !value.end_with? ".xcodeproj"
|
104
104
|
UI.user_error!("Could not find Xcode project at path '#{File.expand_path(value)}'") if !File.exist?(value) and !Helper.is_test?
|
105
105
|
end),
|
106
106
|
FastlaneCore::ConfigItem.new(key: :localizable,
|