Amzd / PublishedObject

A property wrapper that forwards the objectWillChange of the wrapped ObservableObject to the enclosing ObservableObject's objectWillChange.
MIT License
29 stars 8 forks source link

Fix SPM Path configuration #3

Closed lincolnanders5 closed 3 years ago

lincolnanders5 commented 3 years ago

The Swift Package Manager looked for Sources/NestedPublished/*.swift. Needed to add in a path option to override the default location. Works now in Xcode.

Amzd commented 3 years ago

Excuse me for the late response.

I think it's better to move the swift file to the correct folder rather than change the default folder in the Package.swift file.

I did this in 0.1.1