fastlane/lib/fastlane/action_collector.rb in fastlane-2.0.4 vs fastlane/lib/fastlane/action_collector.rb in fastlane-2.0.5
- old
+ new
@@ -1,4 +1,6 @@
+require 'fastlane_core/tool_collector'
+
module Fastlane
class ActionCollector < FastlaneCore::ToolCollector
# Is this an official fastlane action, that is bundled with fastlane?
def is_official?(name)
return true if name == :lane_switch