fastlane-plugin-ensure_xcode_build_version 0.1.1 → 0.1.1.1
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: 370f0fd6235dfdd919f4f65f07decff6c9f65d78
|
4
|
+
data.tar.gz: 4780878f0cc8ff5de383070ee14b10b55c7cda24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5b9a507a0128040126a7703d0cda1d2336fa70a5f1c2fdc1d596fc9ded96935e6b88647fbe4fbcb53566f17702b96ee682040d045d8c1b6a7f6d120e866c832
|
7
|
+
data.tar.gz: 7e07036c068b3e2e0b5a9b76fc7442a0ac306f6a8bee025904f846c42fb578f255dd80077a664af4f26b26c930bd000c501a0e633009917eaca40a4194767bd7
|
@@ -6,10 +6,5 @@ unset RUBYOPT
|
|
6
6
|
unset BUNDLE_BIN_PATH
|
7
7
|
unset _ORIGINAL_GEM_PATH
|
8
8
|
unset BUNDLE_GEMFILE
|
9
|
-
# Even if we do not use rbenv in some environments such as CircleCI,
|
10
|
-
# We also need to unset GEM_HOME and GEM_PATH explicitly.
|
11
|
-
# More information https://github.com/fastlane/fastlane/issues/6277
|
12
|
-
unset GEM_HOME
|
13
|
-
unset GEM_PATH
|
14
9
|
|
15
10
|
xcversion selected | tail -1 | xargs echo -n
|