scan/lib/scan/module.rb in fastlane-2.165.0 vs scan/lib/scan/module.rb in fastlane-2.166.0
- old
+ new
@@ -19,9 +19,13 @@
end
def scanfile_name
"Scanfile"
end
+
+ def building_mac_catalyst_for_mac?
+ 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
UI = FastlaneCore::UI
Boolean = Fastlane::Boolean