hmlongco / Factory

A new approach to Container-Based Dependency Injection for Swift and SwiftUI.
MIT License
1.71k stars 107 forks source link

Removed empty Package.swift at FactoryDemo #128

Closed o-nnerb closed 1 year ago

o-nnerb commented 1 year ago

This removes an empty Package.swift swift file which has no reason to exist.

hmlongco commented 1 year ago

That was there for a reason. See https://github.com/hmlongco/Factory/pull/32

o-nnerb commented 1 year ago

Thanks for this. I was wondering why this file was there, and the topic you share has clear my mind.

I'll update this PR to remove this change.