lib/coverage_plan.rb in xcodebuild-helper-1.0.0 vs lib/coverage_plan.rb in xcodebuild-helper-1.1.0
- old
+ new
@@ -13,7 +13,15 @@
end
def get_source_files
@source_files
end
+
+ def output(name)
+ @output = name
+ end
+
+ def get_output
+ @output
+ end
end
end