scan/lib/scan/module.rb in fastlane-2.188.0 vs scan/lib/scan/module.rb in fastlane-2.189.0
- old
+ new
@@ -21,9 +21,10 @@
def scanfile_name
"Scanfile"
end
def building_mac_catalyst_for_mac?
+ return false unless Scan.project
Scan.project.supports_mac_catalyst? && Scan.config[:catalyst_platform] == "macos"
end
end
Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore