zenangst / Vaccine

:syringe: Vaccine - Make your apps immune to recompile-disease
Other
307 stars 18 forks source link

Improve injecting NSViewControllers #46

Closed zenangst closed 6 years ago

zenangst commented 6 years ago

This refactors how NSViewController's are swizzled on macOS. Instead of using loadView, we now use nibName:bundle: to add the injection observation.

codecov-io commented 6 years ago

Codecov Report

Merging #46 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   27.55%   27.55%           
=======================================
  Files          16       16           
  Lines         392      392           
=======================================
  Hits          108      108           
  Misses        284      284
Impacted Files Coverage Δ
Source/Shared/ViewController+Extensions.swift 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a0eb2f3...48bb486. Read the comment docs.