Using SPM, we can put dots in targets, which is nice for e.g. test target names:
But vended as a product, a dot will become an underscore.
I want this sort of thing:
import QuartzCore.CAAnimation
Now that I'm using SPM (which seems pretty great! ), I'm revisiting the problem, which I've never solved before. I'm just checking to make sure that it is indeed unsolvable, even in these days of SPM, which is so great about dependency resolution that one might think maybe it'd be easy to build a
Parent.Child
off of a Parent
, even without real namespaces.