lib/run_loop/xcode.rb in run_loop-2.1.0 vs lib/run_loop/xcode.rb in run_loop-2.1.1.pre1
- old
+ new
@@ -178,10 +178,10 @@
# @deprecated 2.1.0
# Is the active Xcode version 5.1 or above?
#
# @return [Boolean] `true` if the current Xcode version is >= 5.1
def version_gte_51?
- RunLoop.deprecated("2.1.0", "No replacement")
+ #RunLoop.deprecated("2.1.0", "No replacement")
version >= v51
end
# Returns the current version of Xcode.
#