fastlane-plugin-ensure_xcode_build_version 0.1.1.2 → 0.1.1.3
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: 22ac127a6c1c0e0347c318328b6537bbd49385bd
|
4
|
+
data.tar.gz: 4d89bf9525f6da95b8115e4a0adc736d704ae98c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3ffd6368f9a4698fdf9865b63077db43a6bd6522dcc0e56617dde73b88f18416b8378b3f124a4c1714874e92a65241f8bd748840f46280473e1c1eb1563ce3d
|
7
|
+
data.tar.gz: ef97abe4d26473063a2c25bedb7a856205e810162506116a4a1bc45f71bd84edf5258efa7b43f3772268d8e9077a2abc0051793d7ddea34d02ce4f8e072072f1
|
@@ -1,8 +1,10 @@
|
|
1
1
|
# Since Xcode has a dependency to 2 external gems: sqlite and CFPropertyList
|
2
2
|
# More information https://github.com/fastlane/fastlane/issues/6495
|
3
3
|
# We have to unset those variables for rbenv, rvm and when the user uses bundler
|
4
|
-
unset
|
5
|
-
|
4
|
+
# If we unset ruby related path, we got errors:
|
5
|
+
# /Users/distiller/ookami-ios/vendor/bundle/ruby/2.3.0/bin/xcversion:22:in `<main>': undefined method `activate_bin_path' for Gem:Module (NoMethodError)
|
6
|
+
# unset RUBYLIB
|
7
|
+
# unset RUBYOPT
|
6
8
|
# If we unset Bundle related path, we got errors:
|
7
9
|
# /Users/distiller/ookami-ios/vendor/bundle/ruby/2.3.0/bin/xcversion:22:in `<main>': undefined method `activate_bin_path' for Gem:Module (NoMethodError)
|
8
10
|
# unset BUNDLE_BIN_PATH
|